From 8af501de6280d334150029b0f557b3ebfd203e58 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 3 Sep 2026 13:49:50 +0300 Subject: [PATCH] v1.132.0 release prep (#11644) --- .github/workflows/nightly-e2e.yml | 10 +- __e2e__/flows/composer-self-label.yml | 4 + __e2e__/flows/onboarding-avatar-creator.yml | 1 + __e2e__/flows/onboarding.yml | 1 + __e2e__/setupApp.yml | 42 +- app.config.js | 20 + src/locale/locales/an/messages.po | 2641 ++++++++-------- src/locale/locales/ar/messages.po | 2538 ++++++++------- src/locale/locales/ast/messages.po | 2641 ++++++++-------- src/locale/locales/az/messages.po | 2538 ++++++++------- src/locale/locales/bn/messages.po | 2538 ++++++++------- src/locale/locales/br/messages.po | 2538 ++++++++------- src/locale/locales/ca/messages.po | 2643 ++++++++-------- src/locale/locales/cs/messages.po | 2643 ++++++++-------- src/locale/locales/cy/messages.po | 2643 ++++++++-------- src/locale/locales/da/messages.po | 2783 +++++++++-------- src/locale/locales/de/messages.po | 2643 ++++++++-------- src/locale/locales/el/messages.po | 2645 ++++++++-------- src/locale/locales/en-CA/messages.po | 2639 ++++++++-------- src/locale/locales/en-GB/messages.po | 2647 ++++++++-------- src/locale/locales/en/messages.po | 257 +- src/locale/locales/eo/messages.po | 2847 +++++++++-------- src/locale/locales/es/messages.po | 3121 ++++++++++--------- src/locale/locales/eu/messages.po | 2643 ++++++++-------- src/locale/locales/fi/messages.po | 2641 ++++++++-------- src/locale/locales/fr-CA/messages.po | 2639 ++++++++-------- src/locale/locales/fr/messages.po | 2829 +++++++++-------- src/locale/locales/fy/messages.po | 2641 ++++++++-------- src/locale/locales/ga/messages.po | 2641 ++++++++-------- src/locale/locales/gd/messages.po | 2645 ++++++++-------- src/locale/locales/gl/messages.po | 2641 ++++++++-------- src/locale/locales/haw/messages.po | 2538 ++++++++------- src/locale/locales/hi/messages.po | 2643 ++++++++-------- src/locale/locales/hu/messages.po | 2643 ++++++++-------- src/locale/locales/ia/messages.po | 2641 ++++++++-------- src/locale/locales/id/messages.po | 2855 +++++++++-------- src/locale/locales/it/messages.po | 2643 ++++++++-------- src/locale/locales/ja/messages.po | 2713 ++++++++-------- src/locale/locales/kab/messages.po | 2538 ++++++++------- src/locale/locales/km/messages.po | 2649 ++++++++-------- src/locale/locales/ko/messages.po | 2655 ++++++++-------- src/locale/locales/kw/messages.po | 2538 ++++++++------- src/locale/locales/lt/messages.po | 2538 ++++++++------- src/locale/locales/lv/messages.po | 2538 ++++++++------- src/locale/locales/ne/messages.po | 2641 ++++++++-------- src/locale/locales/nl/messages.po | 2641 ++++++++-------- src/locale/locales/pl/messages.po | 2641 ++++++++-------- src/locale/locales/pt-BR/messages.po | 2645 ++++++++-------- src/locale/locales/pt-PT/messages.po | 2643 ++++++++-------- src/locale/locales/ro/messages.po | 2643 ++++++++-------- src/locale/locales/ru/messages.po | 2643 ++++++++-------- src/locale/locales/sv/messages.po | 2643 ++++++++-------- src/locale/locales/th/messages.po | 2653 ++++++++-------- src/locale/locales/tr/messages.po | 2643 ++++++++-------- src/locale/locales/uk/messages.po | 2641 ++++++++-------- src/locale/locales/vi/messages.po | 2643 ++++++++-------- src/locale/locales/zh-CN/messages.po | 2645 ++++++++-------- src/locale/locales/zh-HK/messages.po | 2655 ++++++++-------- src/locale/locales/zh-TW/messages.po | 2655 ++++++++-------- 59 files changed, 73904 insertions(+), 64246 deletions(-) diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml index ae9d1c30a9..df833779af 100644 --- a/.github/workflows/nightly-e2e.yml +++ b/.github/workflows/nightly-e2e.yml @@ -15,7 +15,7 @@ concurrency: env: CI: "1" - MAESTRO_VERSION: "2.6.1" + MAESTRO_VERSION: "2.10.0" MAESTRO_DRIVER_STARTUP_TIMEOUT: "180000" MAESTRO_CLI_NO_ANALYTICS: "1" MAESTRO_CLI_ANALYSIS_NOTIFICATION_DISABLED: "true" @@ -62,12 +62,12 @@ jobs: - name: 🔤 Compile translations uses: ./.github/actions/compile-i18n - - name: 📥 Install Maestro 2.6.1 + - name: 📥 Install Maestro 2.10.0 run: | echo "Installing Maestro" > artifacts/ios/phase.txt curl -fsSL -o "$RUNNER_TEMP/maestro.zip" \ "https://github.com/mobile-dev-inc/Maestro/releases/download/cli-${MAESTRO_VERSION}/maestro.zip" - echo "3440825f514f537c6a96bcf5de995780c2a4a7f83a43208fdc95d4f1fecfad3b $RUNNER_TEMP/maestro.zip" \ + echo "29b675e10cc12080e445e9bfb2e2b4e4dfb9c0f2e30d5884120d258b5e1cd991 $RUNNER_TEMP/maestro.zip" \ | shasum -a 256 --check unzip -q "$RUNNER_TEMP/maestro.zip" -d "$RUNNER_TEMP" echo "$RUNNER_TEMP/maestro/bin" >> "$GITHUB_PATH" @@ -187,12 +187,12 @@ jobs: - name: 🔤 Compile translations uses: ./.github/actions/compile-i18n - - name: 📥 Install Maestro 2.6.1 + - name: 📥 Install Maestro 2.10.0 run: | echo "Installing Maestro" > artifacts/android/phase.txt curl -fsSL -o "$RUNNER_TEMP/maestro.zip" \ "https://github.com/mobile-dev-inc/Maestro/releases/download/cli-${MAESTRO_VERSION}/maestro.zip" - echo "3440825f514f537c6a96bcf5de995780c2a4a7f83a43208fdc95d4f1fecfad3b $RUNNER_TEMP/maestro.zip" \ + echo "29b675e10cc12080e445e9bfb2e2b4e4dfb9c0f2e30d5884120d258b5e1cd991 $RUNNER_TEMP/maestro.zip" \ | shasum -a 256 --check unzip -q "$RUNNER_TEMP/maestro.zip" -d "$RUNNER_TEMP" echo "$RUNNER_TEMP/maestro/bin" >> "$GITHUB_PATH" diff --git a/__e2e__/flows/composer-self-label.yml b/__e2e__/flows/composer-self-label.yml index 4539e1e04e..065304a508 100644 --- a/__e2e__/flows/composer-self-label.yml +++ b/__e2e__/flows/composer-self-label.yml @@ -30,6 +30,10 @@ appId: xyz.blueskyweb.app id: "confirmBtn" - tapOn: id: "composerPublishBtn" +- extendedWaitUntil: + notVisible: + id: "composePostView" + timeout: 30000 - tapOn: id: "e2eRefreshHome" - assertVisible: "Adult Content" diff --git a/__e2e__/flows/onboarding-avatar-creator.yml b/__e2e__/flows/onboarding-avatar-creator.yml index 7b65c405bb..cb65d5bf44 100644 --- a/__e2e__/flows/onboarding-avatar-creator.yml +++ b/__e2e__/flows/onboarding-avatar-creator.yml @@ -60,6 +60,7 @@ appId: xyz.blueskyweb.app - tapOn: id: "onboardingContinue" - assertVisible: "What are your interests?" +- tapOn: "Animals" - tapOn: id: "onboardingContinue" - assertVisible: "Suggested for you" diff --git a/__e2e__/flows/onboarding.yml b/__e2e__/flows/onboarding.yml index 4c0ffdd48f..42ad4f87c2 100644 --- a/__e2e__/flows/onboarding.yml +++ b/__e2e__/flows/onboarding.yml @@ -41,6 +41,7 @@ appId: xyz.blueskyweb.app - tapOn: id: "onboardingContinue" - assertVisible: "What are your interests?" +- tapOn: "Animals" - tapOn: id: "onboardingContinue" - assertVisible: "Suggested for you" diff --git a/__e2e__/setupApp.yml b/__e2e__/setupApp.yml index ab9623ffba..be1794c523 100644 --- a/__e2e__/setupApp.yml +++ b/__e2e__/setupApp.yml @@ -3,34 +3,22 @@ appId: xyz.blueskyweb.app - launchApp: appId: "xyz.blueskyweb.app" clearState: true - arguments: - "-EXDevMenuIsOnboardingFinished": true -- runFlow: - when: - platform: iOS - commands: - - extendedWaitUntil: - visible: "http://localhost:8081" - timeout: 60000 - - tapOn: "http://localhost:8081" -- runFlow: - when: - platform: Android - commands: - - extendedWaitUntil: - visible: "http://10.0.2.2:8081" - timeout: 60000 - - tapOn: "http://10.0.2.2:8081" - - extendedWaitUntil: - visible: "Continue" - timeout: 180000 - - tapOn: "Continue" - - back - extendedWaitUntil: visible: id: e2eProxyHeaderInput timeout: 180000 -- tapOn: - id: e2eProxyHeaderInput -- inputText: ${output.result} -- pressKey: Enter +- extendedWaitUntil: + visible: "Sign in" + timeout: 180000 +- retry: + maxRetries: 3 + commands: + - tapOn: + id: e2eProxyHeaderInput + - eraseText + - inputText: ${output.result} + - pressKey: Enter + - extendedWaitUntil: + visible: + id: e2eSignInAlice + timeout: 10000 diff --git a/app.config.js b/app.config.js index b9b4a42a9d..bc1de0b2d7 100644 --- a/app.config.js +++ b/app.config.js @@ -20,6 +20,7 @@ module.exports = function (_config) { const IS_TESTFLIGHT = process.env.EXPO_PUBLIC_ENV === 'testflight' const IS_PRODUCTION = process.env.EXPO_PUBLIC_ENV === 'production' + const IS_E2E = process.env.EXPO_PUBLIC_ENV === 'e2e' const IS_DEV = !IS_TESTFLIGHT && !IS_PRODUCTION const ASSOCIATED_DOMAINS = [ @@ -234,6 +235,25 @@ module.exports = function (_config) { checkAutomatically: 'NEVER', }, plugins: [ + [ + 'expo-dev-client', + { + toolsButton: false, + ...(IS_E2E + ? { + launchMode: 'most-recent', + skipOnboarding: true, + showMenuAtLaunch: false, + ios: { + defaultLaunchURL: 'http://localhost:8081', + }, + android: { + defaultLaunchURL: 'http://10.0.2.2:8081', + }, + } + : {}), + }, + ], 'expo-video', 'expo-localization', 'expo-web-browser', diff --git a/src/locale/locales/an/messages.po b/src/locale/locales/an/messages.po index c137bd6940..84ce6fd653 100644 --- a/src/locale/locales/an/messages.po +++ b/src/locale/locales/an/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: an\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Aragonese\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# seguindo} other {# seguindo}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# mes} other {# meses}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {seguidor} other {seguidors}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguindo} other {seguindo}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {publicación} other {publicacions}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Paquet d'inicio de {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} s'ha rechistau con o tuyo paquet d'inicio" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} seguindo" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, y {2, plural, one {# atro} other {# atros}} s'incluyen en o tuyo paquet d'inicio" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, y {2, plural, one {# atro} other {# atros}} s'in #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, y {2, plural, one {# atro} other {# atros}} s'incluyen en o tuyo paquet d'inicio" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} and<1> <2>{1} s'incluyen en o tuyo paquet d'inicio" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} s'incluye en o tuyo paquet d'inicio" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} miembros" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Tu y<1> <2>{0} s'incluyen en o tuyo paquet d'inicio" @@ -946,6 +955,12 @@ msgstr "7 días" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Accesibilidat" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Achustes d'accesibilidat" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Cuenta blocada" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Cuenta seguida" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Cuenta silenciada" @@ -1111,24 +1126,24 @@ msgstr "Cuenta sacada de l'acceso rápido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Cuenta desblocada" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Has deixau de seguir a esta cuenta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Cuenta no silenciada" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Anyadir" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Anyadir-ne {0} mas pa continar" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Anyadir {displayName} a lo paquet d'inicio" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Anyadir cuenta a esta lista" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Anyadir cuenta" @@ -1201,11 +1216,11 @@ msgstr "Anyadir texto alternativo (opcional)" msgid "Add another account" msgstr "Anyadir una atra cuenta" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Anyadir una atra publicación" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "Anyadir una atra clau" msgid "Add App Password" msgstr "Anyadir clau d'app" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Anyadir mas detalles (opcional)" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "Anyadir canals recomendadas" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Anyadir bella canal ta lo tuyo paquet d'inicio!" @@ -1307,12 +1322,12 @@ msgstr "Anyade la canal predeterminada de solo personas que sigue" msgid "Add the following DNS record to your domain:" msgstr "Anyade lo siguient rechistro DNS a lo tuyo dominio:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Anyade esta canal a las tuyas canals" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Anyadir a listas" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Detalles adicionals (limite 300 carácters)" @@ -1378,14 +1393,14 @@ msgstr "Adulto" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Conteniu adulto" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Lo conteniu pa adultos nomás se puede habilitar a traviés d'a web en <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etiquetas de conteniu d'adultos" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Abanzau" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "Toz" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Toz" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "S'han seguiu totas las cuentas!" @@ -1474,7 +1494,7 @@ msgstr "Totas las tuyas canals alzadas, en un solo puesto." msgid "Allow access to your direct messages" msgstr "Permite l'acceso a los tuyos mensaches directos" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Permitir publicacions citadas" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permitir acceso a mensaches directos" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Ya tiens un codigo?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Sesión ya iniciada como @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Un codigo de verificación s'ha ninviau a {0}. Escribe aquí ixe codigo." @@ -1587,7 +1607,7 @@ msgstr "I ha habiu una error" msgid "An error occurred" msgstr "I ha habiu una error" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "I ha habiu una error en comprimir lo video." @@ -1596,7 +1616,7 @@ msgstr "I ha habiu una error en comprimir lo video." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "I ha habiu una error en chenerar lo suyo paquet d'inicio. Quiers intenta msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "I ha habiu una error en cargar lo video. Per favor torne a intentar-lo." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "I ha habiu una error mientres cargaba lo video. Per favor torne a intentar-lo." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "I ha habiu una error en alzar lo codigo QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "I ha habiu una error mientres intentaba seguir a toz" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "I ha habiu un problema. Intenta de nuevo." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "un etiquetador desconoixiu" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "y" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Las claus d'aplicación han de tener a lo menos 4 carácters" msgid "App passwords" msgstr "Claus d'aplicación" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Claus de l'app" @@ -1856,7 +1876,7 @@ msgstr "Apelar esta decisión" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archivau dende {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Publicación archivada" @@ -1914,7 +1934,7 @@ msgstr "Yes seguro de querer borrar la clau d'aplicación \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Yes seguro que quiers eliminar este paquet d'inicio?" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Yes seguro que deseyas sacar esto d'as tuyas canals?" @@ -1945,7 +1965,7 @@ msgstr "Yes seguro que deseyas sacar esto d'as tuyas canals?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Seguro que quiers eliminar esta publicación?" @@ -1953,7 +1973,7 @@ msgstr "Seguro que quiers eliminar esta publicación?" msgid "Are you sure?" msgstr "Yes seguro?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Desnudez artistica u no erotica." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Dezaga" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Blocar cuenta" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blocau" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Cuentas blocadas" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Cuentas blocadas" @@ -2288,7 +2316,7 @@ msgstr "Lo bloqueyo ye publico. Si blocas una cuenta no podrán responder en os 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." msgstr "Si blocas a etiquetador encara podrán seguir aplicando etiquetas a la tuya cuenta, pero privará que respondan en os tuyos filos, te mencionen u interactúen con tu de garra traza." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky no puede confirmar l'autenticidat d'a data declarada." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky triará un conchunto de cuentas recomendadas de personas en o suyo ret." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "Explora mas sucherencias" msgid "Browse other feeds" msgstr "Explorar atras canals" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Explora las publicacions sobre {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Explora les publicacions etiquetades amb {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Explora lo paquet d'inicio {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Explorar las publicacions d'o tema {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Negocios" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Per {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Per <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "En crear una cuenta, aceptas los <0>Termins de Servicio y la <1>Poli msgid "By creating an account you agree to the <0>Terms of Service." msgstr "En crear una cuenta, acceptas los <0>Termins de Servicio." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Camera" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Cancelar" msgid "Cancel quote post" msgstr "Cancelar citación" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Cancelar la reactivación y zarrar la sesión" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "No se puede interactuar con un usuario blocau" @@ -2609,7 +2637,7 @@ msgstr "Subtítols (.vtt)" msgid "Captions & alt text" msgstr "Subtítols y texto alternativo" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Cambiar identificador" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Cambiar servicio de moderación" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Cambiar la razón d'o reporte" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Conversa" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Verificar lo mío estau" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Tría la tuya propia linia temporal! Las canals creadas per la comunidat t'adjuyan a trobar lo conteniu que te fa goyo." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Tría la tuya clau" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Borrar consulta de busqueda" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Fe clic pa reintentar mensache fallido" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Fe clic pa reintentar mensache fallido" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Fe clic pa reintentar mensache fallido" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Zarrar" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Zarrar dialogo activo" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Zarrar finestra" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Zarra lo menú lateral" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Zarrar este dialogo" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Zarra l'alerta d'actualización de clau" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "Comprimir la lista d'usuarios" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Comprimir la lista d'usuarios pa una notificación en particular" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Historietas" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Directrices d'a comunidat" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Completa la incorporación y prencipia a usar la tuya cuenta" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Completa lo desafío" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Redactar una nueva publicación" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "Redactar la respuesta" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Comprimindo video..." @@ -3198,18 +3227,18 @@ msgstr "Configurau en <0>achustes de moderación." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirmar" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Codigo de confirmación" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contactar con soporte" @@ -3273,7 +3302,7 @@ msgstr "Conteniu y multimedia" msgid "Content and media" msgstr "Conteniu y multimedia" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Conteniu y multimedia" @@ -3281,7 +3310,7 @@ msgstr "Conteniu y multimedia" msgid "Content Blocked" msgstr "Conteniu Blocau" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtros de conteniu" @@ -3421,8 +3450,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar clau d'aplicación" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copiar at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copiar codigo" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copiar DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copiar vinclo" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copiar vinclo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copia lo vinclo a la lista" @@ -3472,12 +3501,12 @@ msgstr "Copia lo vinclo a la lista" msgid "Copy link to post" msgstr "Copiar lo vinclo a la publicación" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "Copiar texto d'o mensache" msgid "Copy post at:// URI" msgstr "Copiar at:// URI d'a publicación" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copiar texto d'a publicación" @@ -3506,7 +3535,7 @@ msgstr "Copiar valor de rechistro TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Politica de dreitos d'autor" @@ -3632,7 +3661,7 @@ msgstr "Crear" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Crear un codigo QR pa pack d'inicio" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Crea un paquet d'inicio" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Crea un paquet d'inicio pa yo" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Crear una cuenta nueva" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Crea un reporte de {0}" @@ -3734,7 +3763,7 @@ msgstr "Crea un reporte de {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Creau {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Lo creador ha estau blocau" @@ -3800,7 +3829,7 @@ msgstr "Fosco" msgid "Dark theme" msgstr "Tema fosco" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data de naixencia" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Desactivar cuenta" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Iconos per defecto" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Borrar" @@ -3892,8 +3921,8 @@ msgstr "Borrar conversa" msgid "Delete for me" msgstr "Borrar pa yo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "Borrar mensache pa yo" msgid "Delete my account" msgstr "Borrar la mía cuenta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Borrar una publicación" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Borrar paquet d'inicio" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Borrar paquet d'inicio?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Borrar esta lista?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Borrar esta publicación?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Eliminau" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Texto descriptivo alternativo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Desvincular cita" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Desvincular publicación de la cita?" @@ -3993,11 +4022,11 @@ msgstr "Modo desenrollador activau" msgid "Developer options" msgstr "Desenrollar opcions" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Achustar quí puede interactuar con esta publicación" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Tenue" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Desactivar Correu 2FA" @@ -4041,11 +4075,11 @@ msgstr "Desactivar la retroalimentación haptica" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Desactivau" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Descartar" @@ -4075,23 +4109,28 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "Descartar cambios?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Descartar borrador?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Descartar la publicación?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Descubre nuevas canals personalizadas" msgid "Discover New Feeds" msgstr "Descubrir nuevas canals" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Descartar" @@ -4115,7 +4154,7 @@ msgstr "Descartar" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Descartar error" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Listo" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Dople toque pa zarrar lo dialogo" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Toca dos vegadas pa indicar que te fa goyo" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Descargar Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "p. eix. alicia.com" msgid "E.g. artistic nudes." msgstr "p. eix. desnudos artisticos." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "p. eix. Publicadors frecuents" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Editar" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Editar avatar" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Editar la imachen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Editar achustes d'interacción" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Editar los detalles d'a lista" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Editar las mías noticias" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Editar Personas" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Editar achustes d'interacción d'a publicación" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Editar lo perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Editar lo perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Editar paquet d'inicio" @@ -4454,15 +4494,15 @@ msgstr "Editar paquet d'inicio" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Editar quí puede responder" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Edita lo tuyo paquet d'inicio" @@ -4470,16 +4510,16 @@ msgstr "Edita lo tuyo paquet d'inicio" msgid "Education" msgstr "Educación" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Lo creador d'esta lista t'ha blocau u l'has blocau tu." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Correu electronico" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Correu 2FA deshabilitau" @@ -4492,7 +4532,7 @@ msgstr "Activar correu 2FA" msgid "Email address" msgstr "Adreza de correu electronico" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Correu electronico reninviau" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Correu electronico verificau" @@ -4527,7 +4567,7 @@ msgstr "Incrustar publicación" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta esta publicación en o tuyo puesto web. Simplament copia lo siguient fragmento y apega-lo en o codigo HTML d'o tuyo puesto web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Reproductor de video incrustau" @@ -4542,12 +4582,7 @@ msgstr "Activar" msgid "Enable {0} only" msgstr "Activar {0} nomás" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Activar conteniu adulto" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "Activar las tendencias" msgid "Enable trending videos in your Discover feed" msgstr "Activar los videos populares en Discover d'a tuya canal" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Activau" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Escribe l'adreza de correu electronico" @@ -4670,15 +4705,15 @@ msgstr "Escribe la tuya clau" msgid "Enter your username and password" msgstr "Escribe lo tuyo identificador y clau" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Cambia a pantalla completa" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "I ha habiu una error en alzar lo fichero" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Error en recibir la respuesta d'o captcha." @@ -4712,11 +4747,11 @@ msgstr "Error en recibir la respuesta d'o captcha." msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Toz pueden responder" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Toz pueden responder a esta publicación." @@ -4783,7 +4818,7 @@ msgstr "Expandir u comprimir la publicación completa a la cual yes respondendo" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Ixampla u reduce lo texto d'a publicación" @@ -4826,21 +4861,21 @@ msgstr "Fichers multimedia explicitos u potencialment perturbadors." msgid "Explicit sexual images." msgstr "Imáchens sexuals explicitas." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Exportar los míos datos" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Fichers multimedia externos" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Ye posible que fichers multimedia externos permitan que atros puestos recopilen datos sobre tu y lo tuyo dispositivo. No se ninvia u solicita garra tipo d'información dica que pretes lo botón de \"reproducir\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Fichers multimedia externos" @@ -4946,7 +4981,7 @@ msgstr "Error en eliminar lo mensache" msgid "Failed to delete post, please try again" msgstr "Error en eliminar la publicación, per favor intenta-lo de nuevo" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Error en eliminar lo paquet d'inicio" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Error en cargar las preferencias de canals" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Error en cargar las canals sucheridas" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Error en cargar las sucherencias de seguimiento" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Error en clavar la publicación." #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Error en alzar la imachen: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "No s'ha puesto alzar la configuración. Torna a prebar-lo." @@ -5168,7 +5203,7 @@ msgstr "Error en cambiar lo estau de silencio d'o filo, per favor intenta de nue msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Error en actualizar las canals" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Error en actualizar los achustes" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Error en puyar video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Canal" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menú d'a canal" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Alternar canal" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Canals" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Fichero alzau exitosament!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Filtrar d'as canals" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar la busqueda per idioma (actualment: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finalizando" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Buscar cuentas pa seguir" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Trobar chent a qui seguir" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Seguir {0}" @@ -5458,7 +5499,7 @@ msgstr "Seguir {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Seguir {handle}" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Sigue 7 cuentas" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Seguir cuenta" @@ -5486,8 +5527,8 @@ msgstr "Seguir cuenta" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Seguir a toz" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Seguidors de @{0} que conoixes" @@ -5552,28 +5593,29 @@ msgstr "Seguidors que conoixes" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Seguindo" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Seguindo" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Seguindo {0}" @@ -5582,7 +5624,7 @@ msgstr "Seguindo {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Seguindo {handle}" @@ -5591,7 +5633,7 @@ msgstr "Seguindo {handle}" msgid "Following feed preferences" msgstr "Preferencias d'a canal de seguimiento" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferencias d'a canal de Seguimiento" @@ -5613,7 +5655,7 @@ msgstr "Grandaria de fuent" msgid "Food" msgstr "Minchar" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Tornar" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Tornar" @@ -5867,8 +5909,8 @@ msgstr "Tornar ta lo paso anterior" msgid "Go home" msgstr "Ir ta l'inicio" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Vibración" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Etiqueta" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Tiens problemas?" @@ -6145,11 +6197,11 @@ msgstr "Vet aquí la tuya clau d'aplicación!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "Amagau" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Amagau per la tuya configuración de moderación." @@ -6166,23 +6218,19 @@ msgstr "Amagau per la tuya configuración de moderación." msgid "Hidden list" msgstr "Lista amagada" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Amagar" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Amagar" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Amagar la publicación pa yo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Amagar respuesta pa toz" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Amagar respuesta pa yo" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Amagar esta publicación?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Amagar esta respuesta?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Amaga las tendencias" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Quiers amagar las tendencias?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Quiers amagar los videos en tendencias?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Amagar lista d'usuarios" @@ -6267,12 +6308,12 @@ msgstr "Amagar lista d'usuarios" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Amaga lo conteniu" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Lo servidor de noticias ha respondiu de forma incorrecta. Per favor, inf msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Tenemos problemas pa trobar esta noticia. Puede que la haigan borrada." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Tenemos problemas pa cargar estes datos. Debaixo trobarás mas detalles. Si lo problema persiste contacta-nos." @@ -6316,14 +6357,14 @@ msgstr "Tenemos problemas pa cargar estes datos. Debaixo trobarás mas detalles. msgid "Hmmmm, we couldn't load that moderation service." msgstr "Pareixe que somos tenendo problemas pa cargar estes datos. Mira debaixo pa mas detalles. Si este problema sigue, per favor contacta-nos." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Aguarte! Somos dando acceso a videos gradualment, y encara yes en a lista d'espera. Torna a consultar luego!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Inicio" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Tiengo un codigo" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Si encara no yes un adulto seguntes las leis d'o tuyo país, lo tuyo pai, mai u tutor legal ha de leyer estes termens en o tuyo nombre." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Si eliminas esta lista, no podrás recuperar-la." @@ -6420,7 +6461,7 @@ msgstr "Si tiens lo tuyo propio dominio, puez fer-lo servir como identificador. msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Si eliminas esta publicación, no podrás recuperar-la." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "Si yes un desenrollador/a, puez alochar lo tuyo propio servidor." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si yes mirando de cambiar lo tuyo identificador u correu electronico, fe-lo antes de desactivar la tuya cuenta." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Imachen" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Escribe lo codigo que se t'ha ninviau per correu electronico" msgid "Interaction limited" msgstr "Interacción limitada" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Achustes d'interacción" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Codigo de confirmación 2FA no ye valido." @@ -6691,7 +6732,7 @@ msgstr "Obchecto de reporte invalido" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Codigo de Verificación no valido" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Codigo d'invitación" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "No s'accepta lo codigo d'invitación. Compreba que l'has escrito correctament y torna-lo a intentar." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Convida a personas a este paquet inicial!" @@ -6786,26 +6827,26 @@ msgstr "Invitacions, pero personals" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Ye correcta" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Nomás yes tu per agora! Anyade mas personas a lo tuyo paquet d'inicio buscando alto." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID de fayena: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Fayenas" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Une-te a Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Une-te a la conversa" msgid "Journalism" msgstr "Periodismo" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Etiquetado per {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Etiquetau per l'autor." @@ -6893,7 +6934,7 @@ msgstr "Etiquetas en a tuya cuenta" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Achustes d'Idiomas" @@ -6907,12 +6948,12 @@ msgstr "Idiomas" msgid "Larger" msgstr "Mas gran" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Zaguero" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Aprender mas de Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Obtiene mas información sobre cómo autoalochar la tuya PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Mas información sobre la moderación que s'ha aplicau en esta publicación" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Aprender mas sobre esta advertencia" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Mas información sobre lo que ye publico en Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Aprender-ne mas." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "quedan." @@ -7080,7 +7121,7 @@ msgstr "Deixa-me triar" msgid "Let's get your password reset!" msgstr "Imos a restablir la tuya clau!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Imos!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Liuchero" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Me fa goyo" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Me fa goyo ({0, plural, one {# me-fa-goyo} other {# me-fa-goyos}})" @@ -7114,7 +7155,7 @@ msgstr "Da-le «me fa goyo» a 10 publicacions" msgid "Like 10 posts to train the Discover feed" msgstr "Da-le «me fa goyo» a 10 publicacions pa entrenar la canal de descubrimiento" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Dar «me fa goyo» a esta noticia" @@ -7122,8 +7163,8 @@ msgstr "Dar «me fa goyo» a esta noticia" msgid "Like this labeler" msgstr "Como este etiquetador" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Le ha feito goyo a" @@ -7140,26 +7181,26 @@ msgstr "Le ha feito goyo a" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Le fa goyo a {0, plural, one {# usuario} other {# usuarios}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Me fa goyo" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Me fa goyo en esta publicación" @@ -7191,11 +7232,16 @@ msgstr "Linial" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lista d'eliminaus" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "S'ha amagau la lista" @@ -7248,7 +7294,7 @@ msgstr "S'ha amagau la lista" msgid "List Hidden" msgstr "Lista amagada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Lista silenciada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Lista desblocada" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "La lista ya no ye silenciada" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listas" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Cargar-ne mas" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Cargar mas canals sucheridas" @@ -7346,16 +7392,16 @@ msgstr "Cargar notificacions nuevas" msgid "Load new posts" msgstr "Cargar publicacions nuevas" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Rechistro" @@ -7405,11 +7451,6 @@ msgstr "Logo de <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Ye como XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Asegura-te que ye aquí ta an quiers ir!" msgid "Manage saved feeds" msgstr "Chestionar las canals alzadas" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "Chestiona las tuyas parolas y etiquetas silenciadas" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Multimedia" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "usuarios mencionaus" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Mensache eliminau" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensache d'o servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Campo de dentrada de mensache" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mensaches" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderación" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Detalles de moderación" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Lista de moderación per <0/>" msgid "Moderation list by you" msgstr "Lista de moderación per tu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Lista de moderación creada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Lista de moderación actualizada" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Listas de moderación" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Listas de moderación" @@ -7697,11 +7755,11 @@ msgstr "Listas de moderación" msgid "moderation settings" msgstr "achustes de moderación" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Estaus de moderación" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Ferramientas de moderación" @@ -7710,8 +7768,8 @@ msgstr "Ferramientas de moderación" msgid "Moderator has chosen to set a general warning on the content." msgstr "Lo moderador ha decidiu d'establir una advertencia cheneral sobre lo conteniu." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Mas canals" @@ -7720,10 +7778,10 @@ msgstr "Mas canals" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Mas opcions" @@ -7747,7 +7805,7 @@ msgstr "Mosica" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Silenciar" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Cuenta muda" @@ -7816,13 +7874,13 @@ msgstr "Silenciar esta parola nomás en etiquetas" msgid "Mute this word until you unmute it" msgstr "Silenciar esta parola dica que la tornes a habilitar" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silenciar filo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silenciar parolas y etiquetas" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Cuentas silenciadas" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Cuentas silenciadas" @@ -7852,7 +7910,7 @@ msgstr "En silenciar una cuenta no veyerás las suyas publicacions en a tuya can msgid "Muted by \"{0}\"" msgstr "Silenciau per \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Parolas y etiquetas silenciadas" @@ -7881,7 +7939,7 @@ msgstr "Los mías canals" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nombre" @@ -7891,12 +7949,12 @@ msgstr "Naturaleza" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navegar a {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "Navega a la siguient pantalla" msgid "Navigates to your profile" msgstr "Navega a lo tuyo perfil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "No importa, crea un identificador per yo" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nuevo" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nueva clau" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nueva publicación" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nueva publicación" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Respuestas nuevas primer" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Noticias" @@ -8088,15 +8142,15 @@ msgstr "Noticias" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Siguient" @@ -8108,12 +8162,16 @@ msgstr "Imachen nueva" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Encara sini \"me-fa-goyos\"" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Ya no sigues a {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Encara no i hai notificacions!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Dengún, fueras de l'autor, puede citar esta publicación." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Sin resultaus" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "No gracias" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Dengún" @@ -8360,7 +8418,7 @@ msgstr "Dengún ha citau esto encara. Talment habrías d'estar lo primero!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Dengún ha tornau a publicar esto encara. Talment habrías d'estar lo primero!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "No se trobó a dengún. Mira de buscar a unatra persona." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "No trobau" @@ -8407,7 +8465,7 @@ msgstr "No trobau" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Achustes de notificación" @@ -8435,8 +8497,8 @@ msgstr "Achustes de notificación" msgid "Notification sounds" msgstr "Sons de notificación" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sons de notificación" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notificacions" @@ -8490,7 +8552,7 @@ msgstr "D'acuerdo" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Ye bien" @@ -8505,6 +8567,10 @@ msgstr "Respuestas antigas primero" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "en<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Falta lo texto alternativo d'uno u mas GIFs." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Falta lo texto alternativo en una u cuantas imáchens." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Falta lo texto alternativo d'uno u mas videos." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Nomás {0} puede responder." @@ -8556,7 +8622,7 @@ msgstr "Nomás {0} puede responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Nomás s'admite fichers d'imachen" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Ubrir lo creyador de avatares" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Ubrir opcions de conversación" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Ubrir lo menú lateral" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Ubrir selector d'emoji" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Ubrir vinclo a {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Ubrir opcions de mensache" msgid "Open moderation debug page" msgstr "Ubrir la pachina de debug d'a moderación" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Ubrir achustes de parolas y etiquetas silenciadas" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Ubrir menú d'o paquet d'inicio" @@ -8759,9 +8825,8 @@ msgstr "Ubrir rechistro d'o sistema" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Ubre detalles adicionals pa una dentrada de depuración" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Ubrir camera d'o dispositivo" @@ -8804,28 +8869,28 @@ msgstr "Ubre lo dialogo de cambio d'identificador" msgid "Opens composer" msgstr "Ubrir compositor" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Ubre lo fluxo pa crear una nueva cuenta de Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Ubre lo fluxo pa iniciar sesión en a tuya cuenta existent de Bluesky" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Ubre lo centro d'aduya en o navegador" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Ubre este perfil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opcions:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "U, contina con unatra cuenta." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "U, dentra con una d'as tuyas atras cuentas." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Clau" @@ -8993,7 +9094,7 @@ msgstr "Clau" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "La claus ha de tener a lo menos 8 carácters." @@ -9005,7 +9106,7 @@ msgstr "Clau actualizada" msgid "Password updated!" msgstr "Clau actualizada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausar" @@ -9020,7 +9121,7 @@ msgstr "Pausar video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Personas" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Personas seguidas per @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Personas seguindo a @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Alternar persona" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Imáchens destinadas a adultos." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Clavar la canal" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Clavar en inicio" @@ -9131,8 +9232,8 @@ msgstr "Clavar en inicio" msgid "Pin to Home" msgstr "Clavar en inicio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Clavar en o tuyo perfil" @@ -9151,11 +9252,11 @@ msgstr "{0} clavau en Inicio" msgid "Pinned Feeds" msgstr "Canals clavadas" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Las tuyas canals clavadas" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Reproducir" @@ -9169,12 +9270,12 @@ msgstr "Reproducir {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Reproducir video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Reproducir Video" @@ -9182,7 +9283,7 @@ msgstr "Reproducir Video" msgid "Plays or pauses the GIF" msgstr "Reproduce u pausa lo GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Reproduce u pausa lo video" @@ -9190,7 +9291,7 @@ msgstr "Reproduce u pausa lo video" msgid "Plays the GIF" msgstr "Reproducir GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Reproduce lo video" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Per favor, tría lo tuyo identificador." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Per favor, tría la tuya clau." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Per favor, completa la verificación CAPTCHA." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Compreba que has escrito bien la tuya adreza de correu." @@ -9232,7 +9333,7 @@ msgstr "Compreba que has escrito bien la tuya adreza de correu." msgid "Please enter a password." msgstr "Escribe una clau." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Escribe una clau. Ha de tener a lo menos 8 carácters." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Escribe lo tuyo correu electronico." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Escribe lo tuyo codigo d'invitación." @@ -9306,8 +9407,8 @@ msgstr "Per favor explica per qué creyes que los tuyos chats son estaus deshabi msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "Tría una razón pa esta denuncia" msgid "Please sign in as @{0}" msgstr "Per favor, escribe como @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politica" @@ -9367,18 +9468,18 @@ msgstr "Politica" msgid "Porn" msgstr "Pornografía" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Publicar" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Publicar" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Publicar-lo tot" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Publicación per {0}" @@ -9423,10 +9529,10 @@ msgstr "Publicación eliminada" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "No s'ha puesto cargar la publicación. Compreba la connexión a internet y torna-lo a intentar." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "La publicación ye estada eliminada" @@ -9440,11 +9546,11 @@ msgstr "Publicación amagada per parola silenciada" msgid "Post Hidden by You" msgstr "Publicación amagada per tu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Achustes d'interacción d'a publicación" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Configuración d'interacción d'a publicación" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Publicación no trobada" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Publicación clavada" @@ -9478,7 +9584,7 @@ msgstr "Publicación clavada" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Publicación desclavada" @@ -9487,7 +9593,7 @@ msgstr "Publicación desclavada" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Publicacions" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Presiona pa reintentar la connexión" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacidat" msgid "Privacy and security" msgstr "Privacidat y seguranza" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Politica de privacidat" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Procesando video..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "perfil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas publicas y compartibles pa blocar u silenciar a usuarios de vez." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "Codigo QR alzau en o tuyo carret de fotos!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citar una publicación" @@ -9723,8 +9829,8 @@ msgstr "S'ha excediu lo limite de frecuencia - has mirau de cambiar lo tuyo iden msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Readchuntar cita" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reactivar la tuya cuenta" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Amostrar-ne menos" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Amostrar-ne mas" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Leyer lo blog de Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Leyer las Politicas de Privacidat de Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Leyer los Termins y Condicions de Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Recargar conversacions" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Eliminar" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Eliminar a {displayName} d'o paquet inicial" @@ -9914,8 +10021,8 @@ msgstr "Eliminar l'adchunto" msgid "Remove Avatar" msgstr "Eliminar l'avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Eliminar lo banner" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Sacar d'as mías canals" @@ -9960,8 +10067,8 @@ msgstr "Sacar d'as mías canals" msgid "Remove from quick access?" msgstr "Borrar de l'acceso rapido?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Sacar d'as canals alzadas" @@ -9970,7 +10077,7 @@ msgstr "Sacar d'as canals alzadas" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Sacar d'as tuyas canals?" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Sacar esta canal d'as tuyas canals alzadas" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Eliminau per autor" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Eliminau per tu" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Eliminau d'as tuyas canals" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Respuestas" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Respuestas deshabilitadas" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Las respuestas en esta publicación son deshabilitadas." @@ -10141,14 +10253,14 @@ msgstr "Las respuestas en esta publicación son deshabilitadas." msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responder ({0, plural, one {# respuesta} other {# respuestas}})" @@ -10162,7 +10274,7 @@ msgstr "Respuesta amagada per l'autor d'o filo" msgid "Reply Hidden by You" msgstr "Respuesta amagada per tu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "La configuración de respuestas ye triada per l'autor d'o filo" @@ -10185,8 +10297,8 @@ msgstr "La respuesta s'ha amagau correctament" msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Denunciar cuenta" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Denunciar conversación" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Finestra de denuncia" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Denunciar canal" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "Denunciar mensache" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Denunciar publicación" @@ -10225,8 +10337,8 @@ msgstr "Denunciar publicación" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Denunciar paquet d'inicio" @@ -10292,7 +10404,7 @@ msgstr "Republicar ({0, plural, one {# republicación} other {# republicacions}} #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Republicar u citar publicación" @@ -10330,12 +10442,12 @@ msgstr "Republicacions d'esta publicación" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Requerir texto alternativo antes de publicar" msgid "Require an email code to sign in to your account." msgstr "Demanda una adreza de correu pa dentrar con la tuya cuenta." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Requeriu pa este furnidor" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Reninviar correu" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Reninviar correu" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Reninviar correu de verificación" @@ -10453,6 +10565,11 @@ msgstr "Restablir clau" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Reintenta la zaguera acción, que presentó una error" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Reintenta la zaguera acción, que presentó una error" msgid "Retry" msgstr "Reintentar" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Torna a intentar cargar las opcions de denuncia" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Tornar ta la pachina anterior" @@ -10521,7 +10638,7 @@ msgstr "Tornar ta la pachina d'inicio" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Tornar ta la pachina anterior" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Alzar cambios" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Alzar imachen" @@ -10608,8 +10725,8 @@ msgstr "Alzar nuevo identificador" msgid "Save QR code" msgstr "Alzar codigo QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Alzar en as mías canals" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Canals alzadas" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Alzau en as tuyas canals" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Di ola!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Desplazar enta alto" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Buscar" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Mirar en as publicacions de @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Buscar por nombre u interés" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Mirar canals" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Buscar canals que quieras sucherir a atros." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "Mirar en as mías publicacions" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Mirar en publicacions" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Buscar perfils" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Mirar..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Mira perfils" @@ -10829,14 +10946,14 @@ msgstr "Veyer las publicacions sobre #{tag}" msgid "See #{tag} posts by user" msgstr "Veyer publicacions sobre #{tag} per usuario" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Veyer emplegos en Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Tría una color" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Triar cuenta" @@ -10910,7 +11022,7 @@ msgstr "Tría un avatar" msgid "Select an emoji" msgstr "Tría un emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Tría d'una cuenta existent" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Tría per cuánto tiempo s'habría de silenciar esta parola." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Triar idioma..." msgid "Select languages" msgstr "Triar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Triar un servicio de moderación" @@ -11028,7 +11140,7 @@ msgstr "Triar qué idioma usar en la interfaz d'usuario de l'aplicación." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Tría en qué idiomas deseyas que sían las publicacions d'as tuyas canals. Si no'n trías garra, s'amostrarán en toz los idiomas." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Tría la tuya data de naixencia" @@ -11045,7 +11157,7 @@ msgstr "Tría en qué idioma deseyas traducir las publicacions d'a tuya canal." msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Ninviar comentarios" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Ninviar mensache" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Ninviar publicación a..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Ninviar denuncia a {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Ninviar correu de verificación" @@ -11133,7 +11245,7 @@ msgstr "Estableix {0} como l'icono de l'aplicación" msgid "Set new password" msgstr "Establir la clau nueva" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Configura la tuya cuenta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Estableix lo correu electronico pa restablir la clau" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Achustes" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Configuración alzada" @@ -11242,7 +11354,7 @@ msgstr "Sexualment suchestivo" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Compartir" @@ -11251,7 +11363,7 @@ msgstr "Compartir" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Compartir de totas trazas" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Compartir vinclo" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Finestra pa compartir vinclo" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Compartir codigo QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Comparte esta canal" @@ -11318,22 +11430,22 @@ msgstr "Comparte esta canal" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Compartir este paquet d'inicio" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Comparte este paquet d'inicio y aduya a las personas a unir-se a la tuya comunidat en Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Prebador de Preferencias Compartidas" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Veyer" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Veyer texto alternativo" @@ -11373,14 +11489,14 @@ msgstr "Veyer texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Veyer de totas trazas" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Amostrar menos como este" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Amostrar lista de totas trazas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Amostrar-ne mas como este" @@ -11445,8 +11561,8 @@ msgstr "Amostrar respuestas" msgid "Show replies as" msgstr "Amostrar las respuestas como" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Amostrar respuesta pa toz" @@ -11455,8 +11571,8 @@ msgstr "Amostrar respuesta pa toz" msgid "Show reposts" msgstr "Amostrar republicacions" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Amostrar advertencia y filtrar d'as canals" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Amuestra información sobre cuán se va crear esta publicación" @@ -11486,15 +11602,15 @@ msgstr "Amuestra información sobre cuán se va crear esta publicación" msgid "Shows other accounts you can switch to" msgstr "Amuestra atras cuentas a las cuals puez cambiar" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Amuestra lo conteniu" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Amuestra lo conteniu" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Iniciar sesión" msgid "Sign in as {0}" msgstr "Iniciar sesión como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "Inicia sesión en Bluesky u crea una nueva cuenta" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Blincar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Programación" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Belatras canals que podrían fer-te goyo" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Cualques personas pueden responder" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "I ha habiu una error" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "I ha habiu una error, per favor intenta de nuevo" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "I ha habiu una error. Intenta-lo atra vegada." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Bella cosa va mal? Fe-nos-lo saber." @@ -11759,8 +11881,8 @@ msgstr "Bella cosa va mal? Fe-nos-lo saber." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "La tuya sesión ha caducau. Torna a iniciar sesión." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Esportes" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Iniciar chat con {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Paquet d'inicio" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Paquet d'inicio de {0}" @@ -11841,12 +11968,12 @@ msgstr "Paquet d'inicio de {0}" msgid "Starter pack by <0/>" msgstr "Paquet d'inicio de <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Paquet d'inicio creau per tu" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Lo paquet d'inicio ye invalido" @@ -11854,7 +11981,7 @@ msgstr "Lo paquet d'inicio ye invalido" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Paquez d'inicio" @@ -11893,7 +12020,7 @@ msgstr "Almagacenamiento limpio, te fa falta reiniciar l'aplicación agora." msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Libro de cuentos" @@ -11928,13 +12055,13 @@ msgstr "Ninviar recurso" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Ninviar denuncia" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Subscribi-te a @{0} pa usar estas etiquetas:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Suscribir-se a lo etiquetador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Suscribir-se a este etiquetador" @@ -11975,7 +12102,7 @@ msgstr "Suscribir-se a este etiquetador" msgid "Subscribe to this list" msgstr "Suscribir-se a esta lista" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Nomás etiquetas" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Condicions" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Gracias, has verificau la tuya adreza de correu electronico con exito. Puez zarrar esta finestra." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Ixo contiene lo siguient:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "No s'ha puesto trobar ixe paquet d'inicio." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Ixo ye tot, amigos!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Ixo ye tot!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrá interactuar con tu dimpués de desblocar-la." @@ -12287,7 +12414,7 @@ msgstr "L'autor d'este filo ha amagau esta respuesta." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "L'aplicación web de Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "La Politica de privacidat s'ha tresladau a <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Pareix que lo servidor ye experimentando problemas. Torna-lo a intentar dimpués de bels momentos." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Lo paquet d'inicio que intentas veyer ye invalido. Puez eliminar este paquet d'inicio en o suyo puesto." @@ -12402,7 +12529,7 @@ msgstr "S'ha moviu lo formulario de soporte. Si te fa falta aduya, per favor <0/ msgid "The Terms of Service have been moved to" msgstr "Las condicions de servicio s'han tresladau a" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Lo codigo de verificación que has proporcionau ye invalido. Per favor, asegura-te d'haber utilizau lo vinclo de verificación correcto u solicita-ne un nuevo." @@ -12412,7 +12539,7 @@ msgstr "Lo codigo de verificación que has proporcionau ye invalido. Per favor, msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "No i hai limite de tiempo pa la desactivación d'a cuenta, torna en atro momento." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "I ha habiu un problema en contactar con o servidor" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "I ha habiu un problema en contactar con o servidor, compreba la tuya connexión y torna-lo a intentar." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "I ha habiu un problema en obtener las notificacions. Toca aquí pa intentar de nuevo." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "I ha habiu un problema en obtener las publicacions. Toca aquí pa intentar de nuevo." @@ -12495,25 +12622,25 @@ msgstr "I ha habiu un problema en actualizar las tuyas canals, compreba la tuya #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "I ha habiu un problema {0}" @@ -12521,10 +12648,10 @@ msgstr "I ha habiu un problema {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "I ha habiu un problema. Per favor verifica la tuya connexión a internet msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "I ha habiu un problema inasperau en l'aplicación. Per favor, grita-nos si t'ha pasau esto!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "I hai habiu una tongada de nuevos usuarios en Bluesky! Activaremos la tuya cuenta malas que podamos." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Esta {screenDescription} ha estau marcada:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "Esta apelación será ninviada a lo servicio de moderación de Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Este chat ye estau desconnectau" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Esta conversa ye con una cuenta eliminada u desactivada. Preta pa veyer las opcions" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Esta función ye en beta. Puez leyer mas sobre la exportación de repositorios en <0>esta publicación d'o blog." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Este vinclo te leva a lo siguient puesto web:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Esta lista – creada per <0>{0} – contiene posibles violacions d'as directrices comunitarias de Bluesky en o suyo nombre u descripción." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Esta lista – creada per tu – contiene posibles violacions d'as directrices comunitarias de Bluesky en o suyo nombre u descripción." @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Esta publicación diz haber estau creada lo <0>{0}, pero la hemos vista en Bluesky lo <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Esta publicación tiene un tipo de threadgate desconoixiu. Ye posible que la tuya aplicación siga obsoleta." @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta publicación será amagada d'as canals y filos. Esto no se puede desfer." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "L'autor d'esta publicación ha deshabilitau las citas de publicacions." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Este perfil nomás ye visible pa usuarios rechistraus. No será visible pa personas no rechistradas." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Esta respuesta será clasificada en una sección amagada a la fin d'o tuyo filo y silenciará las notificacions pa respuestas posteriors, tanto pa tu como pa atros." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Este servicio no ha proporcionau termins de servicio ni una politica de privacidat." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Este usuario ye nuevo aquí. Presiona pa mas información sobre cuán s' msgid "This user isn't following anyone." msgstr "Este usuario no sigue a dengún." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Esto eliminará @{0} d'a lista d'acceso rapido." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Esto eliminará la tuya publicación d'esta cita pa toz los usuarios y la reemplazará con un marcador de posición." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferencias de filos" msgid "Threaded" msgstr "En filos" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferencias de filos" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Pa desactivar lo metodo de 2FA per correu electronico, verifica per favor lo tuyo acceso a l'adreza de correu electronico." @@ -13012,7 +13134,7 @@ msgstr "Pa desactivar lo metodo de 2FA per correu electronico, verifica per favo msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Hue" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Alternar habilitar u deshabilitar conteniu pa adultos" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Activa/desactiva lo son" @@ -13053,7 +13175,7 @@ msgstr "Alto" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Tema" @@ -13061,8 +13183,8 @@ msgstr "Tema" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traducir" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Tendencia" @@ -13099,12 +13221,20 @@ msgstr "Tendencia" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "No s'ha puesto connectar. Compreba la tuya connexión d'internet y torna-lo a intentar." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "No se puede contactar con o tuyo furnidor. Compreba la tuya connexión a Internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "No se puede eliminar" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Desblocar" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Desblocar" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Desblocar cuenta" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Desblocar cuenta?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desfer la republicación ({0, plural, one {# republicación} other {# republicaciones}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Deixar de seguir a {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Deixar de seguir esta cuenta" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Deixa de seguir a l'usuario" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Garra d'os tuyos etiquetadors subscritos soporta este tipo de denuncia." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Ya no me fa goyo" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Ya no me fa goyo ({0, plural, one {# me-fa-goyo} other {# me-fa-goyos}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Deixar de silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Deixar de silenciar" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Deixar de silenciar cuenta" @@ -13379,8 +13536,8 @@ msgstr "Deixar de silenciar cuenta" msgid "Unmute conversation" msgstr "Deixar de silenciar conversación" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Deixar de silenciar filo" @@ -13397,14 +13554,14 @@ msgstr "Deixar de silenciar filo" msgid "Unmute video" msgstr "Deixar de silenciar video" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Desclavar" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Desclavar la canal" @@ -13414,13 +13571,13 @@ msgstr "Desclavar la canal" msgid "Unpin from home" msgstr "Desclavar d'inicio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Desclavar d'o perfil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Desclavar lista de moderación" @@ -13429,29 +13586,34 @@ msgstr "Desclavar lista de moderación" msgid "Unpinned {0} from Home" msgstr "{0} ye desclavau d'Inicio" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Desclavau d'as tuyas canals" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dar-se de baixa" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Dar-se de baixa d'a lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dar-se de baixa d'este etiquetador" @@ -13463,7 +13625,7 @@ msgstr "Dau de baixa d'a lista" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Actualizar a {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Carga un fichero de texto en:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Puyar dende la camera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Puyar dende los tuyos fichers" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Puyar dende la biblioteca" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Cargando imáchens..." msgid "Uploading link thumbnail..." msgstr "Cargando thumbnail d'o vinclo..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Cargando video..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Lista d'usuarios per tu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Lista d'usuarios creada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Lista d'usuarios actualizada" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Nombre d'usuario u adreza de correu electronico" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "usuarios seguius per <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "usuarios que siguen a <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Valor:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Compreba lo tuyo correu" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Lo video no s'ha puesto procesar" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Canal de video" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video de {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videojuegos" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Lo video ye en pausa" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Lo video se ye reproducindo" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video no trobau." @@ -13859,12 +14021,12 @@ msgstr "Video no trobau." msgid "Video settings" msgstr "Configuración d'o video" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video cargau" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Veyer l'avatar de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Veyer lo perfil de {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Veyer lo perfil de l'usuario blocau" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Veyer la dentrada d'o blog pa mas detalles" @@ -13936,8 +14092,8 @@ msgstr "Veyer la dentrada d'o blog pa mas detalles" msgid "View debug entry" msgstr "Veyer dentrada de depuración" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Veyer detalles" @@ -13977,13 +14133,13 @@ msgstr "Veyer mas" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Veyer lo servicio de etiquetau proporcionau per @{0}" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Veyer usuarios a qui les fa goyo esta canal" @@ -14026,11 +14182,11 @@ msgstr "Veyer usuarios a qui les fa goyo esta canal" msgid "View video" msgstr "Mirar lo video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Veyer las tuyas cuentas blocadas" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Veyer la configuración d'as interaccions per defecto en as tuyas publicacions" @@ -14039,11 +14195,15 @@ msgstr "Veyer la configuración d'as interaccions per defecto en as tuyas public msgid "View your feeds and explore more" msgstr "Veyer las tuyas canals y explorar mas" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Veyer las tuyas listas de moderación" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Veyer las tuyas cuentas silenciadas" @@ -14060,6 +14220,10 @@ msgstr "Veyer la imachen completa" msgid "Views video in immersive mode" msgstr "Veyer lo video en o modo immersivo" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Estimamos {estimatedTime} dica que la tuya cuenta sía lista." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Hemos ninviau unatro correu electronico de verificación a <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "No hemos puesto determinar si tiens permiso pa puyar videos. Per favor, torna a intentar-lo. xxxxxxxxxxxxxxxxxxxxxxxxxx" @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "No hemos puesto cargar los tuyos etiquetadors configuraus en este momento." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "T'informaremos cuan la tuya cuenta sía lista." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Somos tenendo problemas de ret, intenta de nuevo" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Vai! La publicación a la cual yes respondendo ha estau eliminada." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Bienveniu de nuevo!" @@ -14351,17 +14519,17 @@ msgstr "Cómo quiers clamar a lo tuyo paquet d'inicio?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Qué fas?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Quí puede interactuar con esta publicación?" @@ -14369,12 +14537,12 @@ msgstr "Quí puede interactuar con esta publicación?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Quí puede responder" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Redacta una publicación" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Redacta una respuesta" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Sí, desactivar" @@ -14495,19 +14663,19 @@ msgstr "Sí, desactivar" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Sí, eliminar este paquet d'inicio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Sí, deseparar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Sí, amagar" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Sí, reactivar la mía cuenta" @@ -14519,7 +14687,7 @@ msgstr "Ahiere" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Yes en ringlera." @@ -14558,11 +14726,11 @@ msgstr "Yes en ringlera." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "No tiens permiso pa puyar videos." @@ -14570,7 +14738,7 @@ msgstr "No tiens permiso pa puyar videos." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Tamién puez descubrir nuevas canals personalizadas pa seguir." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Agora puez iniciar sesión con a tuya nueva clau." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Puez reactivar la tuya cuenta pa continar iniciando sesión. Lo tuyo perfil y publicacions serán visibles pa atros usuarios." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Puez actualizar-lo mas enta debant dende la tuya configuración." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "No sigues a garra usuario que sigue a @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Has escrito un codigo invalido. Habría d'estar bella cosa asinas XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Has arribau a la fin" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Has alcanzau temporalment lo limite de puyadas de videos. Torna a intentar-lo mas enta debant." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Has de seguir a lo menos a siet personas mas pa chenerar un paquet d'ini msgid "You must grant access to your photo library to save a QR code" msgstr "Has d'atorgar acceso a la tuya biblioteca de fotos pa alzar un codigo QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Dinantes hebas desactivau a @{0}." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Saldrás de totas las tuyas cuentas." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Ya yes en coda" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Has trobau cualques persona a qui seguir" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Has harribau a la fin d'a tuya canal! Troba mas cuentas pa seguir." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Has alcanzau lo tuyo limite diario de carga de videos (masiaus bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Has alcanzau lo tuyo limite diario de carga de videos (masiaus videos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Ya has visto toz los videos que i heba. Y si te descansas una mica?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "La tuya cuenta" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "La tuya cuenta ye estada suspendida" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "La tuya cuenta encara no tiene prou antiguidat como pa puyar videos. Torna a intentar-lo mas enta debant." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Lo tuyo repositorio de cuenta, que contiene toz los rechistros de datos publicos, puede estar descargau como un fichero \"CAR\". Este fichero no incluye fichers multimedia incrustaus, como imáchens, ni los tuyos datos privaus, que han d'estar obtenius per separau." @@ -15086,7 +15274,7 @@ msgstr "La tuya cuenta ha trencau las <0>las Condicions de servicio de Bluesky S msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Hemos recibiu lo tuyo recurso. Si s'acepta, t'avisaremos per correu electronico." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "La tuya data de naixencia" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Lo tuyo identificador actual <0>{0} quedará automaticament reservau pa tu. Puez tornar-ie en cualsequier momento dende esta cuenta." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Lo tuyo correu electronico pareixe no estar valido." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "Lo tuyo primer \"me fa goyo\"!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Los tuyos seguidors" @@ -15157,7 +15345,7 @@ msgstr "Lo tuyo identificador completo será <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "La tuya ha de tener a lo menos 8 carácters." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Lo tuyo perfil, publicacions, canals y listas no tornarán a estar visibles pa atros usuarios de Bluesky. Puez reactivar la tuya cuenta dentrando-ie en cualsequier momento." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "La tuya denuncia se ninviará a <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ar/messages.po b/src/locale/locales/ar/messages.po index 98a249217c..04c662eb04 100644 --- a/src/locale/locales/ar/messages.po +++ b/src/locale/locales/ar/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ar_SA\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Arabic, Saudi Arabia\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:493 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,7 +828,7 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" @@ -874,7 +883,7 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" @@ -892,7 +901,7 @@ msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:394 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:380 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:673 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2109,7 +2137,7 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:69 #: src/components/StarterPack/ProfileStarterPacks.tsx:267 #: src/components/StarterPack/ProfileStarterPacks.tsx:277 -#: src/view/screens/Profile.tsx:349 +#: src/view/screens/Profile.tsx:351 msgid "Before creating a starter pack, you must first verify your email." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2647,28 +2675,28 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/screens/Login/LoginForm.tsx:645 +#: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,12 +3480,12 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:633 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:609 msgid "Create a list from this starter pack" msgstr "" @@ -3642,12 +3671,12 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" -#: src/view/screens/Profile.tsx:573 -#: src/view/screens/Profile.tsx:574 +#: src/view/screens/Profile.tsx:575 +#: src/view/screens/Profile.tsx:576 msgid "Create a Starter Pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:615 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:604 +#: src/screens/StarterPack/StarterPackScreen.tsx:704 +#: src/screens/StarterPack/StarterPackScreen.tsx:783 msgid "Delete" msgstr "" @@ -3909,18 +3938,18 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:598 +#: src/screens/StarterPack/StarterPackScreen.tsx:774 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:670 msgid "Delete starter pack?" msgstr "" @@ -3928,11 +3957,11 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4401,16 +4441,16 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:585 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,13 +5232,6 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5220,7 +5248,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,7 +5269,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" @@ -5265,24 +5293,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 #: src/view/screens/Feeds.tsx:504 -#: src/view/screens/Profile.tsx:238 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/screens/Profile.tsx:240 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5326,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5338,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5369,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5394,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5414,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5472,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5486,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5494,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5510,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:441 +#: src/screens/StarterPack/StarterPackScreen.tsx:449 msgid "Follow all" msgstr "" @@ -5496,9 +5532,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5577,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5588,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5619,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5628,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5650,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5743,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5849,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5872,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5883,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 msgid "Go Back" msgstr "" @@ -5867,8 +5904,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5916,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5926,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5937,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5980,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5990,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6035,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6125,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6142,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6159,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6192,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6205,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6213,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,31 +6238,31 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6270,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6303,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6344,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6352,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6335,16 +6371,16 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:138 #: src/screens/Login/components/HostingProviderDialog.tsx:159 #: src/screens/Login/ForgotPasswordForm.tsx:84 -#: src/screens/Login/LoginForm.tsx:660 +#: src/screens/Login/LoginForm.tsx:665 msgid "Hosting provider" msgstr "" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) -#: src/screens/Login/LoginForm.tsx:656 +#: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" msgstr "" -#: src/screens/Login/LoginForm.tsx:658 +#: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" msgstr "" @@ -6369,8 +6405,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,11 +6436,11 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" @@ -6420,7 +6456,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6477,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6486,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6497,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6512,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6562,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6576,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6647,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6671,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6696,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6727,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6739,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6797,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,7 +6822,7 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" @@ -6800,12 +6836,12 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6852,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +#: src/screens/StarterPack/StarterPackScreen.tsx:477 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6876,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,22 +6890,22 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:70 -#: src/view/screens/Profile.tsx:231 +#: src/view/screens/Profile.tsx:233 msgid "Labels" msgstr "" @@ -6893,7 +6929,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6943,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6959,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6982,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7002,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7020,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7031,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7040,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7103,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7116,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7131,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7150,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7158,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7176,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7168,7 +7204,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:158 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/index.tsx:314 -#: src/view/screens/Profile.tsx:237 +#: src/view/screens/Profile.tsx:239 msgid "Likes" msgstr "" @@ -7178,7 +7214,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7227,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7232,15 +7273,15 @@ msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7289,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7298,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 +#: src/screens/ProfileList/components/Header.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 +#: src/screens/ProfileList/components/Header.tsx:106 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 -#: src/view/screens/Profile.tsx:232 -#: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:242 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7367,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7387,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7424,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7446,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7484,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7497,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7515,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7509,17 +7555,17 @@ msgid "Me" msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 -#: src/view/screens/Profile.tsx:235 +#: src/view/screens/Profile.tsx:237 msgid "Media" msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7586,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7611,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7626,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7650,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7662,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7687,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7705,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7727,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7750,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7763,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7721,9 +7774,9 @@ msgid "More languages..." msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7800,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7812,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7869,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7887,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7905,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7934,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7944,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7963,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7972,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8025,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8077,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8038,12 +8087,12 @@ msgstr "" #: src/screens/ProfileList/index.tsx:277 #: src/view/screens/Feeds.tsx:545 #: src/view/screens/Notifications.tsx:165 -#: src/view/screens/Profile.tsx:604 +#: src/view/screens/Profile.tsx:606 msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8125,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,8 +8137,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 @@ -8108,12 +8157,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8186,7 +8239,7 @@ msgstr "" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 -#: src/view/screens/Profile.tsx:536 +#: src/view/screens/Profile.tsx:538 msgid "No likes yet" msgstr "" @@ -8194,11 +8247,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8208,7 +8261,7 @@ msgstr "" msgid "No media filter" msgstr "" -#: src/view/screens/Profile.tsx:482 +#: src/view/screens/Profile.tsx:484 msgid "No media yet" msgstr "" @@ -8224,7 +8277,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8298,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8263,7 +8316,7 @@ msgid "No posts here" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:84 -#: src/view/screens/Profile.tsx:440 +#: src/view/screens/Profile.tsx:442 msgid "No posts yet" msgstr "" @@ -8276,7 +8329,7 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" -#: src/view/screens/Profile.tsx:467 +#: src/view/screens/Profile.tsx:469 msgid "No replies yet" msgstr "" @@ -8297,7 +8350,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,11 +8375,11 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" -#: src/view/screens/Profile.tsx:568 +#: src/view/screens/Profile.tsx:570 msgid "No Starter Packs yet" msgstr "" @@ -8335,15 +8388,15 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" -#: src/view/screens/Profile.tsx:509 +#: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8398,8 +8451,8 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 -#: src/view/screens/Profile.tsx:130 +#: src/Navigation.tsx:170 +#: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8460,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8472,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8492,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8502,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8547,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8562,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8584,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8617,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8639,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8625,7 +8686,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:375 #: src/screens/Settings/AppPasswords.tsx:59 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 -#: src/view/screens/Profile.tsx:130 +#: src/view/screens/Profile.tsx:132 msgid "Oops!" msgstr "" @@ -8637,7 +8698,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8716,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8724,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8756,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8774,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8804,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:571 msgid "Open starter pack menu" msgstr "" @@ -8759,16 +8820,15 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/screens/Login/LoginForm.tsx:646 +#: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" msgstr "" @@ -8788,7 +8848,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8864,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8893,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8914,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8927,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8883,11 +8943,11 @@ msgstr "" msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9045,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9053,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9065,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9080,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:193 msgid "People" msgstr "" @@ -9033,12 +9093,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9130,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9115,15 +9175,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9191,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9211,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9229,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9242,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9250,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9267,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9279,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9292,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9333,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9366,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9393,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9419,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,38 +9427,38 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" -#: src/view/screens/Profile.tsx:486 -#: src/view/screens/Profile.tsx:487 +#: src/view/screens/Profile.tsx:488 +#: src/view/screens/Profile.tsx:489 msgid "Post a photo" msgstr "" -#: src/view/screens/Profile.tsx:513 -#: src/view/screens/Profile.tsx:514 +#: src/view/screens/Profile.tsx:515 +#: src/view/screens/Profile.tsx:516 msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9466,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9488,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9505,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9533,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9543,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,8 +9552,8 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 -#: src/view/screens/Profile.tsx:233 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9585,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9620,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9634,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9647,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9664,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9698,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9750,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9788,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9810,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9824,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9845,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9859,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,19 +9927,19 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 +#: src/components/FeedCard.tsx:375 #: src/components/StarterPack/Wizard/WizardListCard.tsx:105 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" @@ -9914,8 +9979,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9960,8 +10025,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10035,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10075,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10019,9 +10084,9 @@ msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10094,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10061,7 +10126,7 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10124,15 +10189,15 @@ msgstr "" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:218 #: src/screens/Settings/NotificationSettings/index.tsx:181 #: src/screens/Settings/NotificationSettings/index.tsx:330 -#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:236 msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10206,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10227,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10250,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,12 +10263,12 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" @@ -10216,8 +10281,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10290,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:646 +#: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Report starter pack" msgstr "" @@ -10292,7 +10357,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:566 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10395,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10413,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10436,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10451,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10483,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10518,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10549,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10574,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:790 msgid "Return to previous page" msgstr "" @@ -10521,7 +10591,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10530,7 +10600,7 @@ msgstr "" msgid "Returns to the previous step" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" msgstr "" @@ -10540,10 +10610,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10642,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10678,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10688,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10700,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10731,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10756,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10769,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10787,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10738,15 +10808,15 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10844,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10864,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10899,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10914,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +10955,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +10975,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11011,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11039,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11052,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11093,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11110,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11141,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11154,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11163,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11198,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11206,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11226,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11287,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11307,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:436 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11316,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11344,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11369,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,11 +11383,11 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:429 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" @@ -11330,10 +11395,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/StarterPack/StarterPackScreen.tsx:627 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11410,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11424,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11442,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11470,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11487,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11514,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11524,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11547,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11555,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11575,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11591,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11620,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11671,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11684,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11698,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11714,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11739,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11800,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11826,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11834,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11865,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11906,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11921,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Starter pack is invalid" msgstr "" @@ -11854,8 +11934,8 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 -#: src/view/screens/Profile.tsx:239 +#: src/screens/Search/Explore.tsx:658 +#: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11867,7 +11947,7 @@ msgstr "" msgid "Starter packs let you share your favorite feeds and people with your friends." msgstr "" -#: src/view/screens/Profile.tsx:566 +#: src/view/screens/Profile.tsx:568 msgid "Starter Packs let you share your favorite feeds and people with your friends." msgstr "" @@ -11893,7 +11973,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12008,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12043,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12055,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12078,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12107,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12167,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12183,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12286,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12313,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12326,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 #: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 #: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12343,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12367,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12432,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12466,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:764 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12482,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12492,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12508,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12525,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 +#: src/screens/ProfileList/components/Header.tsx:96 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:828 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12575,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,8 +12601,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 @@ -12537,11 +12617,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12656,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12664,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12698,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12729,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12763,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12780,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12843,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12869,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12909,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12925,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12950,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13007,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13033,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13056,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13077,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13087,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13095,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13128,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13136,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13149,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13163,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13174,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13196,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13258,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13270,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:689 msgid "Unable to delete" msgstr "" @@ -13205,6 +13288,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13320,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13338,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,7 +13348,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" @@ -13270,12 +13357,17 @@ msgstr "" msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13296,32 +13388,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13425,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13443,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13460,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13388,8 +13480,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13489,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,8 +13506,8 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" @@ -13429,7 +13521,7 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" @@ -13437,21 +13529,26 @@ msgstr "" msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13560,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13609,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13636,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13667,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13609,7 +13706,7 @@ msgstr "" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/view/screens/Profile.tsx:393 +#: src/view/screens/Profile.tsx:395 msgid "user" msgstr "" @@ -13659,25 +13756,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13787,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13804,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13817,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13887,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13912,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13931,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,32 +13956,26 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" -#: src/view/screens/Profile.tsx:236 +#: src/view/screens/Profile.tsx:238 msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +13994,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14015,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14027,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14068,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14109,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14117,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14130,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14155,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14235,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14251,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14260,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14289,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14301,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14339,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14358,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14370,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14399,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14428,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14454,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14472,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,25 +14537,25 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" -#: src/view/screens/Profile.tsx:444 -#: src/view/screens/Profile.tsx:445 +#: src/view/screens/Profile.tsx:446 +#: src/view/screens/Profile.tsx:447 msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14578,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14589,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14598,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:701 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14622,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14647,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14661,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14673,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14702,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14733,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14762,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14790,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14828,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14878,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +14958,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +14971,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14984,7 +15084,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15110,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15118,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15130,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15163,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15187,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15199,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15228,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15241,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15253,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15270,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15278,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15295,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15311,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15332,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15341,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ast/messages.po b/src/locale/locales/ast/messages.po index 2d8d56aa6b..135f60f34c 100644 --- a/src/locale/locales/ast/messages.po +++ b/src/locale/locales/ast/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ast\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Asturian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {Sigue a #} other {Sigue a #}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# hores}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {siguidor} other {siguidores}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {publicación} other {publicaciones}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Paquete d'iniciación de: {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minutu} other {minutos}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} rexistróse col to paquete d'iniciación" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "Sigue a {following}" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} y {2, plural, one {# más} other {# más}} inclúinse nel paquete d'iniciación" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} y {2, plural, one {# más} other {# más}} inclú #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} y {2, plural, one {# más} other {# más}} inclúinse nel paquete d'iniciación" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} y <1><2>{1} inclúinse nel paquete d'iniciación" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} inclúise nel to paquete d'iniciación" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} miembros" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Tu y <1><2>{0} tais incluyíos nel paquete d'iniciación" @@ -946,6 +955,12 @@ msgstr "7 díes" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Accesibilidá" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Configuración d'accesibilidá" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "Quitóse la cuenta del accesu rápidu" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Amestar" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Amiesta {0} más pa siguir" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "Amestar otra cuenta" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Amestar otra publicación" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "Crear una contraseña d'aplicación" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "Amestar los feeds aconseyaos" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "¡Amiesta dalgunos feeds al paquete d'iniciación!" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "Amiesta'l rexistru DNS siguiente al to dominiu:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Amestar a llistes" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "P'adultos" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Conteníu p'adultos" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "El conteníu p'adultos namás se pue activar pela web en <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etiquetes de conteníu p'adultos" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Opciones avanzaes" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "Too" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Too" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "Tolos feeds que guardesti, nun llugar." msgid "Allow access to your direct messages" msgstr "Permitir l'accesu a los mensaxes direutos" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permite l'accesu a los mensaxes direutos" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "¿Yá tienes un códigu?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Yá aniciesti la sesión como @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Unvióse un mensaxe a {0}. Inclúi un códigu de confirmación que pues introducir abaxo." @@ -1587,7 +1607,7 @@ msgstr "Prodúxose un error" msgid "An error occurred" msgstr "Prodúxose un error" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Prodúxose un error mentanto se comprimía'l videu." @@ -1596,7 +1616,7 @@ msgstr "Prodúxose un error mentanto se comprimía'l videu." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "Prodúxose un error mentanto se xeneraba'l paquete d'iniciación. ¿Quie msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Prodúxose un error mentanto se cargaba'l videu. Volvi tentalo dempués." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Prodúxose un error mentanto se cargaba'l videu. Volvi tentalo." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "¡Prodúxose un error mentanto se guardaba'l códigu QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Prodúxose un error al tentar de siguir a toles cuentes" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Prodúxose un problema. Volvi tentalo." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "un etiquetador desconocíu" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "y" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Los nomes de les contraseñes d'aplicación han tener polo menos 4 cará msgid "App passwords" msgstr "Contraseñes d'aplicación" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Contraseñes d'aplicación" @@ -1856,7 +1876,7 @@ msgstr "Apellar esta decisión" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Archivóse la publicación" @@ -1914,7 +1934,7 @@ msgstr "¿De xuru que quies desaniciar la contraseña d'aplicación «{0}»?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "¿De xuru que quies desaniciar esti elementu del paquete d'iniciación?" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "¿De xuru que quies quitar esti elementu de los tos feeds?" @@ -1945,7 +1965,7 @@ msgstr "¿De xuru que quies quitar esti elementu de los tos feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "¿De xuru que quies escartar esta publicación?" @@ -1953,7 +1973,7 @@ msgstr "¿De xuru que quies escartar esta publicación?" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Desnudos artísticos o que nun son eróticos." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Atrás" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bloquiar la cuenta" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Bloquióse" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Cuentes bloquiaes" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Cuentes bloquiaes" @@ -2288,7 +2316,7 @@ msgstr "El bloquéu ye públicu. Les cuentes bloquiaes nun puen responder nos to 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." msgstr "El bloquéu nun impide que les etiquetes s'apliquen a la to cuenta, mas nun va dexar qu'esta cuenta respuenda a los tos filos o interactúe contigo." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blogue" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nun pue verificar l'autenticidá de la data indicada." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "Restolar más suxerencies na páxina «Esploración»" msgid "Browse other feeds" msgstr "Restolar otros feeds" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Negocios" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Por «{0}»" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "Al crear una cuenta aceptes los <0>términos del serviciu y la <1>po msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Al crear una cuenta aceptes los <0>términos del serviciu." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Cámara" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Encaboxar" msgid "Cancel quote post" msgstr "Anular la cita" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Nun se pue interactuar con un usuariu bloquiáu" @@ -2609,7 +2637,7 @@ msgstr "Sotítulos (.vtt)" msgid "Captions & alt text" msgstr "Sotítulos y testu alternativu" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Cambéu del identificador" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Charra" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "¡Escueyi les llinies temporales que quieras! Feeds creaos pola comunidá que t'ayuden a atopar el conteníu que te presta pola vida." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Escueyi una contraseña" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Calca pa volver unviar el mensaxe que falló" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Calca pa volver unviar el mensaxe que falló" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Calca pa volver unviar el mensaxe que falló" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Zarrar" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Zarrar el diálogu activu" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Zarrar el diálogu" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Zarrar esti diálogu" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "Contrayer la llista d'usuarios" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Contrái la llista d'usuarios d'una notificación apurrida" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Cómics" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Pautes de la Comunidá" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Completa'l retu" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Comprimiendo'l videu…" @@ -3198,18 +3227,18 @@ msgstr "Configuróse nes <0>opciones de moderación." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Códigu de confirmación" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar la contraseña d'aplicación" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copiar el códigu" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copiar el DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copiar l'enllaz" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copiar l'enllaz" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copiar l'enllaz de la llista" @@ -3472,12 +3501,12 @@ msgstr "Copiar l'enllaz de la llista" msgid "Copy link to post" msgstr "Copiar l'enllaz de la publicación" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "Copiar el testu del mensaxe" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copiar el testu de la publicación" @@ -3506,7 +3535,7 @@ msgstr "Copiar el valor de rexistru TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Política de derechos d'autor" @@ -3632,7 +3661,7 @@ msgstr "Crear" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Data de creación: {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "Escuru" msgid "Dark theme" msgstr "Estilu escuru" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data de nacencia" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Desactivación de la cuenta" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Desaniciar" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "Desaniciar pa min" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Desaniciar la publicación" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "¿Quies desaniciar el paquete d'iniciación?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "¿Quies desaniciar esta llista?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "¿Quies desaniciar esti artículu?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Testu alternativu descriptivu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Separtar la cita" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "¿Quies separtar la cita?" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Diálogu: configura quién pue interactuar con esta publicación" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Lleve" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "Desactivar la rempuesta háptica" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Desactivóse" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Escartar" @@ -4075,23 +4109,28 @@ msgstr "Escartar" msgid "Discard changes?" msgstr "¿Quies escartar los cambeos?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "¿Quies escartar el borrador?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "¿Quies escartar la publicación?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "Descubri feeds nuevos" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Escartar l'error" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Fecho" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "p. exem. alicia.com" msgid "E.g. artistic nudes." msgstr "p. exem. desnudos artísticos." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Editar" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Editar l'avatar" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Editar la imaxe" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Editar la configuración de les interaiciones" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Editar los detalles de la llista" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Edición de los mios feeds" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Edición de les persones" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Edición del perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Editar el perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "Educación" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Direición de corréu" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "Direición de corréu electrónicu" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "Incrustar la publicación" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta esta publicación nel to sitiu web. Namás copia'l fragmentu de testu siguiente y apiégalu nel códigu HTML del sitiu web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "Activar" msgid "Enable {0} only" msgstr "Activar namás «{0}»" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Activar el conteníu p'adultos" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Activóse" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Introduz la to direición de corréu electrónicu" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "Introduz l'identificador y la contraseña de to" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Prodúxose un error mentanto se guardaba'l ficheru" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Tol mundu pue responder" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Tol mundu pue responder a esta publicación." @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "Imáxenes sexuales esplícites." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Esportar los mios datos" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Conteníu multimedia esternu" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "El conteníu multimedia esternu pue permitir que los sitios web recueyan información de ti y del preséu. Nun s'unvia nin se solicita nenguna información hasta que nun primas el botón «Reproducir»." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferencies del conteníu multimedia esternu" @@ -4946,7 +4981,7 @@ msgstr "El desaniciu del mensaxe falló" msgid "Failed to delete post, please try again" msgstr "El desaniciu de la publicación falló. Volvi tentalo" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "El desaniciu del paquete d'iniciación falló" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "La carga de les preferencies de los feeds falló" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "La carga de los feeds suxeríos falló" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "La carga de los perfiles suxeríos falló" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Nun se pudo fixar la publicación" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Nun se pudo guardar la imaxe: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "" msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "L'anovamientu de los feeds falló" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "L'anovamientu de la configuración falló" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "La xuba del videu falló" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feeds" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "¡El ficheru guardóse correutamente!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Atopar cuentes pa siguir" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Siguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5499,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5527,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Siguidores de @{0} que conoces" @@ -5552,28 +5593,29 @@ msgstr "Siguidores que conoces" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Siguiendo" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Siguiendo" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5624,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Preferencies del feed «Siguiendo»" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferencies del feed «Siguiendo»" @@ -5613,7 +5655,7 @@ msgstr "Tamañu de la fonte" msgid "Food" msgstr "Alimentación" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Dir p'atrás" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Dir p'atrás" @@ -5867,8 +5909,8 @@ msgstr "Dir al pasu anterior" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Función háptica" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Etiqueta" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "¿Tienes dalgún problema?" @@ -6145,11 +6197,11 @@ msgstr "¡Equí tienes la contraseña d'aplicación!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Esconder" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Esconder" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Escondeme la publicación" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Esconder la rempuesta pa tol mundu" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Escondeme la rempuesta" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "¿Quies esconder esta publicación?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "¿Quies esconder esta rempuesta?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "¿Quies esconder los temes en tendencia?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "¿Quies esconder los vídeos en tendencia?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Esconder la llista d'usuarios" @@ -6267,12 +6308,12 @@ msgstr "Esconder la llista d'usuarios" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Umm… El sirvidor del feed fornió una rempuesta incorreuta. Coménta-y msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Umm… Tenemos problemes p'atopar esti feed. Ye posible que lu desaniciaren." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Umm… Paez que tenemos problemes pa cargar estos datos. Consulta abaxo los detalles y si sigue'l problema, ponte en contautu con nós." @@ -6316,14 +6357,14 @@ msgstr "Umm… Paez que tenemos problemes pa cargar estos datos. Consulta abaxo msgid "Hmmmm, we couldn't load that moderation service." msgstr "Umm… Nun pudimos cargar el serviciu de moderación." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Aniciu" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Tengo un códigu" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Entá nun yes una persona adulta según les lleis del to país, el to tutor llegal ha lleer estos términos nel to nome." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Si desanicies esta llista, nun vas ser a recuperala." @@ -6420,7 +6461,7 @@ msgstr "Si tienes un dominiu pues usalu como identificador. Esto permítete veri msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Si quites esta publicación, nun vas ser a recuperala." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si tentes de camudar l'identificador o la direición de corréu, failo enantes de desactivar la cuenta." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Imaxe" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "" msgid "Interaction limited" msgstr "Llendóse la interaición" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Códigu d'invitación" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Refugóse'l códigu d'invitación. Comprueba que lu introduxeres correutamente y volvi tentalo." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,26 +6827,26 @@ msgstr "Invitaciones, mas personales" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "¡Namás tas tu! Amiesta más persones al paquete d'iniciación buscando arriba." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID de trabayu: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Trabayu" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6881,9 @@ msgstr "Xúnite a la conversación" msgid "Journalism" msgstr "Periodismu" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" @@ -6893,7 +6934,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Configuración de llingua" @@ -6907,12 +6948,12 @@ msgstr "Llingües" msgid "Larger" msgstr "Grande" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Lo último" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Saber más tocante a Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Saber más tocante a esta alvertencia" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Saber más tocante a qué ye público en Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Saber más." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7121,7 @@ msgstr "Dexame escoyer" msgid "Let's get your password reset!" msgstr "¡Restauremos l'accesu a la cuenta!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "¡Vamos!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claru" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Dar préstame" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7155,7 @@ msgstr "10 préstames" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7163,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "A quién-y prestó" @@ -7140,26 +7181,26 @@ msgstr "A quién-y prestó" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {Prestó-y a # usuariu} other {Prestó-yos a # usuarios}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Préstames" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Préstames d'esta publicación" @@ -7191,11 +7232,16 @@ msgstr "Socesión llinial" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7294,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Llistes" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Cargar más" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Cargar más feeds suxeríos" @@ -7346,16 +7392,16 @@ msgstr "Cargar los avisos nuevos" msgid "Load new posts" msgstr "Cargar les publicaciones nueves" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Rexistru" @@ -7405,11 +7451,6 @@ msgstr "Logotipu de <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7489,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "Xestionar los feeds guardaos" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Conteníu multimedia" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Desanicióse'l mensaxe" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensaxe del sirvidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mensaxes" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderación" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Creóse la llista de moderación" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Anovóse la llista de moderación" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Llistes de moderación" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Llistes de moderación" @@ -7697,11 +7755,11 @@ msgstr "Llistes de moderación" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Ferramientes de moderación" @@ -7710,8 +7768,8 @@ msgstr "Ferramientes de moderación" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Más feeds" @@ -7720,10 +7778,10 @@ msgstr "Más feeds" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Más opciones" @@ -7747,7 +7805,7 @@ msgstr "Música" msgid "Mute" msgstr "Desactivar el volume" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Desactivar el volume" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7874,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silenciar el filu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silenciar pallabres y etiquetes" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Cuentes silenciaes" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Cuentes silenciaes" @@ -7852,7 +7910,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Pallabres y etiquetes silenciaes" @@ -7881,7 +7939,7 @@ msgstr "Los mios feeds" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nome" @@ -7891,12 +7949,12 @@ msgstr "Natura" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Crear un identificador" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nueva" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Contraseña nueva" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Publicación nueva" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Publicación nueva" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Les rempuestes nueves primero" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Noticies" @@ -8088,15 +8142,15 @@ msgstr "Noticies" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Siguiente" @@ -8108,12 +8162,16 @@ msgstr "Imaxe siguiente" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Nun hai nengún préstame" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Yá nun sigues a {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "¡Nun hai nengún avisu!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Naide más que l'autor pue citar esta publicación." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Nun hai nengún resultáu" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Non, gracies" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Naide" @@ -8360,7 +8418,7 @@ msgstr "" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Nun s'atopó a naide. Prueba a buscar otra cuenta." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Nun s'atopó" @@ -8407,7 +8465,7 @@ msgstr "Nun s'atopó" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8497,8 @@ msgstr "" msgid "Notification sounds" msgstr "Soníos d'avisu" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Soníos d'avisu" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Avisos" @@ -8490,7 +8552,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "D'acuerdu" @@ -8505,6 +8567,10 @@ msgstr "Les rempuestes antigües primero" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "A unu o más GIFs fálta-yos el testu alternativu." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "A una o más imáxenes fálta-yos el testu alternativu." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "A unu o más vídeos fálta-yos el testu alternativu." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8622,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Abrir el creador d'avatares" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Abrir el selector de fustaxes" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8779,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "" @@ -8759,9 +8825,8 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Abre los detalles adicionales d'una entrada de depuración" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Abre la cámara del preséu" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "Abre'l compositor" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Abre esti perfil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opciones:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "O sigue con otra cuenta." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "O anicia la sesión n'otra de les tos cuentes." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Contraseña" @@ -8993,7 +9094,7 @@ msgstr "Contraseña" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "Anovóse la contraseña" msgid "Password updated!" msgstr "¡Anovóse la configuración!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9121,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Persones" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Persones siguíes por @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Persones que siguen a @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Semeyes destinaes a adultos." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Fixar el feed" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fixar nel aniciu" @@ -9131,8 +9232,8 @@ msgstr "Fixar nel aniciu" msgid "Pin to Home" msgstr "Fixar nel aniciu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fixar nel to perfil" @@ -9151,11 +9252,11 @@ msgstr "Fixesti «{0}» nel aniciu" msgid "Pinned Feeds" msgstr "Feeds fixaos" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9270,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9283,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "Reproduz el GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Escueyi un identificador." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Escueyi una contraseña." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Completa'l captcha de verificación." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Introduz la to direición de corréu eletrónicu." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Introduz el to códigu d'invitación." @@ -9306,8 +9407,8 @@ msgstr "Desplica por qué pienses que les charres se desactivaron incorreutament msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Política" @@ -9367,18 +9468,18 @@ msgstr "Política" msgid "Porn" msgstr "Pornu" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Publicar" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Publicar" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Publicar too" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9529,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "La xuba de la publicación falló. Comprueba la conexón a internet y volvi tentalo." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Configuración de les interaiciones de la publicación" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Nun s'atopó la publicación" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Fixóse la publicación" @@ -9478,7 +9584,7 @@ msgstr "Fixóse la publicación" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Lliberóse la publicación" @@ -9487,7 +9593,7 @@ msgstr "Lliberóse la publicación" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Publicaciones" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Primi pa tentar de volver conectate" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacidá" msgid "Privacy and security" msgstr "Privacidá y seguranza" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Política de privacidá" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Procesando'l videu…" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "perfil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "¡El códigu QR guardóse nel carrete!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citar" @@ -9723,8 +9829,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9900,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Volver cargar les conversaciones" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Quitar" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "" @@ -9914,8 +10021,8 @@ msgstr "" msgid "Remove Avatar" msgstr "Quitar l'avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Quitar de los mios feeds" @@ -9960,8 +10067,8 @@ msgstr "Quitar de los mios feeds" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10077,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Quitóse de los tos feeds" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Rempuestes" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10253,14 @@ msgstr "" msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10297,8 @@ msgstr "La rempuesta escondióse correutamente" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Informar de la conversación" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Informar del feed" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Informar de la publicación" @@ -10225,8 +10337,8 @@ msgstr "Informar de la publicación" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "" @@ -10292,7 +10404,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Reespubluzar o citar" @@ -10330,12 +10442,12 @@ msgstr "Republicaciones d'esta publicación" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Riquir un testu alternativu enantes de publicar" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10565,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Volvi tentar la última aición, la que produxo l'error" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Volvi tentar la última aición, la que produxo l'error" msgid "Retry" msgstr "Retentar" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "" @@ -10521,7 +10638,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Guardar los cambeos" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10725,8 @@ msgstr "Guardar l'identificador nuevu" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Guardar nos mios feeds" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Feeds guardaos" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Guardóse nos tos feeds" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "¡Saluda!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Buscar" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Buscar nos feeds" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Busca feeds que quieras suxerir a otres persones." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +11022,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Seleiciona una cuenta esistente" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "" msgid "Select languages" msgstr "Seleicionar llingües" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Seleiciona qué llingües quies qu'incluyan los feeds a los que te soscribiesti. Si nun seleiciones nenguna, van amosase toles llingües." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11157,7 @@ msgstr "Seleiciona la llingua que prefieres pa les traducciones del feed." msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Unviar la publicación a…" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11245,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Configuración" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11354,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Compartir" @@ -11251,7 +11363,7 @@ msgstr "Compartir" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Compartir de toes toes" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Compartir el códigu QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,22 +11430,22 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Comparti esti paquete d'iniciación y ayuda a la xente a xunise a la to comunidá en Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Amosar" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Amosar el testu alternativu" @@ -11373,14 +11489,14 @@ msgstr "Amosar el testu alternativu" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Amosar de toes toes" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Amosar menos d'esto" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Amosar más d'esto" @@ -11445,8 +11561,8 @@ msgstr "Amosar les rempuestes" msgid "Show replies as" msgstr "Amosar les rempuestes como" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11571,8 @@ msgstr "" msgid "Show reposts" msgstr "Amosar les republicaciones" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Aniciar la sesión" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Dalgunes persones puen responder" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Prodúxose dalgún error" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Prodúxose dalgún error, volvi tentalo" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "¿Hai daqué mal? Coméntanoslo." @@ -11759,8 +11881,8 @@ msgstr "¿Hai daqué mal? Coméntanoslo." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "La sesión caducó. Volvi aniciala." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Deportes" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Paquete d'iniciación" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11968,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "El paquete d'iniciación ye inválidu" @@ -11854,7 +11981,7 @@ msgstr "El paquete d'iniciación ye inválidu" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Paquetes d'iniciación" @@ -11893,7 +12020,7 @@ msgstr "Borróse l'almacenamientu y agora tienes de reaniciar l'aplicación." msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12102,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Namás etiquetes" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Términos" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Gracies, verifiquesti la direición de corréu correutamente. Pues zarrar esti diálogu." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Que contenga lo siguiente:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Nun se pudo atopar esi paquete d'iniciación." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Alón." -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta va ser a interactuar contigo dempués de desbloquiala." @@ -12287,7 +12414,7 @@ msgstr "L'autor d'esti filu escondió esta rempuesta." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "L'aplicación web de Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "La política de privacidá treslladóse a <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "El sirvidor paez que sufre problemes. Volvi tentalo nun momentu." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12529,7 @@ msgstr "Treslladóse'l formulariu de sofitu. Si precises ayuda, <0/> o visita {H msgid "The Terms of Service have been moved to" msgstr "Los términos del serviciu treslladáronse a" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "El códigu de verificación que forniesti ye inválidu. Asegúrate de qu'usesti l'enllaz de verificación correutu o solicita unu nuevu." @@ -12412,7 +12539,7 @@ msgstr "El códigu de verificación que forniesti ye inválidu. Asegúrate de qu msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Hebo un problema al conectase col sirvidor" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Hebo un problema al conectase col sirvidor. Comprueba la conexón a internet y volvi tentalo." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Hebo un problema al catar los avisos. Toca equí pa volver tentalo." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Hebo un problema al catar les publicaciones. Toca equí pa volver tentalo." @@ -12495,25 +12622,25 @@ msgstr "Hebo un error al anovar los feeds. Comprueba la conexón a internet y vo #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "¡Hebo un problema! {0}" @@ -12521,10 +12648,10 @@ msgstr "¡Hebo un problema! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Hebo un problema. Comprueba la conexón a internet y volvi tentalo." msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Hebo un problema inesperáu na aplicación. ¡Coméntanos si te pasó!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "¡Hebo una cantidá escomanada d'usuarios nuevos en Bluesky! Vamos activar la cuenta namás que podamos." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "Esta apellación va unviase al serviciu de moderación de Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Esta conversación ye con una cuenta desaniciada o desactivada. Primi pa consiguir opciones" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Esta función ta en beta. Pues lleer más información tocante a les esportaciones de depósitos <0>nesta entrada del blogue." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Esti enllaz llévate al sitiu web siguiente:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Indicóse qu'esta publicación se creó'l <0>{0} mas la primer vegada que se creó en Bluesky foi'l <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Esta publicación contién un tipu desconocíu de «threadgate». Ye posible que l'aplicación nun tea anovada." @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta publicación nun va apaecer nos feeds nin nos filos. Esta aición nun se pue desfacer." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "L'autor d'esta publicación desactivó les cites." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Esti serviciu nun fornió los términos del serviciu nin una política de privacidá." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Esti usuariu ye nuevu. Primi pa consiguir más información tocante a cu msgid "This user isn't following anyone." msgstr "Esti usuariu nun sigue a naide." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Esta aición va quitar la publicación d'esta cita pa tolos usuarios y va sustituyila con un espaciu acutáu." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferencies de los filos" msgid "Threaded" msgstr "Filos" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferencies de los filos" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13134,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Güei" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "Lo destacao" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Tema" @@ -13061,8 +13183,8 @@ msgstr "Tema" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traducir" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "En tendencia" @@ -13099,12 +13221,20 @@ msgstr "En tendencia" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Nun ye posible conectase. Comprueba la conexón a internet y volvi tentalo." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Nun ye posible desaniciar" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Desbloquiar la cuenta" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "¿Quies desbloquiar la cuenta?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Dexa de siguir al usuariu" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13379,8 +13536,8 @@ msgstr "" msgid "Unmute conversation" msgstr "Dexar de silenciar la conversación" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Dexar de silenciar el filu" @@ -13397,14 +13554,14 @@ msgstr "Dexar de silenciar el filu" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Lliberar" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Lliberar el feed" @@ -13414,13 +13571,13 @@ msgstr "Lliberar el feed" msgid "Unpin from home" msgstr "Lliberar del aniciu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Lliberar del perfil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Lliberar la llista de moderación" @@ -13429,29 +13586,34 @@ msgstr "Lliberar la llista de moderación" msgid "Unpinned {0} from Home" msgstr "Lliberésti'l feed «{0}» del aniciu" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Lliberóse de los tos feeds" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dase de baxa" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Dase de baxa de la llista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dase de baxa d'esti etiquetador" @@ -13463,7 +13625,7 @@ msgstr "Diéstite de baxa d'esta llista" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Xubi un ficheru de testu a:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Xubir dende Cámara" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Xubir dende Ficheros" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Xubir dende Biblioteca" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Xubiendo les imáxenes…" msgid "Uploading link thumbnail..." msgstr "Xubiendo la miniatura del enllaz…" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Xubiendo'l videu…" @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Creóse la llista d'usuarios" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Anovóse la llista d'usuarios" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Identificador o direición de corréu" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "usuarios siguíos por <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "Valor:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Verificar la direición de corréu" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Videu" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Nun se pudo procesar el videu" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videoxuegos" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Nun s'atopó'l videu." @@ -13859,12 +14021,12 @@ msgstr "Nun s'atopó'l videu." msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Xubióse'l videu" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Videu: {0}" @@ -13872,19 +14034,13 @@ msgstr "Videu: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Ver l'avatar de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Ver el perfil de {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Ver la entrada del blogue pa consultar los detalles" @@ -13936,8 +14092,8 @@ msgstr "Ver la entrada del blogue pa consultar los detalles" msgid "View debug entry" msgstr "Ver la entrada de depuración" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Ver los detalles" @@ -13977,13 +14133,13 @@ msgstr "Ver más" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Ver a qué usuarios-yos prestó esti feed" @@ -14026,11 +14182,11 @@ msgstr "Ver a qué usuarios-yos prestó esti feed" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Ver les cuentes que bloquiesti" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Ver les tos llistes de moderación" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Unviémoste otru mensaxes de verificación a <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nun fuimos a determinar si tienes permisu pa xubir vídeos. Volvi tentalo." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Nesti momentu nun fuimos a cargar los etiquetadores configuraos." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Vamos avisate cuando la cuenta tea preparada." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Tenemos problemes de rede. Volvi tentalo" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Desanicióse la publicación a la que tas respondiendo." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14519,17 @@ msgstr "¿Cómo quies llamar al paquete d'iniciación?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "¿Que pasó?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "¿Quién pue interactuar con esta publicación?" @@ -14369,12 +14537,12 @@ msgstr "¿Quién pue interactuar con esta publicación?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Quién pue responder" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Escribir una rempuesta" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Sí, desactivar" @@ -14495,19 +14663,19 @@ msgstr "Sí, desactivar" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Sí, desanicialu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Sí, separtar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Sí, esconder" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Sí, volver activar la cuenta" @@ -14519,7 +14687,7 @@ msgstr "Ayeri" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14726,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Nun tienes permisu pa xubir vídeos." @@ -14570,7 +14738,7 @@ msgstr "Nun tienes permisu pa xubir vídeos." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Tamién pues siguir los feeds personalizaos nuevos que descubras." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Yá pues aniciar la sesión cola contraseña nueva." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Pues volver activar la cuenta pa siguir aniciando la sesión. El perfil y les publicaciones van ser visibles pa otros usuarios." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Nun sigues a nengún usuariu que sigua a @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Introduxesti un códigu inválidu. Habría ser del tipu XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Aportesti a la fin" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Algamesti temporalmente la llende vídeos xubíos. Volvi tentalo dempués." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Tienes de siguir a, polo menos, siete persones más pa xenerar un paquet msgid "You must grant access to your photo library to save a QR code" msgstr "Tienes de conceder l'accesu a la biblioteca de semeyes pa guardar un códigu QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Desactivesti @{0} anteriormente." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Vas zarrar la sesión de toles cuentes." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "¡Algamesti la fin del feed! Atopa dalgunes cuentes más y síguiles." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Algamesti la llende diaria de vídeos xubíos (milenta bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Algamesti la llende diaria de vídeos xubíos (milenta vídeos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "La cuenta" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "La cuenta nun tien abonda antigüedá como pa xubir vídeos. Volvi tentalo dempués." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "El depósitu de la cuenta, que contién tolos rexistros de datos públicos, pues baxalu como ficheru «CAR». Esti ficheru nun contién incrustaciones multimedia (imáxenes, vídeos…) nin datos privaos, que los tienes de consiguir per separtao." @@ -15086,7 +15274,7 @@ msgstr "Detectóse que la cuenta incumplió los <0>términos del serviciu de Blu msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Unvióse l'apellación. Si s'acepta, vas recibir un mensaxe per corréu electrónicu." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Data de nacencia" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "L'identificador actual <0>{0} vas tenelu acutáu. Pues volver usalu en cualesquier momentu dende esta cuenta." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "La direición de corréu paez ser inválida." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "¡El to primer préstame!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "L'identificador completu va ser <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "El perfil, les publicaciones, los feeds y les llistes yá nun van ser visibles pa otros usuarios de Bluesky. Pues volver activar la cuenta en cualesquier momentu aniciando la sesión." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/az/messages.po b/src/locale/locales/az/messages.po index 86192dd369..58d3f37897 100644 --- a/src/locale/locales/az/messages.po +++ b/src/locale/locales/az/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: az\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Azerbaijani\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:493 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,7 +828,7 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" @@ -874,7 +883,7 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" @@ -892,7 +901,7 @@ msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:394 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:380 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:673 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2109,7 +2137,7 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:69 #: src/components/StarterPack/ProfileStarterPacks.tsx:267 #: src/components/StarterPack/ProfileStarterPacks.tsx:277 -#: src/view/screens/Profile.tsx:349 +#: src/view/screens/Profile.tsx:351 msgid "Before creating a starter pack, you must first verify your email." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2647,28 +2675,28 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/screens/Login/LoginForm.tsx:645 +#: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,12 +3480,12 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:633 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:609 msgid "Create a list from this starter pack" msgstr "" @@ -3642,12 +3671,12 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" -#: src/view/screens/Profile.tsx:573 -#: src/view/screens/Profile.tsx:574 +#: src/view/screens/Profile.tsx:575 +#: src/view/screens/Profile.tsx:576 msgid "Create a Starter Pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:615 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:604 +#: src/screens/StarterPack/StarterPackScreen.tsx:704 +#: src/screens/StarterPack/StarterPackScreen.tsx:783 msgid "Delete" msgstr "" @@ -3909,18 +3938,18 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:598 +#: src/screens/StarterPack/StarterPackScreen.tsx:774 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:670 msgid "Delete starter pack?" msgstr "" @@ -3928,11 +3957,11 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4401,16 +4441,16 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:585 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,13 +5232,6 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5220,7 +5248,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,7 +5269,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" @@ -5265,24 +5293,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 #: src/view/screens/Feeds.tsx:504 -#: src/view/screens/Profile.tsx:238 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/screens/Profile.tsx:240 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5326,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5338,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5369,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5394,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5414,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5472,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5486,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5494,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5510,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:441 +#: src/screens/StarterPack/StarterPackScreen.tsx:449 msgid "Follow all" msgstr "" @@ -5496,9 +5532,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5577,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5588,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5619,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5628,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5650,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5743,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5849,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5872,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5883,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 msgid "Go Back" msgstr "" @@ -5867,8 +5904,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5916,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5926,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5937,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5980,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5990,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6035,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6125,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6142,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6159,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6192,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6205,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6213,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,31 +6238,31 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6270,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6303,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6344,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6352,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6335,16 +6371,16 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:138 #: src/screens/Login/components/HostingProviderDialog.tsx:159 #: src/screens/Login/ForgotPasswordForm.tsx:84 -#: src/screens/Login/LoginForm.tsx:660 +#: src/screens/Login/LoginForm.tsx:665 msgid "Hosting provider" msgstr "" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) -#: src/screens/Login/LoginForm.tsx:656 +#: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" msgstr "" -#: src/screens/Login/LoginForm.tsx:658 +#: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" msgstr "" @@ -6369,8 +6405,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,11 +6436,11 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" @@ -6420,7 +6456,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6477,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6486,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6497,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6512,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6562,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6576,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6647,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6671,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6696,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6727,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6739,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6797,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,7 +6822,7 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" @@ -6800,12 +6836,12 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6852,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +#: src/screens/StarterPack/StarterPackScreen.tsx:477 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6876,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,22 +6890,22 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:70 -#: src/view/screens/Profile.tsx:231 +#: src/view/screens/Profile.tsx:233 msgid "Labels" msgstr "" @@ -6893,7 +6929,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6943,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6959,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6982,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7002,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7020,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7031,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7040,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7103,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7116,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7131,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7150,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7158,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7176,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7168,7 +7204,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:158 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/index.tsx:314 -#: src/view/screens/Profile.tsx:237 +#: src/view/screens/Profile.tsx:239 msgid "Likes" msgstr "" @@ -7178,7 +7214,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7227,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7232,15 +7273,15 @@ msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7289,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7298,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 +#: src/screens/ProfileList/components/Header.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 +#: src/screens/ProfileList/components/Header.tsx:106 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 -#: src/view/screens/Profile.tsx:232 -#: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:242 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7367,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7387,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7424,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7446,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7484,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7497,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7515,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7509,17 +7555,17 @@ msgid "Me" msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 -#: src/view/screens/Profile.tsx:235 +#: src/view/screens/Profile.tsx:237 msgid "Media" msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7586,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7611,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7626,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7650,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7662,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7687,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7705,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7727,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7750,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7763,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7721,9 +7774,9 @@ msgid "More languages..." msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7800,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7812,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7869,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7887,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7905,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7934,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7944,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7963,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7972,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8025,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8077,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8038,12 +8087,12 @@ msgstr "" #: src/screens/ProfileList/index.tsx:277 #: src/view/screens/Feeds.tsx:545 #: src/view/screens/Notifications.tsx:165 -#: src/view/screens/Profile.tsx:604 +#: src/view/screens/Profile.tsx:606 msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8125,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,8 +8137,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 @@ -8108,12 +8157,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8186,7 +8239,7 @@ msgstr "" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 -#: src/view/screens/Profile.tsx:536 +#: src/view/screens/Profile.tsx:538 msgid "No likes yet" msgstr "" @@ -8194,11 +8247,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8208,7 +8261,7 @@ msgstr "" msgid "No media filter" msgstr "" -#: src/view/screens/Profile.tsx:482 +#: src/view/screens/Profile.tsx:484 msgid "No media yet" msgstr "" @@ -8224,7 +8277,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8298,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8263,7 +8316,7 @@ msgid "No posts here" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:84 -#: src/view/screens/Profile.tsx:440 +#: src/view/screens/Profile.tsx:442 msgid "No posts yet" msgstr "" @@ -8276,7 +8329,7 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" -#: src/view/screens/Profile.tsx:467 +#: src/view/screens/Profile.tsx:469 msgid "No replies yet" msgstr "" @@ -8297,7 +8350,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,11 +8375,11 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" -#: src/view/screens/Profile.tsx:568 +#: src/view/screens/Profile.tsx:570 msgid "No Starter Packs yet" msgstr "" @@ -8335,15 +8388,15 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" -#: src/view/screens/Profile.tsx:509 +#: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8398,8 +8451,8 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 -#: src/view/screens/Profile.tsx:130 +#: src/Navigation.tsx:170 +#: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8460,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8472,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8492,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8502,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8547,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8562,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8584,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8617,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8639,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8625,7 +8686,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:375 #: src/screens/Settings/AppPasswords.tsx:59 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 -#: src/view/screens/Profile.tsx:130 +#: src/view/screens/Profile.tsx:132 msgid "Oops!" msgstr "" @@ -8637,7 +8698,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8716,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8724,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8756,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8774,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8804,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:571 msgid "Open starter pack menu" msgstr "" @@ -8759,16 +8820,15 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/screens/Login/LoginForm.tsx:646 +#: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" msgstr "" @@ -8788,7 +8848,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8864,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8893,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8914,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8927,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8883,11 +8943,11 @@ msgstr "" msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9045,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9053,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9065,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9080,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:193 msgid "People" msgstr "" @@ -9033,12 +9093,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9130,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9115,15 +9175,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9191,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9211,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9229,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9242,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9250,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9267,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9279,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9292,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9333,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9366,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9393,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9419,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,38 +9427,38 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" -#: src/view/screens/Profile.tsx:486 -#: src/view/screens/Profile.tsx:487 +#: src/view/screens/Profile.tsx:488 +#: src/view/screens/Profile.tsx:489 msgid "Post a photo" msgstr "" -#: src/view/screens/Profile.tsx:513 -#: src/view/screens/Profile.tsx:514 +#: src/view/screens/Profile.tsx:515 +#: src/view/screens/Profile.tsx:516 msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9466,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9488,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9505,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9533,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9543,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,8 +9552,8 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 -#: src/view/screens/Profile.tsx:233 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9585,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9620,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9634,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9647,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9664,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9698,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9750,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9788,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9810,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9824,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9845,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9859,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,19 +9927,19 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 +#: src/components/FeedCard.tsx:375 #: src/components/StarterPack/Wizard/WizardListCard.tsx:105 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" @@ -9914,8 +9979,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9960,8 +10025,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10035,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10075,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10019,9 +10084,9 @@ msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10094,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10061,7 +10126,7 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10124,15 +10189,15 @@ msgstr "" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:218 #: src/screens/Settings/NotificationSettings/index.tsx:181 #: src/screens/Settings/NotificationSettings/index.tsx:330 -#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:236 msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10206,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10227,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10250,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,12 +10263,12 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" @@ -10216,8 +10281,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10290,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:646 +#: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Report starter pack" msgstr "" @@ -10292,7 +10357,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:566 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10395,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10413,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10436,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10451,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10483,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10518,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10549,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10574,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:790 msgid "Return to previous page" msgstr "" @@ -10521,7 +10591,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10530,7 +10600,7 @@ msgstr "" msgid "Returns to the previous step" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" msgstr "" @@ -10540,10 +10610,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10642,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10678,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10688,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10700,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10731,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10756,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10769,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10787,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10738,15 +10808,15 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10844,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10864,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10899,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10914,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +10955,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +10975,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11011,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11039,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11052,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11093,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11110,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11141,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11154,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11163,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11198,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11206,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11226,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11287,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11307,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:436 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11316,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11344,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11369,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,11 +11383,11 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:429 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" @@ -11330,10 +11395,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/StarterPack/StarterPackScreen.tsx:627 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11410,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11424,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11442,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11470,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11487,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11514,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11524,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11547,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11555,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11575,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11591,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11620,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11671,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11684,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11698,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11714,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11739,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11800,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11826,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11834,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11865,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11906,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11921,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Starter pack is invalid" msgstr "" @@ -11854,8 +11934,8 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 -#: src/view/screens/Profile.tsx:239 +#: src/screens/Search/Explore.tsx:658 +#: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11867,7 +11947,7 @@ msgstr "" msgid "Starter packs let you share your favorite feeds and people with your friends." msgstr "" -#: src/view/screens/Profile.tsx:566 +#: src/view/screens/Profile.tsx:568 msgid "Starter Packs let you share your favorite feeds and people with your friends." msgstr "" @@ -11893,7 +11973,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12008,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12043,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12055,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12078,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12107,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12167,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12183,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12286,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12313,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12326,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 #: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 #: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12343,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12367,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12432,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12466,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:764 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12482,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12492,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12508,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12525,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 +#: src/screens/ProfileList/components/Header.tsx:96 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:828 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12575,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,8 +12601,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 @@ -12537,11 +12617,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12656,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12664,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12698,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12729,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12763,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12780,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12843,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12869,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12909,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12925,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12950,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13007,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13033,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13056,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13077,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13087,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13095,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13128,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13136,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13149,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13163,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13174,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13196,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13258,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13270,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:689 msgid "Unable to delete" msgstr "" @@ -13205,6 +13288,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13320,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13338,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,7 +13348,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" @@ -13270,12 +13357,17 @@ msgstr "" msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13296,32 +13388,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13425,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13443,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13460,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13388,8 +13480,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13489,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,8 +13506,8 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" @@ -13429,7 +13521,7 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" @@ -13437,21 +13529,26 @@ msgstr "" msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13560,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13609,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13636,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13667,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13609,7 +13706,7 @@ msgstr "" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/view/screens/Profile.tsx:393 +#: src/view/screens/Profile.tsx:395 msgid "user" msgstr "" @@ -13659,25 +13756,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13787,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13804,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13817,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13887,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13912,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13931,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,32 +13956,26 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" -#: src/view/screens/Profile.tsx:236 +#: src/view/screens/Profile.tsx:238 msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +13994,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14015,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14027,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14068,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14109,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14117,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14130,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14155,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14235,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14251,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14260,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14289,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14301,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14339,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14358,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14370,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14399,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14428,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14454,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14472,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,25 +14537,25 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" -#: src/view/screens/Profile.tsx:444 -#: src/view/screens/Profile.tsx:445 +#: src/view/screens/Profile.tsx:446 +#: src/view/screens/Profile.tsx:447 msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14578,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14589,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14598,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:701 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14622,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14647,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14661,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14673,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14702,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14733,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14762,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14790,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14828,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14878,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +14958,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +14971,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14984,7 +15084,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15110,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15118,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15130,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15163,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15187,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15199,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15228,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15241,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15253,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15270,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15278,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15295,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15311,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15332,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15341,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/bn/messages.po b/src/locale/locales/bn/messages.po index 1d531c9a84..cfb0064904 100644 --- a/src/locale/locales/bn/messages.po +++ b/src/locale/locales/bn/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: bn\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Bengali\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:493 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,7 +828,7 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" @@ -874,7 +883,7 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" @@ -892,7 +901,7 @@ msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:394 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:380 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:673 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2109,7 +2137,7 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:69 #: src/components/StarterPack/ProfileStarterPacks.tsx:267 #: src/components/StarterPack/ProfileStarterPacks.tsx:277 -#: src/view/screens/Profile.tsx:349 +#: src/view/screens/Profile.tsx:351 msgid "Before creating a starter pack, you must first verify your email." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2647,28 +2675,28 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/screens/Login/LoginForm.tsx:645 +#: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,12 +3480,12 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:633 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:609 msgid "Create a list from this starter pack" msgstr "" @@ -3642,12 +3671,12 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" -#: src/view/screens/Profile.tsx:573 -#: src/view/screens/Profile.tsx:574 +#: src/view/screens/Profile.tsx:575 +#: src/view/screens/Profile.tsx:576 msgid "Create a Starter Pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:615 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:604 +#: src/screens/StarterPack/StarterPackScreen.tsx:704 +#: src/screens/StarterPack/StarterPackScreen.tsx:783 msgid "Delete" msgstr "" @@ -3909,18 +3938,18 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:598 +#: src/screens/StarterPack/StarterPackScreen.tsx:774 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:670 msgid "Delete starter pack?" msgstr "" @@ -3928,11 +3957,11 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4401,16 +4441,16 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:585 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,13 +5232,6 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5220,7 +5248,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,7 +5269,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" @@ -5265,24 +5293,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 #: src/view/screens/Feeds.tsx:504 -#: src/view/screens/Profile.tsx:238 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/screens/Profile.tsx:240 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5326,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5338,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5369,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5394,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5414,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5472,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5486,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5494,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5510,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:441 +#: src/screens/StarterPack/StarterPackScreen.tsx:449 msgid "Follow all" msgstr "" @@ -5496,9 +5532,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5577,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5588,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5619,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5628,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5650,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5743,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5849,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5872,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5883,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 msgid "Go Back" msgstr "" @@ -5867,8 +5904,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5916,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5926,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5937,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5980,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5990,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6035,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6125,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6142,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6159,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6192,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6205,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6213,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,31 +6238,31 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6270,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6303,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6344,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6352,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6335,16 +6371,16 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:138 #: src/screens/Login/components/HostingProviderDialog.tsx:159 #: src/screens/Login/ForgotPasswordForm.tsx:84 -#: src/screens/Login/LoginForm.tsx:660 +#: src/screens/Login/LoginForm.tsx:665 msgid "Hosting provider" msgstr "" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) -#: src/screens/Login/LoginForm.tsx:656 +#: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" msgstr "" -#: src/screens/Login/LoginForm.tsx:658 +#: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" msgstr "" @@ -6369,8 +6405,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,11 +6436,11 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" @@ -6420,7 +6456,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6477,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6486,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6497,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6512,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6562,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6576,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6647,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6671,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6696,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6727,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6739,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6797,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,7 +6822,7 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" @@ -6800,12 +6836,12 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6852,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +#: src/screens/StarterPack/StarterPackScreen.tsx:477 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6876,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,22 +6890,22 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:70 -#: src/view/screens/Profile.tsx:231 +#: src/view/screens/Profile.tsx:233 msgid "Labels" msgstr "" @@ -6893,7 +6929,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6943,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6959,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6982,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7002,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7020,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7031,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7040,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7103,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7116,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7131,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7150,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7158,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7176,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7168,7 +7204,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:158 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/index.tsx:314 -#: src/view/screens/Profile.tsx:237 +#: src/view/screens/Profile.tsx:239 msgid "Likes" msgstr "" @@ -7178,7 +7214,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7227,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7232,15 +7273,15 @@ msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7289,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7298,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 +#: src/screens/ProfileList/components/Header.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 +#: src/screens/ProfileList/components/Header.tsx:106 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 -#: src/view/screens/Profile.tsx:232 -#: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:242 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7367,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7387,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7424,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7446,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7484,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7497,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7515,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7509,17 +7555,17 @@ msgid "Me" msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 -#: src/view/screens/Profile.tsx:235 +#: src/view/screens/Profile.tsx:237 msgid "Media" msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7586,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7611,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7626,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7650,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7662,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7687,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7705,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7727,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7750,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7763,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7721,9 +7774,9 @@ msgid "More languages..." msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7800,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7812,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7869,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7887,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7905,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7934,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7944,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7963,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7972,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8025,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8077,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8038,12 +8087,12 @@ msgstr "" #: src/screens/ProfileList/index.tsx:277 #: src/view/screens/Feeds.tsx:545 #: src/view/screens/Notifications.tsx:165 -#: src/view/screens/Profile.tsx:604 +#: src/view/screens/Profile.tsx:606 msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8125,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,8 +8137,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 @@ -8108,12 +8157,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8186,7 +8239,7 @@ msgstr "" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 -#: src/view/screens/Profile.tsx:536 +#: src/view/screens/Profile.tsx:538 msgid "No likes yet" msgstr "" @@ -8194,11 +8247,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8208,7 +8261,7 @@ msgstr "" msgid "No media filter" msgstr "" -#: src/view/screens/Profile.tsx:482 +#: src/view/screens/Profile.tsx:484 msgid "No media yet" msgstr "" @@ -8224,7 +8277,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8298,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8263,7 +8316,7 @@ msgid "No posts here" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:84 -#: src/view/screens/Profile.tsx:440 +#: src/view/screens/Profile.tsx:442 msgid "No posts yet" msgstr "" @@ -8276,7 +8329,7 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" -#: src/view/screens/Profile.tsx:467 +#: src/view/screens/Profile.tsx:469 msgid "No replies yet" msgstr "" @@ -8297,7 +8350,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,11 +8375,11 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" -#: src/view/screens/Profile.tsx:568 +#: src/view/screens/Profile.tsx:570 msgid "No Starter Packs yet" msgstr "" @@ -8335,15 +8388,15 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" -#: src/view/screens/Profile.tsx:509 +#: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8398,8 +8451,8 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 -#: src/view/screens/Profile.tsx:130 +#: src/Navigation.tsx:170 +#: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8460,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8472,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8492,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8502,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8547,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8562,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8584,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8617,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8639,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8625,7 +8686,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:375 #: src/screens/Settings/AppPasswords.tsx:59 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 -#: src/view/screens/Profile.tsx:130 +#: src/view/screens/Profile.tsx:132 msgid "Oops!" msgstr "" @@ -8637,7 +8698,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8716,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8724,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8756,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8774,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8804,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:571 msgid "Open starter pack menu" msgstr "" @@ -8759,16 +8820,15 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/screens/Login/LoginForm.tsx:646 +#: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" msgstr "" @@ -8788,7 +8848,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8864,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8893,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8914,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8927,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8883,11 +8943,11 @@ msgstr "" msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9045,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9053,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9065,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9080,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:193 msgid "People" msgstr "" @@ -9033,12 +9093,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9130,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9115,15 +9175,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9191,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9211,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9229,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9242,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9250,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9267,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9279,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9292,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9333,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9366,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9393,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9419,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,38 +9427,38 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" -#: src/view/screens/Profile.tsx:486 -#: src/view/screens/Profile.tsx:487 +#: src/view/screens/Profile.tsx:488 +#: src/view/screens/Profile.tsx:489 msgid "Post a photo" msgstr "" -#: src/view/screens/Profile.tsx:513 -#: src/view/screens/Profile.tsx:514 +#: src/view/screens/Profile.tsx:515 +#: src/view/screens/Profile.tsx:516 msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9466,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9488,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9505,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9533,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9543,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,8 +9552,8 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 -#: src/view/screens/Profile.tsx:233 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9585,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9620,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9634,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9647,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9664,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9698,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9750,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9788,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9810,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9824,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9845,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9859,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,19 +9927,19 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 +#: src/components/FeedCard.tsx:375 #: src/components/StarterPack/Wizard/WizardListCard.tsx:105 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" @@ -9914,8 +9979,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9960,8 +10025,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10035,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10075,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10019,9 +10084,9 @@ msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10094,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10061,7 +10126,7 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10124,15 +10189,15 @@ msgstr "" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:218 #: src/screens/Settings/NotificationSettings/index.tsx:181 #: src/screens/Settings/NotificationSettings/index.tsx:330 -#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:236 msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10206,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10227,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10250,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,12 +10263,12 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" @@ -10216,8 +10281,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10290,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:646 +#: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Report starter pack" msgstr "" @@ -10292,7 +10357,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:566 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10395,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10413,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10436,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10451,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10483,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10518,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10549,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10574,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:790 msgid "Return to previous page" msgstr "" @@ -10521,7 +10591,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10530,7 +10600,7 @@ msgstr "" msgid "Returns to the previous step" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" msgstr "" @@ -10540,10 +10610,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10642,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10678,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10688,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10700,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10731,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10756,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10769,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10787,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10738,15 +10808,15 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10844,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10864,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10899,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10914,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +10955,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +10975,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11011,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11039,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11052,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11093,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11110,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11141,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11154,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11163,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11198,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11206,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11226,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11287,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11307,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:436 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11316,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11344,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11369,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,11 +11383,11 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:429 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" @@ -11330,10 +11395,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/StarterPack/StarterPackScreen.tsx:627 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11410,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11424,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11442,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11470,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11487,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11514,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11524,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11547,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11555,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11575,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11591,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11620,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11671,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11684,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11698,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11714,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11739,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11800,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11826,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11834,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11865,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11906,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11921,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Starter pack is invalid" msgstr "" @@ -11854,8 +11934,8 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 -#: src/view/screens/Profile.tsx:239 +#: src/screens/Search/Explore.tsx:658 +#: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11867,7 +11947,7 @@ msgstr "" msgid "Starter packs let you share your favorite feeds and people with your friends." msgstr "" -#: src/view/screens/Profile.tsx:566 +#: src/view/screens/Profile.tsx:568 msgid "Starter Packs let you share your favorite feeds and people with your friends." msgstr "" @@ -11893,7 +11973,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12008,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12043,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12055,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12078,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12107,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12167,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12183,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12286,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12313,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12326,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 #: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 #: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12343,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12367,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12432,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12466,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:764 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12482,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12492,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12508,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12525,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 +#: src/screens/ProfileList/components/Header.tsx:96 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:828 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12575,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,8 +12601,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 @@ -12537,11 +12617,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12656,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12664,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12698,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12729,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12763,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12780,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12843,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12869,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12909,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12925,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12950,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13007,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13033,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13056,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13077,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13087,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13095,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13128,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13136,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13149,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13163,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13174,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13196,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13258,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13270,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:689 msgid "Unable to delete" msgstr "" @@ -13205,6 +13288,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13320,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13338,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,7 +13348,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" @@ -13270,12 +13357,17 @@ msgstr "" msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13296,32 +13388,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13425,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13443,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13460,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13388,8 +13480,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13489,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,8 +13506,8 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" @@ -13429,7 +13521,7 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" @@ -13437,21 +13529,26 @@ msgstr "" msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13560,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13609,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13636,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13667,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13609,7 +13706,7 @@ msgstr "" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/view/screens/Profile.tsx:393 +#: src/view/screens/Profile.tsx:395 msgid "user" msgstr "" @@ -13659,25 +13756,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13787,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13804,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13817,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13887,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13912,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13931,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,32 +13956,26 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" -#: src/view/screens/Profile.tsx:236 +#: src/view/screens/Profile.tsx:238 msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +13994,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14015,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14027,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14068,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14109,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14117,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14130,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14155,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14235,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14251,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14260,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14289,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14301,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14339,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14358,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14370,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14399,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14428,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14454,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14472,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,25 +14537,25 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" -#: src/view/screens/Profile.tsx:444 -#: src/view/screens/Profile.tsx:445 +#: src/view/screens/Profile.tsx:446 +#: src/view/screens/Profile.tsx:447 msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14578,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14589,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14598,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:701 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14622,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14647,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14661,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14673,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14702,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14733,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14762,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14790,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14828,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14878,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +14958,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +14971,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14984,7 +15084,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15110,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15118,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15130,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15163,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15187,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15199,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15228,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15241,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15253,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15270,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15278,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15295,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15311,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15332,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15341,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/br/messages.po b/src/locale/locales/br/messages.po index 3f14f8e9a8..90cabb72e1 100644 --- a/src/locale/locales/br/messages.po +++ b/src/locale/locales/br/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: br\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Breton\n" "Plural-Forms: nplurals=5; plural=(n%10==1 && (n%100!=11 || n%100!=71 || n%100!=91) ? 0 : n%10==2 && (n%100!=12 || n%100!=72 || n%100!=92) ? 1 : ((n%10>=3 && n%10<=4) || n%10==9) && ((n%100 < 10 || n%100 > 19) || (n%100 < 70 || n%100 > 79) || (n%100 < 90 || n%100 > 99)) ? 2 : (n!=0 && n%1;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:493 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,7 +828,7 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" @@ -874,7 +883,7 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" @@ -892,7 +901,7 @@ msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:394 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:380 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:673 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2109,7 +2137,7 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:69 #: src/components/StarterPack/ProfileStarterPacks.tsx:267 #: src/components/StarterPack/ProfileStarterPacks.tsx:277 -#: src/view/screens/Profile.tsx:349 +#: src/view/screens/Profile.tsx:351 msgid "Before creating a starter pack, you must first verify your email." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2647,28 +2675,28 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/screens/Login/LoginForm.tsx:645 +#: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,12 +3480,12 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:633 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:609 msgid "Create a list from this starter pack" msgstr "" @@ -3642,12 +3671,12 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" -#: src/view/screens/Profile.tsx:573 -#: src/view/screens/Profile.tsx:574 +#: src/view/screens/Profile.tsx:575 +#: src/view/screens/Profile.tsx:576 msgid "Create a Starter Pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:615 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:604 +#: src/screens/StarterPack/StarterPackScreen.tsx:704 +#: src/screens/StarterPack/StarterPackScreen.tsx:783 msgid "Delete" msgstr "" @@ -3909,18 +3938,18 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:598 +#: src/screens/StarterPack/StarterPackScreen.tsx:774 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:670 msgid "Delete starter pack?" msgstr "" @@ -3928,11 +3957,11 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4401,16 +4441,16 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:585 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,13 +5232,6 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5220,7 +5248,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,7 +5269,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" @@ -5265,24 +5293,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 #: src/view/screens/Feeds.tsx:504 -#: src/view/screens/Profile.tsx:238 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/screens/Profile.tsx:240 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5326,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5338,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5369,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5394,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5414,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5472,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5486,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5494,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5510,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:441 +#: src/screens/StarterPack/StarterPackScreen.tsx:449 msgid "Follow all" msgstr "" @@ -5496,9 +5532,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5577,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5588,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5619,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5628,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5650,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5743,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5849,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5872,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5883,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 msgid "Go Back" msgstr "" @@ -5867,8 +5904,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5916,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5926,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5937,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5980,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5990,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6035,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6125,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6142,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6159,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6192,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6205,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6213,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,31 +6238,31 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6270,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6303,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6344,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6352,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6335,16 +6371,16 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:138 #: src/screens/Login/components/HostingProviderDialog.tsx:159 #: src/screens/Login/ForgotPasswordForm.tsx:84 -#: src/screens/Login/LoginForm.tsx:660 +#: src/screens/Login/LoginForm.tsx:665 msgid "Hosting provider" msgstr "" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) -#: src/screens/Login/LoginForm.tsx:656 +#: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" msgstr "" -#: src/screens/Login/LoginForm.tsx:658 +#: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" msgstr "" @@ -6369,8 +6405,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,11 +6436,11 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" @@ -6420,7 +6456,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6477,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6486,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6497,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6512,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6562,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6576,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6647,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6671,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6696,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6727,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6739,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6797,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,7 +6822,7 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" @@ -6800,12 +6836,12 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6852,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +#: src/screens/StarterPack/StarterPackScreen.tsx:477 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6876,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,22 +6890,22 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:70 -#: src/view/screens/Profile.tsx:231 +#: src/view/screens/Profile.tsx:233 msgid "Labels" msgstr "" @@ -6893,7 +6929,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6943,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6959,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6982,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7002,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7020,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7031,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7040,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7103,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7116,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7131,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7150,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7158,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7176,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7168,7 +7204,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:158 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/index.tsx:314 -#: src/view/screens/Profile.tsx:237 +#: src/view/screens/Profile.tsx:239 msgid "Likes" msgstr "" @@ -7178,7 +7214,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7227,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7232,15 +7273,15 @@ msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7289,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7298,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 +#: src/screens/ProfileList/components/Header.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 +#: src/screens/ProfileList/components/Header.tsx:106 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 -#: src/view/screens/Profile.tsx:232 -#: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:242 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7367,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7387,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7424,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7446,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7484,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7497,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7515,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7509,17 +7555,17 @@ msgid "Me" msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 -#: src/view/screens/Profile.tsx:235 +#: src/view/screens/Profile.tsx:237 msgid "Media" msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7586,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7611,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7626,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7650,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7662,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7687,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7705,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7727,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7750,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7763,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7721,9 +7774,9 @@ msgid "More languages..." msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7800,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7812,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7869,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7887,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7905,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7934,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7944,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7963,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7972,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8025,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8077,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8038,12 +8087,12 @@ msgstr "" #: src/screens/ProfileList/index.tsx:277 #: src/view/screens/Feeds.tsx:545 #: src/view/screens/Notifications.tsx:165 -#: src/view/screens/Profile.tsx:604 +#: src/view/screens/Profile.tsx:606 msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8125,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,8 +8137,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 @@ -8108,12 +8157,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8186,7 +8239,7 @@ msgstr "" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 -#: src/view/screens/Profile.tsx:536 +#: src/view/screens/Profile.tsx:538 msgid "No likes yet" msgstr "" @@ -8194,11 +8247,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8208,7 +8261,7 @@ msgstr "" msgid "No media filter" msgstr "" -#: src/view/screens/Profile.tsx:482 +#: src/view/screens/Profile.tsx:484 msgid "No media yet" msgstr "" @@ -8224,7 +8277,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8298,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8263,7 +8316,7 @@ msgid "No posts here" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:84 -#: src/view/screens/Profile.tsx:440 +#: src/view/screens/Profile.tsx:442 msgid "No posts yet" msgstr "" @@ -8276,7 +8329,7 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" -#: src/view/screens/Profile.tsx:467 +#: src/view/screens/Profile.tsx:469 msgid "No replies yet" msgstr "" @@ -8297,7 +8350,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,11 +8375,11 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" -#: src/view/screens/Profile.tsx:568 +#: src/view/screens/Profile.tsx:570 msgid "No Starter Packs yet" msgstr "" @@ -8335,15 +8388,15 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" -#: src/view/screens/Profile.tsx:509 +#: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8398,8 +8451,8 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 -#: src/view/screens/Profile.tsx:130 +#: src/Navigation.tsx:170 +#: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8460,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8472,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8492,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8502,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8547,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8562,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8584,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8617,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8639,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8625,7 +8686,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:375 #: src/screens/Settings/AppPasswords.tsx:59 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 -#: src/view/screens/Profile.tsx:130 +#: src/view/screens/Profile.tsx:132 msgid "Oops!" msgstr "" @@ -8637,7 +8698,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8716,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8724,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8756,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8774,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8804,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:571 msgid "Open starter pack menu" msgstr "" @@ -8759,16 +8820,15 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/screens/Login/LoginForm.tsx:646 +#: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" msgstr "" @@ -8788,7 +8848,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8864,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8893,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8914,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8927,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8883,11 +8943,11 @@ msgstr "" msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9045,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9053,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9065,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9080,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:193 msgid "People" msgstr "" @@ -9033,12 +9093,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9130,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9115,15 +9175,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9191,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9211,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9229,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9242,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9250,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9267,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9279,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9292,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9333,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9366,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9393,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9419,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,38 +9427,38 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" -#: src/view/screens/Profile.tsx:486 -#: src/view/screens/Profile.tsx:487 +#: src/view/screens/Profile.tsx:488 +#: src/view/screens/Profile.tsx:489 msgid "Post a photo" msgstr "" -#: src/view/screens/Profile.tsx:513 -#: src/view/screens/Profile.tsx:514 +#: src/view/screens/Profile.tsx:515 +#: src/view/screens/Profile.tsx:516 msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9466,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9488,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9505,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9533,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9543,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,8 +9552,8 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 -#: src/view/screens/Profile.tsx:233 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9585,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9620,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9634,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9647,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9664,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9698,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9750,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9788,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9810,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9824,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9845,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9859,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,19 +9927,19 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 +#: src/components/FeedCard.tsx:375 #: src/components/StarterPack/Wizard/WizardListCard.tsx:105 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" @@ -9914,8 +9979,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9960,8 +10025,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10035,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10075,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10019,9 +10084,9 @@ msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10094,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10061,7 +10126,7 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10124,15 +10189,15 @@ msgstr "" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:218 #: src/screens/Settings/NotificationSettings/index.tsx:181 #: src/screens/Settings/NotificationSettings/index.tsx:330 -#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:236 msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10206,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10227,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10250,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,12 +10263,12 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" @@ -10216,8 +10281,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10290,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:646 +#: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Report starter pack" msgstr "" @@ -10292,7 +10357,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:566 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10395,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10413,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10436,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10451,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10483,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10518,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10549,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10574,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:790 msgid "Return to previous page" msgstr "" @@ -10521,7 +10591,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10530,7 +10600,7 @@ msgstr "" msgid "Returns to the previous step" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" msgstr "" @@ -10540,10 +10610,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10642,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10678,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10688,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10700,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10731,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10756,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10769,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10787,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10738,15 +10808,15 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10844,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10864,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10899,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10914,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +10955,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +10975,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11011,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11039,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11052,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11093,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11110,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11141,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11154,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11163,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11198,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11206,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11226,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11287,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11307,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:436 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11316,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11344,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11369,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,11 +11383,11 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:429 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" @@ -11330,10 +11395,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/StarterPack/StarterPackScreen.tsx:627 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11410,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11424,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11442,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11470,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11487,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11514,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11524,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11547,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11555,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11575,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11591,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11620,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11671,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11684,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11698,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11714,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11739,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11800,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11826,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11834,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11865,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11906,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11921,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Starter pack is invalid" msgstr "" @@ -11854,8 +11934,8 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 -#: src/view/screens/Profile.tsx:239 +#: src/screens/Search/Explore.tsx:658 +#: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11867,7 +11947,7 @@ msgstr "" msgid "Starter packs let you share your favorite feeds and people with your friends." msgstr "" -#: src/view/screens/Profile.tsx:566 +#: src/view/screens/Profile.tsx:568 msgid "Starter Packs let you share your favorite feeds and people with your friends." msgstr "" @@ -11893,7 +11973,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12008,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12043,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12055,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12078,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12107,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12167,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12183,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12286,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12313,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12326,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 #: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 #: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12343,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12367,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12432,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12466,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:764 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12482,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12492,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12508,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12525,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 +#: src/screens/ProfileList/components/Header.tsx:96 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:828 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12575,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,8 +12601,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 @@ -12537,11 +12617,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12656,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12664,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12698,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12729,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12763,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12780,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12843,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12869,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12909,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12925,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12950,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13007,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13033,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13056,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13077,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13087,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13095,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13128,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13136,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13149,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13163,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13174,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13196,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13258,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13270,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:689 msgid "Unable to delete" msgstr "" @@ -13205,6 +13288,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13320,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13338,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,7 +13348,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" @@ -13270,12 +13357,17 @@ msgstr "" msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13296,32 +13388,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13425,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13443,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13460,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13388,8 +13480,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13489,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,8 +13506,8 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" @@ -13429,7 +13521,7 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" @@ -13437,21 +13529,26 @@ msgstr "" msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13560,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13609,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13636,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13667,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13609,7 +13706,7 @@ msgstr "" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/view/screens/Profile.tsx:393 +#: src/view/screens/Profile.tsx:395 msgid "user" msgstr "" @@ -13659,25 +13756,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13787,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13804,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13817,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13887,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13912,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13931,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,32 +13956,26 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" -#: src/view/screens/Profile.tsx:236 +#: src/view/screens/Profile.tsx:238 msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +13994,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14015,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14027,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14068,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14109,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14117,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14130,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14155,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14235,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14251,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14260,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14289,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14301,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14339,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14358,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14370,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14399,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14428,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14454,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14472,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,25 +14537,25 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" -#: src/view/screens/Profile.tsx:444 -#: src/view/screens/Profile.tsx:445 +#: src/view/screens/Profile.tsx:446 +#: src/view/screens/Profile.tsx:447 msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14578,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14589,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14598,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:701 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14622,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14647,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14661,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14673,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14702,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14733,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14762,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14790,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14828,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14878,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +14958,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +14971,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14984,7 +15084,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15110,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15118,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15130,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15163,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15187,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15199,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15228,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15241,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15253,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15270,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15278,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15295,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15311,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15332,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15341,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po index 2869fe5734..18f05d70a9 100644 --- a/src/locale/locales/ca/messages.po +++ b/src/locale/locales/ca/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ca\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Catalan\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" categoria (activa)A" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# seguint} other {# seguint}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# amic trobat!} other {# amics trobats!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# hores}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# mes} other {# mesos}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {# publicació més} other {# publicacions més}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {seguidor} other {seguidors}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguint} other {seguint}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {publicació} other {publicacions}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {# persones han}} s'han unit a Bluesky amb aquest starter pack!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {}other {+# més}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, one {}other {Has de tenir # anys per a crear un compte a la teva regió.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} emet en directe" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} no està disponible" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} no és compatible amb el teu dispositiu." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {membre} other {membres}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} a {time}" msgid "{displayName}'s Starter Pack" msgstr "Starter Pack de: {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minuts}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} s'ha registrat amb el teu starter pack" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} t'ha verificat" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} seguint" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {publicació} other {publicacions}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# hora} other {# hores}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ noves sol·licituds per a unir-se" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, one {}other {# usuaris s'han}} unit!" @@ -767,7 +776,7 @@ msgstr "{profileName} es va unir a Bluesky, utilitzant un Starter Pack, fa {time #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, i {2, plural, one {# altre} other {# altres}} estan inclosos al teu starter pack" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, i {2, plural, one {# altre} other {# altres}} es #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, i {2, plural, one {# altre} other {# altres}} estan inclosos al teu starter pack" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {desada} other {desades}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {m'agrada} other {m'agrades}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} i<1> <2>{1} estan inclosos al teu starter pack" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} està inclòs al teu starter pack" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} membres" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Toca aquí per actualitzar la teva ubicació amb el GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Tu i<1> <2>{0} esteu inclosos al teu starter pack" @@ -946,6 +955,12 @@ msgstr "7 dies" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Una col·lecció de canals populars que pots trobar a Bluesky, com ara News, Booksky, Game Dev, Blacksky i Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "S'ha produït un error de xarxa. Si us plau, comprova la connexió a Int msgid "A new code has been sent" msgstr "S'ha enviat un codi nou" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Una nova forma de verificació" @@ -1005,7 +1020,7 @@ msgstr "Una captura de pantalla del compositor de publicacions amb un botó nou msgid "A selected recipient is not followed by the sender." msgstr "El remitent no segueix algun dels destinataris seleccionats." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Accés sol·licitat! El propietari del grup revisarà la teva sol·licit msgid "Accessibility" msgstr "Accessibilitat" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Configuració d'accessibilitat" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Compte" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Compte bloquejat" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Compte seguit" @@ -1086,8 +1101,8 @@ msgstr "S'ha suspès el compte" msgid "Account is deactivated" msgstr "S'ha desactivat el compte" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Compte silenciat" @@ -1111,24 +1126,24 @@ msgstr "Compte eliminat de l'accés ràpid" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Compte desbloquejat" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Compte no seguit" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Compte no silenciat" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Els comptes amb una marca de verificació blava<0><1/>poden verificar-ne altres. Bluesky selecciona aquests verificadors de confiança." @@ -1138,7 +1153,7 @@ msgstr "Els comptes amb una marca de verificació blava<0><1/>poden verifica msgid "Activity from others" msgstr "Activitat d'altres persones" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Notificacions d'activitat" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Afegeix" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Afegeix-ne {0} més per a continuar" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Afegeix {displayName} al teu starter pack" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Afegeix un usuari a aquesta llista" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Afegeix un compte" @@ -1201,11 +1216,11 @@ msgstr "Afegeix text alternatiu (opcional)" msgid "Add another account" msgstr "Afegeix un altre compte" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Afegeix una altra publicació" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Afegeix una altra publicació al fil" @@ -1223,7 +1238,7 @@ msgstr "Afegeix una contrasenya d'aplicació" msgid "Add App Password" msgstr "Afegeix una contrasenya d'aplicació" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Afegeix una etiqueta d'automatització al compte" @@ -1239,12 +1254,12 @@ msgstr "Afegeix un filtre" msgid "Add group chat members" msgstr "Afegeix membres al grup del xat" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Afegeix imatge" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Afegeix imatges a la publicació" @@ -1254,8 +1269,8 @@ msgstr "Afegeix imatges a la publicació" msgid "Add members" msgstr "Afegeix membre" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Afegeix més detalls (opcional)" @@ -1295,7 +1310,7 @@ msgstr "Afegeix una reacció" msgid "Add recommended feeds" msgstr "Afegeix els canals recomanats" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Afegiu alguns canals al teu starter pack" @@ -1307,12 +1322,12 @@ msgstr "Afegeix el canal per defecte només de la gent que segueixes" msgid "Add the following DNS record to your domain:" msgstr "Afegeix el següent registre DNS al teu domini:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Afegeix aquest canal als teus canals" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Afegeix a les llistes" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Desa la publicació" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Afegeix als starter packs" @@ -1330,7 +1345,7 @@ msgstr "Afegeix als starter packs" msgid "Add user to list" msgstr "Afegeix usuaris a la llista" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Afegeix la teva data de naixement" @@ -1361,7 +1376,7 @@ msgstr "Afegint membres a la llista..." msgid "Additional details (limit 1000 characters)" msgstr "Detalls addicionals (límit de 1000 caràcters)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Detalls addicionals (límit de 300 caràcters)" @@ -1378,14 +1393,14 @@ msgstr "Adults" msgid "Adult content" msgstr "Contingut per a adults" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Contingut per a adults" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "El contingut per a adults només es pot activar a través del web a <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etiquetes de contingut per a adults" msgid "Adult sexual abuse content" msgstr "Contingut d'abús sexual per a adults" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avançat" @@ -1423,7 +1438,7 @@ msgstr "S'ha enviat la sol·licitud de garantia d'edat" msgid "Age assurance only takes a few minutes" msgstr "La garantia d'edat només triga uns minuts" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "La garantia d'edat només triga uns minuts." @@ -1438,6 +1453,11 @@ msgstr "josepmaria@exemple.cat" msgid "All" msgstr "Totes" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Totes" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Totes {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "S'han seguit tots els comptes!" @@ -1474,7 +1494,7 @@ msgstr "Tots els canals que has desat, en un sol lloc." msgid "Allow access to your direct messages" msgstr "Permet l'accés als teus missatges directes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Permet respondre a tothom" @@ -1488,8 +1508,8 @@ msgstr "Permet missatges directes de" msgid "Allow group chat invites from" msgstr "Permet invitacions a grups de xat de" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Permet l'accés a la ubicació" @@ -1498,24 +1518,24 @@ msgstr "Permet l'accés a la ubicació" msgid "Allow others to be notified of your posts" msgstr "Permet que altres persones rebin notificacions de les teves publicacions" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Permet respondre a la gent a qui segueixes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Permet respondre a la gent que menciones" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Permet citacions" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Permet respondre als usuaris de {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Permet respondre als teus seguidors" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permet l'accés als missatges directes" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Ja tens un codi?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Ja tens un compte?" @@ -1540,7 +1560,7 @@ msgstr "Ja estàs registrat com a @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "El text alternatiu sortirà retallat. {MAX_ALT_TEXT, plural, one {}other {Límit: {0} caràcters.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "S'ha enviat un correu a {0}. Inclou un codi de confirmació que has d'entrar aquí sota." @@ -1587,7 +1607,7 @@ msgstr "Hi ha hagut un error" msgid "An error occurred" msgstr "Hi ha hagut un error" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Hi ha hagut un error mentre es comprimia el vídeo." @@ -1596,7 +1616,7 @@ msgstr "Hi ha hagut un error mentre es comprimia el vídeo." msgid "An error occurred while fetching suggested accounts." msgstr "S'ha produït un error en obtenir els comptes suggerits." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "S'ha produït un error en anar a buscar el canal." @@ -1609,15 +1629,15 @@ msgstr "S'ha produït un error en generar el teu starter pack. Vols tornar-ho a msgid "An error occurred while hiding suggestion. {0}" msgstr "S'ha produït un error en ocultar el suggeriment. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Hi ha hagut un error mentre es carregava el vídeo. Prova-ho més tard." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Hi ha hagut un error mentre es carregava el vídeo. Prova-ho més tard." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "S'ha produït un error en carregar les teves llistes :/" @@ -1628,16 +1648,16 @@ msgstr "S'ha produït un error en desar el codi QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "S'ha produït un error en intentar seguir-ho tot" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Hi ha hagut un error mentre es pujava el vídeo. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "S'ha produït un error en penjar el vídeo. Comprova la teva connexió a Internet i torna-ho a provar." @@ -1661,8 +1681,8 @@ msgstr "Una il·lustració de diverses publicacions de Bluesky juntament amb ico msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Una il·lustració de l'aplicació de Bluesky amb un avió de paper que en surt volant, que representa convidar amistats" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Una il·lustració que mostra que Bluesky selecciona verificadors de confiança i, al seu torn, els verificadors de confiança verifiquen els comptes d'usuari individuals." @@ -1686,14 +1706,14 @@ msgstr "S'ha produït un problema en iniciar el xat de grup. Torna-ho a provar." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Hi ha hagut un problema, prova-ho de nou." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Una maqueta d'un iPhone que mostra l'aplicació Bluesky oberta al perfil d'un usuari verificat amb una marca de verificació blava al costat del seu nom de visualització." @@ -1702,7 +1722,7 @@ msgstr "Una maqueta d'un iPhone que mostra l'aplicació Bluesky oberta al perfil msgid "an unknown labeler" msgstr "un etiquetador desconegut" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "i" @@ -1735,7 +1755,7 @@ msgstr "Anunciant la verificació a Bluesky" msgid "Any date" msgstr "Qualsevol data" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Qualsevol" @@ -1767,7 +1787,7 @@ msgstr "Qualsevol que em segueixi" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Qualsevol persona que el tingui ja no podrà unir-se ni sol·licitar unir-se. Sempre pots crear-ne un de nou." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Els noms de contrasenyes d'aplicació han de tenir almenys 4 caràcters" msgid "App passwords" msgstr "Contrasenyes de l'aplicació" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Contrasenyes de l'aplicació" @@ -1856,7 +1876,7 @@ msgstr "Apel·la aquesta decisió" msgid "Appeal this label" msgstr "Apel·la aquesta etiqueta" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Aplica la petició d'integració Pull Request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arxivat del dia {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Publicació arxivada" @@ -1914,7 +1934,7 @@ msgstr "Segur que voleu suprimir la contrasenya de l'aplicació \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Estàs segur que vols esborrar aquest missatge? El missatge s'esborrarà per a tu, però no per als altres participants." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Estàs segur que vols eliminar aquest starter pack?" @@ -1936,7 +1956,7 @@ msgstr "Segur que vols abandonar la conversa?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Estàs segur que vols abandonar aquesta conversa? Els missatges s'esborraran per a tu, però no per als altres participants." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Segur que vols eliminar-ho dels teus canals?" @@ -1945,7 +1965,7 @@ msgstr "Segur que vols eliminar-ho dels teus canals?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Segur que vols retirar la teva sol·licitud per a unir-te a {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Estàs segur que vols descartar aquesta publicació?" @@ -1953,7 +1973,7 @@ msgstr "Estàs segur que vols descartar aquesta publicació?" msgid "Are you sure?" msgstr "Ho confirmes?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Ets la persona representada o un representant autoritzat que actua en nom de la persona representada?" @@ -1969,8 +1989,8 @@ msgstr "Art" msgid "Artistic or non-erotic nudity." msgstr "Nuesa artística o no eròtica." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Demana a les aplicacions i llocs web que no mostrin el meu compte als usuaris no connectats" @@ -1979,12 +1999,12 @@ msgstr "Demana a les aplicacions i llocs web que no mostrin el meu compte als us msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Demana a les aplicacions que amaguin les meves publicacions de les recomanacions algorítmiques" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Assigna un tema per a l'algoritme" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Almenys 8 caràcters" @@ -2017,8 +2037,8 @@ msgstr "Automàtic" msgid "Automation label" msgstr "Etiqueta d'automatització" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Etiqueta d'automatització" @@ -2038,6 +2058,10 @@ msgstr "Disponible" msgid "Avatar creator" msgstr "Creador d'avatars" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Creador d'avatars" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Creador d'avatars" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Endarrere" msgid "Back to Chats" msgstr "Torna als xats" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Activitats prohibides o infraccions de seguretat" @@ -2081,7 +2109,7 @@ msgstr "Activitats prohibides o infraccions de seguretat" msgid "Banned user returning" msgstr "Usuari prohibit que torna" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Segons la ubicació del teu dispositiu, creiem que ets a <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "Segons la ubicació del teu dispositiu, creiem que ets a <0>{geolocation msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Segons la ubicació del teu dispositiu, creiem que ets a <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Segons la teva xarxa, creiem que ets a <0>{geolocationString}. Aquesta estimació pot ser inexacta si fas servir una VPN." @@ -2148,16 +2176,16 @@ msgstr "Comença el procés de garantia d'edat emplenant els següents camps." msgid "Beta Feature" msgstr "Funció beta" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Funcions beta" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Funcions beta activades" @@ -2193,12 +2221,12 @@ msgstr "Bloqueja {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bloqueja el compte" @@ -2255,15 +2283,15 @@ msgstr "Bloqueja l'usuari i/o elimina aquesta conversa" msgid "Block user and/or leave this conversation" msgstr "Bloqueja l'usuari i/o abandona aquesta conversa" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Bloquejada" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Comptes bloquejats" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Comptes bloquejats" @@ -2288,7 +2316,7 @@ msgstr "El bloqueig és públic. Els comptes bloquejats no poden respondre els t 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." msgstr "Bloquejar no evitarà que s'apliquin etiquetes al teu compte, però no deixarà que aquest compte respongui els teus fils ni interactuï amb tu." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky no pot confirmar l'autenticitat de la data declarada." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky ajuda els amics a trobar-se creant una empremta digital codificada, anomenada \"hash\", i després buscant hashes coincidents." @@ -2357,15 +2389,11 @@ msgstr "Bluesky emmagatzema els contactes com a dades codificades. Si els elimin msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky triarà un conjunt de comptes recomanats de les persones de la teva xarxa." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky no mostrarà el teu compte als usuaris que no hagin iniciat sessió i demanarà a altres aplicacions que facin el mateix. Altres aplicacions poden no respectar aquesta petició. Això no fa que el teu compte sigui privat." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky no mostrarà les teves publicacions al canal Discover (excepte als teus seguidors) i demanarà a altres aplicacions que no mostrin les teves publicacions a les seves pròpies recomanacions algorítmiques." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky verificarà de manera proactiva comptes notables i autèntics." @@ -2424,29 +2452,29 @@ msgstr "Explora més recomanacions a la pàgina Explora" msgid "Browse other feeds" msgstr "Explora altres canals" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Explora les publicacions sobre {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Explora les publicacions etiquetades amb {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Explora l'Starter pack de {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Explora les publicacions del tema {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Explora les publicacions del tema {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Negocis" @@ -2459,10 +2487,10 @@ msgstr "Botó per tornar a la cronologia d'inici" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Per {0}" @@ -2475,7 +2503,7 @@ msgstr "per @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Per <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Creant un compte indiques que estàs d'acord amb les <0>Condicions del s msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Creant un compte indiques que estàs d'acord amb les <0>Condicions del servei." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Per tu" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Càmera" @@ -2521,16 +2549,16 @@ msgstr "Cal accés a la càmera" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Cal accés a la càmera" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Cal accés a la càmera" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Cancel·la" msgid "Cancel quote post" msgstr "Cancel·la la citació de la publicació" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Cancel·la la reactivació i surt" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Cancel·la l'inici de sessió perquè puguis comprovar el teu nom d'usuari" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "No pots interactuar amb un usuari bloquejat" @@ -2609,7 +2637,7 @@ msgstr "Subtítols (.vtt)" msgid "Captions & alt text" msgstr "Subtítols i text alternatiu" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "carrusel" @@ -2651,24 +2679,24 @@ msgstr "Canvia l'identificador" msgid "Change hosting provider" msgstr "Canvia el proveïdor d'allotjament" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Canvia el servei de moderació" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Canvia la contrasenya" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Diàleg de canvi de contrasenya" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Canvia la categoria de l'informe" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Canvia" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Els canvis a l'Starter Pack no es reflectiran a la llista després de la seva creació. La llista serà una còpia independent." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Xat" @@ -2758,7 +2786,7 @@ msgstr "Els propietaris del xat no poden abandonar un xat grupal." msgid "Chat recipient is not followed by the sender." msgstr "El remitent no segueix el destinatari del xat." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Safata de sol·licituds de xat" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Sol·licituds de xat" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Comprova <0>{currentEmail} per a rebre un correu amb el codi de conf msgid "Check back later!" msgstr "Torna més tard!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Comprova el meu estat" @@ -2895,7 +2923,7 @@ msgstr "Tria el teu proveïdor d'allotjament" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Tria la teva pròpia línia de temps! Els canals creats per la comunitat t'ajuden a trobar el contingut que t'agrada." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Tria la teva contrasenya" @@ -2931,7 +2959,7 @@ msgstr "Neteja la cerca de GIF" msgid "Clear image cache" msgstr "Esborra la memòria cau d'imatges" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Esborra la cerca" @@ -2951,11 +2979,11 @@ msgstr "Fes clic aquí per afegir persones a aquest xat de grup" msgid "Click here to create or manage an invite link for this group chat" msgstr "Fes clic per a crear o gestionar enllaços d'invitació al xat de grup" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Fes clic aquí per eliminar el teu compte" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Fes clic aquí per tancar sessió" @@ -2968,8 +2996,8 @@ msgstr "Fes clic aquí per tornar a enviar el correu electrònic" msgid "Click here to restart the verification process." msgstr "Fes clic aquí per reiniciar el procés de verificació." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Fes clic aquí per actualitzar la teva data de naixement" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Clica aquí per provar d'enviar el missatge de nou" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Clica aquí per provar d'enviar el missatge de nou" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Clica aquí per provar d'enviar el missatge de nou" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Tanca" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Tanca el diàleg actiu" @@ -3068,13 +3097,13 @@ msgstr "Tanca el bàner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Tanca el diàleg" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Tanca el menú lateral" @@ -3110,7 +3139,7 @@ msgstr "Tanca el bàner de sol·licituds entrants" msgid "Close this dialog" msgstr "Tanca aquest diàleg" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Tanca la finestra emergent de benvinguda" @@ -3118,7 +3147,7 @@ msgstr "Tanca la finestra emergent de benvinguda" msgid "Closes password update alert" msgstr "Tanca l'alerta d'actualització de contrasenya" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Tanca l'editor de la publicació i descarta l'esborrany" @@ -3126,7 +3155,7 @@ msgstr "Tanca l'editor de la publicació i descarta l'esborrany" msgid "Collapse list of users" msgstr "Plega la llista d'usuaris" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Plega la llista d'usuaris per una notificació concreta" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Còmics" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Directrius de la comunitat" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Finalitza el registre i comença a utilitzar el teu compte" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Completa la prova" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Crea una nova publicació" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Crear publicacions de fins a {0, plural, one {}other {# caràcters}} de longitud" @@ -3180,11 +3209,11 @@ msgstr "Crear publicacions de fins a {0, plural, one {}other {# caràcters}} de msgid "Compose reply" msgstr "Redacta una resposta" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Comprimint el GIF..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Comprimint el vídeo..." @@ -3198,18 +3227,18 @@ msgstr "Configurat a <0>configuració de moderació." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirma" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Codi de confirmació" @@ -3226,12 +3255,12 @@ msgstr "Connectant amb el servei…" msgid "Connecting…" msgstr "Connectant…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Problema de connexió" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Contacta amb el nostre equip de suport" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contacta amb suport" @@ -3273,7 +3302,7 @@ msgstr "Contingut i multimèdia" msgid "Content and media" msgstr "Contingut i multimèdia" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Contingut i multimèdia" @@ -3281,7 +3310,7 @@ msgstr "Contingut i multimèdia" msgid "Content Blocked" msgstr "Contingut bloquejat" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtres de contingut" @@ -3421,8 +3450,8 @@ msgstr "Copia" msgid "Copy App Password" msgstr "Copia la contrasenya d'aplicació" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copia at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copia el codi" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copia DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Copia l'enllaç d'invitació" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copia l'enllaç" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copia l'enllaç" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copia l'enllaç a la llista" @@ -3472,12 +3501,12 @@ msgstr "Copia l'enllaç a la llista" msgid "Copy link to post" msgstr "Copia l'enllaç a la publicació" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copia l'enllaç al perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copia l'enllaç a l'starter pack" @@ -3491,8 +3520,8 @@ msgstr "Copia el text del missatge" msgid "Copy post at:// URI" msgstr "Copia at:// URI de la publicació" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copia el text de la publicació" @@ -3506,7 +3535,7 @@ msgstr "Copia el valor del registre TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Política de drets d'autor" @@ -3632,7 +3661,7 @@ msgstr "Crea" msgid "Create a list" msgstr "Crea una llista" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Crea una llista a partir d'aquest l'starter pack" @@ -3642,7 +3671,7 @@ msgstr "Crea un codi QR per a un starter pack" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Crea un starter pack" @@ -3655,12 +3684,12 @@ msgstr "Crea un Starter Pack" msgid "Create a starter pack for me" msgstr "Crea un starter pack per a mi" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Crea un xat de grup" msgid "Create list" msgstr "Crea una llista" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Crea una llista a partir dels membres" @@ -3708,13 +3737,13 @@ msgstr "Crea una llista a partir dels membres" msgid "Create list from starter pack" msgstr "Crea una llista a partir de l'starter pack" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Crea una llista de moderació" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Crea un nou compte" @@ -3724,8 +3753,8 @@ msgstr "Crea o modifica un enllaç d'invitació per a aquest xat de grup" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Crea un informe per a {0}" @@ -3734,7 +3763,7 @@ msgstr "Crea un informe per a {0}" msgid "Create starter pack" msgstr "Crea un starter pack" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Crea una llista d'usuaris" @@ -3747,7 +3776,7 @@ msgstr "Crea una llista d'usuaris" msgid "Created {0}" msgstr "Creat {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "S'ha bloquejat al creador" @@ -3800,7 +3829,7 @@ msgstr "Fosc" msgid "Dark theme" msgstr "Tema fosc" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data de naixement" @@ -3814,7 +3843,7 @@ msgstr "Dia" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Desactiva el compte" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Icones per defecte" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Elimina" @@ -3892,8 +3921,8 @@ msgstr "Elimina la conversa" msgid "Delete for me" msgstr "Elimina-ho per mi" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Elimina la llista" @@ -3909,30 +3938,30 @@ msgstr "Elimina el missatge per mi" msgid "Delete my account" msgstr "Elimina el meu compte" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Elimina la publicació" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Elimina l'starter pack" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Vols eliminar l'starter pack?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Vols eliminar aquesta llista?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Vols eliminar aquesta publicació?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Eliminat" @@ -3953,7 +3982,7 @@ msgstr "Eliminat per Plivo després de la verificació" msgid "Deleted list" msgstr "Llista eliminada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Descripció (màxim 1000 caràcters)" msgid "Descriptive alt text" msgstr "Text alternatiu descriptiu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Desenganxa la citació" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Vols desenganxar la citació?" @@ -3993,11 +4022,11 @@ msgstr "Mode desenvolupador habilitat" msgid "Developer options" msgstr "Opcions de desenvolupador" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "El dispositiu no ha pogut traduir :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Diàleg: ajusta qui pot interactuar amb aquesta publicació" @@ -4009,6 +4038,11 @@ msgstr "Diàleg: Estableix els filtres de cerca" msgid "Dim" msgstr "Tènue" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Desactiva els subtítols" msgid "Disable email 2FA" msgstr "Deshabilita la verificació en dos passos per correu" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Desactiva el correu 2FA" @@ -4041,11 +4075,11 @@ msgstr "Desactiva la retroalimentació hàptica" msgid "Disable link" msgstr "Desactiva l'enllaç" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Desactiva les publicacions que citen aquesta publicació" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Desactiva del tot les respostes" @@ -4056,17 +4090,17 @@ msgstr "Vols desactivar aquest enllaç d'invitació?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Desactivat" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Descarta" @@ -4075,23 +4109,28 @@ msgstr "Descarta" msgid "Discard changes?" msgstr "Vols descartar els canvis?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Vols descartar l'esborrany?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Vols descartar la publicació?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Desconnecta Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Descobreix canals" @@ -4106,8 +4145,8 @@ msgstr "Descobreix nous canals personalitzats" msgid "Discover New Feeds" msgstr "Descobreix nous canals" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Descarta" @@ -4115,7 +4154,7 @@ msgstr "Descarta" msgid "Dismiss banner" msgstr "Ignora el bàner" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Descarta l'error" @@ -4217,8 +4256,9 @@ msgstr "No pateixis! Tots els missatges i la configuració existents es desen i #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Fet" msgid "Double tap or long press the message to add a reaction" msgstr "Fes un toc doble o premeu llargament el missatge per a afegir una reacció" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Fes doble toc per tancar el diàleg" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Fes dos tocs per a fer m'agrada" @@ -4248,11 +4288,11 @@ msgstr "Descarrega" msgid "Download Bluesky" msgstr "Descarrega Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Descarregar dades de xat" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Descarregar dades de xat" @@ -4266,11 +4306,11 @@ msgstr "Descarrega la imatge" msgid "Download invite QR code" msgstr "Descarrega el codi QR de la invitació" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Descarrega les dades del perfil" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Descarrega les dades del perfil" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Comportament depredador o de manipulació grooming" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Esborrany" @@ -4318,19 +4358,19 @@ msgstr "p. ex. jordi.com" msgid "E.g. artistic nudes." msgstr "p. ex. nuesa artística." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "p. ex. Gent interessant" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "p. ex. Spammers" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "p. ex. Els que mai fallen." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "p. ex. Usuaris que sempre responen amb anuncis." @@ -4341,7 +4381,7 @@ msgstr "Trastorns alimentaris" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Edita" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Edita l'avatar" @@ -4373,8 +4413,8 @@ msgstr "Edita el nom del grup" msgid "Edit image" msgstr "Edita la imatge" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Edita les preferències de les interaccions" @@ -4396,21 +4436,21 @@ msgstr "Edita l'enllaç d'invitació" msgid "Edit link settings" msgstr "Edita la configuració de l'enllaç" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Edita els detalls de la llista" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Edita l'estat en directe" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Edita la llista de moderació" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Edita els meus canals" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Edita les persones" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Edita les preferències de les interaccions a la publicació" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Edita el perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Edita el perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Edita l'starter pack" @@ -4454,15 +4494,15 @@ msgstr "Edita l'starter pack" msgid "Edit this group chat’s name" msgstr "Edita el nom d'aquest xat de grup" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Edita la llista d'usuaris" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Edita qui pot respondre" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Edita el teu starter pack" @@ -4470,16 +4510,16 @@ msgstr "Edita el teu starter pack" msgid "Education" msgstr "Ensenyament" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "El creador d'aquesta llista t'ha bloquejat o l'has bloquejat tu." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Correu" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Correu 2FA desactivat" @@ -4492,7 +4532,7 @@ msgstr "Correu 2FA activat" msgid "Email address" msgstr "Adreça de correu" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "S'ha tornat a enviar el correu" @@ -4508,7 +4548,7 @@ msgstr "Correu enviat! <0>Clica aquí per a reenviar-lo." msgid "Email verification complete!" msgstr "Verificació per correu completada!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Correu verificat" @@ -4527,7 +4567,7 @@ msgstr "Incrusta la publicació" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta aquesta publicació al teu lloc web. Copia el fragment següent i enganxa'l al codi HTML del teu lloc web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Incrusta el reproductor de vídeo" @@ -4542,12 +4582,7 @@ msgstr "Habilita" msgid "Enable {0} only" msgstr "Habilita només {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Activa les pujades de vídeos de 10 minuts." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Habilita el contingut per a adults" @@ -4583,7 +4618,7 @@ msgstr "Activa les notificacions per a un compte visitant el seu perfil i premen msgid "Enable push notifications" msgstr "Activa les notificacions push" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Activa les publicacions que citen aquesta publicació" @@ -4601,7 +4636,7 @@ msgstr "Activa els temes del moment " msgid "Enable trending videos in your Discover feed" msgstr "Activa els vídeos populars al canal Discover" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Habilitat" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Posa la teva data de naixement" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Introdueix el teu correu" @@ -4670,15 +4705,15 @@ msgstr "Introdueix la teva contrasenya" msgid "Enter your username and password" msgstr "Introdueix el teu usuari i contrasenya" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Canvia a pantalla completa" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Entreteniment" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Missatge d'error" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Ha ocorregut un error en desar el fitxer" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Error en rebre la resposta al captcha." @@ -4712,11 +4747,11 @@ msgstr "Error en rebre la resposta al captcha." msgid "Error: {error}" msgstr "Error: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Tothom pot respondre" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Tothom pot respondre a aquesta publicació." @@ -4783,7 +4818,7 @@ msgstr "Expandeix o replega la publicació completa a la qual estàs responent" msgid "Expand post text" msgstr "Expandeix el text de la publicació" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Amplia o redueix el text de la publicació" @@ -4826,21 +4861,21 @@ msgstr "Contingut explícit o potencialment pertorbador." msgid "Explicit sexual images." msgstr "Imatges sexuals explícites." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Explora" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Explora l'aplicació" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Exporta les meves dades de xat" @@ -4849,7 +4884,7 @@ msgstr "Exporta les meves dades de xat" msgid "Export my data" msgstr "Exporta les meves dades" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Exporta les meves dades de perfil" @@ -4868,7 +4903,7 @@ msgstr "Contingut extern" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "El contingut extern pot permetre que algunes webs recullin informació sobre tu i el teu dispositiu. No s'envia ni es demana cap informació fins que premis el botó \"reproduir\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferència del contingut extern" @@ -4946,7 +4981,7 @@ msgstr "No s'ha pogut esborrar el missatge" msgid "Failed to delete post, please try again" msgstr "No s'ha pogut esborrar la publicació, torna-ho a provar" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "No s'ha pogut eliminar l'starter pack" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "No s'ha pogut desactivar l'enllaç d'invitació" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "No s'ha pogut desconnectar Germ DM. Error: {0}" @@ -5003,16 +5038,16 @@ msgstr "No s'ha pogut abandonar el xat de grup" msgid "Failed to load conversations" msgstr "No s'han pogut carregar les converses" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "No s'han pogut carregar els canals" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "No s'han pogut carregar les preferències dels canals" @@ -5037,14 +5072,14 @@ msgstr "No s'ha pogut carregar la preferència." msgid "Failed to load profiles" msgstr "No s'han pogut carregar els perfils" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "No s'han pogut carregar els canals suggerits" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "No s'han pogut carregar els comptes suggerits" @@ -5067,12 +5102,12 @@ msgstr "No s'han pogut marcar totes les sol·licituds com a llegides" msgid "Failed to mute group chat" msgstr "No s'ha pogut silenciar el xat de grup" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "No s'ha pogut fixar la publicació" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "No s'ha pogut reconnectar Germ DM. Error: {0}" @@ -5121,7 +5156,7 @@ msgstr "No s'ha pogut retirar la teva sol·licitud. Torna-ho a provar." msgid "Failed to resolve location. Please try again." msgstr "La ubicació ha fallat. Torna-ho a provar." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Error en desar l'esborrany" @@ -5135,7 +5170,7 @@ msgstr "Error en desar la imatge" msgid "Failed to save image: {0}" msgstr "Error en desar la imatge: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "No s'ha pogut desar la configuració. Torna-ho a provar." @@ -5168,7 +5203,7 @@ msgstr "No s'ha pogut desactivar el silenci del fil; torneu-ho a provar" msgid "Failed to unlock group chat" msgstr "No s'ha pogut desbloquejar el xat de grup" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "No s'ha pogut desfixar la llista" @@ -5185,7 +5220,7 @@ msgstr "No s'ha pogut actualitzar la configuració del doble factor per correu" msgid "Failed to update email, please try again." msgstr "No s'ha pogut actualitzar el correu. Torna-ho a provar." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "No s'han pogut actualitzar els canals" @@ -5197,12 +5232,10 @@ msgstr "No s'ha pogut actualitzar la declaració de notificació" msgid "Failed to update settings" msgstr "No s'ha pogut actualitzar la configuració" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "No s'ha pogut pujar el vídeo" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Compte fals o bot" msgid "False information about elections" msgstr "Informació falsa sobre les eleccions" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Canal" @@ -5241,11 +5274,11 @@ msgstr "Creador del canal" msgid "Feed identifier" msgstr "Identificador del canal" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menú del canal" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Alterna el canal" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Comentaris enviats a l'operador del canal" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Canals" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Els canals són algoritmes personalitzats que els usuaris creen sabent una mica de codi. <0>Consulteu aquesta guia per obtenir més informació." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Cerca actualitzacions" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Fitxer desat amb èxit" @@ -5306,6 +5343,10 @@ msgstr "Filtra per autor (actualment: {currentLabel})" msgid "Filter from feeds" msgstr "Filtra-ho dels canals" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtra la cerca per idioma (actualment: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtres" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finalitzant" @@ -5358,15 +5399,15 @@ msgstr "Finances" msgid "Find accounts to follow" msgstr "Troba comptes per a seguir" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Cerca i convida amics" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Troba contactes" @@ -5378,7 +5419,7 @@ msgstr "Troba els meus amics" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Troba gent per seguir" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Centra el camp de cerca" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Segueix" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Segueix {0}" @@ -5458,7 +5499,7 @@ msgstr "Segueix {0}" msgid "Follow {displayName}" msgstr "Segueix {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Segueix {handle}" @@ -5474,8 +5515,8 @@ msgstr "Segueix a 10 persones per començar" msgid "Follow 7 accounts" msgstr "Segueix 7 comptes" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Segueix el compte" @@ -5486,8 +5527,8 @@ msgstr "Segueix el compte" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Segueix-los a tots" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Segueix tots els comptes" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Els seguidors es poden unir" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Seguidors de @{0} que coneixes" @@ -5552,28 +5593,29 @@ msgstr "Seguidors que coneixes" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Seguint" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Seguint" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Seguint {0}" @@ -5582,7 +5624,7 @@ msgstr "Seguint {0}" msgid "Following {displayName}" msgstr "Seguint {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Seguint {handle}" @@ -5591,7 +5633,7 @@ msgstr "Seguint {handle}" msgid "Following feed preferences" msgstr "Preferències del canal Seguint" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferències del canal Seguint" @@ -5613,7 +5655,7 @@ msgstr "Mida de la lletra" msgid "Food" msgstr "Menjar" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Per a comptes d'organitzacions, fes servir la data de naixement de la persona responsable del compte." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Genera un nou enllaç" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM desconnectat" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Enllaç Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM reconnectat" @@ -5812,7 +5854,7 @@ msgstr "Comença" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "S'ha penjat el GIF" @@ -5835,8 +5877,8 @@ msgstr "Glorificació de la violència" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorificació de la violència" msgid "Go back" msgstr "Ves enrere" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Ves enrere" @@ -5867,8 +5909,8 @@ msgstr "Ves al pas anterior" msgid "Go home" msgstr "Ves a l'inici" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Emet en directe" @@ -5879,8 +5921,8 @@ msgstr "Emet en directe" msgid "Go Live" msgstr "Emet en directe" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Emet en directe (deshabilitat)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Emet en directe durant" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Vés al perfil de {0}" @@ -5900,7 +5942,7 @@ msgstr "Vés al perfil de {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Ves a la configuració del compte" @@ -5943,8 +5985,8 @@ msgstr "L'emissió en directe està deshabilitada pel teu compte" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Ho he entès" @@ -5953,6 +5995,11 @@ msgstr "Ho he entès" msgid "Grant access" msgstr "Concedeix l'accés" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "S'ha actualitzar el nom del grup de xat" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Paràmetres del xat de grup" @@ -6083,6 +6130,11 @@ msgstr "GIFs de felicitat" msgid "Haptics" msgstr "Hàptics" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Assetjament o odi" @@ -6095,7 +6147,7 @@ msgstr "Activitats nocives o d'alt risc" msgid "Harming or endangering minors" msgstr "Perjudicar o posar en perill els menors" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Etiqueta" @@ -6112,11 +6164,11 @@ msgstr "Discurs d'odi" msgid "Have a code? <0>Click here." msgstr "Tens un codi?<0>Clica aquí." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Hem encertat la teva ubicació? <0>Toca aquí per actualitzar la teva ubicació amb el GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Tens problemes?" @@ -6145,11 +6197,11 @@ msgstr "Aquí tens la teva contrasenya d'aplicació!" msgid "Hey there 👋" msgstr "Hola 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Ep!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Ep!" @@ -6158,7 +6210,7 @@ msgstr "Ep!" msgid "Hidden" msgstr "Amagat" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Amagat per la teva configuració de moderació." @@ -6166,23 +6218,19 @@ msgstr "Amagat per la teva configuració de moderació." msgid "Hidden list" msgstr "Llista amagada" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Amaga" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Amaga" @@ -6195,7 +6243,7 @@ msgstr "Amaga les opcions de personalització" msgid "Hide group chat updates" msgstr "Amaga les actualitzacions de grups de xat" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Amaga les llistes" @@ -6203,23 +6251,23 @@ msgstr "Amaga les llistes" msgid "Hide password" msgstr "Amaga la contrasenya" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Amaga'm aquesta publicació" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Amaga la resposta per a tothom" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Amaga'm la resposta" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Amaga les republicacions als canals" @@ -6227,38 +6275,31 @@ msgstr "Amaga les republicacions als canals" msgid "Hide this card" msgstr "Amaga aquesta targeta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Vols amagar aquesta entrada?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Vols amagar aquesta resposta?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Amaga la traducció" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Amaga els temes del moment" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Vols amagar els temes del moment?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Vols amagar els vídeos populars?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Amaga la llista d'usuaris" @@ -6267,12 +6308,12 @@ msgstr "Amaga la llista d'usuaris" msgid "Hide verification badges" msgstr "Amaga les insígnies de verificació" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Amaga el contingut" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Amaga el bàner promocional per convidar amics" @@ -6308,7 +6349,7 @@ msgstr "El servidor del canal ha donat una resposta incorrecta. Avisa al propiet msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Tenim problemes per a trobar aquest canal. Potser ha estat eliminat." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Tenim problemes per a carregar aquestes dades. Mira a continuació per a veure més detalls. Contacta amb nosaltres si aquest problema continua." @@ -6316,14 +6357,14 @@ msgstr "Tenim problemes per a carregar aquestes dades. Mira a continuació per a msgid "Hmmmm, we couldn't load that moderation service." msgstr "No podem carregar el servei de moderació." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Espera! A poc a poc estem donant accés al vídeo i encara estàs a la cua. Torna més tard!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Inici" @@ -6369,8 +6410,8 @@ msgstr "Tràfic de persones" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Dono el meu consentiment perquè Bluesky utilitzi els meus contactes per descobrir amics mutus i per conservar dades codificades per a la coincidència fins que em doni de baixa." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Tinc un codi" @@ -6400,15 +6441,15 @@ msgstr "Si no se'n selecciona cap, es mostraran tots els idiomes als teus canals 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." msgstr "Si tens 18 anys o més i vols tornar-ho a intentar, fes clic al botó següent i utilitza un mètode de verificació diferent si n'hi ha un disponible a la teva regió. Si tens preguntes o dubtes, <0>el nostre equip d'assistència et pot ajudar." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Si encara no ets un adult segons les lleis del teu país, el teu tutor legal haurà de llegir aquests Termes en el teu lloc." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Si creus que la teva data de naixement és incorrecta, pots actualitzar-la <0>fent clic aquí." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Si esborres aquesta llista no la podràs recuperar." @@ -6420,7 +6461,7 @@ msgstr "Si tens el teu propi domini, pots utilitzar-lo com a identificador. Aix msgid "If you need to update your email, <0>click here." msgstr "Si necessites actualitzar el teu correu, <0>clica aquí." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Si esborres aquesta publicació no la podràs recuperar." @@ -6441,7 +6482,7 @@ msgstr "Si vols restringir qui pot rebre notificacions de l'activitat del teu co msgid "If you're a developer, you can host your own server." msgstr "Si ets desenvolupador, pots allotjar el teu propi servidor." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si vols canviar el teu identificador o el correu fes-ho abans de desactivar el compte." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Imatge" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Imatge {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Imatge {0} de {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Imatge {0} de {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "S'ha esborrat la memòria cau d'imatges, s'ha alliberat {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Galeria d'imatges, {0} imatges" @@ -6526,7 +6567,7 @@ msgstr "Importa contactes" msgid "Import Contacts" msgstr "Importa contactes" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importa contactes o convida els teus amics" @@ -6540,7 +6581,7 @@ msgstr "Importa contactes per trobar els teus amics" msgid "Imported on {0}" msgstr "Importats el {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Per tal d'oferir una experiència adequada a l'edat, necessitem saber la teva data de naixement. Només cal fer-ho un sol cop i les teves dades es mantindran privades." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Inclou publicacions fetes fins a aquesta data" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Inclou la marca de temps del vídeo ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Introdueix el codi que has rebut per correu" msgid "Interaction limited" msgstr "Interacció limitada" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Configuració de les interaccions" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Presentem les publicacions desades, més conegudes com a marcadors" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "El codi de confirmació 2FA no és vàlid." @@ -6691,7 +6732,7 @@ msgstr "El tema de l'informe no és vàlid" msgid "Invalid rescind request." msgstr "Sol·licitud de retirada no vàlida." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Codi de verificació invàlid" @@ -6703,15 +6744,15 @@ msgstr "Convida" msgid "Invite {name} to join Bluesky" msgstr "Convida {name} a unir-se a Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Codi d'invitació" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codi d'invitació rebutjat. Comprova que l'has entrat correctament i torna-ho a provar." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Convida amics" @@ -6761,7 +6802,7 @@ msgstr "S'ha editat l'enllaç d'invitació" msgid "Invite link enabled" msgstr "S'ha activat l'enllaç d'invitació" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Convida a gent a aquest starter pack!" @@ -6786,26 +6827,26 @@ msgstr "Convida a Bluesky de manera més personalitzada" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Sembla que alguns dels teus contactes encara no han intentat trobar-te aquí. Pots convidar-los personalment adaptant un esborrany de missatge que et proporcionarem." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "És correcte" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Només hi ha <0>{0} ara mateix! Afegeix més persones al teu starter pack cercant a dalt." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Ara només ets tu! Afegeix més persones al teu starter pack cercant a dalt." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Identificador de la tasca: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Tasques" @@ -6816,8 +6857,8 @@ msgstr "Uneix-te" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Uneix-te a Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Uneix-te a la conversa" msgid "Journalism" msgstr "Periodisme" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Continua editant" @@ -6854,17 +6895,17 @@ msgstr "Mantingueu-me informat/da" msgid "KWS website" msgstr "Lloc web de KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Etiqueta la resposta per a l'algoritme" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Etiquetat per {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Etiquetat per l'autor." @@ -6893,7 +6934,7 @@ msgstr "Etiquetes al teu compte" msgid "Language" msgstr "Idioma" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Configuració d'idioma" @@ -6907,12 +6948,12 @@ msgstr "Idiomes" msgid "Larger" msgstr "Més gran" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Última iniciació fa {timeAgo}" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Última iniciació ara mateix" @@ -6923,8 +6964,8 @@ msgstr "Última iniciació ara mateix" msgid "Latest" msgstr "El més recent" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Més informació sobre <0>com utilitzar la cerca avançada." msgid "Learn more about age assurance" msgstr "Més informació sobre la garantia d'edat" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Més informació sobre Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Més informació sobre la importació de contactes" msgid "Learn more about self hosting your PDS." msgstr "Més informació sobre com allotjament el teu PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Més informació sobre la moderació que s'ha aplicat a aquesta publicació" @@ -6984,8 +7025,8 @@ msgstr "Aprèn més sobre aquests canvis i com compartir les teves opinions amb msgid "Learn more about this warning" msgstr "Més informació d'aquesta advertència" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Més informació sobre la verificació a Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Més informació sobre la verificació a Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Més informació sobre què és públic a Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Més informació sobre el teu enllaç de missatge directe de Germ" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Més informació a la <0>configuració del compte." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Més informació." @@ -7067,7 +7108,7 @@ msgstr "Si surts d'aquesta conversa, es bloquejarà permanentment i no t'hi podr msgid "Left group chat." msgstr "Has abandonat el xat de grup." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "queda." @@ -7080,7 +7121,7 @@ msgstr "Deixa'm triar" msgid "Let's get your password reset!" msgstr "Restablirem la teva contrasenya!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Som-hi!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Clar" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "M'agrada" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "M'agrada ({0, plural, one {# m'agrada} other {# m'agrades}})" @@ -7114,7 +7155,7 @@ msgstr "Fes m'agrada a 10 publicacions" msgid "Like 10 posts to train the Discover feed" msgstr "Fes m'agrada a 10 publicacions per a entrenar el canal Discover" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Fes m'agrada a aquest canal" @@ -7122,8 +7163,8 @@ msgstr "Fes m'agrada a aquest canal" msgid "Like this labeler" msgstr "Fes m'agrada a aquest etiquetador" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Li ha agradat a" @@ -7140,26 +7181,26 @@ msgstr "Li ha agradat a" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Li ha agradat a {0, plural, one {# usuari} other {# usuaris}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Li ha agradat a {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Li ha agradat a {0} i {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "M'agrades" msgid "Likes of your reposts" msgstr "M'agrades de les teves republicacions" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "M'agrades a aquesta publicació" @@ -7191,11 +7232,16 @@ msgstr "Lineal" msgid "Link copied to clipboard" msgstr "S'ha copiat l'enllaç en memòria" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Llista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Avatar de la llista" @@ -7227,20 +7273,20 @@ msgstr "S'ha creat la llista, però no s'han pogut afegir alguns membres" msgid "List creator" msgstr "Creador de la llista" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Llista eliminada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Descripció de la llista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "La descripció és massa llarga. {DESCRIPTION_MAX_GRAPHEMES, plural, one {}other {El nombre màxim de caràcters és #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "S'ha amagat la llista" @@ -7248,7 +7294,7 @@ msgstr "S'ha amagat la llista" msgid "List Hidden" msgstr "Llista amagada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "La llista ha de tenir un nom." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Llista silenciada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Nom de la llista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "El nom de la llista és massa llarg. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {}other {El nombre màxim de caràcters és #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Llista desbloquejada" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Llista no silenciada" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Llistes" @@ -7326,12 +7372,12 @@ msgstr "La funció en directe està en fase beta" msgid "Live link" msgstr "Enllaç de l'emissió en directe" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Carrega'n més" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Carrega més canals suggerits" @@ -7346,16 +7392,16 @@ msgstr "Carrega noves notificacions" msgid "Load new posts" msgstr "Carrega noves publicacions" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "S'està carregant el xat…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Carregant les llistes..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Carregant la configuració d'interaccions de la publicació..." @@ -7383,7 +7429,7 @@ msgstr "Tanca aquest xat de grup" msgid "Locked" msgstr "Tancat" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Registre" @@ -7405,11 +7451,6 @@ msgstr "Logo per <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Prem llargament per obrir el menú d'etiquetes per a {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Vídeos més llargs" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Té l'aspecte XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Assegura't que és aquí on vols anar!" msgid "Manage saved feeds" msgstr "Gestiona els canals desats" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Gestiona la configuració de verificació" @@ -7461,8 +7502,14 @@ msgstr "Gestiona les teves etiquetes i paraules silenciades" msgid "Manual" msgstr "Manual" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Marca-ho tot com a llegit" @@ -7473,6 +7520,10 @@ msgstr "Marca-ho tot com a llegit" msgid "Mark all chats as read" msgstr "Marca tots els xats com a llegits" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Imatges" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Imatge desada a {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Imatge desada en un altre dispositiu" @@ -7540,7 +7591,7 @@ msgstr "Membres" msgid "Members can still read chat history but can’t send new messages." msgstr "Els membres encara poden llegir l'historial del xat, però no poden enviar missatges nous." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "usuaris mencionats" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Missatge" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Missatge" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Missatge {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Missatge esborrat" @@ -7603,7 +7655,7 @@ msgstr "Missatge de @ {0}: {1}" msgid "Message from server: {0}" msgstr "Missatge del servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Camp d'entrada del missatge" @@ -7615,7 +7667,7 @@ msgstr "El missatge és massa llarg ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Opcions del missatge" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Missatges" @@ -7640,12 +7692,12 @@ msgstr "Assetjament o intimidació lleu" msgid "Misleading" msgstr "Enganyós" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "No es troba la imatge" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderació" @@ -7658,6 +7710,12 @@ msgstr "Filtres de moderació i de contingut" msgid "Moderation details" msgstr "Detalls de la moderació" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Safata de moderació" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Llista de moderació per <0/>" msgid "Moderation list by you" msgstr "Llista de moderació teva" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "S'ha creat la llista de moderació" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "S'ha actualitzat la llista de moderació" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Llistes de moderació" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Llistes de moderació" @@ -7697,11 +7755,11 @@ msgstr "Llistes de moderació" msgid "moderation settings" msgstr "preferències de moderació" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Estats de moderació" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Eines de moderació" @@ -7710,8 +7768,8 @@ msgstr "Eines de moderació" msgid "Moderator has chosen to set a general warning on the content." msgstr "El moderador ha decidit establir un advertiment general sobre el contingut." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Més canals" @@ -7720,10 +7778,10 @@ msgstr "Més canals" msgid "More languages..." msgstr "Més idiomes..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Més opcions" @@ -7747,7 +7805,7 @@ msgstr "Música" msgid "Mute" msgstr "Silencia" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Silencia" msgid "Mute {0}" msgstr "Silencia {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Silencia el compte" @@ -7816,13 +7874,13 @@ msgstr "Silencia aquesta paraula només a les etiquetes" msgid "Mute this word until you unmute it" msgstr "Silencia aquesta paraula fins que digui prou" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silencia el fil de debat" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silencia paraules i etiquetes" @@ -7834,11 +7892,11 @@ msgstr "Silencia, marxa o expulsa persones en qualsevol moment. És el teu xat." msgid "Muted" msgstr "Silenciat" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Comptes silenciats" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Comptes silenciats" @@ -7852,7 +7910,7 @@ msgstr "Les publicacions dels comptes silenciats seran eliminats del teu canal i msgid "Muted by \"{0}\"" msgstr "Silenciat per \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Paraules i etiquetes silenciades" @@ -7881,7 +7939,7 @@ msgstr "Els meus canals" msgid "My starter pack" msgstr "El meu starter pack" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nom" @@ -7891,12 +7949,12 @@ msgstr "Natura" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Ves a {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Ves a l'starter pack" @@ -7910,8 +7968,8 @@ msgstr "Navega a la pantalla següent" msgid "Navigates to your profile" msgstr "Navega al teu perfil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Has d'informar d'una infracció dels drets d'autor, una sol·licitud legal o un problema de compliment normatiu?" @@ -7919,10 +7977,6 @@ msgstr "Has d'informar d'una infracció dels drets d'autor, una sol·licitud leg msgid "Nevermind, create a handle for me" msgstr "Tant hi fa, crea'm un identificador" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nou" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Adreça de correu nova" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Funció nova" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Missatges nous" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nova contrasenya" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nova publicació" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nova publicació" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Les respostes més noves primer" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Notícies" @@ -8088,15 +8142,15 @@ msgstr "Notícies" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Següent" @@ -8108,12 +8162,16 @@ msgstr "Següent imatge" msgid "Night" msgstr "Nit" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "No" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Sense anuncis, sense seguiment invasiu, sense trampes d'interacció. Bluesky respecta el teu temps i la teva atenció." @@ -8194,11 +8252,11 @@ msgstr "Encara no té cap m'agrada" msgid "No lists" msgstr "No hi ha llistes" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Ja no segueixes a {0}" @@ -8224,7 +8282,7 @@ msgstr "S'han acabat els algoritmes plens de brossa i que t'enganxen en una espi msgid "No name" msgstr "Sense nom" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Encara no tens cap notificació" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Ningú" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Ningú més que l'autor pot citar aquesta publicació." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Cap resultat" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "No s'han trobat resultats per \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "No s'han trobat resultats per a “<0>{query}”." msgid "No results found for your query with advanced search filters applied." msgstr "No s'ha trobat cap resultat per a la teva consulta amb els filtres de cerca avançada aplicats." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Cap resultat." @@ -8335,7 +8393,7 @@ msgstr "No hi ha Starter Packs encara" msgid "No thanks" msgstr "No, gràcies" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "No s'ha rebut cap traducció del vostre dispositiu." @@ -8343,7 +8401,7 @@ msgstr "No s'ha rebut cap traducció del vostre dispositiu." msgid "No video posts yet" msgstr "Encara no hi ha publicacions de vídeo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Ningú" @@ -8360,7 +8418,7 @@ msgstr "Ningú ha citat això encara. Potser hauries de ser el primer!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ningú ha republicat això encara. Potser hauries de ser el primer!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "No s'ha trobat ningú. Intenta cercar algú altre." @@ -8398,7 +8456,7 @@ msgstr "No disponible en aquesta plataforma." msgid "Not followed by anyone you’re following" msgstr "No el segueix ningú a qui segueixis" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "No s'ha trobat" @@ -8407,7 +8465,7 @@ msgstr "No s'ha trobat" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "No estàs a punt per publicar? Guarda les teves millors idees a Esborranys fins que sigui el moment adequat." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -8419,13 +8477,17 @@ msgstr "Nota: Bluesky forma part de l'Atmosphere, una xarxa pública oberta. Aqu msgid "Note: This post is only visible to logged-in users." msgstr "Nota: Aquesta publicació només és visible per als usuaris que han iniciat la sessió." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Encara no hi ha res desat" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Configuració de les notificacions" @@ -8435,8 +8497,8 @@ msgstr "Configuració de les notificacions" msgid "Notification sounds" msgstr "Sons de les notificacions" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sons de les notificacions" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notificacions" @@ -8490,7 +8552,7 @@ msgstr "D'acord" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "D'acord" @@ -8505,6 +8567,10 @@ msgstr "Respostes més antigues primer" msgid "On" msgstr "Activada" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "A Bluesky, això significa que les teves publicacions només apareixeran al canal Discover per a les persones que et segueixen. Altres aplicacions poden triar utilitzar aquesta preferència en les seves pròpies recomanacions algorítmiques." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "en<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Un dels destinataris seleccionats no permet xats grupals." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Un dels destinataris seleccionats t'ha bloquejat i no se li pot enviar cap missatge." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Falta el text alternatiu a un o més GIFs." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Falta el text alternatiu a una o més imatges." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Un o més dels fitxers seleccionats no són compatibles." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Un o més dels fitxers seleccionats són massa grans. La mida màxima és de {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Una o més publicacions són massa llargues per desar-les com a esborrany. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {El nombre màxim de caràcters és de # caràcter.} other {El nombre màxim de caràcters és de # caràcters.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Falta el text alternatiu a un o més videos." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Només {0} poden respondre." @@ -8556,7 +8622,7 @@ msgstr "Només {0} poden respondre." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Només s'han afegit {0} de {1} {2, plural, one {imatge} other {imatges}}; el límit és {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Només els seguidors poden unir-se a aquest xat grupal." msgid "Only followers who I follow" msgstr "Només seguidors que segueixo" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Només s'admeten fitxers d'imatge" @@ -8637,7 +8703,7 @@ msgstr "Obre les opcions de cerca avançada" msgid "Open avatar creator" msgstr "Obre el creador d'avatars" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Obre la càmera" @@ -8655,7 +8721,7 @@ msgstr "Obre les opcions dels membres del xat per a {displayName}" msgid "Open conversation options" msgstr "Obre les opcions de les converses" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Obre l'esborrany" @@ -8663,8 +8729,8 @@ msgstr "Obre l'esborrany" msgid "Open drawer menu" msgstr "Obre el menú del calaix" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Obre el selector d'emojis" @@ -8695,12 +8761,12 @@ msgstr "Obre el xat de grup" msgid "Open group chat settings" msgstr "Paràmetres del xat de grup" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Obre al Traductor de Google" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Obre l'enllaç a {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Obre les opcions dels missatges" msgid "Open moderation debug page" msgstr "Obre la pàgina de depuració de moderació" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Obre la configuració de les paraules i etiquetes silenciades" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Obre el pack" @@ -8743,7 +8809,7 @@ msgstr "Obre la configuració" msgid "Open share menu" msgstr "Obre el menú de compatir" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Obre el menú de l'starter pack" @@ -8759,10 +8825,9 @@ msgstr "Obre el registre del sistema" msgid "Open this group chat" msgstr "Obre aquest xat de grup" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Obre el canal {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Obre detalls addicionals per una entrada de depuració" msgid "Opens alt text dialog" msgstr "Obre el diàleg de text alternatiu" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Obre la càmera del dispositiu" @@ -8804,28 +8869,28 @@ msgstr "Obre el diàleg de canvi d'identificador" msgid "Opens composer" msgstr "Obre el compositor" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Obre la càmera del dispositiu" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Obre la galeria del dispositiu per seleccionar fins a {MAX_GALLERY_IMAGES, plural, one {# imatge} other {# imatges}}, o un sol vídeo o GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Obre el procés per a crear un nou compte de Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Obre el procés per a iniciar sessió a un compte existent de Bluesky" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Obre la imatge completa" @@ -8833,7 +8898,7 @@ msgstr "Obre la imatge completa" msgid "Opens helpdesk in browser" msgstr "Obre el centre d'ajuda al navegador" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Obre el selector d'imatges" @@ -8854,7 +8919,7 @@ msgstr "Obre la configuració d'idioma de la publicació" msgid "Opens profile" msgstr "Obre el perfil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Obre la configuració per cercar i convidar amics" @@ -8867,11 +8932,11 @@ msgstr "Obre el diàleg de selector de GIF" msgid "Opens the invite friends sheet to share your profile" msgstr "Obre el full de convidar amistats per compartir el teu perfil" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Obre el compositor de publicacions" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Obre aquest esborrany a l'editor" @@ -8879,15 +8944,51 @@ msgstr "Obre aquest esborrany a l'editor" msgid "Opens this profile" msgstr "Obre aquest perfil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opcions:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "O continua amb un altre compte." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "O inicia sessió en un altre dels teus comptes." @@ -8985,7 +9086,7 @@ msgstr "GIFs de festa" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Contrasenya" @@ -8993,7 +9094,7 @@ msgstr "Contrasenya" msgid "Password changed" msgstr "Contrasenya canviada" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "La contrasenya ha de tenir almenys 8 caràcters." @@ -9005,7 +9106,7 @@ msgstr "Contrasenya actualitzada" msgid "Password updated!" msgstr "Contrasenya actualitzada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Posa en pausa" @@ -9020,7 +9121,7 @@ msgstr "Posa en pausa el vídeo" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Gent" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Les persones que segueixen {ownerName} poden sol·licitar unir-s'hi" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Persones seguides per @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Persones seguint a @{0}" @@ -9070,11 +9171,11 @@ msgstr "Les persones que segueixo es poden unir al moment" msgid "People I follow can request to join" msgstr "Les persones que segueixo poden sol·licitar unir-se" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Persones que segueixes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Persones que menciones" @@ -9082,7 +9183,7 @@ msgstr "Persones que menciones" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "S'ha denegat el permís per accedir a la teva biblioteca de fotos. Si us plau, activa-ho a la configuració del sistema." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Canvi de persona" @@ -9115,15 +9216,15 @@ msgstr "Tria un tema de color" msgid "Pictures meant for adults." msgstr "Imatges destinades a adults." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Fixa el canal" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fixa a l'inici" @@ -9131,8 +9232,8 @@ msgstr "Fixa a l'inici" msgid "Pin to Home" msgstr "Fixa a l'Inici" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fixa-ho al teu perfil" @@ -9151,11 +9252,11 @@ msgstr "{0} fixat a l'inici" msgid "Pinned Feeds" msgstr "Canals de notícies fixats" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Fixat als teus canals" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Reprodueix" @@ -9169,12 +9270,12 @@ msgstr "Reprodueix {0}" msgid "Play GIF" msgstr "Reprodueix el GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Reprodueix el vídeo" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Reprodueix el vídeo" @@ -9182,7 +9283,7 @@ msgstr "Reprodueix el vídeo" msgid "Plays or pauses the GIF" msgstr "Reprodueix o posa en pausa el GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Reprodueix o posa en pausa el GIF" @@ -9190,7 +9291,7 @@ msgstr "Reprodueix o posa en pausa el GIF" msgid "Plays the GIF" msgstr "Reprodueix el GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Reprodueix el vídeo" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Tria el teu identificador." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Tria la teva contrasenya." @@ -9219,12 +9320,12 @@ msgstr "Fes clic a l'enllaç del correu que us acabem d'enviar per verificar la msgid "Please complete the verification captcha." msgstr "Completa el captcha de verificació." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Confirma la teva adreça de correu per penjar vídeos." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Si us plau, comprova que has introduït la teva adreça de correu electrònic correctament." @@ -9232,7 +9333,7 @@ msgstr "Si us plau, comprova que has introduït la teva adreça de correu electr msgid "Please enter a password." msgstr "Introdueix una contrasenya." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Introdueix una contrasenya. Ha de tenir almenys 8 caràcters." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Introdueix el codi de seguretat que et vam enviar a la teva adreça de correu anterior." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Introdueix el teu correu." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Entra el teu codi d'invitació." @@ -9306,8 +9407,8 @@ msgstr "Expliqueu per què creus que els teus xats s'han desactivat incorrectame msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Expliqueu per què creus que la teva emissió en directe s'ha desactivat incorrectament." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Torna enrere o activa aquest element per tornar a l'inici del contingut actiu." @@ -9333,7 +9434,7 @@ msgstr "Selecciona un motiu per a aquest informe" msgid "Please sign in as @{0}" msgstr "Inicia sessió com a @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Envia la teva denúncia mitjançant el formulari de Denúncia d'imatges íntimes no consentides (NCII)." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Escriu el teu missatge a continuació:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Política" @@ -9367,18 +9468,18 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Publica" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Publica" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Publicació {index} de {count}" @@ -9393,12 +9494,12 @@ msgstr "Publica una foto" msgid "Post a video" msgstr "Publica un vídeo" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Publica-ho tot" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Publica de totes maneres" @@ -9406,11 +9507,16 @@ msgstr "Publica de totes maneres" msgid "Post blocked" msgstr "Publicació bloquejada" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Publicació per @{0}" @@ -9423,10 +9529,10 @@ msgstr "Publicació eliminada" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "No s'ha pogut penjar la publicació. Comprova la tevaa connexió a Internet i torna-ho a provar." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "La publicació s'ha eliminat" @@ -9440,11 +9546,11 @@ msgstr "Publicació amagada per una paraula silenciada" msgid "Post Hidden by You" msgstr "Publicació amagada per tu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Configuració de les interaccions de la publicació" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Configuració de les interaccions de la publicació" @@ -9468,7 +9574,7 @@ msgstr "Publica l'enllaç" msgid "Post not found" msgstr "Publicació no trobada" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Publicació fixada" @@ -9478,7 +9584,7 @@ msgstr "Publicació fixada" msgid "Post type" msgstr "Tipus de publicació" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Publicació sense fixar" @@ -9487,7 +9593,7 @@ msgstr "Publicació sense fixar" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Publicacions" @@ -9520,7 +9626,7 @@ msgstr "Idioma preferit" msgid "Press to attempt reconnection" msgstr "Prem per provar de connectar de nou" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacitat" msgid "Privacy and security" msgstr "Privadesa i seguretat" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Configuració de privadesa i seguretat" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Política de privacitat" msgid "Privacy violation of a minor" msgstr "Violació de la privadesa d'un menor" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Processant el GIF..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Processant el vídeo..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "perfil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Llistes públiques i compartibles d'usuaris per silenciar o bloquejar de manera massiva." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publica la publicació" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publica les publicacions" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publica les respostes" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publica la resposta" @@ -9685,7 +9791,7 @@ msgstr "Codi QR desat a la teva galeria" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Cita la publicació" @@ -9723,8 +9829,8 @@ msgstr "Has superat el límit – has intentat canviar l'identificador massa veg msgid "Rate limit exceeded. Please try again later." msgstr "S'ha superat el límit de velocitat. Torna-ho a provar més tard." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Torna a enganxar la citació" @@ -9745,7 +9851,7 @@ msgstr "Reacciona amb {emoji}" msgid "Reactions" msgstr "Reaccions" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Torna a activar el teu compte" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Consulta com utilitzar els filtres de cerca avançats" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Llegeix la publicació del blog" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Mostra'n menys" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Mostra'n més" @@ -9780,7 +9886,7 @@ msgstr "Llegeix més respostes" msgid "Read our blog post" msgstr "Llegeix la publicació del nostre blog" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Llegeix el blog de Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Llegeix la política de privacitat de Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Llegeix els termes de servei de Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Converses reals." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Persones reals." @@ -9862,23 +9968,24 @@ msgstr "Carrega les converses de nou" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Elimina" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Elimina a {displayName} del xat de grup" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Elimina a {displayName} de l'starter pack" @@ -9914,8 +10021,8 @@ msgstr "Elimina l'adjunt" msgid "Remove Avatar" msgstr "Elimina l'avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Elimina el bàner" @@ -9950,8 +10057,8 @@ msgstr "Elimina del xat" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Elimina dels meus canals" @@ -9960,8 +10067,8 @@ msgstr "Elimina dels meus canals" msgid "Remove from quick access?" msgstr "Vols eliminar-lo de l'accés ràpid?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Elimina'l dels canals desats" @@ -9970,7 +10077,7 @@ msgstr "Elimina'l dels canals desats" msgid "Remove from saved posts" msgstr "Elimina de les publicacions desades" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Vols eliminar-lo dels teus canals?" @@ -10010,7 +10117,7 @@ msgstr "Elimina el suggeriment" msgid "Remove this feed from your saved feeds" msgstr "Elimina aquest canal dels meus canals" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Elimina els serveis de moderació no disponibles" @@ -10018,10 +10125,14 @@ msgstr "Elimina els serveis de moderació no disponibles" msgid "Remove user from list" msgstr "Elimina l'usuari de la llista" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Elimina la verificació" @@ -10029,11 +10140,11 @@ msgstr "Elimina la verificació" msgid "Remove your verification for this account?" msgstr "Vols eliminar la teva verificació d'aquest compte?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Eliminat per l'autor" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Tu l'has eliminat" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "S'ha eliminat de les publicacions desades" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Eliminat de l'starter pack" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Eliminat dels teus canals" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "S'han eliminat els serveis no disponibles" @@ -10128,11 +10240,11 @@ msgstr "Missatge respost, toca per desplaçar-t'hi" msgid "Replies" msgstr "Respostes" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Respostes deshabilitades" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Les respostes a aquesta publicació estan deshabilitades." @@ -10141,14 +10253,14 @@ msgstr "Les respostes a aquesta publicació estan deshabilitades." msgid "Reply" msgstr "Respon" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Respon" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Respostes ({0, plural, one {# resposta} other {# respostes}})" @@ -10162,7 +10274,7 @@ msgstr "Aquesta resposta ha estat amagada per l'autor del fil de debat" msgid "Reply Hidden by You" msgstr "Has amagat aquesta resposta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "La configuració de les respostes la tria l'autor del fil de debat" @@ -10185,8 +10297,8 @@ msgstr "La resposta s'ha amagat amb èxit" msgid "Report" msgstr "Informa" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Informa del compte" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Informa d'aquesta conversa" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Diàleg de l'informe" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Informa del canal" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Denuncia la llista" @@ -10216,8 +10328,8 @@ msgstr "Denuncia la llista" msgid "Report message" msgstr "Informa del missatge" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Informa de la publicació" @@ -10225,8 +10337,8 @@ msgstr "Informa de la publicació" msgid "Report sent" msgstr "S'ha enviat l'informe" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Informa sobre l'starter pack" @@ -10292,7 +10404,7 @@ msgstr "Republica ({0, plural, one {# republicació} other {# republicacions}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Republica o cita la publicació" @@ -10330,12 +10442,12 @@ msgstr "Republicacions d'aquesta publicació" msgid "Reposts of your reposts" msgstr "Republicacions de les teves republicacions" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Els reenviaments s'amagaran als canals" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Les republicacions es mostraran als canals" @@ -10348,8 +10460,8 @@ msgstr "Sol·licita accés al xat de grup" msgid "Request approved." msgstr "Sol·licitud aprovada." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Demana un codi" @@ -10371,7 +10483,7 @@ msgstr "Sol·licitat" msgid "Requests" msgstr "Sol·licituds" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Requereix un text alternatiu abans de publicar" msgid "Require an email code to sign in to your account." msgstr "Sol·licita el codi de correu per a iniciar sessió al teu compte." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Requerit per aquest proveïdor" @@ -10418,16 +10530,16 @@ msgstr "Torna a enviar el codi" msgid "Resend code in <0>00:{0}" msgstr "Torna a enviar el codi en <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Torna a enviar el correu" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Torna a enviar el correu" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Torna a enviar el correu de verificació" @@ -10453,6 +10565,11 @@ msgstr "Restableix la contrasenya" msgid "Reset your password by sending a code to your email" msgstr "Restableix la contrasenya enviant un codi al teu correu electrònic" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Restaurar per defecte" @@ -10479,9 +10596,9 @@ msgstr "Torna a intentar l'última acció, que ha donat error" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Torna a intentar l'última acció, que ha donat error" msgid "Retry" msgstr "Torna-ho a provar" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Torna a provar de carregar les opcions d'informe" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Torna a la pàgina anterior" @@ -10521,7 +10638,7 @@ msgstr "Torna a la pàgina d'inici" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Torna a la pàgina anterior" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIFs tristos" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Desa la data de naixement" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Desa els canvis" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Vols desar els canvis?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Desa l'esborrany" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Vols desar l'esborrany?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Desa la imatge" @@ -10608,8 +10725,8 @@ msgstr "Desa el nou identificador" msgid "Save QR code" msgstr "Desa el codi QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Desa aquestes opcions per a la propera vegada" @@ -10618,7 +10735,7 @@ msgstr "Desa aquestes opcions per a la propera vegada" msgid "Save to my feeds" msgstr "Desa-ho als meus canals" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Canals desats" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Publicacions desades" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "S'ha desat als teus canals." #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Digues hola!" @@ -10661,7 +10778,7 @@ msgstr "Escaneja" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Escaneja el codi QR" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Desplaça't cap a dalt" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Cerca" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Cerca a les publicacions de @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Cerca per nom o interès" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Cerca canals" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Cerca per \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Cerca per \"{interestsDisplayName}\"(activa)" @@ -10734,19 +10851,19 @@ msgstr "Cerca «{searchText}»" msgid "Search for {q}" msgstr "Cerca per {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Cerca canals que vulgueu suggerir als altres." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Cerca més comptes" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Cerca més canals" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Cerca persones" @@ -10774,14 +10891,14 @@ msgstr "Idiomes de cerca" msgid "Search my posts" msgstr "Cerca a les meves publicacions" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Cerca publicacions" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Cerca perfils" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Cerca..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Cerca perfils" @@ -10829,14 +10946,14 @@ msgstr "Mostra les publicacions amb #{tag}" msgid "See #{tag} posts by user" msgstr "Mostra les publicacions amb #{tag} de l'usuari" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Veure les feines a Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Veure més" @@ -10844,16 +10961,11 @@ msgstr "Veure més" msgid "See more suggested profiles" msgstr "Veure més perfils suggerits" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Mostra més temes del moment" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Mostra insígnies numerades (1/3, 2/3, etc.) a les publicacions d'un fil del mateix autor." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Selecciona {langName}" msgid "Select a color" msgstr "Selecciona un color" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Tria un motiu" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Selecciona el compte" @@ -10910,7 +11022,7 @@ msgstr "Selecciona un avatar" msgid "Select an emoji" msgstr "Selecciona un emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Selecciona una opció" @@ -10946,11 +11058,11 @@ msgstr "Selecciona el tipus de filtre (actualment: {0})" msgid "Select from an existing account" msgstr "Selecciona d'un compte existent" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Selecciona de les teves llistes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Selecciona de les teves llistes <0>{numberOfListsSelected, plural, one{(una seleccionada)}other{(# seleccionades)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Tria per quant temps s'ha de silenciar aquesta paraula." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Selecciona l'idioma" @@ -10987,7 +11099,7 @@ msgstr "Selecciona l'idioma..." msgid "Select languages" msgstr "Selecciona els idiomes" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Selecciona un servei de moderació" @@ -11028,7 +11140,7 @@ msgstr "Selecciona quin idioma vols utilitzar per a la interfície d'usuari de l msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selecciona quins idiomes vols que incloguin els canals a què estàs subscrit. Si no en selecciones cap, es mostraran tots." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Selecciona la teva data de naixement" @@ -11045,7 +11157,7 @@ msgstr "Selecciona el teu idioma preferit per a les traduccions al teu canal." msgid "Select your preferred notification channels" msgstr "Selecciona els teus canals de notificació preferits" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "No es permet seleccionar diversos tipus de suports." @@ -11076,7 +11188,7 @@ msgstr "Envia informe d'error" msgid "Send feedback" msgstr "Envia comentari" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Envia el missatge" @@ -11089,7 +11201,7 @@ msgstr "Envia la publicació a {name}" msgid "Send post to..." msgstr "Envia el missatge a..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Envia l'informe a {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Envia el missatge des del teu telèfon" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Envia un correu de verificació" @@ -11133,7 +11245,7 @@ msgstr "Estableix la icona de l'aplicació a {0}" msgid "Set new password" msgstr "Estableix una nova contrasenya" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Defineix amb precisió quins grups de persones poden respondre a la teva publicació" @@ -11141,11 +11253,11 @@ msgstr "Defineix amb precisió quins grups de persones poden respondre a la teva msgid "Set up your account" msgstr "Configura el teu compte" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Defineix qui pot respondre a la teva publicació" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Estableix la teva data de naixement a continuació i et permetrem tornar a publicar i explorar en un tres i no res!" @@ -11161,9 +11273,9 @@ msgstr "Configura el teu proveïdor d'allotjament manualment" msgid "Sets email for password reset" msgstr "Estableix un correu per a restablir la contrasenya" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Configuració" @@ -11222,7 +11334,7 @@ msgstr "Configuració de les notificacions de respostes" msgid "Settings for repost notifications" msgstr "Configuració de les notificacions de republicacions" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Configuració desada" @@ -11242,7 +11354,7 @@ msgstr "Suggerent sexualment" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Comparteix" @@ -11251,7 +11363,7 @@ msgstr "Comparteix" msgid "Share age range" msgstr "Comparteix el rang d'edat" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Comparteix de totes maneres" @@ -11279,13 +11391,13 @@ msgstr "Comparteix l'enllaç d'invitació" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Comparteix l'enllaç" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Diàleg de compartició de l'enllaç" @@ -11304,12 +11416,12 @@ msgstr "Comparteix l'URI at:// de la publicació" msgid "Share Profile" msgstr "Comparteix el perfil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Comparteix el codi QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Comparteix aquest canal" @@ -11318,22 +11430,22 @@ msgstr "Comparteix aquest canal" msgid "Share this search" msgstr "Comparteix aquesta cerca" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Comparteix aquest starter pack" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Comparteix aquest starter pack i ajuda la gent de la teva comunitat a unir-se a Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Comparteix a través de..." @@ -11345,7 +11457,7 @@ msgstr "Comparteix els teus contactes per trobar amics" msgid "Share your thoughts…" msgstr "Comparteix el que penses…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Comprovador de preferències compartides" @@ -11359,12 +11471,16 @@ msgstr "Compartir el teu rang d'edat només revela el rang associat al teu Compt msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Compartir el teu interval d'edat només revela l'interval associat al teu compte de Google, per exemple, que tens com a mínim 18 anys. <0>La teva edat exacta i la data de naixement no es comparteixen mai, i aquestes dades no surten mai d'aquest dispositiu. Per tant, només permet l'accés en aquest dispositiu. Com a alternativa, <1>pots utilitzar el nostre soci de confiança, KWS, per completar la verificació i habilitar l'accés a totes les plataformes." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Mostra" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Mostra el text alternatiu" @@ -11373,14 +11489,14 @@ msgstr "Mostra el text alternatiu" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Mostra igualment" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Mostra l'etiqueta d'automatització" @@ -11401,16 +11517,16 @@ msgstr "Mostra les opcions de personalització" msgid "Show group chat updates" msgstr "Mostra les actualitzacions de grups de xat" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Mostra'n menys com aquest" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Mostra la llista de totes maneres" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Mostra llistes d'usuaris per seleccionar" @@ -11418,8 +11534,8 @@ msgstr "Mostra llistes d'usuaris per seleccionar" msgid "Show more" msgstr "Mostra'n més" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Mostra'n més com aquest" @@ -11445,8 +11561,8 @@ msgstr "Mostra les respostes" msgid "Show replies as" msgstr "Mostra les respostes com a" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Mostra la resposta a tothom" @@ -11455,8 +11571,8 @@ msgstr "Mostra la resposta a tothom" msgid "Show reposts" msgstr "Mostra republicacions" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Mostra les republicacions als canals" @@ -11478,7 +11594,7 @@ msgstr "Mostra l'advertiment i filtra-ho dels canals" msgid "Show when you’re live" msgstr "Mostra quan estàs en directe" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Mostra informació sobre quan es va crear aquesta publicació" @@ -11486,15 +11602,15 @@ msgstr "Mostra informació sobre quan es va crear aquesta publicació" msgid "Shows other accounts you can switch to" msgstr "Mostra altres comptes als quals pots canviar" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Mostra el contingut" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Mostra el contingut" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Inicia sessió" msgid "Sign in as {0}" msgstr "Inicia sessió com a {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Inicia la sessió com a…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Inicia sessió o crea un compte" @@ -11551,16 +11667,17 @@ msgstr "Inicia sessió o crea el teu compte" msgid "Sign in to request access to this group chat." msgstr "Inicia la sessió per sol·licitar l'accés a aquest xat de grup." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Inicia la sessió per veure la publicació" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Des de" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Salta aquest pas" msgid "Skip contact sharing and continue to the app" msgstr "Omet la compartició de contactes i continua a l'aplicació" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Vols ometre les publicacions buides?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Omet la introducció i comença a utilitzar el teu compte" @@ -11628,7 +11745,7 @@ msgstr "Omet la introducció i comença a utilitzar el teu compte" msgid "Skip to next step" msgstr "Salta al pas següent" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "llisca" @@ -11644,19 +11761,24 @@ msgstr "Posposa el recordatori" msgid "So many thoughts, you should post one" msgstr "Tantes idees, n'hauries de publicar alguna" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Xarxes socials que tu controles." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Prova social a les publicacions" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Desenvolupament de programari" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Alguns serveis de moderació de la teva llista ja no estan disponibles." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Algunes de les teves verificacions no són vàlides." @@ -11664,7 +11786,7 @@ msgstr "Algunes de les teves verificacions no són vàlides." msgid "Some other feeds you might like" msgstr "Alguns altres canals que potser t'agradaran" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Algunes persones poden respondre" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Alguna cosa ha fallat" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Alguna cosa ha fallat, torna-ho a provar" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Alguna cosa ha fallat, torna-ho a provar d'aquí una estona." msgid "Something went wrong. Please try again." msgstr "Alguna cosa ha fallat, torna-ho a provar." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Alguna cosa no va a l'hora? Fes-nos-ho saber." @@ -11759,8 +11881,8 @@ msgstr "Alguna cosa no va a l'hora? Fes-nos-ho saber." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Ho sentim, ara mateix no podem carregar els suggeriments de comptes." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "La teva sessió ha caducat. Torna a iniciar-la." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Correu brossa o altres comportaments no autèntics o enganys" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Esports" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Detecta publicacions que han agradat als teus amics i persones que segueixes." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Enceta una conversa i apareixerà aquí." @@ -11826,14 +11953,14 @@ msgstr "Inicia un xat" msgid "Start chat with {displayName}" msgstr "Comença un xat amb {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Starter pack" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Starter pack de: {0}" @@ -11841,12 +11968,12 @@ msgstr "Starter pack de: {0}" msgid "Starter pack by <0/>" msgstr "Starter pack de <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Starter pack fet per tu" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Aquest starter pack és invàlid" @@ -11854,7 +11981,7 @@ msgstr "Aquest starter pack és invàlid" msgid "Starter packs" msgstr "Starter packs" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Starter packs" @@ -11893,7 +12020,7 @@ msgstr "L'emmagatzematge s'ha esborrat, cal que reinicieu l'aplicació ara." msgid "Stored as part of a secure code for matching with others" msgstr "Emmagatzemat com a part d'un codi segur per a la coincidència amb altres persones" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Historial" @@ -11928,13 +12055,13 @@ msgstr "Envia l'apel·lació" msgid "Submit feedback" msgstr "Envia comentaris" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Envia l'informe" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Envia el teu informe mitjançant el formulari de denúncia d'imatges íntimes no consentides (NCII)" @@ -11963,11 +12090,11 @@ msgstr "Subscriu-te a @{0} per a utilitzar aquestes etiquetes:" msgid "Subscribe to account activity" msgstr "Subscriu-te a l'activitat del compte" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subscriu-te a l'etiquetador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subscriu-te a aquest etiquetador" @@ -11975,7 +12102,7 @@ msgstr "Subscriu-te a aquest etiquetador" msgid "Subscribe to this list" msgstr "Subscriure's a la llista" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Verificat" @@ -11998,7 +12125,7 @@ msgstr "Verificat correctament" msgid "Suggested" msgstr "Suggerit" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Comptes suggerits" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Ocàs" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Només etiquetes" msgid "Take the conversation private." msgstr "Fes la conversa privada." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Toca a continuació per a permetre que Bluesky accedeixi a la teva ubicació GPS. Farem servir aquestes dades per a determinar amb més precisió el contingut i les funcions disponibles a la teva regió." @@ -12103,8 +12230,8 @@ msgstr "Toca per obtenir informació" msgid "Tap for more information" msgstr "Toca per obtenir més informació" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Toca aquí per actualitzar la teva ubicació amb el GPS." @@ -12206,7 +12333,7 @@ msgstr "Condicions" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Gràcies pels teus comentaris! S'han enviat a l'operador del canal." msgid "Thanks for your feedback!" msgstr "Gràcies pels teus comentaris!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Gràcies, has verificat correctament el teu correu. Pots tancar aquest diàleg." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Gràcies! Ja ho tenim tot." @@ -12246,16 +12373,16 @@ msgstr "Gràcies! Ja ho tenim tot." msgid "That contains the following:" msgstr "Això conté els següents:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "No s'ha pogut trobar aquest starter pack." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Aquest nom d'usuari ja està agafat" @@ -12263,13 +12390,13 @@ msgstr "Aquest nom d'usuari ja està agafat" msgid "That's all, folks!" msgstr "Això és tot, amics!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Això és tot!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "El compte podrà interactuar amb tu després del desbloqueig." @@ -12287,7 +12414,7 @@ msgstr "L'autor d'aquest fil de debat ha amagat aquesta resposta." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "La data de naixement que has introduït significa que ets menor de 18 anys. És possible que cert contingut i funcions no estiguin disponibles." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "L'aplicació web de Bluesky" @@ -12352,32 +12479,32 @@ msgstr "L'autor ha marcat la publicació a la qual respons com a escrita en {sug msgid "The Privacy Policy has been moved to <0/>" msgstr "La política de privacitat ha estat traslladada a <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "El vídeo processat és massa gran. Torna-ho a provar amb un fitxer més petit." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "No s'ha pogut codificar el vídeo seleccionat." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "No s'ha pogut processar el vídeo seleccionat." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "El vídeo seleccionat té una relació d'aspecte no compatible." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "El vídeo seleccionat té una mida superior a {VIDEO_MAX_SIZE_MB} MB. Torna-ho a provar amb un fitxer més petit." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "El vídeo triat és massa llarg." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "El vídeo seleccionat utilitza un format no compatible." @@ -12386,7 +12513,7 @@ msgstr "El vídeo seleccionat utilitza un format no compatible." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Sembla que el servidor està experimentant problemes. Torneu-ho a provar d'aquí a uns moments." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "L'starter pack que estàs provant de veure no és vàlid. En lloc d'això, podeu suprimir-lo." @@ -12402,7 +12529,7 @@ msgstr "El formulari de suport ha estat traslladat. Si necessites ajuda, <0/> o msgid "The Terms of Service have been moved to" msgstr "Les condicions del servei han estat traslladades a" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "El codi de verificació que has proporcionat no és vàlid. Assegura't que has utilitzat l'enllaç de verificació correcte o sol·licita'n un de nou." @@ -12412,7 +12539,7 @@ msgstr "El codi de verificació que has proporcionat no és vàlid. Assegura't q msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "El proveïdor de verificació no ha pogut enviar un codi al teu número de telèfon. Comprova'l i torna-ho a provar." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "No s'ha pogut pujar el vídeo al teu proveïdor d'allotjament. Torna-ho a provar." @@ -12428,7 +12555,7 @@ msgstr "Hi ha un límit de freqüència amb què pots canviar la teva data de na msgid "There is no invite link for this group chat." msgstr "No hi ha cap enllaç d'invitació per a aquest xat de grup." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "No hi ha límit de temps per a la desactivació del compte, torna quan vulguis." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Hi ha hagut un problema amb la connexió a Internet. Torna-ho a intentar" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Hi ha hagut un problema per a contactar amb el servidor" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "S'ha produït un problema en contactar amb el servidor, comprova la teva connexió a Internet i torna-ho a provar." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar." @@ -12495,25 +12622,25 @@ msgstr "S'ha produït un problema actualitzant els teus canals. Comprova la teva #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Hi ha hagut un problema! {0}" @@ -12521,10 +12648,10 @@ msgstr "Hi ha hagut un problema! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Hi ha hagut un problema. Comprova la teva connexió a internet i torna-h msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "S'ha produït un problema inesperat a l'aplicació. Fes-nos saber si això t'ha passat a tu!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Hi ha hagut una gran quantitat d'usuaris nous a Bluesky! Activarem el teu compte tan aviat com puguem." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Aquesta és la teva configuració predeterminada" @@ -12576,7 +12703,7 @@ msgstr "No s'hi podran tornar a unir tret que els hi tornis a convidar." msgid "This {screenDescription} has been flagged:" msgstr "Aquesta {screenDescription} ha estat etiquetada:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Aquest compte té una marca de verificació perquè ha estat verificat per fonts de confiança." @@ -12584,7 +12711,7 @@ msgstr "Aquest compte té una marca de verificació perquè ha estat verificat p msgid "This account has been marked as automated by its owner." msgstr "Aquest compte ha estat marcat com a automatitzat pel seu propietari." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Aquest compte té una o més verificacions, però actualment no està verificat." @@ -12618,7 +12745,7 @@ msgstr "Aquesta apel·lació s'enviarà al servei de moderació de Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Aquest autor ha triat que les seves publicacions només siguin visibles per a les persones que han iniciat la sessió." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Aquest botó permet que altres persones obrin l'aplicació Germ DM per enviar-te un missatge. Pots gestionar-ne la visibilitat des de l'aplicació Germ DM o pots desconnectar completament el teu compte de Bluesky de Germ DM fent clic al botó següent." @@ -12649,7 +12776,7 @@ msgstr "Aquest xat s'ha desconnectat" msgid "This code is invalid. Resend to get a new code." msgstr "Aquest codi no és vàlid. Torna'l a enviar per obtenir-ne un de nou." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Aquest codi de confirmació no és vàlid. Torna-ho a intentar." @@ -12683,7 +12810,7 @@ msgstr "Aquesta conversa està bloquejada." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Aquesta conversa és amb un compte suprimit o desactivat. Prem per obtenir opcions" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Aquest esborrany s'eliminarà permanentment." @@ -12700,7 +12827,7 @@ msgstr "Aquesta frase exacta" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Aquesta funció permet als usuaris rebre notificacions de les teves noves publicacions i respostes. Per a qui vols habilitar-ho?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Aquesta funció està en versió beta. Podeu obtenir més informació sobre les exportacions de repositoris en <0>aquesta entrada de bloc." @@ -12763,7 +12890,7 @@ msgstr "Es tracta d'una comprovació de seguretat única, ja que no havíem vist msgid "This is not a valid link" msgstr "Aquest enllaç no és vàlid" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Aquesta etiqueta permet que el món sàpiga que aquest compte està automatitzat. Si està activada, aquesta etiqueta apareixerà al costat del nom del compte al seu perfil i a les seves publicacions. Es pot activar o desactivar en qualsevol moment." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Aquest enllaç et porta a la web:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Aquesta llista, creada per <0>{0}, conté possibles infraccions de les directrius de la comunitat de Bluesky al seu nom o descripció." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Aquesta llista - creada per tu - conté possibles infraccions de les directrius de la comunitat de Blues al seu nom o descripció." @@ -12829,11 +12956,11 @@ msgstr "Aquesta persona t'ha bloquejat" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Aquesta publicació afirma haver estat creada el <0>{0}, però va ser vista per primera vegada per Bluesky el <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Aquesta publicació té un tipus de threadgate desconegut. És possible que la teva aplicació estigui obsoleta." @@ -12845,19 +12972,19 @@ msgstr "Aquesta publicació només és visible per als usuaris que han iniciat l msgid "This post was deleted by its author" msgstr "L'autor ha eliminat la publicació" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Aquesta publicació s'amagarà dels canals i fils. Això no es pot desfer." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "L'autor d'aquesta publicació ha deshabilitat les citacions." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Aquest perfil només és visible per als usuaris que han iniciat sessió. No serà visible per a les persones que no hagin iniciat sessió." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Aquesta resposta s'ordenarà en una secció oculta a la part inferior del fil i silenciarà les notificacions de les respostes posteriors, tant per a tu com per als altres." @@ -12870,7 +12997,7 @@ msgstr "Aquesta pantalla només està disponible per a converses en grup." msgid "This service has not provided terms of service or a privacy policy." msgstr "Aquest servei no ha proporcionat termes de servei ni una política de privadesa." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Aquest servei no és compatible mentre la funció Live està en versió beta. Serveis permesos: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Aquest usuari és nou aquí. Prem per obtenir més informació sobre qua msgid "This user isn't following anyone." msgstr "Aquest usuari no segueix a ningú." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Aquest vídeo no es pot reproduir al teu dispositiu. És possible que al teu navegador o sistema li faltin els còdecs de vídeo necessaris (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Això eliminarà irreversiblement el teu compte de Bluesky <0>{currentHa msgid "This will remove @{0} from the quick access list." msgstr "Això eliminarà @{0} de la llista d'accés ràpid." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Això eliminarà la teva publicació d'aquesta citació per a tots els usuaris i la substituirà per un marcador de posició." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Numeració del fil" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferències dels fils de debat" msgid "Threaded" msgstr "En mode fils de debat" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferències dels fils de debat" @@ -13002,7 +13124,7 @@ msgstr "Títol" msgid "Title (100 characters max)" msgstr "Títol (màxim 100 caràcters)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "per a desactivar el mètode 2FA de correu, verifica el teu accés a l'adreça de correu." @@ -13012,7 +13134,7 @@ msgstr "per a desactivar el mètode 2FA de correu, verifica el teu accés a l'ad msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Per a desactivar el mètode 2FA de correu, verifica el teu accés a <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Per tancar la sessió, <0>fes clic aquí. O si ho prefereixes, pots <1>eliminar el teu compte." @@ -13020,11 +13142,11 @@ msgstr "Per tancar la sessió, <0>fes clic aquí. O si ho prefereixes, pots msgid "Today" msgstr "Avui" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Commuta per a habilitar o deshabilitar el contingut per a adults" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Commuta el so" @@ -13053,7 +13175,7 @@ msgstr "Superior" msgid "Top replies first" msgstr "Primer les respostes principals" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Tema" @@ -13061,8 +13183,8 @@ msgstr "Tema" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Tradueix" @@ -13074,12 +13196,12 @@ msgstr "Traduït" msgid "Translating" msgstr "Traduint" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Traduint…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "La traducció al mateix idioma no està disponible al teu dispositiu." @@ -13088,9 +13210,9 @@ msgstr "La traducció al mateix idioma no està disponible al teu dispositiu." msgid "Tree view" msgstr "Vista d'arbre" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Tendència" @@ -13099,12 +13221,20 @@ msgstr "Tendència" msgid "Trending GIFs" msgstr "GIFs de moda" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Opcions dels temes del moment" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Temes del moment" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Els temes del moment es basen en allò de què parla la gent a la xarxa. Els títols i les descripcions dels temes es generen amb IA." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Vídeos populars" @@ -13113,7 +13243,7 @@ msgstr "Vídeos populars" msgid "Trolling" msgstr "Trolejar" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "La confiança sorgeix de les relacions, les comunitats i el context compartit, de manera que també estem habilitant <0>verificadors de confiança: organitzacions que poden emetre directament la verificació." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "No s'ha pogut connectar. Comprova la teva connexió a Internet i torna-ho a provar." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "No es pot contactar amb el teu servei. Comprova la teva connexió a internet i torna-ho a provar." @@ -13187,7 +13317,7 @@ msgstr "No es pot contactar amb el teu servei. Comprova la teva connexió a inte msgid "Unable to contact your service. Please check your Internet connection." msgstr "No es pot contactar amb el teu servei. Comprova la teva connexió a internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "No s'ha pogut eliminar" @@ -13205,6 +13335,10 @@ msgstr "No s'ha pogut trobar un destinatari seleccionat." msgid "Unable to find the selected recipient." msgstr "No s'ha pogut trobar el destinatari seleccionat." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "No es pot resoldre l'identificador de l'usuari" @@ -13233,14 +13367,14 @@ msgstr "Informació del canal no disponible" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Desbloqueja" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Desbloqueja" @@ -13251,8 +13385,8 @@ msgstr "Desbloqueja {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Desbloqueja el compte" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Vols desbloquejar el compte?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Vols desbloquejar el compte?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Desbloqueja la llista" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Desfés" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Desfés" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desfés republicacions ({0, plural, one {# republicació} other {# republicacions}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Deixa de seguir el compte" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Deixa de seguir l'usuari" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Malauradament, cap dels vostres etiquetadora subscrits admet aquest tipus d'informe." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Malauradament, la data de naixement que has desat al teu perfil et fa massa jove per accedir a Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Malauradament, l'edat que has declarat indica que no tens l'edat suficient per accedir a Bluesky a la teva regió." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Verificador desconegut" @@ -13333,13 +13490,13 @@ msgstr "Contingut per a adults sense etiquetar" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Contingut per a adults sense etiquetar, abusiu o no consentit" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Desfés el m'agrada" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Desfés els m'agrades ({0, plural, one {# m'agrada} other {# m'agrades}})" @@ -13351,12 +13508,12 @@ msgstr "Desbloqueja el xat" msgid "Unlock this group chat" msgstr "Obre aquest xat de grup" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Deixa de silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Deixa de silenciar" msgid "Unmute {0}" msgstr "Deixa de silenciar {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Deixa de silenciar el compte" @@ -13379,8 +13536,8 @@ msgstr "Deixa de silenciar el compte" msgid "Unmute conversation" msgstr "Deixa de silenciar la conversa" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Deixa de silenciar la llista" @@ -13388,8 +13545,8 @@ msgstr "Deixa de silenciar la llista" msgid "Unmute this group chat" msgstr "Deixa de silenciar aquest xat de grup" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Deixa de silenciar el fil de debat" @@ -13397,14 +13554,14 @@ msgstr "Deixa de silenciar el fil de debat" msgid "Unmute video" msgstr "Deixa de silenciar el vídeo" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Deixa de fixar" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Deixa de fixar el canal" @@ -13414,13 +13571,13 @@ msgstr "Deixa de fixar el canal" msgid "Unpin from home" msgstr "Deixa de fixar a l'inici" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "No fixis al perfil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Desancora la llista de moderació" @@ -13429,29 +13586,34 @@ msgstr "Desancora la llista de moderació" msgid "Unpinned {0} from Home" msgstr "{0} ja no està fixat a l'inici" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Ja no està fix als teus canals" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Llista no fixada" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Deixa de posposar el recordatori de correu" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dona't de baixa" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Dona't de baixa d'aquesta llista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dona't de baixa d'aquest etiquetador" @@ -13463,7 +13625,7 @@ msgstr "T'has dona't de baixa de la llista" msgid "Unsupported clipboard content" msgstr "Contingut del porta-retalls no compatible" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Tipus de vídeo no compatible: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Actualitza a {domain}" msgid "Update your email" msgstr "Actualitza el teu correu" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Actualitza la teva ubicació" @@ -13539,24 +13701,24 @@ msgstr "Puja un fitxer de text a:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Puja de la càmera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Puja dels Fitxers" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Puja de la biblioteca" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "S'està penjant el GIF..." @@ -13570,7 +13732,7 @@ msgstr "S'estan penjant imatges..." msgid "Uploading link thumbnail..." msgstr "S'està penjant la miniatura de l'enllaç..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "S'està penjant el vídeo..." @@ -13659,25 +13821,25 @@ msgstr "Llista d'usuaris per {0}" msgid "User list by you" msgstr "Llista d'usuaris feta per tu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Llista d'usuaris creada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Llista d'usuaris actualitzada" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "El nom d'usuari no pot contenir més de {MAX_SERVICE_HANDLE_LENGTH, plural, one {}other {# caràcters}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "El nom d'usuari no pot començar ni acabar amb un guionet" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "El nom d'usuari només pot tenir lletres (a-z), nombres i guionets" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Nom d'usuari o correu" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "usuaris seguits per <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "usuaris seguint <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Valor:" msgid "Verification failed, please try again." msgstr "La verificació ha fallat, torna-ho a provar." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Configuració de verificació" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Configuració de verificació" @@ -13720,14 +13882,14 @@ msgstr "Configuració de verificació" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Les verificacions a Bluesky funcionen de manera diferent que a altres plataformes. <0>Més informació aquí." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verificat per:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verifica el compte" @@ -13790,12 +13952,12 @@ msgstr "Verifica la teva edat" msgid "Verify your email" msgstr "Verifica el teu correu" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Verificant" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Verificant l'estat de la teva garantia d'edat" @@ -13815,16 +13977,16 @@ msgstr "Versió {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "a través de l'Starter pack <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Vídeo" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "El vídeo no s'ha pogut processar" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Canal de vídeos" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Vídeo de: {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Vídeo de {0}. Toca per reproduir o pausar el vídeo" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videojocs" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Vídeo en pausa" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Vídeo en reproducció" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "No s'ha trobat el vídeo." @@ -13859,12 +14021,12 @@ msgstr "No s'ha trobat el vídeo." msgid "Video settings" msgstr "Configuració de vídeo" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Vídeo penjat" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Vídeo: {0}" @@ -13872,19 +14034,13 @@ msgstr "Vídeo: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Els vídeos han de durar 10 minuts o menys." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Els vídeos han de tenir una durada inferior a 3 minuts." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Veure" @@ -13903,9 +14059,9 @@ msgstr "Veure l'avatar de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Veure el perfil de {0}" @@ -13924,11 +14080,11 @@ msgstr "Mostra el perfil de {displayName}" msgid "View {publicationTitle}" msgstr "Mostra {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Veure el perfil de l'usuari bloquejat" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Veure l'entrada al blog per a més detalls" @@ -13936,8 +14092,8 @@ msgstr "Veure l'entrada al blog per a més detalls" msgid "View debug entry" msgstr "Veure el registre de depuració" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Veure els detalls" @@ -13977,13 +14133,13 @@ msgstr "Mostra'n més" msgid "View more trending videos" msgstr "Veure més vídeos del moment" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Veure la publicació" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Veure el servei d'etiquetatge proporcionat per @{0}" msgid "View this user's verifications" msgstr "Veure les verificacions d'aquest usuari" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Veure els usuaris a qui els agrada aquest canal" @@ -14026,11 +14182,11 @@ msgstr "Veure els usuaris a qui els agrada aquest canal" msgid "View video" msgstr "Reprodueix el vídeo" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Veure els teus comptes bloquejats" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Veure la configuració de les interaccions per defecte a les teves publicacions" @@ -14039,11 +14195,15 @@ msgstr "Veure la configuració de les interaccions per defecte a les teves publi msgid "View your feeds and explore more" msgstr "Veure els teus canals i descobreix-ne més" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Veure la teva safata de moderació" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Veure les teves llistes de moderació" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Veure els teus comptes silenciats" @@ -14060,6 +14220,10 @@ msgstr "Veure la imatge completa" msgid "Views video in immersive mode" msgstr "Veure el vídeo en el mode immersiu" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Violència" @@ -14136,6 +14300,10 @@ msgstr "No hem pogut carregar les sol·licituds d'unió d'aquesta conversa" msgid "We couldn’t load this conversation’s settings" msgstr "No hem pogut carregar la configuració d'aquesta conversa" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "No hem pogut verificar el teu proveïdor d'allotjament. Comprova la connexió a Internet o <0>configura el teu proveïdor d'allotjament manualment." @@ -14148,7 +14316,7 @@ msgstr "Eliminem els hashes després que es trobin coincidències" msgid "We don't store your friends' phone numbers or send any messages" msgstr "No emmagatzemem els números de telèfon dels teus amics ni enviem cap missatge" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Calculem {estimatedTime} fins que el teu compte estigui llest." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Ens hem associat amb <0>KWS per gestionar la verificació de l'edat. Quan facis clic a \"Comença\" a continuació, KWS t'enviarà per correu electrònic les instruccions per completar el procés de verificació. Si la teva adreça de correu electrònic ja s'ha utilitzat per verificar la teva edat per a un altre joc o servei que utilitza KWS, no caldrà que ho tornis a fer. Quan hagis acabat, tornaràs a la pàgina per continuar utilitzant Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Hem enviat un altre correu de verificació a <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Et recomanem que triïs almenys dos interessos." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Hem enviat un correu a <0>{0} amb un enllaç. Fes-hi clic per completar el procés de verificació del correu electrònic." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "No hem pogut determinar si tens permís per pujar vídeos. Torna-ho a provar." @@ -14198,16 +14366,16 @@ msgstr "No hem pogut carregar la configuració de garantia d'edat per a la teva msgid "We were unable to load your birthdate preferences. Please try again." msgstr "No hem pogut carregar les teves preferències de data de naixement. Torna-ho a provar." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "En aquest moment no hem pogut carregar els teus etiquetadors configurats." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "No hem pogut rebre la verificació a causa d'un problema de connexió. Pot arribar més tard. Si arriba, el teu compte s'actualitzarà automàticament." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "T'informarem quan el teu compte estigui llest." @@ -14236,7 +14404,7 @@ msgstr "També estem actualitzant les nostres <0>Directrius de la comunitat msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "També estem actualitzant les nostres Directrius de la comunitat i volem la vostra opinió! Aquestes noves directrius entraran en vigor el 15 d'octubre de 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Estem confirmant la teva garantia d'edat amb els nostres servidors. Només serà un moment." @@ -14255,7 +14423,7 @@ msgstr "Tenim problemes de xarxa, torna-ho a provar" msgid "We’re having network issues, try again" msgstr "Tenim problemes de xarxa, torna-ho a provar" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Estem introduint una nova capa de verificació a Bluesky: una marca de verificació fàcil de veure." @@ -14267,7 +14435,7 @@ msgstr "Estem molt contents que t'uneixis a nosaltres!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Ho sentim, però segons les dades compartides pel teu dispositiu, no tens l'edat suficient per accedir a Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Segons la ubicació del teu dispositiu, actualment et trobes en una regió on es requereix verificació de l'edat." @@ -14296,7 +14464,7 @@ msgstr "Ens sap greu, però la teva cerca no s'ha pogut fer. Prova-ho d'aquí un msgid "We're sorry, you cannot access this screen at this time." msgstr "Ho sentim, no pots accedir a aquesta pantalla en aquest moment." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ho sentim! La publicació a la qual estàs responent s'ha suprimit." @@ -14325,12 +14493,12 @@ msgstr "Estem actualitzant les nostres Condicions del servei, Política de priva msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Estem actualitzant les nostres Condicions del servei, Política de privadesa i Política de drets d'autor, amb vigència a partir del 15 de setembre de 2025. També estem actualitzant les nostres Directrius de la comunitat i volem la teva opinió! Aquestes noves directrius entraran en vigor el 15 d'octubre de 2025. Més informació sobre aquests canvis i com compartir les teves opinions amb nosaltres llegint la nostra entrada de blog." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Hem confirmat el teu estat de garantia d'edat. Ara pots tancar aquest quadre de diàleg." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Bentornat!" @@ -14351,17 +14519,17 @@ msgstr "Com vols anomenar al teu starter pack?" msgid "what’s up" msgstr "què hi ha de nou" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Què hi ha de nou" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Quan toques un xec, veuràs quines organitzacions han concedit la verificació." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Qui pot interactuar amb aquesta publicació?" @@ -14369,12 +14537,12 @@ msgstr "Qui pot interactuar amb aquesta publicació?" msgid "Who can join this group chat and how" msgstr "Qui pot unir-se a aquest xat de grup i com" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Qui hi pot respondre" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Qui pot verrificar?" @@ -14434,11 +14602,11 @@ msgstr "Vols bloquejar aquest usuari i/o eliminar aquesta conversa?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Vols bloquejar aquest usuari i/o sortir d'aquesta conversa?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Vols desar això com a esborrany abans de veure la resta dels teus esborranys?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Vols desar-ho com a esborrany per editar-ho més tard?" @@ -14447,12 +14615,12 @@ msgstr "Vols desar-ho com a esborrany per editar-ho més tard?" msgid "Write a post" msgstr "Escriu una publicació" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Escriu una publicació" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Escriu la teva resposta" @@ -14475,8 +14643,8 @@ msgstr "Tipus de conversa equivocat" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Sí" @@ -14486,8 +14654,8 @@ msgstr "Sí" msgid "Yes GIFs" msgstr "GIFs d'afirmació" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Sí, desactiva'l" @@ -14495,19 +14663,19 @@ msgstr "Sí, desactiva'l" msgid "Yes, delete my account" msgstr "Sí, elimina el meu compte" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Sí, elimina aquest starter pack" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Sí, desenganxa'l" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Sí, amaga'l" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Sí, torna a activar el meu compte" @@ -14519,7 +14687,7 @@ msgstr "Ahir" msgid "You are a trusted verifier" msgstr "Ets un verificador de confiança" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Estàs accedint a Bluesky des d'una regió que legalment ens obliga a verificar la teva edat abans de permetre't accedir a l'aplicació." @@ -14544,12 +14712,12 @@ msgstr "Estàs creant un compte a" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Actualment, no pots utilitzar la funció \"Emet en directe\". Per apel·lar aquesta decisió de moderació, envia el formulari següent." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Actualment no pots accedir al procés de garantia d'edat de Bluesky. Si creus que es tracta d'un error, <0>posa't en contacte amb el nostre equip de moderació." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Estàs a la cua." @@ -14558,11 +14726,11 @@ msgstr "Estàs a la cua." msgid "You are Live" msgstr "Estàs emetent en directe" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Ja no estàs emetent en directe" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "No t'és permès pujar vídeos." @@ -14570,7 +14738,7 @@ msgstr "No t'és permès pujar vídeos." msgid "You are not following anyone yet" msgstr "Encara no segueixes a ningú" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Estàs emetent en directe!" @@ -14599,7 +14767,7 @@ msgstr "També pots <0>desactivar temporalment el teu compte. El teu perfil, msgid "You can also discover new Custom Feeds to follow." msgstr "També pots descobrir nous canals personalitzats per a seguir." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "També pots descarregar les dades del xat com a fitxer \"JSONL\". Aquest fitxer només inclou els missatges de xat que has enviat i no els missatges de xat que heu rebut." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Ara pots iniciar sessió amb la nova contrasenya." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Només pots afegir fins a {MAX_GALLERY_IMAGES, plural, one {# imatge} other {# imatges}} per publicació" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Només pots desar esborranys de fins a 1000 caràcters." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Només pots desar esborranys de fins a 1000 caràcters. Vols descartar aquesta publicació abans de veure els teus esborranys?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Només pots seleccionar un GIF alhora." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Només pots seleccionar un vídeo alhora." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Pots reactivar el teu compte per continuar iniciant la sessió. El teu perfil i les publicacions seran visibles per a altres usuaris." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Pots llegir l'historial del xat, però no pots enviar missatges nous." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Pots seleccionar fins a {MAX_GALLERY_IMAGES, plural, one {# imatge} other {# imatges}} en total." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Pots actualitzar-ho més tard des de la teva configuració." @@ -14690,7 +14855,7 @@ msgstr "No pots actualitzar la teva data de naixement mentre fas servir una cont msgid "You don't follow any users who follow @{name}." msgstr "No segueixes cap usuari que segueixi @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Encara no tens cap llista." @@ -14728,7 +14893,7 @@ msgstr "Has desactivat completament les notificacions de resposta, cita i menci #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Has entrat un codi invàlid. Hauria de ser tipus XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Has arribat al final" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Has verificat correctament el teu correu. Pots tancar aquest diàleg." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Has arribat temporalment al límit de pujades de vídeos. Torna-ho a provar més tard." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Tens canvis sense desar en aquest esborrany. Vols desar-los?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Tens canvis sense desar. Vols desar-los abans de veure els teus esborranys?" @@ -14858,7 +15023,7 @@ msgstr "Has de seguir almenys set persones més per generar un starter pack." msgid "You must grant access to your photo library to save a QR code" msgstr "Has de concedir accés a la teva galeria per desar un codi QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Has de permetre l'accés a la teva biblioteca multimèdia." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Aquest xat és teu" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Abans has desactivat @{0}." @@ -14911,11 +15076,21 @@ msgstr "T'has respost a tu mateix" msgid "You requested to join" msgstr "Has sol·licitat unir-te" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Es tancarà la sessió de tots els teus comptes." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "Ja està tot llest! Tanmateix, algunes funcions poden continuar restring msgid "You’re in control" msgstr "Tens el control" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Estàs a la cua" @@ -15010,7 +15185,7 @@ msgstr "Has denegat l'accés als teus contactes" msgid "You've found some people to follow" msgstr "Has trobat algunes persones per seguir" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Has arribat al final del contingut actiu." @@ -15018,7 +15193,7 @@ msgstr "Has arribat al final del contingut actiu." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Has arribat al final del teu canal! Cerca alguns comptes més per a seguir." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Has arribat al nombre màxim d'esborranys" @@ -15030,22 +15205,23 @@ msgstr "Has arribat al nombre màxim de sol·licituds permeses. Torna-ho a prova msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Has arribat al màxim de {MAX_FILTERS, plural, one {# filtre} other {# filtres}}. Afegeix més valors a un filtre existent en lloc de crear-ne de nous." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Has arribat a l'inici del contingut actiu." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Has assolit el teu límit diari de pujades de vídeos (massa bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Has assolit el teu límit diari de pujades de vídeos (massa vídeos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "T'has acabat els vídeos. Potser és un bon moment per a fer un descans." +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "El teu compte" @@ -15062,7 +15238,19 @@ msgstr "El teu compte s'ha eliminat, fins aviat! ✌️" msgid "Your account has been suspended" msgstr "S'ha suspès el teu compte" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "El teu compte encara no té l'edat suficient per penjar vídeos. Torna-ho a provar més tard." @@ -15074,7 +15262,7 @@ msgstr "El teu compte és massa nou" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "El teu compte ha de tenir com a mínim 7 dies d'antiguitat per crear un xat de grup nou." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "El repositori del teu compte, que conté tots els registres de dades públiques, es pot baixar com a fitxer \"CAR\". Aquest fitxer no inclou incrustacions multimèdia, com ara imatges, ni les teves dades privades, que s'han d'obtenir per separat." @@ -15086,7 +15274,7 @@ msgstr "S'ha detectat que el teu compte incompleix les <0>Condicions del servei msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "S'ha enviat l'apel·lació. Si s'accepta l'apel·lació, rebràs un correu electrònic." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "La teva data de naixement" @@ -15115,7 +15303,7 @@ msgstr "El teu contacte {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "El teu identificador actual <0>{0} romandrà automàticament reservat per a tu. Pots tornar-hi en qualsevol moment des d'aquest compte." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "L'edat que has declarat és inferior a 18 anys. És possible que algunes de les opcions següents estiguin desactivades. Si es tracta d'un error, pots editar la teva data de naixement a la <0>configuració del compte." @@ -15128,7 +15316,7 @@ msgstr "El teu correu" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "El teu correu no sembla vàlid." @@ -15140,7 +15328,7 @@ msgstr "El teu correu encara no s'ha verificat. Verifica'l per gaudir de totes l msgid "Your first like!" msgstr "El teu primer m'agrada!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Els teus seguidors" @@ -15157,7 +15345,7 @@ msgstr "El teu identificador complet serà <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "El vostre proveïdor d'allotjament no es pot detectar a partir d'una adreça de correu electrònic, així que s'utilitzarà el servei predeterminat de Bluesky. Introduïu el vostre nom d'usuari o configureu el proveïdor manualment." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "El teu proveïdor d'allotjament no admet vídeos tan grans. Torna-ho a provar amb un fitxer més petit." @@ -15165,7 +15353,7 @@ msgstr "El teu proveïdor d'allotjament no admet vídeos tan grans. Torna-ho a p msgid "Your hosting provider is detected automatically from the username you enter." msgstr "El proveïdor d'allotjament es detecta automàticament a partir del nom d'usuari que introduïu." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "S'han actualitzat els teus interessos!" msgid "Your interests help us find what you like!" msgstr "Els teus interessos ens ajuden a trobar el que t'agrada!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "S'ha actualitzat la teva ubicació." @@ -15198,15 +15386,20 @@ msgstr "El teu nom, avatar, el nom del xat de grup i el nombre de membres seran msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "La teva contrasenya s'ha canviat correctament! Fes servir la nova contrasenya quan iniciïs sessió a Bluesky a partir d'ara." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "La contrasenya ha de tenir almenys 8 caràcters." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "La teva publicació s'ha enviat" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Les teves publicacions s'han enviat" @@ -15214,7 +15407,7 @@ msgstr "Les teves publicacions s'han enviat" msgid "Your preferred language" msgstr "El teu idioma preferent" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "La teva foto de perfil" @@ -15223,24 +15416,28 @@ msgstr "La teva foto de perfil" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "La teva foto de perfil envoltada de cercles concèntrics de les fotos de perfil d'altres usuaris" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "El teu perfil, publicacions, canals i llistes ja no seran visibles per a altres usuaris de Bluesky. Pots reactivar el teu compte en qualsevol moment iniciant sessió." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "La teva resposta s'ha enviat" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "El teu informe s'enviarà a <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Seleccionar els teus interessos ens ajuda a mostrar-te el contingut que t'importa." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "El teu fil té publicacions buides que s'ometran. Les publicacions restants es publicaran com a fil." diff --git a/src/locale/locales/cs/messages.po b/src/locale/locales/cs/messages.po index bcd854a8fd..fac0bade08 100644 --- a/src/locale/locales/cs/messages.po +++ b/src/locale/locales/cs/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: cs\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Czech\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorie \"{interestsDisplayName}\" (aktivní)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# sledovaný} few {# sledovaní} other {# sledovaných} msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {Nalezen # přítel!} few {Nalezeni # přátelé!} other {Nalezeno # přátel!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hodina} few {# hodiny} other {# hodin}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# měsíc} few {# měsíce} many {# měsíců} other {# měsíců}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {1 další příspěvek} few {# další příspěvky} many {# dalších příspěvků} other {# dalších příspěvků}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {sledující} few {sledující} many {sledujících} other {sledujících}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {sledovaný} few {sledovaní} many {sledovaných} other {sledovaných}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {příspěvek} few {příspěvky} many {příspěvků} o #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, one {# člověk se připojil} few {# lidé se připojili} many {# lidí se připojilo} other {# lidí se připojilo}} k Bluesky pomocí tohoto startovacího balíčku!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {+# další} few {+# další} many {+# dalších} other {+# dalších}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, one {Pro vytvoření účtu ve vašem regionu vám musí být alespoň # rok.} few {Pro vytvoření účtu ve vašem regionu vám musí být alespoň # roky.} many {Pro vytvoření účtu ve vašem regionu vám musí být alespoň # roku.} other {Pro vytvoření účtu ve vašem regionu vám musí být alespoň # let.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} živě" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} není dostupný" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} není podporován vaším zařízením." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {člen} few {členové} many {členů} other {č #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} v {time}" msgid "{displayName}'s Starter Pack" msgstr "Startovací balíček {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {hodina} few {hodiny} many {hodin} other {hodin}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuta} few {minuty} many {minut} other {minut}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} se registroval pomocí vašeho startovacího balíčku msgid "{firstAuthorName} verified you" msgstr "Váš účet byl ověřen díky {firstAuthorName}" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} sledovaných" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {příspěvek} few {příspěvky} many {příspěvku} other {příspěvků}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# hodina} few {# hodiny} many {# hodin} other {# hodin}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ nových požadavků na připojení" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, one {# uživatel se připojil} few {# uživatelé se připojili} many {# uživatelů se připojilo} other {# uživatelů se připojilo}}!" @@ -767,7 +776,7 @@ msgstr "{profileName} se připojil/a k Bluesky pomocí startovacího balíčku p #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, a {2, plural, one {# další} few {# další} many {# dalších} other {# dalších}} jsou součástí vašeho startovacího balíčku" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, a {2, plural, one {# další} few {# další} ma #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, a {2, plural, one {# další} few {# další} many {# dalších} other {# dalších}} jsou součástí vašeho startovacího balíčku" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {uložení} few {uložení} many {uložení} #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {se líbí} few {se líbí} many {se líbí} other {se líbí}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} a<1> <2>{1} jsou součástí vašeho startovacího balíčku" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} je součástí vašeho startovacího balíčku" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} členů" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Klepnutím sem aktualizujte svou polohu pomocí GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Vy a<1> <2>{0} jste zahrnuti ve vašem startovacím balíčku" @@ -946,6 +955,12 @@ msgstr "7 dní" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Sbírka oblíbených feedů, které najdete na Bluesky, včetně News, Booksky, Game Dev, Blacksky a Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Došlo k chybě sítě. Zkontrolujte prosím své připojení k internet msgid "A new code has been sent" msgstr "Byl zaslán nový kód" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Nový způsob ověření" @@ -1005,7 +1020,7 @@ msgstr "Snímek obrazovky editoru příspěvků s novým tlačítkem vedle tlač msgid "A selected recipient is not followed by the sender." msgstr "Vybraný příjemce není sledován odesílatelem." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Žádost o přístup odeslána! Vlastník skupiny posoudí vaši žádos msgid "Accessibility" msgstr "Přístupnost" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Nastavení přístupnosti" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Účet" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Účet zablokován" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Účet je sledován" @@ -1086,8 +1101,8 @@ msgstr "Účet byl pozastaven" msgid "Account is deactivated" msgstr "Účet byl deaktivován" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Účet byl ztlumen" @@ -1111,24 +1126,24 @@ msgstr "Účet byl odebrán z rychlého přístupu" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Účet byl odblokován" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Ukončeno sledování účtu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Ukončeno ztlumení účtu" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Účty s vroubkovanou modrou značkou zaškrtnutí <0><1/> mohou ověřovat ostatní. Tyto důvěryhodné ověřovatele vybírá Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Účty s vroubkovanou modrou značkou zaškrtnutí <0><1/> mohou ov msgid "Activity from others" msgstr "Aktivita od ostatních" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Oznámení o aktivitě" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Přidat" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Přidej ještě {0} pro pokračování" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Přidej {displayName} do startovacího balíčku" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Přidat uživatele do tohoto seznamu" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Přidat účet" @@ -1201,11 +1216,11 @@ msgstr "Přidat alternativní text (volitelně)" msgid "Add another account" msgstr "Přidat jiný účet" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Přidat další příspěvek" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Přidat další příspěvek do vlákna" @@ -1223,7 +1238,7 @@ msgstr "Přidat heslo aplikace" msgid "Add App Password" msgstr "Přidat heslo aplikace" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Přidat automatický štítek k účtu" @@ -1239,12 +1254,12 @@ msgstr "Přidat filtr" msgid "Add group chat members" msgstr "Přidat účastníky skupinové konverzace" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Přidat obrázek" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Přidat média k příspěvku" @@ -1254,8 +1269,8 @@ msgstr "Přidat média k příspěvku" msgid "Add members" msgstr "Přidat účastníky" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Přidat více informací (volitelně)" @@ -1295,7 +1310,7 @@ msgstr "Přidat reakci" msgid "Add recommended feeds" msgstr "Přidat doporučené kanály" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Přidat nějaké kanály do vašeho startovacího balíčku!" @@ -1307,12 +1322,12 @@ msgstr "Přidat výchozí kanál pouze s lidmi, které sledujete" msgid "Add the following DNS record to your domain:" msgstr "Přidejte k vaší doméně následující DNS záznam:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Přidat tento kanál mezi vaše kanály" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Přidat do seznamů" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Přidat do uložených příspěvků" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Přidat do startovacích balíčků" @@ -1330,7 +1345,7 @@ msgstr "Přidat do startovacích balíčků" msgid "Add user to list" msgstr "Přidat uživatele do seznamu" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Přidat datum narození" @@ -1361,7 +1376,7 @@ msgstr "Přidání členů do seznamu..." msgid "Additional details (limit 1000 characters)" msgstr "Další podrobnosti (limit 1000 znaků)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Další podrobnosti (limit 300 znaků)" @@ -1378,14 +1393,14 @@ msgstr "Dospělý" msgid "Adult content" msgstr "Obsah pro dospělé" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Obsah pro dospělé" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Obsah pro dospělé může být povolen pouze prostřednictvím webu na <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Štítky obsahu pro dospělé" msgid "Adult sexual abuse content" msgstr "Obsah sexuálního zneužívání dospělých" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Rozšířené" @@ -1423,7 +1438,7 @@ msgstr "Žádost o ověření věku byla odeslána" msgid "Age assurance only takes a few minutes" msgstr "Ověření věku trvá pouze několik minut" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "Ověření věku trvá pouze pár minut." @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "Vše" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Vše" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Vše {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Všechny účty jsou sledovány!" @@ -1474,7 +1494,7 @@ msgstr "Všechny kanály, které jste uložil, přímo na jednom místě." msgid "Allow access to your direct messages" msgstr "Povolit přístup k vašim přímým zprávám" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Povolit komukoliv odpovědět" @@ -1488,8 +1508,8 @@ msgstr "Povolit přímé zprávy od" msgid "Allow group chat invites from" msgstr "Povolit skupinové pozvánky z" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Povolit přístup k poloze" @@ -1498,24 +1518,24 @@ msgstr "Povolit přístup k poloze" msgid "Allow others to be notified of your posts" msgstr "Umožnit ostatním dostávat upozornění na vaše příspěvky" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Umožnit lidem, které sledujete odpovídat" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Povolit odpovědi lidem, které zmíníte" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Umožnit citace příspěvků" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Umožnit uživatelům v {0} odpovědět" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Umožnit vašim sledujícím odpovědět" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Umožnit přístup k přímým zprávám" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Už máte kód?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Už máte účet?" @@ -1540,7 +1560,7 @@ msgstr "Již přihlášen/a jako @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Alternativní text bude zkrácen. {MAX_ALT_TEXT, plural, one {Limit: {0} znak.} few {Limit: {0} znaky.} many {Limit: {0} znaků.} other {Limit: {0} znaků.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "E-mail byl odeslán na {0}. Obsahuje potvrzovací kód, který můžete zadat níže." @@ -1587,7 +1607,7 @@ msgstr "Došlo k chybě" msgid "An error occurred" msgstr "Nastala chyba" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Při kompresi videa došlo k chybě." @@ -1596,7 +1616,7 @@ msgstr "Při kompresi videa došlo k chybě." msgid "An error occurred while fetching suggested accounts." msgstr "Při načítání navrhovaných účtů došlo k chybě." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Při načítání kanálu došlo k chybě." @@ -1609,15 +1629,15 @@ msgstr "Nastala chyba při generování startovacího balíčku. Chcete to zkusi msgid "An error occurred while hiding suggestion. {0}" msgstr "Došlo k chybě při skrývání návrhu. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Při načítání videa došlo k chybě. Opakujte akci později." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Při načítání videa došlo k chybě. Opakujte akci." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Došlo k chybě při načítání seznamů :/" @@ -1628,16 +1648,16 @@ msgstr "Došlo k chybě při ukládání QR kódu!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Při pokusu o sledování všech došlo k chybě" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Došlo k chybě při nahrávání videa. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Při nahrávání videa došlo k chybě. Zkontrolujte prosím připojení k internetu a zkuste to znovu." @@ -1661,8 +1681,8 @@ msgstr "Ilustrace několika Bluesky příspěvků vedle repostů, lajků a komen msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Ilustrace aplikace Bluesky s papírovým letadýlkem, které z ní vylétá a symbolizuje zvaní přátel" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Ilustrace ukazující, že Bluesky vybírá důvěryhodné ověřovatele, kteří následně ověřují jednotlivé uživatelské účty." @@ -1686,14 +1706,14 @@ msgstr "Při spouštění skupinového chatu došlo k problému, zkuste to pros #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Došlo k chybě, zkuste to prosím znovu." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Maketa iPhonu zobrazující aplikaci Bluesky otevřenou na profilu ověřeného uživatele s modrou fajfkou vedle zobrazovaného jména." @@ -1702,7 +1722,7 @@ msgstr "Maketa iPhonu zobrazující aplikaci Bluesky otevřenou na profilu ově msgid "an unknown labeler" msgstr "neznámý labeler" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "a" @@ -1735,7 +1755,7 @@ msgstr "Oznámení ověření na Bluesky" msgid "Any date" msgstr "Libovolné datum" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Kdokoli" @@ -1767,7 +1787,7 @@ msgstr "Kdokoli, kdo mě sleduje" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Nikdo, kdo jej má, se již nebude moci připojit ani požádat o připojení. Vždy můžete vytvořit nový." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Názvy hesel aplikace musí mít nejméně 4 znaky" msgid "App passwords" msgstr "Hesla aplikace" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Hesla aplikace" @@ -1856,7 +1876,7 @@ msgstr "Odvolat toto rozhodnutí" msgid "Appeal this label" msgstr "Odvolat se proti tomuto štítku" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Použít žádost o přijetí změn" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archivováno z {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Archivovaný příspěvek" @@ -1914,7 +1934,7 @@ msgstr "Opravdu chcete odstranit heslo aplikace \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Opravdu chcete odstranit tuto zprávu? Zpráva bude smazána, ale ne pro ostatní účastníky." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Opravdu chcete odstranit tento startovací balíček?" @@ -1936,7 +1956,7 @@ msgstr "Opravdu chcete opustit tuto konverzaci?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Opravdu chcete opustit tuto konverzaci? Vaše zprávy budou pro vás odstraněny, ale ne pro ostatní účastníky." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Opravdu chcete odstranit tuto položku z vašich kanálů?" @@ -1945,7 +1965,7 @@ msgstr "Opravdu chcete odstranit tuto položku z vašich kanálů?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Opravdu chcete odvolat svou žádost o připojení k {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Opravdu chcete zrušit tento příspěvek?" @@ -1953,7 +1973,7 @@ msgstr "Opravdu chcete zrušit tento příspěvek?" msgid "Are you sure?" msgstr "Jste si jisti?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Jste osobou vyobrazenou na snímku, nebo oprávněným zástupcem jednajícím jménem této osoby?" @@ -1969,8 +1989,8 @@ msgstr "Umění" msgid "Artistic or non-erotic nudity." msgstr "Umělecká nebo neerotická nahota." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Požádat aplikace a weby, aby nezobrazovaly můj účet odhlášeným uživatelům" @@ -1979,12 +1999,12 @@ msgstr "Požádat aplikace a weby, aby nezobrazovaly můj účet odhlášeným u msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Požádat aplikace, aby skrývaly mé příspěvky z algoritmických doporučení" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Přiřadit téma pro algo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Nejméně 8 znaků" @@ -2017,8 +2037,8 @@ msgstr "Automaticky" msgid "Automation label" msgstr "Automatický popisek" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Automatický popisek" @@ -2038,6 +2058,10 @@ msgstr "Dostupný" msgid "Avatar creator" msgstr "Tvůrce avataru" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Tvůrce avataru" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Tvůrce avataru" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Zpět" msgid "Back to Chats" msgstr "Zpět na konverzace" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Zakázané činnosti nebo porušení zabezpečení" @@ -2081,7 +2109,7 @@ msgstr "Zakázané činnosti nebo porušení zabezpečení" msgid "Banned user returning" msgstr "Vracení zakázaného uživatele" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Podle polohy vašeho zařízení se domníváme, že se nacházíte v <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "Podle polohy vašeho zařízení se domníváme, že se nacházíte v <0 msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Podle polohy vašeho zařízení se domníváme, že se nacházíte v <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Podle vaší sítě se domníváme, že se nacházíte v <0>{geolocationString}. Tento odhad může být nepřesný, pokud používáte VPN." @@ -2148,16 +2176,16 @@ msgstr "Začněte proces zajištění věku vyplněním níže uvedených polí. msgid "Beta Feature" msgstr "Funkce beta verze" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Funkce beta verze" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Funkce beta verze povoleny" @@ -2193,12 +2221,12 @@ msgstr "Blokovat {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Blokovat účet" @@ -2255,15 +2283,15 @@ msgstr "Blokovat uživatele a/nebo smazat tuto konverzaci" msgid "Block user and/or leave this conversation" msgstr "Blokovat uživatele a/nebo opustit tuto konverzaci" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Zablokováno" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Blokované účty" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Blokované účty" @@ -2288,7 +2316,7 @@ msgstr "Blokování je veřejné. Zablokované účty nemohou odpovědět ve va 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." msgstr "Blokování nebrání použití štítků na Vašem účtu, ale zabrání tomu, aby tento účet odpovídal ve vašich vláknech nebo reagoval s vámi." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nemůže potvrdit pravost požadovaného data." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky pomáhá přátelům najít se navzájem vytvořením zakódovaného digitálního otisku, nazvaného \"hash\" a pak hledáním odpovídajících hashů." @@ -2357,15 +2389,11 @@ msgstr "Bluesky ukládá vaše kontakty jako kódovaná data. Odstraněním kont msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky vybere sadu doporučených účtů od lidí ve vaší síti." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky nebude zobrazovat váš účet odhlášeným uživatelům a požádá ostatní aplikace, aby udělaly totéž. Ostatní aplikace nemusí tento požadavek respektovat. Váš účet tím nebude soukromý." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky nebude zobrazovat vaše příspěvky ve feedu Objevit (kromě vašich sledujících) a požádá ostatní aplikace, aby vaše příspěvky nezobrazovaly ve svých algoritmických doporučeních." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky proaktivně ověří pozoruhodné a autentické účty." @@ -2424,29 +2452,29 @@ msgstr "Procházet další návrhy na stránce Prozkoumat" msgid "Browse other feeds" msgstr "Procházet další kanály" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Procházet příspěvky o {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Procházet příspěvky označené {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Procházet startovací balíček {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Procházet téma {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Procházet téma {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Byznys" @@ -2459,10 +2487,10 @@ msgstr "Tlačítko pro návrat na domácí časovou osu" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Od {0}" @@ -2475,7 +2503,7 @@ msgstr "od @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Od <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Vytvořením účtu souhlasíte s <0>Podmínkami služby a <1>Zásad msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Vytvořením účtu souhlasíte s <0>Podmínkami služby." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Vámi" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Fotoaparát" @@ -2521,16 +2549,16 @@ msgstr "Je vyžadován přístup ke kameře" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Je vyžadován přístup ke kameře" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Je vyžadován přístup ke kameře" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Zrušit" msgid "Cancel quote post" msgstr "Zrušit citaci příspěvku" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Zrušit opětovné aktivaci a odhlásit se" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Zruší přihlašování, abyste si mohli zkontrolovat uživatelské jméno" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Nelze komunikovat s blokovaným uživatelem" @@ -2609,7 +2637,7 @@ msgstr "Titulky (.vtt)" msgid "Captions & alt text" msgstr "Titulky a alternativní text" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "karusel" @@ -2651,24 +2679,24 @@ msgstr "Změnit uživatelské jméno" msgid "Change hosting provider" msgstr "Změnit poskytovatele hostingu" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Změnit moderátorskou službu" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Změnit heslo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Dialog pro změnu hesla" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Změnit kategorii hlášení" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Změnit důvod hlášení" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Změny startovacího balíčku nebudou po vytvoření zohledněny v seznamu. Seznam bude nezávislá kopie." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Konverzace" @@ -2758,7 +2786,7 @@ msgstr "Vlastníci konverzace nemohou opustit skupinovou konverzaci." msgid "Chat recipient is not followed by the sender." msgstr "Příjemce konverzace není sledován odesílatelem." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Schránka žádostí o konverzaci" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Žádosti o konverzaci" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Zkontrolujte <0>{currentEmail} pro e-mail s potvrzovacím kódem, kt msgid "Check back later!" msgstr "Vraťte se později!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Zkontrolovat můj status" @@ -2895,7 +2923,7 @@ msgstr "Vyberte poskytovatele hostingu" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Vyberte si svoji vlastní časovou osu! Kanály vytvořené komunitou vám pomohou najít obsah, který milujete." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Zvolte své heslo" @@ -2931,7 +2959,7 @@ msgstr "Vymazat vyhledávání GIF" msgid "Clear image cache" msgstr "Vymazat mezipaměť obrázků" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Vymazat vyhledávací dotaz" @@ -2951,11 +2979,11 @@ msgstr "Klikněte zde pro přidání osob do tohoto skupinového chatu" msgid "Click here to create or manage an invite link for this group chat" msgstr "Klikněte zde pro vytvoření nebo správu pozvánky pro tuto skupinovou konverzaci" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Klikněte zde pro odstranění vašeho účtu" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Klikněte zde pro odhlášení" @@ -2968,8 +2996,8 @@ msgstr "Klikněte zde pro opětovné odeslání e-mailu" msgid "Click here to restart the verification process." msgstr "Klikněte zde pro restartování ověřovacího procesu." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Klikněte zde pro aktualizaci data narození" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Klikněte pro opakování neúspěšné zprávy" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Klikněte pro opakování neúspěšné zprávy" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Klikněte pro opakování neúspěšné zprávy" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Zavřít" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Zavřít aktivní dialogové okno" @@ -3068,13 +3097,13 @@ msgstr "Zavřít banner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Zavřít dialog" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Zavřít nabídku" @@ -3110,7 +3139,7 @@ msgstr "Zavřít banner příchozích žádostí" msgid "Close this dialog" msgstr "Zavřít tento dialog" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Zavřít uvítací okno" @@ -3118,7 +3147,7 @@ msgstr "Zavřít uvítací okno" msgid "Closes password update alert" msgstr "Zavře upozornění o aktualizaci hesla" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Zavře editor příspěvku a zahodí koncept příspěvku" @@ -3126,7 +3155,7 @@ msgstr "Zavře editor příspěvku a zahodí koncept příspěvku" msgid "Collapse list of users" msgstr "Sbalit seznam uživatelů" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Sbalí seznam uživatelů pro dané oznámení" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Komiksy" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Obecné zásady komunity" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Dokončit úvodní nastavení a začít používat svůj účet" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Dokončete výzvu" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Vytvořit nový příspěvek" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Napiš příspěvky dlouhé až {0, plural, one {# znak} few {# znaky} many {# znaků}other {# znaků}}" @@ -3180,11 +3209,11 @@ msgstr "Napiš příspěvky dlouhé až {0, plural, one {# znak} few {# znaky} m msgid "Compose reply" msgstr "Napište odpověď" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Komprese GIF..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Komprese videa..." @@ -3198,18 +3227,18 @@ msgstr "Nastaveno v <0>nastavení moderování." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Potvrdit" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Potvrzovací kód" @@ -3226,12 +3255,12 @@ msgstr "Připojování ke službě…" msgid "Connecting…" msgstr "Připojování…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Problém s připojením" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Kontaktujte náš tým podpory" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Kontakt na podporu" @@ -3273,7 +3302,7 @@ msgstr "Obsah & Média" msgid "Content and media" msgstr "Obsah a média" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Obsah a média" @@ -3281,7 +3310,7 @@ msgstr "Obsah a média" msgid "Content Blocked" msgstr "Obsah zablokován" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtry obsahu" @@ -3421,8 +3450,8 @@ msgstr "Kopírovat" msgid "Copy App Password" msgstr "Kopírovat heslo aplikace" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Kopírovat at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kopírovat kód" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Kopírovat DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Kopírovat odkaz na pozvánku" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Kopírovat odkaz" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Kopírovat odkaz" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Kopírovat odkaz do seznamu" @@ -3472,12 +3501,12 @@ msgstr "Kopírovat odkaz do seznamu" msgid "Copy link to post" msgstr "Kopírovat odkaz do příspěvku" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Kopírovat odkaz do profilu" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Kopírovat odkaz do startovacího balíčku" @@ -3491,8 +3520,8 @@ msgstr "Kopírovat text zprávy" msgid "Copy post at:// URI" msgstr "Kopírovat příspěvek at:// URI" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Kopírovat text příspěvku" @@ -3506,7 +3535,7 @@ msgstr "Kopírovat hodnotu TXT záznamu" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Pravidla autorských práv" @@ -3632,7 +3661,7 @@ msgstr "Vytvořit" msgid "Create a list" msgstr "Vytvořit seznam" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Vytvořit seznam z tohoto startovacího balíčku" @@ -3642,7 +3671,7 @@ msgstr "Vytvořit QR kód pro startovací balíček" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Vytvořit startovací balíček" @@ -3655,12 +3684,12 @@ msgstr "Vytvořit startovací balíček" msgid "Create a starter pack for me" msgstr "Vytvořit pro mě startovací balíček" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Vytvořit skupinovou konverzaci" msgid "Create list" msgstr "Vytvořit seznam" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Vytvořit seznam od členů" @@ -3708,13 +3737,13 @@ msgstr "Vytvořit seznam od členů" msgid "Create list from starter pack" msgstr "Vytvořit seznam ze startovacího balíčku" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Vytvořit seznam moderování" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Vytvořit nový účet" @@ -3724,8 +3753,8 @@ msgstr "Vytvořit nebo upravit pozvánku pro tuto skupinovou konverzaci" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Vytvořit hlášení pro {0}" @@ -3734,7 +3763,7 @@ msgstr "Vytvořit hlášení pro {0}" msgid "Create starter pack" msgstr "Vytvořit startovací balíček" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Vytvořit seznam uživatelů" @@ -3747,7 +3776,7 @@ msgstr "Vytvořit seznam uživatelů" msgid "Created {0}" msgstr "Vytvořeno {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Tvůrce byl zablokován" @@ -3800,7 +3829,7 @@ msgstr "Tmavý" msgid "Dark theme" msgstr "Tmavý motiv" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Datum narození" @@ -3814,7 +3843,7 @@ msgstr "Den" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Deaktivovat účet" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Výchozí ikony" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Vymazat" @@ -3892,8 +3921,8 @@ msgstr "Smazat konverzaci" msgid "Delete for me" msgstr "Smazat pro mě" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Smazat seznam" @@ -3909,30 +3938,30 @@ msgstr "Smazat zprávu pro mě" msgid "Delete my account" msgstr "Smazat můj účet" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Smazat příspěvek" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Smazat startovací balíček" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Smazat startovací balíček?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Smazat tento seznam?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Smazat tento příspěvek?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Smazáno" @@ -3953,7 +3982,7 @@ msgstr "Po ověření smazán pomocí Plivo" msgid "Deleted list" msgstr "Smazaný seznam" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Popis (max. 1000 znaků)" msgid "Descriptive alt text" msgstr "Popisný alternativní text" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Odpojit citaci" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Odpojit citaci příspěvku?" @@ -3993,11 +4022,11 @@ msgstr "Vývojářský režim povolen" msgid "Developer options" msgstr "Možnosti pro vývojáře" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Překlad zařízení se nezdařil :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: upravit, kdo může reagovat na tento příspěvek" @@ -4009,6 +4038,11 @@ msgstr "Dialogové okno: Nastavit filtry vyhledávání" msgid "Dim" msgstr "Ztmavit" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Vypnout titulky" msgid "Disable email 2FA" msgstr "Vypnout e-mail 2FA" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Vypnout e-mail 2FA" @@ -4041,11 +4075,11 @@ msgstr "Zakázat haptickou odezvu" msgid "Disable link" msgstr "Deaktivovat odkaz" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Zakázat citaci tohoto příspěvku" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Zcela zakázat odpovědi" @@ -4056,17 +4090,17 @@ msgstr "Zakázat tento odkaz na pozvánku?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Neaktivní" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Zahodit" @@ -4075,23 +4109,28 @@ msgstr "Zahodit" msgid "Discard changes?" msgstr "Zahodit změny?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Zahodit koncept?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Zahodit příspěvek?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Odpojit Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Objevovat kanály" @@ -4106,8 +4145,8 @@ msgstr "Objevte nové vlastní kanály" msgid "Discover New Feeds" msgstr "Objevte nové kanály" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Odmítnout" @@ -4115,7 +4154,7 @@ msgstr "Odmítnout" msgid "Dismiss banner" msgstr "Odmítnout banner" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Odmítnout chybu" @@ -4217,8 +4256,9 @@ msgstr "Žádné obavy! Všechny stávající zprávy a nastavení jsou uložen #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Hotovo" msgid "Double tap or long press the message to add a reaction" msgstr "Dvojitým klepnutím nebo dlouhým stisknutím zprávy přidáte reakci" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Dvojitým klepnutím zavřete dialog" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Dvojitým klepnutím dáte lajk" @@ -4248,11 +4288,11 @@ msgstr "Stáhnout" msgid "Download Bluesky" msgstr "Stáhnout Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Stáhnout data konverzace" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Stáhnout data konverzace" @@ -4266,11 +4306,11 @@ msgstr "Stáhnout obrázek" msgid "Download invite QR code" msgstr "Stáhnout QR kód pozvánky" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Stáhnout data profilu" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Stáhnout data profilu" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Doxxing" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Koncepty" @@ -4318,19 +4358,19 @@ msgstr "např. alice.com" msgid "E.g. artistic nudes." msgstr "Např. umělecké akty." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "např. Skvělí přispěvatelé" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "např. Spameři" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "např. Lidé, kteří nikdy nezklamou." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "např. Uživatelé, kteří opakovaně odpovídají reklamami." @@ -4341,7 +4381,7 @@ msgstr "Poruchy příjmu potravy" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Upravit" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Upravit avatar" @@ -4373,8 +4413,8 @@ msgstr "Upravit název skupiny" msgid "Edit image" msgstr "Upravit obrázek" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Upravit nastavení interakcí" @@ -4396,21 +4436,21 @@ msgstr "Upravit odkaz na pozvánku" msgid "Edit link settings" msgstr "Upravit nastavení odkazu" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Upravit podrobnosti seznamu" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Upravit stav živého vysílání" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Upravit seznam moderování" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Upravit moje kanály" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Upravit lidi" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Upravit nastavení interakcí s příspěvkem" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Upravit profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Upravit profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Upravit startovací balíček" @@ -4454,15 +4494,15 @@ msgstr "Upravit startovací balíček" msgid "Edit this group chat’s name" msgstr "Upravit název této skupinové konverzace" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Upravit seznam uživatelů" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Upravit, kdo může odpovídat" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Upravit svůj startovací balíček" @@ -4470,16 +4510,16 @@ msgstr "Upravit svůj startovací balíček" msgid "Education" msgstr "Vzdělávání" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Tvůrce tohoto seznamu vás buď zablokoval, nebo jste vy zablokovali tvůrce." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "E-mailové 2FA zakázáno" @@ -4492,7 +4532,7 @@ msgstr "E-mailové 2FA povoleno" msgid "Email address" msgstr "E-mailová adresa" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mail odeslán znovu" @@ -4508,7 +4548,7 @@ msgstr "E-mail odeslán! <0>Klikněte sem pro opětovné odeslání." msgid "Email verification complete!" msgstr "Ověření e-mailu dokončeno!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-mail ověřen" @@ -4527,7 +4567,7 @@ msgstr "Vložit příspěvek" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Vložte tento příspěvek na svůj web. Stačí zkopírovat následující úryvek a vložit jej do HTML kódu vašeho webu." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Vestavěný přehrávač videa" @@ -4542,12 +4582,7 @@ msgstr "Povolit" msgid "Enable {0} only" msgstr "Povolit pouze {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Povolit nahrávání 10minutových videí." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Povolit obsah pro dospělé" @@ -4583,7 +4618,7 @@ msgstr "Povolte oznámení pro účet tak, že navštívíte jeho profil a stisk msgid "Enable push notifications" msgstr "Povolit push oznámení" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Povolit citace tohoto příspěvku" @@ -4601,7 +4636,7 @@ msgstr "Povolit trendující témata" msgid "Enable trending videos in your Discover feed" msgstr "Povolit trendující videa ve vašem kanálu Objevit" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Povoleno" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Zadejte své datum narození" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Zadejte svou e-mailovou adresu" @@ -4670,15 +4705,15 @@ msgstr "Zadejte své heslo" msgid "Enter your username and password" msgstr "Zadejte své uživatelské jméno a heslo" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Přejde do režimu celé obrazovky" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Zábava" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Chyba" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Chybová zpráva" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Při ukládání souboru došlo k chybě" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Chyba při přijímání odpovědi captcha." @@ -4712,11 +4747,11 @@ msgstr "Chyba při přijímání odpovědi captcha." msgid "Error: {error}" msgstr "Chyba: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Odpovídat může každý" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Na tento příspěvek může odpovědět kdokoli." @@ -4783,7 +4818,7 @@ msgstr "Rozbalit nebo sbalit celý příspěvek, na který odpovídáte" msgid "Expand post text" msgstr "Rozbalit text příspěvku" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Rozbalí nebo sbalí text příspěvku" @@ -4826,21 +4861,21 @@ msgstr "Explicitní nebo potenciálně znepokojivý obsah." msgid "Explicit sexual images." msgstr "Explicitní sexuální obrázky." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Prozkoumat" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Prozkoumat aplikaci" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Exportovat data mých konverzací" @@ -4849,7 +4884,7 @@ msgstr "Exportovat data mých konverzací" msgid "Export my data" msgstr "Exportovat moje data" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Exportovat data mého profilu" @@ -4868,7 +4903,7 @@ msgstr "Externí média" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Externí média mohou webům umožnit shromažďovat informace o vás a vašem zařízení. Žádné informace se neodesílají ani nevyžadují, dokud nestisknete tlačítko „přehrát“." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Předvolby externích médií" @@ -4946,7 +4981,7 @@ msgstr "Nepodařilo se smazat zprávu" msgid "Failed to delete post, please try again" msgstr "Smazání příspěvku se nezdařilo, zkuste to prosím znovu" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Nepodařilo se smazat startovací balíček" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Nepodařilo se deaktivovat odkaz na pozvánku" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Nepodařilo se odpojit Germ DM. Chyba: {0}" @@ -5003,16 +5038,16 @@ msgstr "Nepodařilo se opustit skupinovou konverzaci" msgid "Failed to load conversations" msgstr "Nepodařilo se načíst konverzace" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Nepodařilo se načíst kanály" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Nepodařilo se načíst předvolby kanálů" @@ -5037,14 +5072,14 @@ msgstr "Nepodařilo se načíst předvolbu." msgid "Failed to load profiles" msgstr "Profily se nepodařilo načíst" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Nepodařilo se načíst doporučené kanály" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Nepodařilo se načíst doporučené sledování" @@ -5067,12 +5102,12 @@ msgstr "Nepodařilo se označit všechny žádosti jako přečtené" msgid "Failed to mute group chat" msgstr "Nepodařilo se ztlumit skupinovou konverzaci" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Připnutí příspěvku se nezdařilo" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Nepodařilo se znovu připojit Germ DM. Chyba: {0}" @@ -5121,7 +5156,7 @@ msgstr "Nepodařilo se zrušit váš požadavek. Zkuste to prosím znovu." msgid "Failed to resolve location. Please try again." msgstr "Nepodařilo se zjistit polohu. Zkuste to prosím znovu." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Nepodařilo se uložit koncept" @@ -5135,7 +5170,7 @@ msgstr "Nepodařilo se uložit obrázek" msgid "Failed to save image: {0}" msgstr "Nepodařilo se uložit obrázek: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Nepodařilo se uložit nastavení. Zkuste to prosím znovu." @@ -5168,7 +5203,7 @@ msgstr "Přepnutí ztlumení vlákna se nezdařilo, zkuste to prosím znovu" msgid "Failed to unlock group chat" msgstr "Nepodařilo se odemknout skupinovou konverzaci" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Odepnutí seznamu se nezdařilo" @@ -5185,7 +5220,7 @@ msgstr "Nepodařilo se aktualizovat nastavení e-mailového 2FA" msgid "Failed to update email, please try again." msgstr "Aktualizace e-mailu se nezdařila, zkuste to prosím znovu." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Nepodařilo se aktualizovat kanály" @@ -5197,12 +5232,10 @@ msgstr "Nepodařilo se aktualizovat deklaraci oznámení" msgid "Failed to update settings" msgstr "Nepodařilo se aktualizovat nastavení" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Nahrání videa se nezdařilo" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Falešný účet nebo bot" msgid "False information about elections" msgstr "Nepravdivé informace o volbách" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Kanál" @@ -5241,11 +5274,11 @@ msgstr "Tvůrce kanálu" msgid "Feed identifier" msgstr "Identifikátor kanálu" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Nabídka kanálu" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Přepínač kanálu" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Zpětná vazba byla odeslána provozovateli kanálu" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Kanály" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Kanály jsou vlastní algoritmy, které uživatelé vytvářejí s trochou programátorských znalostí. Další informace najdete v <0>tomto průvodci." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Načíst aktualizaci" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Soubor byl úspěšně uložen!" @@ -5306,6 +5343,10 @@ msgstr "Filtrovat podle autora (aktuálně: {currentLabel})" msgid "Filter from feeds" msgstr "Filtrovat z kanálů" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrovat vyhledávání podle jazyka (aktuálně: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtry" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Dokončování" @@ -5358,15 +5399,15 @@ msgstr "Finance" msgid "Find accounts to follow" msgstr "Najít účty ke sledování" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Najít a pozvat přátele" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Najít kontakty" @@ -5378,7 +5419,7 @@ msgstr "Najít přátele" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Najděte lidi, které budete sledovat" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Zaměřit vyhledávací pole" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Sledovat" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Sledovat {0}" @@ -5458,7 +5499,7 @@ msgstr "Sledovat {0}" msgid "Follow {displayName}" msgstr "Sledovat {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Sledovat {handle}" @@ -5474,8 +5515,8 @@ msgstr "Začněte sledováním 10 lidí" msgid "Follow 7 accounts" msgstr "Sledovat 7 účtů" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Sledovat účet" @@ -5486,8 +5527,8 @@ msgstr "Sledovat účet" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Sledovat všechny" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Sledovat všechny účty" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Sledující se mohou připojit" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Sledující uživatele @{0}, které znáte" @@ -5552,28 +5593,29 @@ msgstr "Sledující, které znáte" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Sledované" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Sledované" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Sledujete {0}" @@ -5582,7 +5624,7 @@ msgstr "Sledujete {0}" msgid "Following {displayName}" msgstr "Sledujete {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Sledujete {handle}" @@ -5591,7 +5633,7 @@ msgstr "Sledujete {handle}" msgid "Following feed preferences" msgstr "Předvolby kanálu Sledované" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Předvolby kanálu Sledované" @@ -5613,7 +5655,7 @@ msgstr "Velikost písma" msgid "Food" msgstr "Jídlo" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "U organizačních účtů použijte datum narození osoby, která je za účet odpovědná." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Vygenerovat nový odkaz" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM odpojeno" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Odkaz Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM znovu připojeno" @@ -5812,7 +5854,7 @@ msgstr "Začínáme" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF nahrán" @@ -5835,8 +5877,8 @@ msgstr "Glorifikace násilí" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorifikace násilí" msgid "Go back" msgstr "Zpět" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Zpět" @@ -5867,8 +5909,8 @@ msgstr "Přejít zpět na předchozí krok" msgid "Go home" msgstr "Přejít na domovskou stránku" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Začít vysílat" @@ -5879,8 +5921,8 @@ msgstr "Začít vysílat" msgid "Go Live" msgstr "Začít vysílat" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Přejít do živého vysílání (zakázáno)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Začít vysílat živě na" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Přejít na profil uživatele {0}" @@ -5900,7 +5942,7 @@ msgstr "Přejít na profil uživatele {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Přejít do nastavení účtu" @@ -5943,8 +5985,8 @@ msgstr "Živé vysílání je pro váš účet aktuálně zakázáno" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Rozumím" @@ -5953,6 +5995,11 @@ msgstr "Rozumím" msgid "Grant access" msgstr "Udělit přístup" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Název skupinové konverzace byl aktualizován" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Nastavení skupinové konverzace" @@ -6083,6 +6130,11 @@ msgstr "Veselé GIFy" msgid "Haptics" msgstr "Haptická odezva" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Obtěžování nebo nenávist" @@ -6095,7 +6147,7 @@ msgstr "Škodlivé nebo vysoce rizikové aktivity" msgid "Harming or endangering minors" msgstr "Poškozování nebo ohrožování nezletilých" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "Nenávistné projevy" msgid "Have a code? <0>Click here." msgstr "Máte kód? <0>Klikněte sem." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Máme špatnou polohu? <0>Klepnutím sem aktualizujte svou polohu pomocí GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Máte potíže?" @@ -6145,11 +6197,11 @@ msgstr "Zde je vaše heslo aplikace!" msgid "Hey there 👋" msgstr "Ahoj 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Ahoj!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Ahoj!" @@ -6158,7 +6210,7 @@ msgstr "Ahoj!" msgid "Hidden" msgstr "Skryto" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Skryto vaším nastavením moderování." @@ -6166,23 +6218,19 @@ msgstr "Skryto vaším nastavením moderování." msgid "Hidden list" msgstr "Skrytý seznam" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Skrýt" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Skrýt" @@ -6195,7 +6243,7 @@ msgstr "Skrýt možnosti přizpůsobení" msgid "Hide group chat updates" msgstr "Skrýt aktualizace skupinové konverzace" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Skrýt seznamy" @@ -6203,23 +6251,23 @@ msgstr "Skrýt seznamy" msgid "Hide password" msgstr "Skrýt heslo" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Skrýt příspěvek pro mě" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Skrýt odpověď pro všechny" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Skrýt odpověď pro mě" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Skrýt reposty v kanálech" @@ -6227,38 +6275,31 @@ msgstr "Skrýt reposty v kanálech" msgid "Hide this card" msgstr "Skrýt tuto kartu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Skrýt tento příspěvek?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Skrýt tuto odpověď?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Skrýt překlad" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Skrýt populární témata" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Skrýt populární témata?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Skrýt populární videa?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Skrýt seznam uživatelů" @@ -6267,12 +6308,12 @@ msgstr "Skrýt seznam uživatelů" msgid "Hide verification badges" msgstr "Skrýt ověřovací odznaky" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Skryje obsah" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Skryje propagační banner pro pozvání přátel" @@ -6308,7 +6349,7 @@ msgstr "Hmm, server kanálu vrátil chybnou odpověď. Dejte prosím vlastníkov msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, máme problém s nalezením tohoto kanálu. Možná byl smazán." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmm, zdá se, že máme problém s načtením těchto dat. Více informací naleznete níže. Pokud problém přetrvává, kontaktujte nás prosím." @@ -6316,14 +6357,14 @@ msgstr "Hmm, zdá se, že máme problém s načtením těchto dat. Více informa msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, nepodařilo se nám načíst tuto moderační službu." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Vydržte! Přístup k videu zpřístupňujeme postupně a vy stále čekáte ve frontě. Zkuste to brzy znovu!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Domů" @@ -6369,8 +6410,8 @@ msgstr "Obchodování s lidmi" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Souhlasím s tím, aby Bluesky používal mé kontakty k vyhledávání společných přátel a uchovával hashovaná data pro porovnávání, dokud souhlas neodvolám." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Mám kód" @@ -6400,15 +6441,15 @@ msgstr "Pokud nevyberete žádný, ve vašich kanálech se zobrazí všechny jaz 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." msgstr "Pokud je vám 18 nebo více let a chcete to zkusit znovu, klikněte na tlačítko níže a použijte jinou metodu ověření, pokud je ve vašem regionu k dispozici. Máte-li dotazy nebo obavy, <0>náš tým podpory vám pomůže." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Pokud podle zákonů vaší země ještě nejste dospělí, musí si tyto Podmínky přečíst váš rodič nebo zákonný zástupce za vás." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Pokud se domníváte, že vaše datum narození je nesprávné, můžete jej aktualizovat <0>kliknutím sem." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Pokud tento seznam smažete, nebudete jej moci obnovit." @@ -6420,7 +6461,7 @@ msgstr "Pokud máte vlastní doménu, můžete ji použít jako svoje uživatels msgid "If you need to update your email, <0>click here." msgstr "Pokud potřebujete aktualizovat svůj e-mail, <0>klikněte sem." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Pokud tento příspěvek odstraníte, nebudete jej moci obnovit." @@ -6441,7 +6482,7 @@ msgstr "Pokud chcete omezit, kdo může dostávat oznámení o aktivitě vašeho msgid "If you're a developer, you can host your own server." msgstr "Pokud jste vývojář, můžete si hostovat vlastní server." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Pokud se snažíte změnit svoje uživatelské jméno nebo e-mail, udělejte to před deaktivací." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Obrázek" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Obrázek {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Obrázek {0} z {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Obrázek {0} z {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Mezipaměť obrázků vymazána, uvolněno {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Galerie obrázků, {0} obrázků" @@ -6526,7 +6567,7 @@ msgstr "Importovat kontakty" msgid "Import Contacts" msgstr "Importovat kontakty" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importujte kontakty nebo pozvěte své přátele" @@ -6540,7 +6581,7 @@ msgstr "Importujte kontakty a najděte své přátele" msgid "Imported on {0}" msgstr "Importováno {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Abychom mohli poskytnout zážitek odpovídající vašemu věku, potřebujeme znát vaše datum narození. Jedná se o jednorázovou záležitost a vaše údaje zůstanou soukromé." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Zahrnout příspěvky vytvořené do tohoto data" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Zahrnout časové razítko videa ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Zadejte kód, který vám byl zaslán e-mailem" msgid "Interaction limited" msgstr "Interakce omezeny" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Nastavení interakcí" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Představujeme uložené příspěvky neboli záložky" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Neplatný ověřovací kód 2FA." @@ -6691,7 +6732,7 @@ msgstr "Neplatný předmět hlášení" msgid "Invalid rescind request." msgstr "Neplatný požadavek na zrušení." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Neplatný ověřovací kód" @@ -6703,15 +6744,15 @@ msgstr "Pozvat" msgid "Invite {name} to join Bluesky" msgstr "Pozvat uživatele {name} na Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Zvací kód" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Zvací kód nebyl přijat. Zkontrolujte, zda jste ho zadali správně, a zkuste to znovu." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Pozvat přátele" @@ -6761,7 +6802,7 @@ msgstr "Odkaz s pozvánkou upraven" msgid "Invite link enabled" msgstr "Odkaz s pozvánkou povolen" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Pozvěte lidi do tohoto startovacího balíčku!" @@ -6786,26 +6827,26 @@ msgstr "Pozvánky, ale osobní" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Vypadá to, že se vás zde některé z vašich kontaktů ještě nepokusily najít. Můžete je osobně pozvat úpravou návrhu zprávy, který vám poskytneme." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Je to správné" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Zatím je tu jen <0>{0} ! Přidej další lidi do svého startovacího balíčku pomocí vyhledávání výše." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Zatím jste tu jen vy! Přidejte do svého startovacího balíčku další lidi pomocí vyhledávání výše." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID úlohy: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Úlohy" @@ -6816,8 +6857,8 @@ msgstr "Připojit se" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Připojit se k Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Připojit se ke konverzaci" msgid "Journalism" msgstr "Žurnalistika" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Pokračovat v úpravách" @@ -6854,17 +6895,17 @@ msgstr "Informujte mě" msgid "KWS website" msgstr "Web KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Označit odpověď pro algoritmus" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Označeno {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Označeno autorem." @@ -6893,7 +6934,7 @@ msgstr "Štítky na vašem účtu" msgid "Language" msgstr "Jazyk" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Nastavení jazyka" @@ -6907,12 +6948,12 @@ msgstr "Jazyky" msgid "Larger" msgstr "Větší" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Naposledy zahájeno před {timeAgo}" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Naposledy spuštěno právě teď" @@ -6923,8 +6964,8 @@ msgstr "Naposledy spuštěno právě teď" msgid "Latest" msgstr "Nejnovější" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Zjistěte více o tom, <0>jak používat pokročilé vyhledávání. msgid "Learn more about age assurance" msgstr "Zjistit více o ověření věku" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Zjistit více o Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Zjistit více o importu kontaktů" msgid "Learn more about self hosting your PDS." msgstr "Zjistěte více o vlastním hostování vašeho PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Zjistěte více o moderování použitém na tento obsah" @@ -6984,8 +7025,8 @@ msgstr "Více informací o těchto změnách a o tom, jak nám sdělit svůj ná msgid "Learn more about this warning" msgstr "Zjistit více o tomto varování" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Zjistěte více o ověření na Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Zjistěte více o ověření na Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Zjistěte více o tom, co je na Bluesky veřejné." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Zjistěte více o svém odkazu Germ DM" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Více informací najdete v <0>nastavení účtu." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Zjistit více." @@ -7067,7 +7108,7 @@ msgstr "Opuštěním této konverzace ji trvale uzamknete a nebudete se moci zno msgid "Left group chat." msgstr "Opustili jste skupinovou konverzaci." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "zbývá." @@ -7080,7 +7121,7 @@ msgstr "Nech mě vybrat" msgid "Let's get your password reset!" msgstr "Pojďme obnovit vaše heslo!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Jdeme na to!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Světlý" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "To se mi líbí" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "To se mi líbí ({0, plural, one {# označení To se mi líbí} few {# označení To se mi líbí} many {# označení To se mi líbí} other {# označení To se mi líbí}})" @@ -7114,7 +7155,7 @@ msgstr "Lajkněte 10 příspěvků" msgid "Like 10 posts to train the Discover feed" msgstr "Lajkněte 10 příspěvků a naučte tak kanál Objevovat" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Lajkněte tento kanál" @@ -7122,8 +7163,8 @@ msgstr "Lajkněte tento kanál" msgid "Like this labeler" msgstr "Lajknout tohoto labelera" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Líbí se uživatelům" @@ -7140,26 +7181,26 @@ msgstr "Líbí se" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Líbí se {0, plural, one {# uživateli} few {# uživatelům} many {# uživatelům} other {# uživatelům}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "To se líbí uživateli {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "To se líbí uživatelům {0} a {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Lajky" msgid "Likes of your reposts" msgstr "Lajky vašich repostů" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Lajky u tohoto příspěvku" @@ -7191,11 +7232,16 @@ msgstr "Lineární" msgid "Link copied to clipboard" msgstr "Odkaz zkopírován do schránky" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Seznam" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Avatar seznamu" @@ -7227,20 +7273,20 @@ msgstr "Seznam byl vytvořen, ale některé členy se nepodařilo přidat" msgid "List creator" msgstr "Tvůrce seznamu" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Seznam smazán" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Popis seznamu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Popis seznamu je příliš dlouhý. {DESCRIPTION_MAX_GRAPHEMES, plural, one {Maximální počet znaků je #.} few {Maximální počet znaků je #.} many {Maximální počet znaků je #.} other {Maximální počet znaků je #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Seznam byl skryt" @@ -7248,7 +7294,7 @@ msgstr "Seznam byl skryt" msgid "List Hidden" msgstr "Seznam skrytý" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Seznam musí mít název." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Seznam ztlumen" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Název seznamu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Název seznamu je příliš dlouhý. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {Maximální počet znaků je #.} few {Maximální počet znaků je #.} many {Maximální počet znaků je #.} other {Maximální počet znaků je #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Seznam odblokován" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Seznam již není ztlumen" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Seznamy" @@ -7326,12 +7372,12 @@ msgstr "Funkce živého vysílání je v beta verzi" msgid "Live link" msgstr "Odkaz na živé vysílání" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Načíst další" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Načíst další doporučené kanály" @@ -7346,16 +7392,16 @@ msgstr "Načíst nová oznámení" msgid "Load new posts" msgstr "Načíst nové příspěvky" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Načítání konverzace…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Načítání seznamů..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Načítání nastavení interakcí s příspěvkem..." @@ -7383,7 +7429,7 @@ msgstr "Uzamknout tuto skupinovou konverzaci" msgid "Locked" msgstr "Uzamčeno" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Protokol" @@ -7405,11 +7451,6 @@ msgstr "Logo od <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Dlouhým stisknutím otevřete menu značky pro {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Delší videa" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Vypadá to jako XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Ujistěte se, že jdete tam, kam opravdu chcete!" msgid "Manage saved feeds" msgstr "Spravovat uložené kanály" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Spravovat nastavení ověřování" @@ -7461,8 +7502,14 @@ msgstr "Spravujte svá ztlumená slova a štítky" msgid "Manual" msgstr "Ručně" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Označit vše jako přečtené" @@ -7473,6 +7520,10 @@ msgstr "Označit vše jako přečtené" msgid "Mark all chats as read" msgstr "Označit všechny konverzace jako přečtené" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Média" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Média uložená na: {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Média uložená na jiném zařízení" @@ -7540,7 +7591,7 @@ msgstr "Členové" msgid "Members can still read chat history but can’t send new messages." msgstr "Členové mohou stále číst historii chatu, ale nemohou odesílat nové zprávy." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "zmíněné uživatele" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Napsat zprávu" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Zpráva" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Napsat uživateli {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Zpráva smazána" @@ -7603,7 +7655,7 @@ msgstr "Zpráva od @{0}: {1}" msgid "Message from server: {0}" msgstr "Zpráva ze serveru: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Pole pro zadání zprávy" @@ -7615,7 +7667,7 @@ msgstr "Zpráva je příliš dlouhá ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Možnosti zprávy" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Zprávy" @@ -7640,12 +7692,12 @@ msgstr "Drobné obtěžování nebo šikana" msgid "Misleading" msgstr "Zavádějící" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Chybějící média" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderace" @@ -7658,6 +7710,12 @@ msgstr "Moderování a filtry obsahu" msgid "Moderation details" msgstr "Podrobnosti moderování" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Moderační schránka" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Moderační seznam od <0/>" msgid "Moderation list by you" msgstr "Moderační seznam od vás" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderační seznam byl vytvořen" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderační seznam aktualizován" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Seznamy moderování" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Seznamy moderování" @@ -7697,11 +7755,11 @@ msgstr "Seznamy moderování" msgid "moderation settings" msgstr "nastavení moderování" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Stavy moderování" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderační nástroje" @@ -7710,8 +7768,8 @@ msgstr "Moderační nástroje" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderátor se rozhodl nastavit obecné varování pro tento obsah." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Další kanály" @@ -7720,10 +7778,10 @@ msgstr "Další kanály" msgid "More languages..." msgstr "Další jazyky..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Další možnosti" @@ -7747,7 +7805,7 @@ msgstr "Hudba" msgid "Mute" msgstr "Ztlumit" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Ztlumit" msgid "Mute {0}" msgstr "Ztlumit {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Ztlumit účet" @@ -7816,13 +7874,13 @@ msgstr "Ztlumit toto slovo pouze ve štítcích" msgid "Mute this word until you unmute it" msgstr "Ztlumit toto slovo, dokud nezrušíte ztlumení" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Ztlumit vlákno" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Ztlumit slova a značky" @@ -7834,11 +7892,11 @@ msgstr "Konverzaci můžete kdykoli ztlumit, opustit nebo odebrat lidi z konverz msgid "Muted" msgstr "Ztlumeno" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Ztlumené účty" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Ztlumené účty" @@ -7852,7 +7910,7 @@ msgstr "Příspěvky ztlumených účtů jsou odstraněny z vašeho kanálu i z msgid "Muted by \"{0}\"" msgstr "Ztlumeno uživatelem \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Ztlumená slova a značky" @@ -7881,7 +7939,7 @@ msgstr "Moje kanály" msgid "My starter pack" msgstr "Můj startovací balíček" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Název" @@ -7891,12 +7949,12 @@ msgstr "Příroda" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Přejít na {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Přejít na startovací balíček" @@ -7910,8 +7968,8 @@ msgstr "Přejde na další obrazovku" msgid "Navigates to your profile" msgstr "Přejde na váš profil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Potřebujete nahlásit porušení autorských práv, právní žádost nebo problém s dodržováním předpisů?" @@ -7919,10 +7977,6 @@ msgstr "Potřebujete nahlásit porušení autorských práv, právní žádost n msgid "Nevermind, create a handle for me" msgstr "To nevadí, vytvořte mi uživatelské jméno" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nové" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Nová e-mailová adresa" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Nová funkce" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Nové zprávy" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nové heslo" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nový příspěvek" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nový příspěvek" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Nejnovější odpovědi jako první" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Zprávy" @@ -8088,15 +8142,15 @@ msgstr "Zprávy" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Další" @@ -8108,12 +8162,16 @@ msgstr "Další obrázek" msgid "Night" msgstr "Noční" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Ne" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Žádné reklamy, žádné invazivní sledování, žádné pasti na pozornost. Bluesky respektuje váš čas a pozornost." @@ -8194,11 +8252,11 @@ msgstr "Zatím žádné lajky" msgid "No lists" msgstr "Žádné seznamy" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Již nesledujete {0}" @@ -8224,7 +8282,7 @@ msgstr "Konec nekonečného scrollování v algoritmech plných balastu. Najdět msgid "No name" msgstr "Bez jména" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Zatím žádná oznámení!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Nikdo" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Tento příspěvek může citovat pouze autor." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Žádné výsledky" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Žádné výsledky pro „{0}“." @@ -8322,7 +8380,7 @@ msgstr "Pro „<0>{query}“ nebyly nalezeny žádné výsledky." msgid "No results found for your query with advanced search filters applied." msgstr "Pro váš dotaz s použitými pokročilými filtry vyhledávání nebyly nalezeny žádné výsledky." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Žádné výsledky." @@ -8335,7 +8393,7 @@ msgstr "Zatím žádné startovací balíčky" msgid "No thanks" msgstr "Ne, děkuji" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Z vašeho zařízení nebyl přijat žádný překlad." @@ -8343,7 +8401,7 @@ msgstr "Z vašeho zařízení nebyl přijat žádný překlad." msgid "No video posts yet" msgstr "Zatím žádné video příspěvky" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Nikdo" @@ -8360,7 +8418,7 @@ msgstr "Tento příspěvek zatím nikdo necitoval. Možná byste mohli být prvn msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Tento příspěvek zatím nikdo nerepostoval. Možná byste mohli být první!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Nikdo nebyl nalezen. Zkuste vyhledat někoho jiného." @@ -8398,7 +8456,7 @@ msgstr "Není k dispozici na této platformě." msgid "Not followed by anyone you’re following" msgstr "Není sledován nikým z těch, které sledujete" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Nenalezeno" @@ -8407,7 +8465,7 @@ msgstr "Nenalezeno" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Nejste připraveni příspěvek publikovat? Své nejlepší nápady si uchovejte v konceptech, dokud nenastane ten správný čas." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Poznámka o sdílení" @@ -8419,13 +8477,17 @@ msgstr "Poznámka: Bluesky je součástí Atmosphere, otevřené veřejné sít msgid "Note: This post is only visible to logged-in users." msgstr "Poznámka: Tento příspěvek je viditelný pouze pro přihlášené uživatele." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Zatím nic uloženo" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Nastavení oznámení" @@ -8435,8 +8497,8 @@ msgstr "Nastavení oznámení" msgid "Notification sounds" msgstr "Zvuky oznámení" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Zvuky oznámení" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Oznámení" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Dobře" @@ -8505,6 +8567,10 @@ msgstr "Nejstarší odpovědi jako první" msgid "On" msgstr "Zapnuto" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "Na Bluesky to znamená, že vaše příspěvky se budou zobrazovat ve feedu Objevit pouze lidem, kteří vás sledují. Ostatní aplikace se mohou rozhodnout použít tuto předvolbu ve svých vlastních algoritmických doporučeních." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "na<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Jeden z vybraných příjemců nepovoluje skupinové chaty." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Jeden z vybraných příjemců vás zablokoval a nelze mu zaslat zprávu." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "U jednoho nebo více souborů GIF chybí alternativní text." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "U jednoho nebo více obrázků chybí alternativní text." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Jeden nebo více vybraných souborů není podporován." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Jeden nebo více vybraných souborů je příliš velký. Maximální velikost je {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Jeden nebo více příspěvků je příliš dlouhých na uložení jako koncept. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Maximální počet znaků je # znak.} few {Maximální počet znaků jsou # znaky.} many {Maximální počet znaků je # znaků.} other {Maximální počet znaků je # znaků.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "U jednoho nebo více videí chybí alternativní text." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Odpovídat mohou pouze {0}." @@ -8556,7 +8622,7 @@ msgstr "Odpovídat mohou pouze {0}." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Přidáno pouze {0} z {1} {2, plural, one {obrázku} few {obrázků} many {obrázků} other {obrázků}}; limit je {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Do tohoto skupinového chatu se mohou připojit pouze sledující." msgid "Only followers who I follow" msgstr "Pouze sledující, které sleduji" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Podporovány jsou pouze obrazové soubory" @@ -8637,7 +8703,7 @@ msgstr "Otevřít pokročilé možnosti vyhledávání" msgid "Open avatar creator" msgstr "Otevřít editor avatara" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Otevřít fotoaparát" @@ -8655,7 +8721,7 @@ msgstr "Otevřít možnosti člena konverzace pro {displayName}" msgid "Open conversation options" msgstr "Otevřít možnosti konverzace" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Otevřít koncept" @@ -8663,8 +8729,8 @@ msgstr "Otevřít koncept" msgid "Open drawer menu" msgstr "Otevřít nabídku" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Otevřít výběr emoji" @@ -8695,12 +8761,12 @@ msgstr "Otevřít skupinovou konverzaci" msgid "Open group chat settings" msgstr "Otevřít nastavení skupinové konverzace" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Otevřít v Překladači Google" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Otevřít odkaz na {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Otevřít možnosti zprávy" msgid "Open moderation debug page" msgstr "Otevřít stránku pro ladění moderace" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Otevřít nastavení ztlumených slov a značek" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Otevřít balíček" @@ -8743,7 +8809,7 @@ msgstr "Otevřít nastavení" msgid "Open share menu" msgstr "Otevřít nabídku sdílení" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Otevřít nabídku startovacího balíčku" @@ -8759,10 +8825,9 @@ msgstr "Otevřít systémový protokol" msgid "Open this group chat" msgstr "Otevřít tuto skupinovou konverzaci" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Otevře kanál {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Otevře další podrobnosti pro položku ladění" msgid "Opens alt text dialog" msgstr "Otevře dialogové okno alternativního textu" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Otevře fotoaparát zařízení" @@ -8804,28 +8869,28 @@ msgstr "Otevře dialog pro změnu uživatelského jména" msgid "Opens composer" msgstr "Otevře editor příspěvku" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Otevře fotoaparát zařízení" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Otevře galerii zařízení pro výběr až {MAX_GALLERY_IMAGES, plural, one {# obrázku} other {# obrázků}}, nebo jednoho videa či GIFu." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Otevře průvodce vytvořením nového účtu Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Otevře průvodce pro přihlášení do vašeho stávajícího účtu Bluesky" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Otevře obrázek v plné velikosti" @@ -8833,7 +8898,7 @@ msgstr "Otevře obrázek v plné velikosti" msgid "Opens helpdesk in browser" msgstr "Otevře centrum nápovědy v prohlížeči" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Otevře výběr obrázků" @@ -8854,7 +8919,7 @@ msgstr "Otevře nastavení jazyka příspěvku" msgid "Opens profile" msgstr "Otevře profil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Otevře nastavení pro hledání a pozvání přátel" @@ -8867,11 +8932,11 @@ msgstr "Otevře dialog výběru GIFu" msgid "Opens the invite friends sheet to share your profile" msgstr "Otevře panel pro pozvání přátel ke sdílení vašeho profilu" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Otevře editor příspěvku" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Otevře tento koncept v editoru příspěvků" @@ -8879,15 +8944,51 @@ msgstr "Otevře tento koncept v editoru příspěvků" msgid "Opens this profile" msgstr "Otevře tento profil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Možnosti:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Nebo pokračujte s jiným účtem." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Nebo se přihlaste k jednomu ze svých dalších účtů." @@ -8985,7 +9086,7 @@ msgstr "Party GIFy" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Heslo" @@ -8993,7 +9094,7 @@ msgstr "Heslo" msgid "Password changed" msgstr "Heslo bylo změněno" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Heslo musí mít alespoň 8 znaků." @@ -9005,7 +9106,7 @@ msgstr "Heslo aktualizováno" msgid "Password updated!" msgstr "Heslo bylo aktualizováno!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pozastavit" @@ -9020,7 +9121,7 @@ msgstr "Pozastavit video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Lidé" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Lidé, které {ownerName} sleduje, mohou požádat o připojení" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Lidé sledovaní uživatelem @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Lidé sledující @{0}" @@ -9070,11 +9171,11 @@ msgstr "Lidé, které sleduji, se mohou připojit okamžitě" msgid "People I follow can request to join" msgstr "Lidé, které sleduji, mohou požádat o připojení" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Lidé, které sledujete" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Lidé, které zmíníte" @@ -9082,7 +9183,7 @@ msgstr "Lidé, které zmíníte" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Přístup k vaší knihovně fotografií byl zamítnut. Povolte jej prosím v nastavení systému." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Přepínač osoby" @@ -9115,15 +9216,15 @@ msgstr "Vyberte barevné téma" msgid "Pictures meant for adults." msgstr "Obrázky určené pro dospělé." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Připnout kanál" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Připnout na domovskou obrazovku" @@ -9131,8 +9232,8 @@ msgstr "Připnout na domovskou obrazovku" msgid "Pin to Home" msgstr "Připnout na domovskou stránku" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Připnout na váš profil" @@ -9151,11 +9252,11 @@ msgstr "{0} připnuto na Domů" msgid "Pinned Feeds" msgstr "Připnuté kanály" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Připnuto k vašim kanálům" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Přehrát" @@ -9169,12 +9270,12 @@ msgstr "Přehrát {0}" msgid "Play GIF" msgstr "Přehrát GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Přehrát video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Přehrát video" @@ -9182,7 +9283,7 @@ msgstr "Přehrát video" msgid "Plays or pauses the GIF" msgstr "Přehraje nebo pozastaví GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Přehraje nebo pozastaví video" @@ -9190,7 +9291,7 @@ msgstr "Přehraje nebo pozastaví video" msgid "Plays the GIF" msgstr "Přehraje GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Přehraje video" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Vyberte si prosím své uživatelské jméno." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Zvolte si prosím heslo." @@ -9219,12 +9320,12 @@ msgstr "Klikněte prosím na odkaz v e-mailu, který jsme vám právě poslali, msgid "Please complete the verification captcha." msgstr "Dokončete prosím ověřovací captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Pro nahrávání videí prosím potvrďte svou e-mailovou adresu." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Zkontrolujte prosím, zda jste správně zadali svou e-mailovou adresu." @@ -9232,7 +9333,7 @@ msgstr "Zkontrolujte prosím, zda jste správně zadali svou e-mailovou adresu." msgid "Please enter a password." msgstr "Zadejte prosím heslo." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Zadejte prosím heslo. Musí mít alespoň 8 znaků." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Zadejte prosím bezpečnostní kód, který jsme zaslali na vaši předchozí e-mailovou adresu." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Zadejte prosím svůj e-mail." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Zadejte prosím svůj zvací kód." @@ -9306,8 +9407,8 @@ msgstr "Vysvětlete prosím, proč si myslíte, že vaše konverzace byly nespr msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Vysvětlete prosím, proč si myslíte, že byl váš přístup k živému vysílání nesprávně zakázán." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Vraťte se zpět nebo aktivujte tento prvek pro návrat na začátek aktivního obsahu." @@ -9333,7 +9434,7 @@ msgstr "Vyberte prosím důvod tohoto nahlášení" msgid "Please sign in as @{0}" msgstr "Přihlaste se prosím jako @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Nahlášení prosím odešlete prostřednictvím formuláře pro nahlášení nekonsensuálního intimního obsahu (NCII)." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Napište prosím svou zprávu níže:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politika" @@ -9367,18 +9468,18 @@ msgstr "Politika" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Příspěvek" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Příspěvek" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Příspěvek {index} z {count}" @@ -9393,12 +9494,12 @@ msgstr "Přidat fotku" msgid "Post a video" msgstr "Přidat video" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Zveřejnit vše" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Přesto odeslat" @@ -9406,11 +9507,16 @@ msgstr "Přesto odeslat" msgid "Post blocked" msgstr "Příspěvek zablokován" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Příspěvek od @{0}" @@ -9423,10 +9529,10 @@ msgstr "Příspěvek smazán" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Příspěvek se nepodařilo nahrát. Zkontrolujte prosím připojení k internetu a zkuste to znovu." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Příspěvek byl smazán" @@ -9440,11 +9546,11 @@ msgstr "Příspěvek skrytý ztlumeným slovem" msgid "Post Hidden by You" msgstr "Příspěvek skrytý vámi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Nastavení interakcí s příspěvkem" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Nastavení interakcí s příspěvky" @@ -9468,7 +9574,7 @@ msgstr "Odkaz na příspěvek" msgid "Post not found" msgstr "Příspěvek nenalezen" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Příspěvek připnut" @@ -9478,7 +9584,7 @@ msgstr "Příspěvek připnut" msgid "Post type" msgstr "Typ příspěvku" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Příspěvek odepnut" @@ -9487,7 +9593,7 @@ msgstr "Příspěvek odepnut" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Příspěvky" @@ -9520,7 +9626,7 @@ msgstr "Preferovaný jazyk" msgid "Press to attempt reconnection" msgstr "Stisknutím se pokuste znovu připojit" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Soukromí" msgid "Privacy and security" msgstr "Soukromí a zabezpečení" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Nastavení soukromí a zabezpečení" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Zásady ochrany osobních údajů" msgid "Privacy violation of a minor" msgstr "Porušení soukromí nezletilé osoby" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Zpracovávání GIF..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Zpracovávání videa..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Veřejné, sdílitelné seznamy uživatelů pro hromadné ztlumení nebo blokování." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publikovat příspěvek" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publikovat příspěvky" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publikovat odpovědi" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publikovat odpověď" @@ -9685,7 +9791,7 @@ msgstr "QR kód byl uložen do vašeho fotoalba!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citovat příspěvek" @@ -9723,8 +9829,8 @@ msgstr "Překročen limit požadavků – pokusili jste se změnit svoje uživat msgid "Rate limit exceeded. Please try again later." msgstr "Překročen limit požadavků. Zkuste to prosím později." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Znovu připojit citaci" @@ -9745,7 +9851,7 @@ msgstr "Reagovat pomocí {emoji}" msgid "Reactions" msgstr "Reakce" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reaktivovat váš účet" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Přečtěte si, jak používat pokročilé vyhledávací filtry" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Přečíst blogový příspěvek" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Zobrazit méně" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Číst více" @@ -9780,7 +9886,7 @@ msgstr "Zobrazit další odpovědi" msgid "Read our blog post" msgstr "Přečíst náš blogový příspěvek" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Přečíst blog Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Přečíst Zásady ochrany osobních údajů Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Přečíst si Podmínky služby Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Skutečné konverzace." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Skuteční lidé." @@ -9862,23 +9968,24 @@ msgstr "Znovu načíst konverzace" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Odebrat" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Odebrat uživatele {displayName} ze skupinové konverzace" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Odebrat {displayName} ze startovacího balíčku" @@ -9914,8 +10021,8 @@ msgstr "Odebrat přílohu" msgid "Remove Avatar" msgstr "Odebrat avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Odebrat banner" @@ -9950,8 +10057,8 @@ msgstr "Odebrat z konverzace" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Odebrat z mých kanálů" @@ -9960,8 +10067,8 @@ msgstr "Odebrat z mých kanálů" msgid "Remove from quick access?" msgstr "Odebrat z rychlého přístupu?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Odebrat z uložených kanálů" @@ -9970,7 +10077,7 @@ msgstr "Odebrat z uložených kanálů" msgid "Remove from saved posts" msgstr "Odebrat z uložených příspěvků" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Odebrat z vašich kanálů?" @@ -10010,7 +10117,7 @@ msgstr "Odstranit návrh" msgid "Remove this feed from your saved feeds" msgstr "Odebrat tento kanál z uložených kanálů" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Odebrat nedostupné moderační služby" @@ -10018,10 +10125,14 @@ msgstr "Odebrat nedostupné moderační služby" msgid "Remove user from list" msgstr "Odstranit uživatele ze seznamu" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Odstranit ověření" @@ -10029,11 +10140,11 @@ msgstr "Odstranit ověření" msgid "Remove your verification for this account?" msgstr "Odstranit vaše ověření tohoto účtu?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Odstraněno autorem" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Odstraněno vámi" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Odebráno z uložených příspěvků" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Odebráno ze startovacího balíčku" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Odebráno z vašich kanálů" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Nedostupné služby byly odstraněny" @@ -10128,11 +10240,11 @@ msgstr "Zpráva, na kterou bylo odpovězeno, klepnutím na ni přejdete" msgid "Replies" msgstr "Odpovědi" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Odpovědi zakázány" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Odpovědi na tento příspěvek jsou zakázány." @@ -10141,14 +10253,14 @@ msgstr "Odpovědi na tento příspěvek jsou zakázány." msgid "Reply" msgstr "Odpovědět" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Odpovědět" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Odpovědět ({0, plural, one {# odpověď} few {# odpovědi} many {# odpovědí} other {# odpovědí}})" @@ -10162,7 +10274,7 @@ msgstr "Odpověď skryta autorem vlákna" msgid "Reply Hidden by You" msgstr "Odpověď skrytá vámi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Nastavení odpovědí volí autor vlákna" @@ -10185,8 +10297,8 @@ msgstr "Odpověď byla úspěšně skryta" msgid "Report" msgstr "Nahlásit" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Nahlásit účet" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Nahlásit konverzaci" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Dialog nahlášení" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Nahlásit kanál" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Nahlásit seznam" @@ -10216,8 +10328,8 @@ msgstr "Nahlásit seznam" msgid "Report message" msgstr "Nahlásit zprávu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Nahlásit příspěvek" @@ -10225,8 +10337,8 @@ msgstr "Nahlásit příspěvek" msgid "Report sent" msgstr "Hlášení odesláno" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Nahlásit startovací balíček" @@ -10292,7 +10404,7 @@ msgstr "Repostovat ({0, plural, one {# repost} few {# reposty} many {# repostů} #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Repostovat nebo citovat příspěvek" @@ -10330,12 +10442,12 @@ msgstr "Reposty tohoto příspěvku" msgid "Reposts of your reposts" msgstr "Reposty vašich repostů" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Reposty budou v kanálech skryty" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Reposty budou v kanálech zobrazeny" @@ -10348,8 +10460,8 @@ msgstr "Požádat o přístup do skupinové konverzace" msgid "Request approved." msgstr "Žádost schválena." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Vyžádat kód" @@ -10371,7 +10483,7 @@ msgstr "Požádáno" msgid "Requests" msgstr "Žádosti" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Před odesláním vyžadovat alternativní text" msgid "Require an email code to sign in to your account." msgstr "Vyžadovat e-mailový kód pro přihlášení k vašemu účtu." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Vyžadováno pro tohoto poskytovatele" @@ -10418,16 +10530,16 @@ msgstr "Znovu odeslat kód" msgid "Resend code in <0>00:{0}" msgstr "Znovu odeslat kód za <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Odeslat e-mail znovu" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Odeslat e-mail znovu" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Znovu odeslat ověřovací e-mail" @@ -10453,6 +10565,11 @@ msgstr "Obnovit heslo" msgid "Reset your password by sending a code to your email" msgstr "Obnovte své heslo odesláním kódu na váš e-mail" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Obnovit výchozí" @@ -10479,9 +10596,9 @@ msgstr "Zopakuje poslední akci, která skončila chybou" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Zopakuje poslední akci, která skončila chybou" msgid "Retry" msgstr "Zkusit znovu" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Zkusit znovu načíst možnosti nahlášení" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Vrátit se na předchozí stránku" @@ -10521,7 +10638,7 @@ msgstr "Vrátí se na domovskou stránku" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Vrátí se na předchozí stránku" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "Smutné GIFy" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Uložit datum narození" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Uložit změny" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Uložit změny?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Uložit koncept" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Uložit koncept?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Uložit obrázek" @@ -10608,8 +10725,8 @@ msgstr "Uložit nové uživatelské jméno" msgid "Save QR code" msgstr "Uložit QR kód" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Uložit tato nastavení pro příště" @@ -10618,7 +10735,7 @@ msgstr "Uložit tato nastavení pro příště" msgid "Save to my feeds" msgstr "Uložit do mých kanálů" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Uložené kanály" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Uložené příspěvky" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Uloženo do vašich kanálů" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Pozdravte!" @@ -10661,7 +10778,7 @@ msgstr "Skenovat" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Naskenovat QR kód" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Přejít nahoru" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Hledat" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Hledat příspěvky uživatele @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Hledat podle jména nebo zájmu" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Hledat kanály" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Hledat „{interestsDisplayName}“" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Hledat „{interestsDisplayName}“ (aktivní)" @@ -10734,19 +10851,19 @@ msgstr "Hledat „{searchText}“" msgid "Search for {q}" msgstr "Hledat {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Hledejte kanály, které chcete doporučit ostatním." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Hledat další účty" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Hledat další kanály" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Hledat lidi" @@ -10774,14 +10891,14 @@ msgstr "Vyhledat jazyky" msgid "Search my posts" msgstr "Hledat v mých příspěvcích" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Hledat příspěvky" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Hledat profily" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Hledat..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Hledá profily" @@ -10829,14 +10946,14 @@ msgstr "Zobrazit příspěvky s #{tag}" msgid "See #{tag} posts by user" msgstr "Zobrazit příspěvky uživatele s #{tag}" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Pracovní nabídky v Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Zobrazit více" @@ -10844,16 +10961,11 @@ msgstr "Zobrazit více" msgid "See more suggested profiles" msgstr "Zobrazit další doporučené profily" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Zobrazit další populární témata" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Zobrazovat u příspěvků ve vlákně od stejného autora číslované odznaky (1/3, 2/3 atd.)." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Vybrat {langName}" msgid "Select a color" msgstr "Vyberte barvu" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Vyberte důvod" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Vybrat účet" @@ -10910,7 +11022,7 @@ msgstr "Vyberte avatar" msgid "Select an emoji" msgstr "Vyberte emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Vyberte možnost" @@ -10946,11 +11058,11 @@ msgstr "Vyberte typ filtru (aktuálně: {0})" msgid "Select from an existing account" msgstr "Vyberte ze stávajících účtů" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Vyberte ze svých seznamů" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Vyberte ze svých seznamů <0>{numberOfListsSelected, plural, one {(# vybrán)} few {(# vybrány)} many {(# vybráno)} other {(# vybráno)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Vyberte, jak dlouho má být toto slovo ztlumeno." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Vyberte jazyk" @@ -10987,7 +11099,7 @@ msgstr "Vyberte jazyk..." msgid "Select languages" msgstr "Vybrat jazyky" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Vybrat moderátorskou službu" @@ -11028,7 +11140,7 @@ msgstr "Vyberte jazyk, který se má používat pro uživatelské rozhraní apli msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Vyberte, které jazyky mají být zahrnuty ve vašich odebíraných kanálech. Pokud nevyberete žádný, budou zobrazeny všechny jazyky." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Vyberte své datum narození" @@ -11045,7 +11157,7 @@ msgstr "Vyberte preferovaný jazyk pro překlady ve vašem feedu." msgid "Select your preferred notification channels" msgstr "Vyberte své preferované kanály oznámení" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Výběr více typů médií není podporován." @@ -11076,7 +11188,7 @@ msgstr "Odeslat hlášení o chybě" msgid "Send feedback" msgstr "Odeslat zpětnou vazbu" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Odeslat zprávu" @@ -11089,7 +11201,7 @@ msgstr "Odeslat příspěvek uživateli {name}" msgid "Send post to..." msgstr "Odeslat příspěvek..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Odeslat hlášení pro {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Odeslat zprávu z vašeho telefonu" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Odeslat ověřovací e-mail" @@ -11133,7 +11245,7 @@ msgstr "Nastavit ikonu aplikace na {0}" msgid "Set new password" msgstr "Nastavit nové heslo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Přesně nastavte, které skupiny lidí mohou odpovídat na váš příspěvek" @@ -11141,11 +11253,11 @@ msgstr "Přesně nastavte, které skupiny lidí mohou odpovídat na váš přís msgid "Set up your account" msgstr "Nastavte si svůj účet" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Nastavte, kdo může odpovídat na váš příspěvek" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Nastavte níže své datum narození a my vás v mžiku vrátíme k přidávání příspěvků a objevování!" @@ -11161,9 +11273,9 @@ msgstr "Nastavit poskytovatele hostingu ručně" msgid "Sets email for password reset" msgstr "Nastaví e-mail pro obnovení hesla" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Nastavení" @@ -11222,7 +11334,7 @@ msgstr "Nastavení oznámení o odpovědích" msgid "Settings for repost notifications" msgstr "Nastavení oznámení o repostech" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Nastavení uloženo" @@ -11242,7 +11354,7 @@ msgstr "Sexuálně sugestivní" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Sdílet" @@ -11251,7 +11363,7 @@ msgstr "Sdílet" msgid "Share age range" msgstr "Sdílet věkové rozmezí" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Přesto sdílet" @@ -11279,13 +11391,13 @@ msgstr "Sdílet odkaz na pozvánku" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Sdílet odkaz" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Dialogové okno pro sdílení odkazu" @@ -11304,12 +11416,12 @@ msgstr "Sdílet příspěvek at:// URI" msgid "Share Profile" msgstr "Sdílet profil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Sdílet QR kód" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Sdílet tento kanál" @@ -11318,22 +11430,22 @@ msgstr "Sdílet tento kanál" msgid "Share this search" msgstr "Sdílet toto hledání" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Sdílet tento startovací balíček" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Sdílejte tento startovací balíček a pomozte lidem připojit se k vaší komunitě na Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Sdílet pomocí..." @@ -11345,7 +11457,7 @@ msgstr "Sdílejte své kontakty a najděte přátele" msgid "Share your thoughts…" msgstr "Sdílejte své myšlenky…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Tester sdílených předvoleb" @@ -11359,12 +11471,16 @@ msgstr "Sdílením vašeho věkového rozmezí odhalíte pouze rozmezí spojené msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Sdílení věkového rozmezí odhalí pouze rozmezí spojené s vaším účtem Google – například že je vám alespoň 18 let. <0>Vaše přesné datum narození ani věk nejsou nikdy sdíleny a tato data nikdy neopouštějí toto zařízení. Umožňují tedy přístup pouze na tomto zařízení. Případně <1>můžete využít našeho důvěryhodného partnera KWS a dokončit ověření, které vám umožní přístup na všech platformách." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Zobrazit" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Zobrazit alternativní text" @@ -11373,14 +11489,14 @@ msgstr "Zobrazit alternativní text" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Přesto zobrazit" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Zobrazit automatický popisek" @@ -11401,16 +11517,16 @@ msgstr "Zobrazit možnosti přizpůsobení" msgid "Show group chat updates" msgstr "Zobrazit aktualizace skupinové konverzace" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Zobrazovat méně podobného obsahu" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Přesto zobrazit seznam" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Zobrazit seznamy uživatelů k výběru" @@ -11418,8 +11534,8 @@ msgstr "Zobrazit seznamy uživatelů k výběru" msgid "Show more" msgstr "Zobrazit více" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Zobrazovat více podobného obsahu" @@ -11445,8 +11561,8 @@ msgstr "Zobrazovat odpovědi" msgid "Show replies as" msgstr "Zobrazit odpovědi jako" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Zobrazit odpověď pro všechny" @@ -11455,8 +11571,8 @@ msgstr "Zobrazit odpověď pro všechny" msgid "Show reposts" msgstr "Zobrazit reposty" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Zobrazovat reposty v kanálech" @@ -11478,7 +11594,7 @@ msgstr "Zobrazit varování a odfiltrovat z kanálů" msgid "Show when you’re live" msgstr "Zobrazit, když právě vysíláte živě" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Zobrazí informace o tom, kdy byl tento příspěvek vytvořen" @@ -11486,15 +11602,15 @@ msgstr "Zobrazí informace o tom, kdy byl tento příspěvek vytvořen" msgid "Shows other accounts you can switch to" msgstr "Zobrazí další účty, na které lze přepnout" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Zobrazí obsah" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Zobrazí obsah" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Přihlásit se" msgid "Sign in as {0}" msgstr "Přihlásit se jako {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Přihlásit se jako…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Přihlaste se nebo si vytvořte účet" @@ -11551,16 +11667,17 @@ msgstr "Přihlaste se k Bluesky nebo si vytvořte nový účet" msgid "Sign in to request access to this group chat." msgstr "Pro vyžádání přístupu do této skupinové konverzace se přihlaste." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Pro zobrazení příspěvku se přihlaste" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Od" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Přeskočit" msgid "Skip contact sharing and continue to the app" msgstr "Přeskočit sdílení kontaktů a pokračovat do aplikace" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Přeskočit prázdné příspěvky?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Přeskočit úvod a začít používat svůj účet" @@ -11628,7 +11745,7 @@ msgstr "Přeskočit úvod a začít používat svůj účet" msgid "Skip to next step" msgstr "Přeskočit na další krok" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "snímek" @@ -11644,19 +11761,24 @@ msgstr "Odloží připomenutí" msgid "So many thoughts, you should post one" msgstr "Tolik myšlenek, měli byste nějakou zveřejnit" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Sociální sítě pod vaší kontrolou." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Sociální doporučení u příspěvků" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Vývoj softwaru" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Některé moderátorské služby ve vašem seznamu již nejsou dostupné." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Některá z vašich ověření jsou neplatná." @@ -11664,7 +11786,7 @@ msgstr "Některá z vašich ověření jsou neplatná." msgid "Some other feeds you might like" msgstr "Další kanály, které by se vám mohly líbit" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Někteří lidé mohou odpovídat" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Něco se pokazilo" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Něco se pokazilo, zkuste to prosím znovu" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Něco se pokazilo. Zkuste to prosím za chvíli znovu." msgid "Something went wrong. Please try again." msgstr "Něco se pokazilo. Zkuste to prosím znovu." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Něco není v pořádku? Dejte nám vědět." @@ -11759,8 +11881,8 @@ msgstr "Něco není v pořádku? Dejte nám vědět." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Omlouváme se, momentálně nemůžeme načíst návrhy účtů." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Omlouváme se! Vaše relace vypršela. Přihlaste se prosím znovu." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam nebo jiné neautentické chování či klamání" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Zobrazovat příspěvky, které se líbily vašim přátelům a lidem, které sledujete." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Začněte konverzaci a objeví se zde." @@ -11826,14 +11953,14 @@ msgstr "Zahájit konverzaci" msgid "Start chat with {displayName}" msgstr "Zahájit konverzaci s uživatelem {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Startovací balíček" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Startovací balíček od {0}" @@ -11841,12 +11968,12 @@ msgstr "Startovací balíček od {0}" msgid "Starter pack by <0/>" msgstr "Startovací balíček od uživatele <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Startovací balíček od vás" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Startovací balíček je neplatný" @@ -11854,7 +11981,7 @@ msgstr "Startovací balíček je neplatný" msgid "Starter packs" msgstr "Startovací balíčky" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Startovací balíčky" @@ -11893,7 +12020,7 @@ msgstr "Úložiště bylo vymazáno, nyní je nutné aplikaci restartovat." msgid "Stored as part of a secure code for matching with others" msgstr "Uloženo jako součást zabezpečeného kódu pro porovnání s ostatními" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "Odeslat odvolání" msgid "Submit feedback" msgstr "Odeslat zpětnou vazbu" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Odeslat nahlášení" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Odešlete své hlášení prostřednictvím formuláře Nahlásit nekonsensuální intimní snímky (NCII)" @@ -11963,11 +12090,11 @@ msgstr "Přihlaste se k odběru @{0} pro použití těchto štítků:" msgid "Subscribe to account activity" msgstr "Odebírat aktivitu účtu" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Odebírat labelera" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Odebírat tohoto labelera" @@ -11975,7 +12102,7 @@ msgstr "Odebírat tohoto labelera" msgid "Subscribe to this list" msgstr "Odebírat tento seznam" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Hotovo" @@ -11998,7 +12125,7 @@ msgstr "Úspěšně ověřeno" msgid "Suggested" msgstr "Doporučené" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Doporučené účty" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Západ slunce" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Pouze štítky" msgid "Take the conversation private." msgstr "Přesuňte konverzaci do soukromí." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Klepnutím níže povolíte aplikaci Bluesky přístup k vaší GPS poloze. Tyto údaje pak použijeme k přesnějšímu určení obsahu a funkcí dostupných ve vašem regionu." @@ -12103,8 +12230,8 @@ msgstr "Klepněte pro informace" msgid "Tap for more information" msgstr "Klepněte pro více informací" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Klepnutím sem aktualizujete svou polohu pomocí GPS." @@ -12206,7 +12333,7 @@ msgstr "Podmínky" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Děkujeme za vaši zpětnou vazbu! Byla odeslána provozovateli kanálu. msgid "Thanks for your feedback!" msgstr "Děkujeme za vaši zpětnou vazbu." -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Děkujeme, vaše e-mailová adresa byla úspěšně ověřena. Toto dialogové okno můžete zavřít." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Děkujeme! Vše je nastaveno." @@ -12246,16 +12373,16 @@ msgstr "Děkujeme! Vše je nastaveno." msgid "That contains the following:" msgstr "Který obsahuje následující:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Tento startovací balíček nebyl nalezen." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Toto uživatelské jméno je již obsazeno" @@ -12263,13 +12390,13 @@ msgstr "Toto uživatelské jméno je již obsazeno" msgid "That's all, folks!" msgstr "A to je vše, přátelé!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "To je všechno!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Po odblokování s vámi účet bude moci interagovat." @@ -12287,7 +12414,7 @@ msgstr "Autor tohoto vlákna skryl tuto odpověď." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "Datum narození, které jste zadali, znamená, že je vám méně než 18 let. Některý obsah a funkce pro vás mohou být nedostupné." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Webová aplikace Bluesky" @@ -12352,32 +12479,32 @@ msgstr "Příspěvek, na který odpovídáte, byl jeho autorem označen jako nap msgid "The Privacy Policy has been moved to <0/>" msgstr "Zásady ochrany osobních údajů byly přesunuty na <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "Zpracované video je příliš velké. Zkuste to prosím znovu s menším souborem." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "Vybrané video se nepodařilo zakódovat." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "Vybrané video nelze zpracovat." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "Vybrané video má nepodporovaný poměr stran." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Vybrané video je větší než {VIDEO_MAX_SIZE_MB} MB. Zkuste to prosím znovu s menším souborem." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "Vybrané video je příliš dlouhé." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "Vybrané video používá nepodporovaný formát." @@ -12386,7 +12513,7 @@ msgstr "Vybrané video používá nepodporovaný formát." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Zdá se, že server má problémy. Zkuste to prosím za chvíli znovu." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Startovací balíček, který se snažíte zobrazit, je neplatný. Můžete jej místo toho smazat." @@ -12402,7 +12529,7 @@ msgstr "Formulář podpory byl přesunut. Pokud potřebujete pomoc, <0/> nebo n msgid "The Terms of Service have been moved to" msgstr "Podmínky služby byly přesunuty na" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Zadaný ověřovací kód je neplatný. Ujistěte se, že jste použili správný ověřovací odkaz, nebo si vyžádejte nový." @@ -12412,7 +12539,7 @@ msgstr "Zadaný ověřovací kód je neplatný. Ujistěte se, že jste použili msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Poskytovateli ověření se nepodařilo odeslat kód na vaše telefonní číslo. Zkontrolujte prosím své telefonní číslo a zkuste to znovu." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Video se nepodařilo nahrát na vašeho poskytovatele hostingu. Zkuste to prosím znovu." @@ -12428,7 +12555,7 @@ msgstr "Existuje omezení, jak často můžete měnit datum narození. Možná b msgid "There is no invite link for this group chat." msgstr "Pro tuto skupinovou konverzaci neexistuje žádný odkaz s pozvánkou." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Deaktivace účtu nemá žádný časový limit, můžete se kdykoli vrátit." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Došlo k problému s vaším internetovým připojením, zkuste to prosím znovu" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Při kontaktování serveru došlo k problému" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Při kontaktování serveru došlo k chybě, zkontrolujte prosím připojení k internetu a zkuste to znovu." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Při načítání oznámení došlo k potížím. Klepnutím to zkuste znovu." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Při načítání příspěvků došlo k potížím. Klepněte sem pro opětovný pokus." @@ -12495,25 +12622,25 @@ msgstr "Při aktualizaci vašich kanálů došlo k potížím, zkontrolujte pros #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Došlo k potížím! {0}" @@ -12521,10 +12648,10 @@ msgstr "Došlo k potížím! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Došlo k potížím. Zkontrolujte prosím připojení k internetu a zkus msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "V aplikaci došlo k neočekávané chybě. Dejte nám prosím vědět, pokud k tomu došlo i u vás!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Na Bluesky se přihrnul nával nových uživatelů! Aktivujeme váš účet, jakmile to bude možné." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Toto je vaše výchozí nastavení" @@ -12576,7 +12703,7 @@ msgstr "Nebudou se moci znovu připojit, pokud je znovu nepozvete." msgid "This {screenDescription} has been flagged:" msgstr "Tento {screenDescription} byl označen:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Tento účet má značku ověření, protože byl ověřen důvěryhodnými zdroji." @@ -12584,7 +12711,7 @@ msgstr "Tento účet má značku ověření, protože byl ověřen důvěryhodn msgid "This account has been marked as automated by its owner." msgstr "Tento účet byl jeho vlastníkem označen jako automatizovaný." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Tento účet má jeden nebo více pokusů o ověření, ale momentálně není ověřený." @@ -12618,7 +12745,7 @@ msgstr "Toto odvolání bude odesláno moderátorské službě Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Tento autor se rozhodl zveřejnit své příspěvky pouze přihlášeným uživatelům." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Toto tlačítko umožňuje ostatním otevřít aplikaci Germ DM a poslat vám zprávu. Jeho viditelnost můžete spravovat v aplikaci Germ DM, nebo můžete svůj účet Bluesky od Germ DM zcela odpojit kliknutím na tlačítko níže." @@ -12649,7 +12776,7 @@ msgstr "Tato konverzace byla odpojena" msgid "This code is invalid. Resend to get a new code." msgstr "Tento kód je neplatný. Pro získání nového kódu jej odešlete znovu." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Tento potvrzovací kód není platný. Zkuste to prosím znovu." @@ -12683,7 +12810,7 @@ msgstr "Tato konverzace je uzamčena." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Tato konverzace je s odstraněným nebo deaktivovaným účtem. Stiskněte pro zobrazení možností" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Tento koncept bude trvale smazán." @@ -12700,7 +12827,7 @@ msgstr "Tato přesná fráze" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Tato funkce umožňuje uživatelům dostávat oznámení o vašich nových příspěvcích a odpovědích. Pro koho ji chcete povolit?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Tato funkce je v beta verzi. Více o exportech repozitáře si můžete přečíst v <0>tomto blogovém příspěvku." @@ -12763,7 +12890,7 @@ msgstr "Toto je jen jednorázová bezpečnostní kontrola, protože jsme tento msgid "This is not a valid link" msgstr "Toto není platný odkaz" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Tento štítek dává světu vědět, že je tento účet automatizovaný. Pokud je zapnutý, zobrazuje se vedle jména účtu na jeho profilu a u příspěvků. Lze jej kdykoli zapnout nebo vypnout." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Tento odkaz vás přesměruje na následující web:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Tento seznam – vytvořený uživatelem <0>{0} – obsahuje ve svém názvu nebo popisu možná porušení komunitních pravidel sítě Bluesky." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Tento seznam – který jste vytvořili – obsahuje ve svém názvu nebo popisu možná porušení pravidel komunity Bluesky." @@ -12829,11 +12956,11 @@ msgstr "Tato osoba vás blokuje" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Tento příspěvek tvrdí, že byl vytvořen <0>{0}, ale Bluesky jej poprvé zaznamenala <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Tento příspěvek má neznámý typ threadgate. Vaše aplikace může být zastaralá." @@ -12845,19 +12972,19 @@ msgstr "Tento příspěvek je viditelný pouze pro přihlášené uživatele." msgid "This post was deleted by its author" msgstr "Tento příspěvek byl odstraněn jeho autorem" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Tento příspěvek bude skryt z kanálů a vláken. Tuto akci nelze vrátit zpět." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Autor tohoto příspěvku zakázal citování příspěvků." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Tento profil je viditelný pouze pro přihlášené uživatele. Nebude viditelný pro lidi, kteří nejsou přihlášeni." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Tato odpověď bude zařazena do skryté sekce na konci vašeho vlákna a ztlumí oznámení pro následující odpovědi – jak pro vás, tak pro ostatní." @@ -12870,7 +12997,7 @@ msgstr "Tato obrazovka je dostupná pouze pro skupinové konverzace." msgid "This service has not provided terms of service or a privacy policy." msgstr "Tato služba neposkytla podmínky služby ani zásady ochrany osobních údajů." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Tato služba není podporována, dokud je funkce Živé vysílání ve verzi beta. Povolené služby: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Tento uživatel je tu nový. Stiskněte pro více informací o tom, kdy msgid "This user isn't following anyone." msgstr "Tento uživatel nikoho nesleduje." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Toto video nelze přehrát na vašem zařízení. Ve vašem prohlížeči nebo systému mohou chybět požadované video kodeky (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Tímto nevratně smažete svůj účet Bluesky <0>{currentHandle} a msgid "This will remove @{0} from the quick access list." msgstr "Tímto odeberete @{0} ze seznamu rychlého přístupu." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Tato akce odstraní váš příspěvek z tohoto citovaného příspěvku pro všechny uživatele a nahradí ho zástupným symbolem." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Číslování vlákna" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Předvolby vláken" msgid "Threaded" msgstr "Vláknové" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Předvolby vláken" @@ -13002,7 +13124,7 @@ msgstr "Název" msgid "Title (100 characters max)" msgstr "Název (max. 100 znaků)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Chcete-li deaktivovat metodu e-mailového 2FA, ověřte prosím svůj přístup k e-mailové adrese." @@ -13012,7 +13134,7 @@ msgstr "Chcete-li deaktivovat metodu e-mailového 2FA, ověřte prosím svůj p msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Chcete-li deaktivovat 2FA ověření e-mailem, ověřte prosím svůj přístup k <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Pro odhlášení <0>klikněte zde. Nebo pokud chcete, můžete <1>smazat svůj účet." @@ -13020,11 +13142,11 @@ msgstr "Pro odhlášení <0>klikněte zde. Nebo pokud chcete, můžete <1>sm msgid "Today" msgstr "Dnes" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Přepnout pro povolení nebo zakázání obsahu pro dospělé" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Přepne zvuk" @@ -13053,7 +13175,7 @@ msgstr "Nejlepší" msgid "Top replies first" msgstr "Nejlepší odpovědi jako první" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Téma" @@ -13061,8 +13183,8 @@ msgstr "Téma" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Přeložit" @@ -13074,12 +13196,12 @@ msgstr "Přeloženo" msgid "Translating" msgstr "Překládání" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Překládání…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Překlad do stejného jazyka není na vašem zařízení k dispozici." @@ -13088,9 +13210,9 @@ msgstr "Překlad do stejného jazyka není na vašem zařízení k dispozici." msgid "Tree view" msgstr "Stromové zobrazení" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Populární" @@ -13099,12 +13221,20 @@ msgstr "Populární" msgid "Trending GIFs" msgstr "Populární GIFy" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Možnosti trendování" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Trendující témata" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Trendující témata jsou založena na tom, o čem lidé na síti mluví. Názvy a popisy témat jsou generovány umělou inteligencí." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Populární videa" @@ -13113,7 +13243,7 @@ msgstr "Populární videa" msgid "Trolling" msgstr "Trolling" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Důvěra vzniká ze vztahů, komunit a sdíleného kontextu, proto také zavádíme <0>důvěryhodné ověřovatele: organizace, které mohou přímo vydávat ověření." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Nelze se připojit. Zkontrolujte prosím připojení k internetu a zkuste to znovu." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Nepodařilo se kontaktovat vaši službu. Zkontrolujte prosím připojení k internetu a zkuste to znovu." @@ -13187,7 +13317,7 @@ msgstr "Nepodařilo se kontaktovat vaši službu. Zkontrolujte prosím připojen msgid "Unable to contact your service. Please check your Internet connection." msgstr "Nepodařilo se kontaktovat vaši službu. Zkontrolujte prosím připojení k internetu." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Nelze odstranit" @@ -13205,6 +13335,10 @@ msgstr "Vybraného příjemce se nepodařilo najít." msgid "Unable to find the selected recipient." msgstr "Vybraného příjemce se nepodařilo najít." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Nepodařilo se rozpoznat uživatelské jméno" @@ -13233,14 +13367,14 @@ msgstr "Informace o kanálu nejsou k dispozici" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Odblokovat" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Odblokovat" @@ -13251,8 +13385,8 @@ msgstr "Odblokovat {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Odblokovat účet" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Odblokovat účet?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Odblokovat účet?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Odblokovat seznam" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Zpět" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Zpět" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Zrušit repost ({0, plural, one {# repost} few {# reposty} many {# repostů} other {# repostů}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Přestat sledovat {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Přestat sledovat účet" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Přestane sledovat uživatele" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Bohužel žádný z vašich odebíraných labelerů nepodporuje tento typ nahlášení." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Datum narození uložené ve vašem profilu bohužel ukazuje, že jste příliš mladí na přístup k Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Vámi uvedený věk bohužel naznačuje, že nejste dostatečně staří na přístup k Bluesky ve vašem regionu." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Neznámý ověřovatel" @@ -13333,13 +13490,13 @@ msgstr "Neoznačený obsah pro dospělé" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Neoznačený, urážlivý nebo nekonsensuální obsah pro dospělé" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Zrušit lajk" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Zrušit lajk ({0, plural, one {# lajk} few {# lajky} many {# lajků} other {# lajků}})" @@ -13351,12 +13508,12 @@ msgstr "Odemknout konverzaci" msgid "Unlock this group chat" msgstr "Odemknout tuto skupinovou konverzaci" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Zrušit ztlumení" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Zrušit ztlumení" msgid "Unmute {0}" msgstr "Zrušit ztlumení {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Zrušit ztlumení účtu" @@ -13379,8 +13536,8 @@ msgstr "Zrušit ztlumení účtu" msgid "Unmute conversation" msgstr "Zrušit ztlumení konverzace" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Zrušit ztlumení seznamu" @@ -13388,8 +13545,8 @@ msgstr "Zrušit ztlumení seznamu" msgid "Unmute this group chat" msgstr "Zrušit ztlumení této skupinové konverzace" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Zrušit ztlumení vlákna" @@ -13397,14 +13554,14 @@ msgstr "Zrušit ztlumení vlákna" msgid "Unmute video" msgstr "Zrušit ztlumení videa" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Odepnout" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Odepnout kanál" @@ -13414,13 +13571,13 @@ msgstr "Odepnout kanál" msgid "Unpin from home" msgstr "Odepnout z domovské obrazovky" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Odepnout z profilu" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Odepnout seznam moderování" @@ -13429,29 +13586,34 @@ msgstr "Odepnout seznam moderování" msgid "Unpinned {0} from Home" msgstr "{0} odepnuto z Domů" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Odepnuto z vašich kanálů" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Seznam odepnut" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Zrušit odložení e-mailové připomínky" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Odhlásit odběr" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Zrušit odběr seznamu" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Zrušit odběr tohoto labelera" @@ -13463,7 +13625,7 @@ msgstr "Odhlášeno ze seznamu" msgid "Unsupported clipboard content" msgstr "Nepodporovaný obsah schránky" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Nepodporovaný typ videa: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Aktualizovat na {domain}" msgid "Update your email" msgstr "Aktualizovat e-mail" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Aktualizovat polohu" @@ -13539,24 +13701,24 @@ msgstr "Nahrajte textový soubor na:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Nahrát z fotoaparátu" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Nahrát ze souboru" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Nahrát z knihovny" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Nahrávání GIF..." @@ -13570,7 +13732,7 @@ msgstr "Nahrávání obrázků..." msgid "Uploading link thumbnail..." msgstr "Nahrávání náhledu odkazu..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Nahrávání videa..." @@ -13659,25 +13821,25 @@ msgstr "Seznam uživatelů od {0}" msgid "User list by you" msgstr "Seznam uživatelů od vás" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Seznam uživatelů byl vytvořen" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Seznam uživatelů aktualizován" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Uživatelské jméno nesmí být delší než {MAX_SERVICE_HANDLE_LENGTH, plural, one {# znak} few {# znaky} many {# znaků} other {# znaků}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Uživatelské jméno nesmí začínat ani končit pomlčkou" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Uživatelské jméno smí obsahovat pouze písmena (a-z), číslice a pomlčky" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Uživatelské jméno nebo e-mailová adresa" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "uživatelé, které sleduje <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "uživatelé sledující <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Hodnota:" msgid "Verification failed, please try again." msgstr "Ověření se nezdařilo, zkuste to prosím znovu." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Nastavení ověření" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Nastavení ověření" @@ -13720,14 +13882,14 @@ msgstr "Nastavení ověření" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Ověřování na Bluesky funguje jinak než na jiných platformách. <0>Zjistěte více zde." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Ověřeno uživatelem:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Ověřit účet" @@ -13790,12 +13952,12 @@ msgstr "Ověřte svůj věk" msgid "Verify your email" msgstr "Ověřte svůj e-mail" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Ověřování" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Ověřování stavu vašeho ověření věku" @@ -13815,16 +13977,16 @@ msgstr "Verze {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "přes startovací balíček <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Zpracování videa se nezdařilo" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Video kanál" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video od {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Video od {0}. Klepnutím video přehrajete nebo pozastavíte" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videohry" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Video je pozastaveno" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Video se přehrává" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video nenalezeno." @@ -13859,12 +14021,12 @@ msgstr "Video nenalezeno." msgid "Video settings" msgstr "Nastavení videa" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video nahráno" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videa" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Videa musí být dlouhá 10 minut nebo méně." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Videa musí být kratší než 3 minuty." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Zobrazit" @@ -13903,9 +14059,9 @@ msgstr "Zobrazit profilový obrázek uživatele {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Zobrazit profil uživatele {0}" @@ -13924,11 +14080,11 @@ msgstr "Zobrazit profil uživatele {displayName}" msgid "View {publicationTitle}" msgstr "Zobrazit {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Zobrazit profil zablokovaného uživatele" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Zobrazit blogový příspěvek pro více informací" @@ -13936,8 +14092,8 @@ msgstr "Zobrazit blogový příspěvek pro více informací" msgid "View debug entry" msgstr "Zobrazit záznam ladění" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Zobrazit podrobnosti" @@ -13977,13 +14133,13 @@ msgstr "Zobrazit více" msgid "View more trending videos" msgstr "Zobrazit další populární videa" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Zobrazit příspěvek" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Zobrazit službu označování poskytovanou uživatelem @{0}" msgid "View this user's verifications" msgstr "Zobrazit ověření tohoto uživatele" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Zobrazit uživatele, kteří mají rádi tento kanál" @@ -14026,11 +14182,11 @@ msgstr "Zobrazit uživatele, kteří mají rádi tento kanál" msgid "View video" msgstr "Zobrazit video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Zobrazit vaše zablokované účty" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Zobrazit vaše výchozí nastavení interakcí s příspěvkem" @@ -14039,11 +14195,15 @@ msgstr "Zobrazit vaše výchozí nastavení interakcí s příspěvkem" msgid "View your feeds and explore more" msgstr "Zobrazit vaše kanály a objevovat další" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Zobrazit vaši moderační schránku" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Zobrazit vaše seznamy moderování" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Zobrazit vaše ztlumené účty" @@ -14060,6 +14220,10 @@ msgstr "Zobrazí obrázek v plné velikosti" msgid "Views video in immersive mode" msgstr "Zobrazí video v režimu na celou obrazovku" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Násilí" @@ -14136,6 +14300,10 @@ msgstr "Žádosti o připojení k této konverzaci se nám nepodařilo načíst" msgid "We couldn’t load this conversation’s settings" msgstr "Nastavení této konverzace se nám nepodařilo načíst" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Nepodařilo se nám ověřit vašeho poskytovatele hostingu. Zkontrolujte připojení k internetu nebo <0>nastavte poskytovatele hostingu ručně." @@ -14148,7 +14316,7 @@ msgstr "Hashe odstraňujeme po nalezení shody" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Neukládáme telefonní čísla vašich přátel ani neposíláme žádné zprávy" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Odhadujeme, že váš účet bude připraven za {estimatedTime}." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Pro ověření věku jsme navázali spolupráci se službou <0>KWS. Po kliknutí na tlačítko „Začít“ níže vám KWS zašle e-mailem pokyny k dokončení procesu ověření. Pokud již byla vaše e-mailová adresa použita k ověření věku pro jinou hru nebo službu využívající KWS, nebudete to muset dělat znovu. Po dokončení budete přesměrováni zpět, abyste mohli pokračovat v používání Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Odeslali jsme další ověřovací e-mail na adresu <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Doporučujeme vybrat alespoň dva zájmy." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Na adresu <0>{0} jsme odeslali e-mail s odkazem. Pro dokončení ověření e-mailu na něj klikněte." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nepodařilo se nám zjistit, zda máte oprávnění nahrávat videa. Zkuste to prosím znovu." @@ -14198,16 +14366,16 @@ msgstr "Nepodařilo se nám načíst konfiguraci ověření věku pro vaši obla msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Nepodařilo se nám načíst předvolby data narození. Zkuste to prosím znovu." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "V tuto chvíli se nepodařilo načíst nakonfigurované labelery." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Ověření se nám nepodařilo přijmout kvůli problému s připojením. Může dorazit později. Pokud ano, váš účet se automaticky aktualizuje." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Až bude váš účet připraven, dáme vám vědět." @@ -14236,7 +14404,7 @@ msgstr "Aktualizujeme také naše <0>Pravidla komunity a uvítáme vaše př msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Aktualizujeme také naše Pravidla komunity a chceme znát váš názor! Tato nová pravidla vstoupí v platnost 15. října 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Ověřujeme stav vašeho ověření věku na našich serverech. Mělo by to trvat jen několik sekund." @@ -14255,7 +14423,7 @@ msgstr "Máme problémy se sítí, zkuste to znovu" msgid "We’re having network issues, try again" msgstr "Máme problémy se sítí, zkuste to znovu" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Představujeme novou vrstvu ověření na Bluesky – snadno viditelnou značku zaškrtnutí." @@ -14267,7 +14435,7 @@ msgstr "Jsme moc rádi, že se k nám přidáváte!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Je nám líto, ale na základě údajů sdílených vaším zařízením nejste dostatečně staří na to, abyste mohli používat Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Je nám líto, ale na základě polohy vašeho zařízení se aktuálně nacházíte v regionu, který vyžaduje ověření věku." @@ -14296,7 +14464,7 @@ msgstr "Omlouváme se, ale vaše vyhledávání nemohlo být dokončeno. Zkuste msgid "We're sorry, you cannot access this screen at this time." msgstr "Omlouváme se, k této obrazovce nyní nemáte přístup." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Omlouváme se! Příspěvek, na který odpovídáte, byl smazán." @@ -14325,12 +14493,12 @@ msgstr "Aktualizujeme naše Podmínky služby, Zásady ochrany osobních údajů msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Aktualizujeme naše Podmínky služby, Zásady ochrany osobních údajů a Zásady ochrany autorských práv s účinností od 15. září 2025. Aktualizujeme také naše Pravidla komunity a chceme znát váš názor! Tato nová pravidla vstoupí v platnost 15. října 2025. Více informací o těchto změnách a o tom, jak se s námi podělit o své názory, se dozvíte v našem příspěvku na blogu." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Potvrdili jsme stav ověření vašeho věku. Nyní můžete toto dialogové okno zavřít." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Vítejte zpět!" @@ -14351,17 +14519,17 @@ msgstr "Jak chcete pojmenovat svůj startovací balíček?" msgid "what’s up" msgstr "co se děje" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Co se děje?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Po klepnutí na fajfku uvidíte, které organizace ověření udělily." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Kdo může reagovat na tento příspěvek?" @@ -14369,12 +14537,12 @@ msgstr "Kdo může reagovat na tento příspěvek?" msgid "Who can join this group chat and how" msgstr "Kdo se může připojit k tomuto skupinovému chatu a jak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Kdo může odpovídat" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Kdo může ověřovat?" @@ -14434,11 +14602,11 @@ msgstr "Chcete tohoto uživatele zablokovat a/nebo smazat tuto konverzaci?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Chcete tohoto uživatele zablokovat a/nebo opustit tuto konverzaci?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Chcete tento příspěvek uložit jako koncept před zobrazením vašich konceptů?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Chcete tento příspěvek uložit jako koncept a upravit ho později?" @@ -14447,12 +14615,12 @@ msgstr "Chcete tento příspěvek uložit jako koncept a upravit ho později?" msgid "Write a post" msgstr "Napsat příspěvek" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Napsat příspěvek" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Napište svou odpověď" @@ -14475,8 +14643,8 @@ msgstr "Nesprávný typ konverzace" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Ano" @@ -14486,8 +14654,8 @@ msgstr "Ano" msgid "Yes GIFs" msgstr "GIFy souhlasu" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Ano, deaktivovat" @@ -14495,19 +14663,19 @@ msgstr "Ano, deaktivovat" msgid "Yes, delete my account" msgstr "Ano, smazat můj účet" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Ano, smazat tento startovací balíček" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Ano, odpojit" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Ano, skrýt" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Ano, znovu aktivovat můj účet" @@ -14519,7 +14687,7 @@ msgstr "Včera" msgid "You are a trusted verifier" msgstr "Jste důvěryhodný ověřovatel" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Přistupujete k Bluesky z regionu, který nám zákonně ukládá ověřit váš věk, než vám umožníme aplikaci používat." @@ -14544,12 +14712,12 @@ msgstr "Vytváříte účet na" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "V současné době máte zablokované používání funkce Vysílat živě. Pokud chcete proti tomuto moderátorskému rozhodnutí podat odvolání, vyplňte prosím níže uvedený formulář." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "V současné době nemáte přístup k procesu ověření věku na Bluesky. Pokud se domníváte, že jde o chybu, <0>kontaktujte náš moderátorský tým." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Jste ve frontě." @@ -14558,11 +14726,11 @@ msgstr "Jste ve frontě." msgid "You are Live" msgstr "Vysíláte živě" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Již nevysíláte živě" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Nemáte oprávnění nahrávat videa." @@ -14570,7 +14738,7 @@ msgstr "Nemáte oprávnění nahrávat videa." msgid "You are not following anyone yet" msgstr "Zatím nikoho nesledujete" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Nyní vysíláte živě!" @@ -14599,7 +14767,7 @@ msgstr "Místo toho můžete svůj účet také <0>dočasně deaktivovat. V msgid "You can also discover new Custom Feeds to follow." msgstr "Můžete také objevit nové Vlastní kanály, které budete sledovat." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Svá data z chatů si můžete také stáhnout jako soubor „JSONL“. Tento soubor obsahuje pouze zprávy, které jste odeslali, a neobsahuje zprávy, které jste přijali." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Nyní se můžete přihlásit pomocí svého nového hesla." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "K jednomu příspěvku můžete přidat maximálně {MAX_GALLERY_IMAGES, plural, one {# obrázek} few {# obrázky} many {# obrázků} other {# obrázků}}" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Koncepty můžete ukládat pouze do délky 1000 znaků." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Ukládat lze pouze koncepty do 1000 znaků. Chcete tento příspěvek zahodit před zobrazením vašich konceptů?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Najednou můžete vybrat pouze jeden GIF." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Najednou můžete vybrat pouze jedno video." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Svůj účet můžete znovu aktivovat a pokračovat v přihlašování. Váš profil a příspěvky budou viditelné pro ostatní uživatele." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Můžete číst historii konverzace, ale nemůžete odesílat nové zprávy." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Celkem můžete vybrat až {MAX_GALLERY_IMAGES, plural, one {# obrázek} few {# obrázky} many {# obrázků} other {# obrázků}}." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Toto můžete později změnit v nastavení." @@ -14690,7 +14855,7 @@ msgstr "Datum narození nelze aktualizovat při použití hesla aplikace. Pro ak msgid "You don't follow any users who follow @{name}." msgstr "Nesledujete žádné uživatele, kteří sledují @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Zatím nemáte žádné seznamy." @@ -14728,7 +14893,7 @@ msgstr "Úplně jste vypnuli oznámení o odpovědích, citacích a zmínkách, #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Zadali jste neplatný kód. Měl by mít tvar XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Dosáhli jste konce" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Vaše e-mailová adresa byla úspěšně ověřena. Toto dialogové okno můžete zavřít." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Dočasně jste dosáhli limitu pro nahrávání videí. Zkuste to prosím později." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "V tomto konceptu máte neuložené změny, chcete je uložit?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Máte neuložené změny. Chcete je uložit před zobrazením vašich konceptů?" @@ -14858,7 +15023,7 @@ msgstr "K vygenerování startovacího balíčku musíte sledovat alespoň sedm msgid "You must grant access to your photo library to save a QR code" msgstr "Pro uložení QR kódu musíte udělit přístup ke své knihovně fotografií" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Musíte povolit přístup ke své knihovně médií." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Tuto konverzaci vlastníte vy" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Účet @{0} jste dříve deaktivovali." @@ -14911,11 +15076,21 @@ msgstr "Odpověděli jste sami sobě" msgid "You requested to join" msgstr "Požádali jste o připojení" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Budete odhlášeni ze všech svých účtů." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "Vše je připraveno! Některé funkce však mohou být i nadále omezeny msgid "You’re in control" msgstr "Máte to pod kontrolou" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Jste ve frontě" @@ -15010,7 +15185,7 @@ msgstr "Odepřeli jste přístup ke svým kontaktům" msgid "You've found some people to follow" msgstr "Našli jste nějaké lidi ke sledování" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Dosáhli jste konce aktivního obsahu." @@ -15018,7 +15193,7 @@ msgstr "Dosáhli jste konce aktivního obsahu." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Dostali jste se na konec svého kanálu! Najděte si další účty, které můžete sledovat." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Dosáhli jste maximálního počtu konceptů" @@ -15030,22 +15205,23 @@ msgstr "Dosáhli jste maximálního počtu povolených požadavků. Zkuste to pr msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Dosáhli jste maximálního počtu {MAX_FILTERS, plural, one {# filtru} few {# filtrů} many {# filtrů} other {# filtrů}}. Místo vytváření nových přidejte další hodnoty do stávajícího filtru." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Dosáhli jste začátku aktivního obsahu." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Dosáhli jste svého denního limitu pro nahrávání videí (příliš mnoho bajtů)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Dosáhli jste denního limitu pro nahrávání videí (příliš mnoho videí)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Došla vám videa ke sledování. Možná je vhodný čas si dát pauzu?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Váš účet" @@ -15062,7 +15238,19 @@ msgstr "Váš účet byl smazán, mějte se! ✌️" msgid "Your account has been suspended" msgstr "Váš účet byl pozastaven" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Váš účet ještě není dostatečně starý na nahrávání videí. Zkuste to prosím později." @@ -15074,7 +15262,7 @@ msgstr "Váš účet je příliš nový" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Pro vytvoření nové skupinové konverzace musí být váš účet starý alespoň 7 dní." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Repozitář vašeho účtu, který obsahuje všechny veřejné datové záznamy, lze stáhnout jako soubor „CAR\". Tento soubor neobsahuje vložená média, jako jsou obrázky, ani vaše soukromá data, která je nutné získat samostatně." @@ -15086,7 +15274,7 @@ msgstr "Bylo zjištěno, že váš účet porušuje <0>Podmínky služby Bluesky msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Vaše odvolání bylo odesláno. Pokud bude vašemu odvolání vyhověno, obdržíte e-mail." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Vaše datum narození" @@ -15115,7 +15303,7 @@ msgstr "Váš kontakt {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Vaše stávající uživatelské jméno <0>{0} pro vás zůstane automaticky rezervováno. Kdykoli se k němu z tohoto účtu můžete vrátit." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Vámi uvedený věk je nižší než 18 let. Některá níže uvedená nastavení mohou být zakázána. Pokud se jednalo o chybu, můžete upravit datum narození v <0>nastavení účtu." @@ -15128,7 +15316,7 @@ msgstr "Váš e-mail" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Váš e-mail se zdá být neplatný." @@ -15140,7 +15328,7 @@ msgstr "Váš e-mail ještě nebyl ověřen. Ověřte prosím svůj e-mail, abys msgid "Your first like!" msgstr "Váš první lajk!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Vaši sledující" @@ -15157,7 +15345,7 @@ msgstr "Vaše úplná adresa bude <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Vašeho poskytovatele hostingu nelze zjistit z e-mailové adresy, proto bude použita výchozí služba Bluesky. Zadejte místo toho své uživatelské jméno nebo nastavte poskytovatele ručně." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Váš poskytovatel hostingu nepodporuje takto velká videa. Zkuste to prosím znovu s menším souborem." @@ -15165,7 +15353,7 @@ msgstr "Váš poskytovatel hostingu nepodporuje takto velká videa. Zkuste to pr msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Poskytovatel hostingu je automaticky rozpoznán z uživatelského jména, které zadáte." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Vaše zájmy byly aktualizovány!" msgid "Your interests help us find what you like!" msgstr "Vaše zájmy nám pomáhají najít to, co se vám líbí!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Vaše poloha byla aktualizována." @@ -15198,15 +15386,20 @@ msgstr "Vaše jméno, avatar, název skupinového chatu a počet členů budou v msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Vaše heslo bylo úspěšně změněno! Od této chvíle při přihlašování do Bluesky používejte své nové heslo." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Vaše heslo musí mít alespoň 8 znaků." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Váš příspěvek byl odeslán" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Vaše příspěvky byly odeslány" @@ -15214,7 +15407,7 @@ msgstr "Vaše příspěvky byly odeslány" msgid "Your preferred language" msgstr "Váš preferovaný jazyk" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Váš profilový obrázek" @@ -15223,24 +15416,28 @@ msgstr "Váš profilový obrázek" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Vaše profilová fotka obklopená soustřednými kruhy profilových fotek ostatních uživatelů" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Váš profil, příspěvky, kanály a seznamy už nebudou viditelné pro ostatní uživatele Bluesky. Účet můžete kdykoli znovu aktivovat přihlášením." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Vaše odpověď byla odeslána" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Vaše hlášení bude odesláno na <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Vámi vybrané zájmy nám pomáhají poskytovat vám obsah, který vás zajímá." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Vaše vlákno obsahuje prázdné příspěvky, které budou přeskočeny. Zbývající příspěvky budou zveřejněny jako vlákno." diff --git a/src/locale/locales/cy/messages.po b/src/locale/locales/cy/messages.po index 19e36980ff..362d0a640b 100644 --- a/src/locale/locales/cy/messages.po +++ b/src/locale/locales/cy/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: cy\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Welsh\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categori \"{interestsDisplayName}\" (gweithredol)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# yn dilyn} other {# yn dilyn}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, zero {}one {Wedi darganfod # ffrind!} two {Wedi darganfod # ffrind!} few {Wedi darganfod # ffrind!} many {Wedi darganfod # ffrind!} other {Wedi darganfod # ffrind!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# awr} other {# awr}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#mis} other {#mis}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, zero {}one {1 postiad ychwanegol} two {# bostiad ychwanegol} few {# postiad ychwanegol} many {# postiad ychwanegol} other {# postiad ychwanegol}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {dilynwr} other {dilynwr}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {yn dilyn} other {yn dilyn}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {postiad} other {postiad}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, zero {} one {Mae # person wedi} two {Mae # person wedi} few {Mae # person wedi} many {Mae # person wedi}other {Mae # person wedi}} ymuno â Bluesky drwy'r pecyn cychwyn hwn!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, zero {} one {+# yn rhagor} two {+# yn rhagor} few {+# yn rhagor} many {+# yn rhagor}other {+# yn rhagor}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, zero {} one {Rhaid eich bod yn # mlwydd oed i greu cyfrif yn eich ardal hon.} two {Rhaid eich bod yn # mlwydd oed i greu cyfrif yn eich ardal hon.} few {Rhaid eich bod yn # mlwydd oed i greu cyfrif yn eich ardal hon.} many {Rhaid eich bod yn # mlwydd oed i greu cyfrif yn eich ardal hon.} other {Rhaid eich bod yn # mlwydd oed i greu cyfrif yn eich ardal hon.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "Mae {0} yn fyw" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "Dyw {0} ddim ar gael" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "Dyw {0} ddim yn cael eu cynnal gan eich dyfais." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, zero {}one {aelod} two {aelod} few {aelod} many {ael #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} am {time}" msgid "{displayName}'s Starter Pack" msgstr "Pecyn Cychwyn {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {awr} other {awr}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {munud} other {munud}}" @@ -652,14 +661,14 @@ msgstr "Mae {firstAuthorName} wedi ymuno â'ch pecyn cychwyn" msgid "{firstAuthorName} verified you" msgstr "Mae {firstAuthorName} wedi'ch gwirio" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} yn dilyn" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, zero {postiadau} one {postiad} two {bostiad} few {phostiad} many {postiad} other {postiad}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, zero {}one {# awr} two {# awr} few {# awr} many {# hours} other {# awr}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ ceisiadau ymuno newydd" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {Mae # eraill}} wedi ymuno!" @@ -767,7 +776,7 @@ msgstr "Ymunodd {profileName} â Bluesky gan ddefnyddio pecyn cychwyn {timeAgoSt #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "Mae <0>{0}, <1>{1}, a {2, plural, one {# arall} other {# arall}} wedi'u cynnwys yn eich pecyn cychwyn" @@ -834,7 +843,7 @@ msgstr "Mae <0>{0}, <1>{1}, a {2, plural, one {# arall} other {# arall}} #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "Mae <0>{0}, <1>{1}, a {2, plural, one {# arall} other {# arall}} wedi'u cynnwys yn eich pecyn cychwyn" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, zero {}one {yn cadw} two {yn cadw} few {yn cadw} #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, zero {}one {hoffi} two {hoffi} few {hoffi} many {hoffi} other {hoffi}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "Mae <0>{0} a<1> <2>{1} wedi eu cynnwys yn eich pecyn cychwyn" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "Mae <0>{0} wedi'i gynnwys yn eich pecyn cychwyn" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} aelod" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Tapiwch yma i ddiweddaru eich lleoliad gyda GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "Rydych <0>chi a <1> <2>{0} wedi'ch cynnwys yn eich pecyn cychwyn" @@ -946,6 +955,12 @@ msgstr "7 diwrnod" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Casgliad o ffrydiau poblogaidd sydd i'w cael ar Bluesky, gan gynnwys Newyddion, Booksky, Game Dev, Blacksky, a Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Digwyddodd gwall rhwydwith. Gwiriwch eich cysylltiad rhwydwaith." msgid "A new code has been sent" msgstr "Mae cod newydd wedi'i anfon" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Math newydd o ddilysu" @@ -1005,7 +1020,7 @@ msgstr "Llun sgrin o'r cyfansoddwr postiadau gyda botymau newydd nesaf at y botw msgid "A selected recipient is not followed by the sender." msgstr "Dyw'r derbynnydd penodol ddim yn cael ei ddilyn gan yr anfonwr." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Cais am fynediad! Bydd perchennog y grŵp yn adolygu eich cais." msgid "Accessibility" msgstr "Hygyrchedd" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Gosodiadau Hygyrchedd" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Cyfrif" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Cyfrif wedi'i rwystro" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Cyfrif yn cael ei ddilyn" @@ -1086,8 +1101,8 @@ msgstr "Mae'r cyfrif wedi'i atal" msgid "Account is deactivated" msgstr "Mae'r cyfrif wedi'i gau" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Cyfrif wedi'i dewi" @@ -1111,24 +1126,24 @@ msgstr "Cyfrif wedi'i dynnu o fynediad cyflym" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Cyfrif wedi'i ddadrwystro" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Peidio dilyn y cyfrif" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Dad-dewi cyfrif" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Mae cyfrifon gyda marc siec glas cregynog <0><1/> yn gallu dilysu eraill. Mae'r dilyswyr dibynadwy hyn yn cael eu dewis gan Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Mae cyfrifon gyda marc siec glas cregynog <0><1/> yn gallu dilysu er msgid "Activity from others" msgstr "Gweithgaredd gan eraill" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Hysbysiadau gweithgaredd" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Ychwanegu" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Ychwanegu {0} arall i barhau" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Ychwanegu {displayName} at y pecyn cychwyn" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Ychwanegu defnyddiwr at y rhestr hon" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Ychwanegu cyfrif" @@ -1201,11 +1216,11 @@ msgstr "Ychwanegu testun amgen (dewisol)" msgid "Add another account" msgstr "Ychwanegu cyfrif arall" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Ychwanegu postiad arall" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Ychwanegu postiad arall i edefyn" @@ -1223,7 +1238,7 @@ msgstr "Ychwanegu cyfrinair apiau" msgid "Add App Password" msgstr "Ychwanegu Cyfrinair Apiau" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Ychwanegu label awtomatiaeth i'r cyfrif" @@ -1239,12 +1254,12 @@ msgstr "Ychwanegu hidlydd" msgid "Add group chat members" msgstr "Ychwanegu aelodau grŵp sgwrsio" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Ychwanegwch lun" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Ychwanegu cyfrwng i bostiad" @@ -1254,8 +1269,8 @@ msgstr "Ychwanegu cyfrwng i bostiad" msgid "Add members" msgstr "Ychwanegu aelodau" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Ychwanegu rhagor o fanylion (dewisol)" @@ -1295,7 +1310,7 @@ msgstr "Ychwanegu Ymateb" msgid "Add recommended feeds" msgstr "Ychwanegu ffrydiau wedi'u hargymell" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Ychwanegu'r ychydig o lifau i'ch pecyn cychwyn!" @@ -1307,12 +1322,12 @@ msgstr "Ychwanegu'r ffrwd ragosodedig dim ond y bobl rydych chi'n eu dilyn" msgid "Add the following DNS record to your domain:" msgstr "Ychwanegwch y cofnod DNS canlynol i'ch parth:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Ychwanegu'r ffrwd hon at eich ffrydiau" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Ychwanegu at y rhestrau" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Ychwanegu i'r postiadau wedi'u cadw" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Ychwanegu at y pecynnau cychwyn" @@ -1330,7 +1345,7 @@ msgstr "Ychwanegu at y pecynnau cychwyn" msgid "Add user to list" msgstr "Ychwanegu defnyddiwr at y rhestr" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Ychwanegwch ddyddiad geni" @@ -1361,7 +1376,7 @@ msgstr "Yn ychwanegu aelodau i restr..." msgid "Additional details (limit 1000 characters)" msgstr "Manylion ychwanegol (terfyn o 1000 nod)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Manylion ychwanegol (terfyn o 300 nod)" @@ -1378,14 +1393,14 @@ msgstr "Oedolyn" msgid "Adult content" msgstr "Cynnwys oedolion" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Cynnwys Oedolion" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Dim ond trwy'r We yn <0>bsky.app y mae modd galluogi cynnwys oedolion." @@ -1402,7 +1417,7 @@ msgstr "Labeli Cynnwys Oedolion" msgid "Adult sexual abuse content" msgstr "Cynnwys camdriniaeth rywiol oedolion" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Uwch" @@ -1423,7 +1438,7 @@ msgstr "Wedi cyflwyno ymholiad sicrwydd oed" msgid "Age assurance only takes a few minutes" msgstr "Dim ond ychydig funudau fydd yr ymholiad Sicrwydd Oed yn ei gymryd" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "Dim ond ychydig funudau fydd Sicrwydd Oed yn ei gymryd." @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "Y Cyfan" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Y Cyfan" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Y cyfan {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Mae'r holl gyfrifon wedi'u dilyn!" @@ -1474,7 +1494,7 @@ msgstr "Yr holl ffrydiau rydych wedi'u cadw, mewn un lle." msgid "Allow access to your direct messages" msgstr "Caniatáu mynediad i'ch negeseuon uniongyrchol" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Caniatáu i unrhyw un ateb" @@ -1488,8 +1508,8 @@ msgstr "Caniatáu negeseuon uniongyrchol oddi wrth" msgid "Allow group chat invites from" msgstr "Caniatáu gwahoddiadau sgwrsio gan" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Caniatáu mynediad lleoliad" @@ -1498,24 +1518,24 @@ msgstr "Caniatáu mynediad lleoliad" msgid "Allow others to be notified of your posts" msgstr "Caniatáu i eraill gael clywed am eich postiadau" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Caniatáu i bobl rydych yn eu dilyn i ateb" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Caniatáu i bobl rydych yn eu crybwyll i ateb" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Caniatáu postiadau dyfynnu" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Caniatáu defnyddwyr yn {0} i ateb" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Caniatáu i'ch dilynwyr i ateb" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Yn caniatáu mynediad i negeseuon uniongyrchol" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Oes gennych chi god yn barod?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Oes gennych chi gyfrif yn barod?" @@ -1540,7 +1560,7 @@ msgstr "Eisoes wedi mewngofnodi fel @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Bydd testun amgen yn cael ei gwtogi. {MAX_ALT_TEXT, plural, other {Limit: {0} nod.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Mae e-bost wedi'i anfon at {0}. Mae'n cynnwys cod cadarnhau y gallwch ei nodi isod." @@ -1587,7 +1607,7 @@ msgstr "Digwyddodd gwall" msgid "An error occurred" msgstr "Digwyddodd gwall" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Digwyddodd gwall wrth gywasgu'r fideo." @@ -1596,7 +1616,7 @@ msgstr "Digwyddodd gwall wrth gywasgu'r fideo." msgid "An error occurred while fetching suggested accounts." msgstr "Digwyddodd gwall wrth estyn y cyfrifon hyn." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Digwyddodd gwall wrth nôl y ffrwd." @@ -1609,15 +1629,15 @@ msgstr "Digwyddodd gwall wrth gynhyrchu'ch pecyn cychwyn. Eisiau ceisio eto?" msgid "An error occurred while hiding suggestion. {0}" msgstr "Digwyddodd gwall wrth guddio awgrym. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Digwyddodd gwall wrth lwytho'r fideo. Ceisiwch eto yn nes ymlaen." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Digwyddodd gwall wrth lwytho'r fideo. Ceisiwch eto." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Digwyddodd gwall wrth lwytho eich rhestrau :/" @@ -1628,16 +1648,16 @@ msgstr "Digwyddodd gwall wrth gadw'r cod QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Digwyddodd gwall wrth geisio dilyn pob un" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Digwyddodd gwall wrth lwytho'r fideo i fyny. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Bu anhawster wrth ddileu'r llwytho'r fideo. Gwiriwch eich cysylltiad rhyngwyd a cheisio eto." @@ -1661,8 +1681,8 @@ msgstr "Darlun o nifer o bostiadau Bluesky ynghyd ag eiconau ailbostio, hoffi a msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Darlun o ap Bluesky gydag awyren papur yn hedfan ohono, yn cynrychioli gwahodd ffrindiau" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Darlun yn dangos bod Bluesky yn dewis dilyswyr dibynadwy, a dilyswyr dibynadwy yn eu tro yn gwirio cyfrifon defnyddwyr unigol." @@ -1686,14 +1706,14 @@ msgstr "Digwyddodd gwall wrth ddechrau'r sgwrs grŵp, ceisiwch eto." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Digwyddodd mater, ceisiwch eto." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Darlun bras o iPhone yn dangos ap Bluesky ar agor i broffil defnyddiwr dilys gyda marc ticio nesaf at eu henw dangos." @@ -1702,7 +1722,7 @@ msgstr "Darlun bras o iPhone yn dangos ap Bluesky ar agor i broffil defnyddiwr d msgid "an unknown labeler" msgstr "labelwr anhysbys" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "a" @@ -1735,7 +1755,7 @@ msgstr "Mae dilysu nawr ar gael ar Bluesky" msgid "Any date" msgstr "Unrhyw ddyddiad" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Unrhyw un" @@ -1767,7 +1787,7 @@ msgstr "Unrhyw un sy'n fy nilyn" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Fydd neb sydd ganddo'n barod ddim yn gallu ymuno neu ofyn i ymuno. Gallwch bob amser greu un newydd." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Rhaid i enwau cyfrinair ap fod o leiaf 4 nod" msgid "App passwords" msgstr "Cyfrineiriau apiau" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Cyfrineiriau Apiau" @@ -1856,7 +1876,7 @@ msgstr "Apelio'r penderfyniad hwn" msgid "Appeal this label" msgstr "Apelio'r label hwn" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Gosod Cais Tynnu" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Wedi'i archifo o {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Post wedi'i archifo" @@ -1914,7 +1934,7 @@ msgstr "Ydych chi'n siŵr eich bod am ddileu cyfrinair ap \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Ydych chi'n siŵr eich bod am ddileu'r neges hon? Bydd y neges yn cael ei dileu i chi, ond nid ar gyfer y cyfranogwyr eraill." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Ydych chi'n siŵr eich bod am ddileu'r pecyn cychwyn hwn?" @@ -1936,7 +1956,7 @@ msgstr "Ydych chi'n siŵr eich bod eisiau gadael y sgwrs hon?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Ydych chi'n siŵr eich bod am adael y sgwrs hon? Bydd eich negeseuon yn cael eu dileu i chi, ond nid ar gyfer y cyfranogwyr eraill." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Ydych chi'n siŵr eich bod am dynnu hwn o'ch ffrydiau?" @@ -1945,7 +1965,7 @@ msgstr "Ydych chi'n siŵr eich bod am dynnu hwn o'ch ffrydiau?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Ydych chi'n siŵr eich bod am dynnu'n ôl eich cais i ymuno â {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Ydych chi'n siŵr yr hoffech chi gael gwared ar y postiad hwn?" @@ -1953,7 +1973,7 @@ msgstr "Ydych chi'n siŵr yr hoffech chi gael gwared ar y postiad hwn?" msgid "Are you sure?" msgstr "Ydych chi'n siŵr?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Ai chi yw'r person a bortreadir, neu gynrychiolydd awdurdodedig sy'n gweithredu ar ran y person a bortreadir?" @@ -1969,8 +1989,8 @@ msgstr "Celf" msgid "Artistic or non-erotic nudity." msgstr "Noethni artistig neu anerotig." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Gofynnwch i apiau a gwefannau i beidio â dangos fy nghyfrif i ddefnyddwyr sydd wedi allgofnodi" @@ -1979,12 +1999,12 @@ msgstr "Gofynnwch i apiau a gwefannau i beidio â dangos fy nghyfrif i ddefnyddw msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Gofyn i apiau guddio fy mhostiadau rhag argymhellion algorithmig" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Neilltuo pwnc ar gyfer algo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "O leiaf 8 nod" @@ -2017,8 +2037,8 @@ msgstr "Awtomatig" msgid "Automation label" msgstr "Label awtomatiaeth" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Label Awtomatiaeth" @@ -2038,6 +2058,10 @@ msgstr "Ar gael" msgid "Avatar creator" msgstr "Crëwr afatar" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Crëwr afatar" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Crëwr afatar" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Nôl" msgid "Back to Chats" msgstr "Nôl i Sgyrsiau" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Gweithgareddau wedi'u rhwystro neu droseddu diogelwch" @@ -2081,7 +2109,7 @@ msgstr "Gweithgareddau wedi'u rhwystro neu droseddu diogelwch" msgid "Banned user returning" msgstr "Defnyddiwr wedi'i wahardd yn dychwelyd" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Yn seiliedig ar leoliad eich dyfais, rydym yn credu eich bod yn <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "Yn seiliedig ar leoliad eich dyfais, rydym yn credu eich bod yn <0>{geol msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Yn seiliedig ar leoliad eich dyfais, rydym yn credu eich bod yn <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Ar sail eich rhwydwaith, rydym yn credu eich bod yn <0>{geolocationString}. Gall yr amcan yma fod yn anghywir os ydych yn defnyddio VPN." @@ -2148,16 +2176,16 @@ msgstr "Cychwynnwch y broses sicrwydd oed drwy lanw'r meysydd isod." msgid "Beta Feature" msgstr "Nodwedd Beta" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Nodweddion beta" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Nodweddion beta wedi'u galluogi" @@ -2193,12 +2221,12 @@ msgstr "Rhwystro {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Rhwystro cyfrif" @@ -2255,15 +2283,15 @@ msgstr "Rhwystro'r defnyddiwr a/neu ddileu'r sgwrs hon" msgid "Block user and/or leave this conversation" msgstr "Rhwystro defnyddiwr a/neu adael y sgwrs hon" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Ddim ar gael" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Cyfrifon wedi'u rhwystro" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Cyfrifon wedi'u Rhwystro" @@ -2288,7 +2316,7 @@ msgstr "Mae rhwystro'n beth cyhoeddus. Nid oes modd i gyfrifon sydd wedi'u rhwys 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." msgstr "Fydd rhwystro ddim yn atal labeli rhag cael eu gosod ar eich cyfrif, ond bydd yn atal y cyfrif hwn rhag ateb yn eich trywyddau neu ryngweithio â chi." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Dyw Bluesky ddim yn gallu cadarnhau dilysrwydd y dyddiad honedig." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic ™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Mae Bluesky yn helpu ffrindiau i ddod o hyd i'w gilydd drwy greu bysbrint digidol wedi ei amgryptio, o'r enw \"hashnod\", ac yna'n edrych am hashnodau sy'n cyfateb." @@ -2357,15 +2389,11 @@ msgstr "Mae Bluesky yn cadw'ch cysylltiadau fel data wedi'i amgodio. Bydd tynnu' msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bydd Bluesky yn dewis set o gyfrifon wedi'u hargymhell gan bobl yn eich rhwydwaith." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Fydd Bluesky ddim yn dangos eich cyfrif i ddefnyddwyr sydd wedi allgofnodi ac fe fydd yn gofyn i apiau eraill wneud yr un peth. Mae'n bosibl na fydd apiau eraill yn parchu'r gofyniad hwn. Dyw e ddim yn gwneud eich cyfrif yn breifat." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Fydd Bluesky ddim yn dangos eich postiadau yn y ffrwd Darganfod (ac eithrio i'ch dilynwyr) ac fe fydd yn gofyn i apiau eraill beidio â dangos eich postiadau yn eu hargymhellion algorithmig eu hunain." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bydd Bluesky yn rhagweithiol yn dilysu cyfrifon nodedig a dilys." @@ -2424,29 +2452,29 @@ msgstr "Porwch ragor o awgrymiadau ar y dudalen Archwilio" msgid "Browse other feeds" msgstr "Porwch ffrydiau eraill" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Porwch bostiadau am {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Porwch bostiadau sydd wedi'u tagio â {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Porwch becyn cychwyn {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Porwi pwnc {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Porwch bwnc {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Busnes" @@ -2459,10 +2487,10 @@ msgstr "Botwm i fynd nôl i'r llinell amser cartref" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Gan {0}" @@ -2475,7 +2503,7 @@ msgstr "gan {0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Gan <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Trwy greu cyfrif rydych yn cytuno i'r <0>Telerau Gwasanaeth a'r <1>P msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Trwy greu cyfrif rydych yn cytuno i'r <0>Telerau Gwasanaeth." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Gennych chi" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Camera" @@ -2521,16 +2549,16 @@ msgstr "Mae angen mynediad i'r camera" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Mae angen mynediad i'r camera" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Mae angen mynediad i'r camera" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Nôl" msgid "Cancel quote post" msgstr "Diddymu'r postiad dyfynnu" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Diddymu'r ailweithredu ac allgofnodi" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Yn diddymu mewngofnodi fel y gallwch wirio'ch enw defnyddiwr" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Methu rhyngweithio â defnyddiwr sydd wedi'i rwystro" @@ -2609,7 +2637,7 @@ msgstr "Capsiynau (.vtt)" msgid "Captions & alt text" msgstr "Capsiynau a thestun amgen" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "carwsél" @@ -2651,24 +2679,24 @@ msgstr "Newid Enw Dangos" msgid "Change hosting provider" msgstr "Newid darparwr gwesteiwr" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Newid y gwasanaeth cymedroli" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Newid cyfrinair" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Newid deialog cyfrinair" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Newid categori adrodd" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Newid y rheswm am adrodd" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Bydd newidiadau i'r pecyn cychwyn ddim yn cael eu hadlewyrchu i'r rhestr ar ôl eu creu. Bydd y rhestr yn gopi annibynnol." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Sgyrsiau" @@ -2758,7 +2786,7 @@ msgstr "Gall perchnogion sgwrs ddim gadael sgwrs grŵp." msgid "Chat recipient is not followed by the sender." msgstr "Dyw derbynnydd y sgwrs ddim yn cael ei ddilyn gan yr anfonwr." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Dewch derbyn cais am sgwrs" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Ceisiadau am sgyrsiau" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Gwiriwch <0>{currentEmail} am e-bost gyda'r cod cadarnhau i'w roi is msgid "Check back later!" msgstr "Dewch nôl yn nes ymlaen!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Gwirio fy statws" @@ -2895,7 +2923,7 @@ msgstr "Dewis darparwr gwesteiwr" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Dewiswch eich llinell amser eich hun! Mae ffrydiau adeiladwyd gan y gymuned yn eich helpu i ddod o hyd i gynnwys rydych yn ei hoffi." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Dewiswch eich cyfrinair" @@ -2931,7 +2959,7 @@ msgstr "Clirio chwilio GIF" msgid "Clear image cache" msgstr "Clirio'r storfa delweddau" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Clirio'r ymholiad chwilio" @@ -2951,11 +2979,11 @@ msgstr "Cliciwch yma i ychwanegu pobl i'r grŵp sgwrsio yma" msgid "Click here to create or manage an invite link for this group chat" msgstr "Cliciwch yma i greu neu reoli dolen gwahodd ar gyfer y grŵp sgwrsio yma" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Cliciwch yma i ddileu'ch cyfrif" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Cliciwch yma i allgofnodi" @@ -2968,8 +2996,8 @@ msgstr "Cliciwch yma i ail anfon yr e-bost" msgid "Click here to restart the verification process." msgstr "Cliciwch yma i ailgychwyn y broses ddilysu." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Cliciwch yma i ddiweddaru eich dyddiad geni" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Cliciwch i roi cynnig arall ar y neges a fethwyd" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Cliciwch i roi cynnig arall ar y neges a fethwyd" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Cliciwch i roi cynnig arall ar y neges a fethwyd" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Cau" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Cau'r deialog gweithredol" @@ -3068,13 +3097,13 @@ msgstr "Cau'r faner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Cau'r ddeialog" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Cau'r ddewislen drôr" @@ -3110,7 +3139,7 @@ msgstr "Cau'r faner ceisiadau sy'n dod i mewn" msgid "Close this dialog" msgstr "Cau'r ddeialog hon" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Cau'r modal croeso" @@ -3118,7 +3147,7 @@ msgstr "Cau'r modal croeso" msgid "Closes password update alert" msgstr "Yn cau'r rhybudd diweddaru cyfrinair" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Yn cau cyfansoddwr postiad ac yn dileu postiad drafft" @@ -3126,7 +3155,7 @@ msgstr "Yn cau cyfansoddwr postiad ac yn dileu postiad drafft" msgid "Collapse list of users" msgstr "Lleihau'r rhestr o ddefnyddwyr" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Yn lleihau'r rhestr o ddefnyddwyr hysbysiad penodol" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Comics" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Canllawiau Cymunedol" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Cwblhewch y cyflwyniad a dechreuwch ddefnyddio'ch cyfrif" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Cwblhewch yr her" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Cyfansoddi postiad newydd" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Cyfansoddwch bostiadau hyd at {0, plural, zero {} one {# nod} two {# nod} few {# characters} many {# nod}other {# nod}}" @@ -3180,11 +3209,11 @@ msgstr "Cyfansoddwch bostiadau hyd at {0, plural, zero {} one {# nod} two {# nod msgid "Compose reply" msgstr "Ysgrifennu ateb" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Yn cywasgu GIF..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Yn cywasgu fideo..." @@ -3198,18 +3227,18 @@ msgstr "Wedi'i ffurfweddu yn y <0>gosodiadau cymedroli." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Cadarnhau" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Cod cadarnhau" @@ -3226,12 +3255,12 @@ msgstr "Yn cysylltu â'r gwasanaeth…" msgid "Connecting…" msgstr "Yn cysylltu…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Mater cysylltu" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Cysylltwch â'n tîm cefnogi" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Cysylltu â'n chefnogaeth" @@ -3273,7 +3302,7 @@ msgstr "Cynnwys a Chyfryngau" msgid "Content and media" msgstr "Cynnwys a chyfryngau" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Cynnwys a Chyfryngau" @@ -3281,7 +3310,7 @@ msgstr "Cynnwys a Chyfryngau" msgid "Content Blocked" msgstr "Cynnwys wedi'i Rhwystro" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Hidlo cynnwys" @@ -3421,8 +3450,8 @@ msgstr "Copïo" msgid "Copy App Password" msgstr "Copïo Cyfrinair Ap" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copïwch yn: // URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copïo cod" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copïo DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Copïo'r ddolen wahodd" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copïo dolen" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copïo Dolen" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copïo dolen i'r rhestr" @@ -3472,12 +3501,12 @@ msgstr "Copïo dolen i'r rhestr" msgid "Copy link to post" msgstr "Copïo dolen i'r postiad" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copïo'r ddolen i'r proffil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copïo'r ddolen i'r pecyn cychwyn" @@ -3491,8 +3520,8 @@ msgstr "Copïo testun neges" msgid "Copy post at:// URI" msgstr "Copïo postiad yn: // URI" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copïo testun postiad" @@ -3506,7 +3535,7 @@ msgstr "Copïo gwerth cofnod TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Polisi Hawlfraint" @@ -3632,7 +3661,7 @@ msgstr "Creu" msgid "Create a list" msgstr "Crëwch restr" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Crëwch restr o'r pecyn cychwyn hwn" @@ -3642,7 +3671,7 @@ msgstr "Creu cod QR ar gyfer pecyn cychwyn" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Creu pecyn cychwyn" @@ -3655,12 +3684,12 @@ msgstr "Crëwch Becyn Cychwyn" msgid "Create a starter pack for me" msgstr "Creu pecyn cychwyn i mi" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Creu grŵp sgwrsio" msgid "Create list" msgstr "Crëwch restr" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Crëwch restr o'r aelodau" @@ -3708,13 +3737,13 @@ msgstr "Crëwch restr o'r aelodau" msgid "Create list from starter pack" msgstr "Crëwch restr o'r pecyn cychwyn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Creu rhestr cymedroli" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Creu cyfrif newydd" @@ -3724,8 +3753,8 @@ msgstr "Crëwch neu addasu dolen gwahodd ar gyfer y grŵp sgwrsio yma" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Creu adroddiad ar gyfer {0}" @@ -3734,7 +3763,7 @@ msgstr "Creu adroddiad ar gyfer {0}" msgid "Create starter pack" msgstr "Creu pecyn cychwyn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Creu rhestr defnyddwyr" @@ -3747,7 +3776,7 @@ msgstr "Creu rhestr defnyddwyr" msgid "Created {0}" msgstr "Wedi creu {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Mae'r crëwr wedi'i rwystro" @@ -3800,7 +3829,7 @@ msgstr "Tywyll" msgid "Dark theme" msgstr "Thema dywyll" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Dyddiad geni" @@ -3814,7 +3843,7 @@ msgstr "Dydd" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Cau cyfrif" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Eiconau rhagosodedig" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Dileu" @@ -3892,8 +3921,8 @@ msgstr "Dileu sgwrs" msgid "Delete for me" msgstr "Dileu i mi" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Dileu rhestr" @@ -3909,30 +3938,30 @@ msgstr "Dileu neges i mi" msgid "Delete my account" msgstr "Dileu fy ngyfrif" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Dileu postiad" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Dileu pecyn cychwyn" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Dileu pecyn cychwyn?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Dileu'r rhestr hon?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Dileu'r postiad hwn?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Dilëwyd" @@ -3953,7 +3982,7 @@ msgstr "Dilëwyd gan Plivo ar ôl gwirio" msgid "Deleted list" msgstr "Rhestr dilëwyd" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Disgrifiad (uchafswm 1000 nod)" msgid "Descriptive alt text" msgstr "Testun amgen disgrifiadol" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Datgysylltu dyfyniad" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Datgysylltu postiad dyfyniad?" @@ -3993,11 +4022,11 @@ msgstr "Modd datblygwr wedi'i alluogi" msgid "Developer options" msgstr "Dewisiadau datblygwr" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Methodd y ddyfais a chyfieithu :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Deialog: addaswch pwy all ryngweithio â'r postiad hwn" @@ -4009,6 +4038,11 @@ msgstr "Deialog: Gosod hidlwyr chwilio" msgid "Dim" msgstr "Tywyllu" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Analluogi capsiynau" msgid "Disable email 2FA" msgstr "Analluogi e-bost 2FA" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Analluogi E-bost 2FA" @@ -4041,11 +4075,11 @@ msgstr "Analluogi adborth haptig" msgid "Disable link" msgstr "Analluogi dolen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Analluogi postiadau dyfynu'r postiad hwn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Analluogi atebion yn llwyr" @@ -4056,17 +4090,17 @@ msgstr "Analluogi'r ddolen gwahodd?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Analluogwyd" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Dileu" @@ -4075,23 +4109,28 @@ msgstr "Dileu" msgid "Discard changes?" msgstr "Dileu'r newidiadau?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Dileu'r drafft?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Dileu'r postiad?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Datgysylltwch Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Darganfod ffrydiau" @@ -4106,8 +4145,8 @@ msgstr "Darganfod ffrydiau cyfaddas newydd" msgid "Discover New Feeds" msgstr "Darganfod Ffrydiau Newydd" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Cau" @@ -4115,7 +4154,7 @@ msgstr "Cau" msgid "Dismiss banner" msgstr "Cau'r faner" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Cau'r gwall" @@ -4217,8 +4256,9 @@ msgstr "Peidiwch â phoeni! Mae'r holl negeseuon a gosodiadau wedi'u cadw a bydd #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Gorffen" msgid "Double tap or long press the message to add a reaction" msgstr "Tapio dwywaith neu bwyso'n hir i ychwanegu ymateb" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Tapiwch ddwywaith i gau'r ddeialog" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Tapio dwywaith i'w hoffi" @@ -4248,11 +4288,11 @@ msgstr "Llwytho i lawr" msgid "Download Bluesky" msgstr "Llwythwch Bluesky i Lawr" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Llwytho data sgwrsio i lawr" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Llwytho data sgwrsio i lawr" @@ -4266,11 +4306,11 @@ msgstr "Llwytho delwedd i lawr" msgid "Download invite QR code" msgstr "Llwytho i lawr cod QR gwahoddiad" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Llwytho i lawr data proffil" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Llwytho data proffil i lawr" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Docsio" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Drafftiau" @@ -4318,19 +4358,19 @@ msgstr "e.e. alys.com" msgid "E.g. artistic nudes." msgstr "E.e. noethlymunwyr artistig." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "e.e. Posteriaid Gwych" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "e.e. Sbamwyr" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "e.e. Y posterwyr sydd byth yn methu." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "e.e. Defnyddwyr sy'n ateb dro ar ôl tro gyda hysbysebion." @@ -4341,7 +4381,7 @@ msgstr "Anhwylderau bwyta" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Golygu" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Golygu afatar" @@ -4373,8 +4413,8 @@ msgstr "Golygu enw grŵp" msgid "Edit image" msgstr "Golygu delwedd" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Golygu gosodiadau rhyngweithio" @@ -4396,21 +4436,21 @@ msgstr "Golygu dolen gwahodd" msgid "Edit link settings" msgstr "Golygu gosodiadau dolen" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Golygu manylion y rhestr" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Golygu statws byw" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Golygu rhestr cymedroli" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Golygu Fy Ffrydiau" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Golygu Pobl" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Golygu gosodiadau rhyngweithio postiad" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Golygu proffil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Golygu Proffil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Golygu pecyn cychwyn" @@ -4454,15 +4494,15 @@ msgstr "Golygu pecyn cychwyn" msgid "Edit this group chat’s name" msgstr "Golygu enw'r grwp sgwrsio" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Golygu rhestr defnyddwyr" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Golygu pwy all ateb" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Golygu eich pecyn cychwyn" @@ -4470,16 +4510,16 @@ msgstr "Golygu eich pecyn cychwyn" msgid "Education" msgstr "Addysg" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Naill ai mae crëwr y rhestr hon wedi'ch rhwystro chi neu rydych chi wedi rhwystro'r crëwr." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-bost" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "E-bost 2FA wedi'i analluogi" @@ -4492,7 +4532,7 @@ msgstr "E-bost 2FA wedi'i alluogi" msgid "Email address" msgstr "Cyfeiriad e-bost" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-bost wedi'i ail-anfon" @@ -4508,7 +4548,7 @@ msgstr "Wedi anfon yr e-bost! <0>Cliciwch yma i'w hailanfon." msgid "Email verification complete!" msgstr "Dilysu e-bost wedi'i gwblhau!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-bost wedi'i Ddilysu" @@ -4527,7 +4567,7 @@ msgstr "Mewnblannu postiad" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Mewnblanwch y postiad hon yn eich gwefan. Copïwch y pwt canlynol a'i gludo i god HTML eich gwefan." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Chwaraewr fideo wedi'i fewnblannu" @@ -4542,12 +4582,7 @@ msgstr "Galluogi" msgid "Enable {0} only" msgstr "Galluogi dim ond {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Galluogi llwytho fideos 10 munud." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Galluogi cynnwys oedolion" @@ -4583,7 +4618,7 @@ msgstr "Galluogwch hysbysiadau am gyfrif drwy fynd i'w proffil a phwyso'r <0>eic msgid "Enable push notifications" msgstr "Galluogi gwthio hysbysiadau" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Galluogi postiadau dyfynu'r postiad hwn" @@ -4601,7 +4636,7 @@ msgstr "Galluogi pynciau sy'n trendio" msgid "Enable trending videos in your Discover feed" msgstr "Galluogi fideos sy'n trendio yn eich ffrwd Darganfod" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Galluogwyd" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Rhowch eich dyddiad geni" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Rhowch eich cyfeiriad e-bost" @@ -4670,15 +4705,15 @@ msgstr "Rhowch eich cyfrinair" msgid "Enter your username and password" msgstr "Rhowch eich enw defnyddiwr a chyfrinair" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Yn mynd i'r sgrin lawn" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Adloniant" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Gwall" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Neges gwall" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Bu gwall wrth gadw ffeil" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Gwall wrth dderbyn ymateb captcha." @@ -4712,11 +4747,11 @@ msgstr "Gwall wrth dderbyn ymateb captcha." msgid "Error: {error}" msgstr "Gwall: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Gall pawb ateb" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Gall pawb ateb i'r postiad hwn." @@ -4783,7 +4818,7 @@ msgstr "Ehangu neu leihau'r postiad llawn rydych yn ateb iddo" msgid "Expand post text" msgstr "Estyn testun postiad" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Yn ehangu neu'n lleihau testun postiad" @@ -4826,21 +4861,21 @@ msgstr "Cyfryngau di-noethol neu a allai beri gofid." msgid "Explicit sexual images." msgstr "Delweddau di-noethol amlwg." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Darganfod" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Archwilio'r ap" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Allforio fy nata sgwrsio" @@ -4849,7 +4884,7 @@ msgstr "Allforio fy nata sgwrsio" msgid "Export my data" msgstr "Allforio fy nata" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Allforio data fy mrhoffil" @@ -4868,7 +4903,7 @@ msgstr "Cyfryngau Allanol" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Gall cyfryngau allanol ganiatáu i wefannau gasglu gwybodaeth amdanoch chi a'ch dyfais. Does dim gwybodaeth yn cael ei anfon na gofyn amdano nes i chi bwyso'r botwm \"chwarae\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Dewisiadau Cyfryngau Allanol" @@ -4946,7 +4981,7 @@ msgstr "Wedi methu dileu'r neges" msgid "Failed to delete post, please try again" msgstr "Wedi methu dileu postiad, ceisiwch eto" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Wedi methu dileu'r pecyn cychwyn" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Wedi methu analluogi dolen gwahodd" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Wedi methu datgysylltu Germ DM. Gwall {0}" @@ -5003,16 +5038,16 @@ msgstr "Wedi methu gadael grŵp sgwrsio" msgid "Failed to load conversations" msgstr "Wedi methu llwytho sgyrsiau" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Wedi methu llwytho ffrydiau" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Wedi methu llwytho dewisiadau ffrydiau" @@ -5037,14 +5072,14 @@ msgstr "Methu llwytho dewis." msgid "Failed to load profiles" msgstr "Wedi methu llwytho proffiliau" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Wedi methu llwytho'r ffrydiau awgrymwyd" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Wedi methu llwytho'r awgrymiadau dilyn" @@ -5067,12 +5102,12 @@ msgstr "Wedi methu nodi pob cais wedi'i ddarllen" msgid "Failed to mute group chat" msgstr "Wedi methu tewi grŵp sgwrsio" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Wedi methu pinio post" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Wedi methu datgysylltu Germ DM. Gwall: {0}" @@ -5121,7 +5156,7 @@ msgstr "Methwyd diddymu eich cais. Ceisiwch eto." msgid "Failed to resolve location. Please try again." msgstr "Wedi methu canfod y lleoliad. Ceisiwch eto." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Wedi methu cadw drafft" @@ -5135,7 +5170,7 @@ msgstr "Wedi methu cadw delwedd" msgid "Failed to save image: {0}" msgstr "Wedi methu cadw'r ddelwedd: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Wedi methu cadw'r gosodiadau. Ceisiwch eto." @@ -5168,7 +5203,7 @@ msgstr "Wedi methu toglo tewi'r edefyn, ceisiwch eto" msgid "Failed to unlock group chat" msgstr "Wedi methu datgloi grŵp sgwrsio" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Wedi methu dadbinio rhestr" @@ -5185,7 +5220,7 @@ msgstr "Wedi methu diweddaru gosodiadau 2FA e-bost" msgid "Failed to update email, please try again." msgstr "Wedi methu diweddaru'r e-bost, ceisiwch eto." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Wedi methu diweddaru ffrydiau" @@ -5197,12 +5232,10 @@ msgstr "Methu diweddaru datganiad hysbysiad" msgid "Failed to update settings" msgstr "Wedi methu diweddaru gosodiadau" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Wedi methu llwytho fideo i fyny" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Cyfrif ffug neu fot" msgid "False information about elections" msgstr "Gwybodaeth ffug am etholiadau" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Ffrwd" @@ -5241,11 +5274,11 @@ msgstr "Crëwr ffrwd" msgid "Feed identifier" msgstr "Dynodydd ffrwd" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Dewislen ffrwd" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Toglo ffrwd" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Adborth wedi'i anfon at weithredwr ffrwd" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Ffrydiau" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Mae ffrydiau yn algorithmau cyfaddas y mae defnyddwyr yn eu hadeiladu gydag ychydig o arbenigedd codio. <0>Darllenwch y canllaw hwn am ragor o wybodaeth." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Estyn diweddariad" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Ffeil wedi'i chadw'n llwyddiannus!" @@ -5306,6 +5343,10 @@ msgstr "Hidlo yn ôl awdur ({currentLabel} - ar hyn o bryd)" msgid "Filter from feeds" msgstr "Hidlo o ffrydiau" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Hidlo chwiliad yn ôl iaith ( {currentLanguageLabel} - ar hyn o bryd)" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Hidlau" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Yn cwblhau" @@ -5358,15 +5399,15 @@ msgstr "Cyllid" msgid "Find accounts to follow" msgstr "Chwilio am gyfrifon i'w dilyn" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Dewch o hyd i ffrindiau a'u gwahodd" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Chwilio am Gysylltiadau" @@ -5378,7 +5419,7 @@ msgstr "Chwilio am fy ffrindiau" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Chwilio am bobl i'w dilyn" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Canolbwyntio'r maes chwilio" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Dilyn" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Dilynwch {0}" @@ -5458,7 +5499,7 @@ msgstr "Dilynwch {0}" msgid "Follow {displayName}" msgstr "Dilyn {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Dilynwch {handle}" @@ -5474,8 +5515,8 @@ msgstr "Dilynwch 10 person i gychwyn arni" msgid "Follow 7 accounts" msgstr "Dilynwch 7 cyfrif" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Dilynwch y cyfrif" @@ -5486,8 +5527,8 @@ msgstr "Dilynwch y cyfrif" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Dilynwch y cyfan" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Dilynwch bob cyfrif" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Gall dilynwyr ymuno" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Dilynwyr @{0} rydych chi'n eu hadnabod" @@ -5552,28 +5593,29 @@ msgstr "Dilynwyr rydych chi'n eu hadnabod" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Yn dilyn" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Yn dilyn" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Yn dilyn {0}" @@ -5582,7 +5624,7 @@ msgstr "Yn dilyn {0}" msgid "Following {displayName}" msgstr "Yn dilyn {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Yn dilyn {handle}" @@ -5591,7 +5633,7 @@ msgstr "Yn dilyn {handle}" msgid "Following feed preferences" msgstr "Dewisiadau ffrydio Yn dilyn" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Dewisiadau Ffrydio Yn Dilyn" @@ -5613,7 +5655,7 @@ msgstr "Maint ffont" msgid "Food" msgstr "Bwyd" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Ar gyfer cyfrifon cyrff, defnyddiwch ddyddiad geni'r person sy'n gyfrifol am y cyfrif." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Cynhyrchu dolen newydd" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM wedi'i ddatgysylltu" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Dolen Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM wedi'i ail gysylltu" @@ -5812,7 +5854,7 @@ msgstr "Cychwyn arni" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF wedi'i lwytho i fyny" @@ -5835,8 +5877,8 @@ msgstr "Gogoneddu trais" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Gogoneddu trais" msgid "Go back" msgstr "Mynd nôl" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Nôl" @@ -5867,8 +5909,8 @@ msgstr "Ewch nôl i'r cam blaenorol" msgid "Go home" msgstr "Ewch adref" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Ewch yn fyw" @@ -5879,8 +5921,8 @@ msgstr "Ewch yn fyw" msgid "Go Live" msgstr "Ewch yn Fyw" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Mynd yn fyw (analluogwyd)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Ewch yn fyw am" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Mynd i broffil {0}" @@ -5900,7 +5942,7 @@ msgstr "Ewch i broffil {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Ewch i'r gosodiadau cyfrif" @@ -5943,8 +5985,8 @@ msgstr "Mae mynd yn fyw wedi ei analluogi ar eich cyfrif ar hyn o bryd" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Iawn" @@ -5953,6 +5995,11 @@ msgstr "Iawn" msgid "Grant access" msgstr "Darparu mynediad" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Diweddarwyd enw grŵp sgwrsio" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Gosodiadau grwpiau sgwrsio" @@ -6083,6 +6130,11 @@ msgstr "GIFau hapus" msgid "Haptics" msgstr "Hapteg" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Aflonyddu neu gasineb" @@ -6095,7 +6147,7 @@ msgstr "Gweithgareddau niweidiol neu risg uchel" msgid "Harming or endangering minors" msgstr "Niweidio neu beryglu plant dan oed" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashnod" @@ -6112,11 +6164,11 @@ msgstr "Siarad casineb" msgid "Have a code? <0>Click here." msgstr "Oes gennych chi god? <0>Cliciwch yma." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Ydy eich lleoliad yn anghywir gennym ni? <0>Tapiwch yma i ddiweddaru eich lleoliad gyda GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Yn cael trafferth?" @@ -6145,11 +6197,11 @@ msgstr "Dyma gyfrinair eich ap!" msgid "Hey there 👋" msgstr "Helo 'na 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Helo 'na!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Helo 'na!" @@ -6158,7 +6210,7 @@ msgstr "Helo 'na!" msgid "Hidden" msgstr "Cuddiedig" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Wedi'i guddio gan eich gosodiadau cymedroli." @@ -6166,23 +6218,19 @@ msgstr "Wedi'i guddio gan eich gosodiadau cymedroli." msgid "Hidden list" msgstr "Rhestr gudd" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Cuddio" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Cuddio" @@ -6195,7 +6243,7 @@ msgstr "Cuddio dewisiadau cyfaddasu" msgid "Hide group chat updates" msgstr "Cuddio diweddariadau grŵp sgwrsio" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Cuddio rhestrau" @@ -6203,23 +6251,23 @@ msgstr "Cuddio rhestrau" msgid "Hide password" msgstr "Cuddio cyfrinair" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Cuddio postiad drosof fi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Cuddio ateb i bawb" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Cuddio ateb i mi" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Cuddio ailbostiadau mewn ffrydiau" @@ -6227,38 +6275,31 @@ msgstr "Cuddio ailbostiadau mewn ffrydiau" msgid "Hide this card" msgstr "Cuddio'r cerdyn hwn" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Cuddio'r postiad hwn?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Cuddio'r ateb hwn?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Cuddio'r cyfieithiad" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Cuddio pynciau sy'n trendio" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Cuddio pynciau sy'n trendio?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Cuddio fideos sy'n trendio?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Cuddio rhestr defnyddwyr" @@ -6267,12 +6308,12 @@ msgstr "Cuddio rhestr defnyddwyr" msgid "Hide verification badges" msgstr "Cuddio bathodynnau dilysu" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Yn cuddio'r cynnwys" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Yn cuddio'r faner hyrwyddo gwahodd ffrindiau" @@ -6308,7 +6349,7 @@ msgstr "Hmm, rhoddodd y gweinydd ffrydio ymateb gwael. Rhowch wybod i berchennog msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, rydyn ni'n cael trafferth dod o hyd i'r ffrwd yma. Efallai ei fod wedi'i ddileu." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmm, mae'n ymddangos ein bod yn cael trafferth llwytho'r data hwn. Gweler isod am ragor o fanylion. Os bydd y mater hwn yn parhau, cysylltwch â ni." @@ -6316,14 +6357,14 @@ msgstr "Hmmm, mae'n ymddangos ein bod yn cael trafferth llwytho'r data hwn. Gwel msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, dydyn ni ddim wedi gallu llwytho'r gwasanaeth cymedroli hwnnw." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Daliwch ati! Rydyn ni'n rhoi mynediad i fideo yn raddol, ac rydych chi'n dal i aros yn unol. Dewch nôl cyn hir!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Cartref" @@ -6369,8 +6410,8 @@ msgstr "Masnachu pobl" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Rwy'n caniatáu i Bluesky i ddefnyddio fy nghysylltiadau ar gyfer chwilio am ffrindiau ac i gadw data hashnodau ar gyfer cyfatebu nes i mi ddewis peidio." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Mae gen i god" @@ -6400,15 +6441,15 @@ msgstr "Os nad oes dim wedi'u dewis, bydd yr holl ieithoedd yn cael eu dangos yn 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." msgstr "Os ydych chi'n 18 oed neu'n hŷn ac eisiau ceisio eto, cliciwch y botwm isod a defnyddio dull dilysu arall os oes u ar gael yn eich ardal. Os oes gennych chi gwestiynnau neu bryderon, <0>gall ein tîm cefnogi helpu." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Os nad ydych eto yn oedolyn yn unol â chyfreithiau eich gwlad, rhaid i'ch rhiant neu warcheidwad cyfreithiol ddarllen y Telerau hyn ar eich rhan." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Os ydych yn credu fod eich dyddiad geni yn anghywir, gallwch ei ddiweddaru drwy <0>glicio yma." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Os byddwch yn dileu'r rhestr hon, fyddwch chi ddim yn gallu ei hadfer." @@ -6420,7 +6461,7 @@ msgstr "Os oes gennych chi'ch parth eich hun, gallwch chi ei ddefnyddio fel eich msgid "If you need to update your email, <0>click here." msgstr "Os oes angen i chi ddiweddaru eich e-bost, <0>cliciwch yma." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Os byddwch yn dileu'r postiad hwn, fyddwch chi ddim yn gallu ei gael yn ôl." @@ -6441,7 +6482,7 @@ msgstr "Os ydych chi eisiau cyfyngu ar bwy sy'n gallu derbyn hysbysiadau am weit msgid "If you're a developer, you can host your own server." msgstr "Os ydych chi'n ddatblygwr, gallwch chi gynnal eich gweinydd eich hun." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Os ydych chi'n ceisio newid eich enw dangos neu'ch e-bost, gwnewch hynny cyn i chi ei ei gau." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Delwedd" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "{0} delwedd" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Delwedd {0} o {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "{0} delwedd o {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Wedi gwagio'r storfa delweddau, rhyddhawyd {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Oriel delweddau, {0} delwedd" @@ -6526,7 +6567,7 @@ msgstr "Mewnforio cysylltiadau" msgid "Import Contacts" msgstr "Mewnforio Cysylltiadau" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Mewnforio cysylltiadau i chwilio am eich ffrindiau" @@ -6540,7 +6581,7 @@ msgstr "Mewnforio cysylltiadau i chwilio am eich ffrindiau" msgid "Imported on {0}" msgstr "Mewnforiwyd ar {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Er mwyn darparu profiad addas i oed, mae'n rhaid i ni gael gwybod am eich dyddiad geni. Mae hyn yn ddigwyddiad untro a bydd eich data'n cael ei gadw'n breifat." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Cynnwys postiadau hyd y dyddiad yma" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Cynnwys stamp amser y fideo ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Mewnbynnwch y cod sydd wedi'i e-bostio atoch" msgid "Interaction limited" msgstr "Rhyngweithio yn gyfyngedig" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Gosodiadau rhyngweithio" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Yn cyflwyno postiadau wedi'u cadw, hynny yw, nodau tudalen" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Cod cadarnhau 2FA annilys." @@ -6691,7 +6732,7 @@ msgstr "Pwnc adrodd annilys" msgid "Invalid rescind request." msgstr "Cais diddymu annilys." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Cod Dilysu Annilys" @@ -6703,15 +6744,15 @@ msgstr "Gwahoddiad" msgid "Invite {name} to join Bluesky" msgstr "Gwahodd {name} i ymuno â Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Cod gwahodd" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Heb dderbyn y cod gwahoddiad. Gwiriwch eich bod yn ei fewnbynnu'n gywir a cheisiwch eto." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Gwahodd ffrindiau" @@ -6761,7 +6802,7 @@ msgstr "Dolen gwahodd wedi'i golygu" msgid "Invite link enabled" msgstr "Dolen gwahodd wedi'i galluogi" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Gwahoddwch bobl i'r pecyn cychwyn hwn!" @@ -6786,26 +6827,26 @@ msgstr "Gwahoddiadau, ond personol" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Mae'n ymddangos nad yw rhai o'ch ffrindiau wedi ceisio chwilio amdanoch yma eto. Gallwch eich gwahodd nhw eich hun drwy addasu neges ddrafft y byddwn yn ei pharatoi." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Mae'n gywir" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Dim ond <0>{0}ar hyn o bryd! Ychwanegwch fwy o bobl at eich pecyn cychwyn trwy chwilio uchod." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Dim ond chi ar hyn o bryd! Ychwanegwch fwy o bobl at eich pecyn cychwyn trwy chwilio uchod." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID gwaith: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Swyddi" @@ -6816,8 +6857,8 @@ msgstr "Ymuno" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Ymunwch â Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Ymunwch â'r sgwrs" msgid "Journalism" msgstr "Newyddiaduraeth" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Cadwch i olygu" @@ -6854,17 +6895,17 @@ msgstr "Cadw fi'n gyfredol" msgid "KWS website" msgstr "Gwefan KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Labelu ateb ar gyfer algo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Wedi'i labelu gan {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Wedi'i labelu gan yr awdur." @@ -6893,7 +6934,7 @@ msgstr "Labeli ar eich cyfrif" msgid "Language" msgstr "Iaith" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Gosodiadau Iaith" @@ -6907,12 +6948,12 @@ msgstr "Ieithoedd" msgid "Larger" msgstr "Mwy" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Cychwynnwyd diwethaf {timeAgo} yn ôl" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Newydd ei gychwyn" @@ -6923,8 +6964,8 @@ msgstr "Newydd ei gychwyn" msgid "Latest" msgstr "Diweddaraf" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Dysgu rhagor am <0>sut i ddefnyddio chwilio uwch." msgid "Learn more about age assurance" msgstr "Rhagor o wybodaeth am sicrwydd oed" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Dysgwch ragor am Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Dysgu rhagor am fewnforio cysylltiadau" msgid "Learn more about self hosting your PDS." msgstr "Dysgu rhagor am hunan westeio eich PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Dysgu rhagor am y cymedroli wedi'i osod i'r cynnwys hwn" @@ -6984,8 +7025,8 @@ msgstr "Dysgwch ragor am y newidiadau yma a sut i rannu eich barn gyda ni drwy d msgid "Learn more about this warning" msgstr "Dysgwch ragor am y rhybudd hwn" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Dysgu rhagor am ddilysu ar Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Dysgu rhagor am ddilysu ar Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Dysgu rhagor am yr hyn sy'n gyhoeddus ar Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Dysgu rhagor am eich dolen Germ DM" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Mae rhagor o wybodaeth yn eich <0>gosodiadau cyfrif" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Dysgu rhagor." @@ -7067,7 +7108,7 @@ msgstr "Bydd gadael y sgwrs hon yn ei chloi'n barhaol a fyddwch chi ddim yn gall msgid "Left group chat." msgstr "Wedi gadael y grŵp sgwrsio." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "chwith i fynd." @@ -7080,7 +7121,7 @@ msgstr "Gadewch i mi ddewis" msgid "Let's get your password reset!" msgstr "Gadewch i ni gael ailosod eich cyfrinair!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Ffwrdd â ni!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Golau" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Hoffi" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Yn hoffi ({0, plural, one {# yn hoffi} other {# yn hoffi}})" @@ -7114,7 +7155,7 @@ msgstr "Yn hoffi 10 postiad" msgid "Like 10 posts to train the Discover feed" msgstr "Yn hoffi 10 postiad i hyfforddi'r ffrwd Darganfod" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Yn hoffi'r ffrwd hon" @@ -7122,8 +7163,8 @@ msgstr "Yn hoffi'r ffrwd hon" msgid "Like this labeler" msgstr "Yn hoffi'r labelwr hwn" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Wedi'i hoffi gan" @@ -7140,26 +7181,26 @@ msgstr "Wedi'i Hoffi Gan" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Wedi'i hoffi gan {0, plural, one {# defnyddiwr} other {# defnyddiwr}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Hoffwyd gan {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Hoffwyd gan {0} a {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Yn hoffi" msgid "Likes of your reposts" msgstr "Yn hoffi eich ail bostiadau" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Yn hoffi'r postiad hwn" @@ -7191,11 +7232,16 @@ msgstr "Llinol" msgid "Link copied to clipboard" msgstr "Dolen wedi'i chopïo i'r clipfwrdd" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Rhestr" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Afatar rhestr" @@ -7227,20 +7273,20 @@ msgstr "Rhestr wedi'i chreu, ond wedi methu ychwanegu rhai aelodau" msgid "List creator" msgstr "Crëwr y rhestr" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Rhestr wedi'i dileu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Disgrifiad rhestr" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Mae'r disgrifiad rhestr yn rhy hir. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Uchafswm nifer y nodau yw #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Mae'r rhestr wedi'i chuddio" @@ -7248,7 +7294,7 @@ msgstr "Mae'r rhestr wedi'i chuddio" msgid "List Hidden" msgstr "Rhestr Cudd" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Rhaid i restr gael enw." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Rhestr wedi'i thewi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Enw rhestr" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Mae'r enw rhestr yn rhy hir. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Uchafswm nifer y nodau yw #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Rhestr wedi'i dadrwystro" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Rhestr heb ei thewi" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Rhestrau" @@ -7326,12 +7372,12 @@ msgstr "Mae nodwedd byw yn y cyflwr beta" msgid "Live link" msgstr "Cyswllt byw" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Llwytho rhagor" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Llwytho rhagor o ffrydiau wedi'u hawgrymu" @@ -7346,16 +7392,16 @@ msgstr "Llwytho hysbysiadau newydd" msgid "Load new posts" msgstr "Llwytho postiadau newydd" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Yn llwytho sgwrs…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Yn llwytho rhestrau..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Yn llwytho gosodiadau rhyngweithio postiadau..." @@ -7383,7 +7429,7 @@ msgstr "Cloi'r grŵp sgwrsio hwn" msgid "Locked" msgstr "Wedi cloi" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Cofnod" @@ -7405,11 +7451,6 @@ msgstr "Logo gan <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Pwyso'n hir i agor y ddewislen tagiau: {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Fideos hirach" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Yn edrych fel XXXXX-XXXX" @@ -7448,7 +7489,7 @@ msgstr "Gwnewch yn siŵr mai dyma lle rydych chi'n bwriadu mynd!" msgid "Manage saved feeds" msgstr "Rheoli ffrydiau wedi'u cadw" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Rheoli gosodiadau dilysu" @@ -7461,8 +7502,14 @@ msgstr "Rheoli eich geiriau a thagiau wedi'u tewi" msgid "Manual" msgstr "Â llaw" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Nodi'r cyfan fel wedi'u darllen" @@ -7473,6 +7520,10 @@ msgstr "Nodi'r cyfan fel wedi'u darllen" msgid "Mark all chats as read" msgstr "Nodi'r holl sgyrsiau fel wedi'u darllen" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Cyfryngau" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Cyfryngau wedi'u cadw ar {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Cyfryngau wedi'u cadw ar ddyfais arall" @@ -7540,7 +7591,7 @@ msgstr "Aelodau" msgid "Members can still read chat history but can’t send new messages." msgstr "Gall aelodau dal ddarllen hanes sgwrsio ond ddim anfon negeseuon newydd." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "defnyddwyr wedi'u crybwyll" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Neges" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Neges" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Neges {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Neges wedi'i dileu" @@ -7603,7 +7655,7 @@ msgstr "Neges gan @{0}: {1}" msgid "Message from server: {0}" msgstr "Neges gan y gweinydd: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Maes mewnbwn neges" @@ -7615,7 +7667,7 @@ msgstr "Neges yn rhy hir ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Dewisiadau negeseuon" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Negeseuon" @@ -7640,12 +7692,12 @@ msgstr "Aflonyddu neu fwlio plant dan oed" msgid "Misleading" msgstr "Camarweiniol" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Cyfryngau coll" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Cymedroli" @@ -7658,6 +7710,12 @@ msgstr "Hidlau cymedroli a chynnwys" msgid "Moderation details" msgstr "Manylion cymedroli" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Blwch derbyn cymedroli" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Rhestr cymedroli gan <0/>" msgid "Moderation list by you" msgstr "Rhestr cymedroli gennych chi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Rhestr cymedroli wedi'i chreu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Rhestr cymedroli wedi'i diweddaru" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Rhestrau cymedroli" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Rhestrau Cymedroli" @@ -7697,11 +7755,11 @@ msgstr "Rhestrau Cymedroli" msgid "moderation settings" msgstr "gosodiadau cymedroli" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Cyflyrau cymedroli" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Offer cymedroli" @@ -7710,8 +7768,8 @@ msgstr "Offer cymedroli" msgid "Moderator has chosen to set a general warning on the content." msgstr "Mae'r cymedrolwr wedi dewis gosod rhybudd cyffredinol ar y cynnwys." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Rhagor o ffrydiau" @@ -7720,10 +7778,10 @@ msgstr "Rhagor o ffrydiau" msgid "More languages..." msgstr "Rhagor o ieithoedd..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Rhagor o ddewisiadau" @@ -7747,7 +7805,7 @@ msgstr "Cerddoriaeth" msgid "Mute" msgstr "Tewi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Tewi" msgid "Mute {0}" msgstr "Tewi {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Tewi cyfrif" @@ -7816,13 +7874,13 @@ msgstr "Dim ond tewi'r gair hwn mewn tagiau" msgid "Mute this word until you unmute it" msgstr "Tewi'r gair hwn nes i chi ei ddad-dewi" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Tewi edefyn" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Tewi geiriau a thagiau" @@ -7834,11 +7892,11 @@ msgstr "Tewi, gadael, neu dynnu pobl unrhyw bryd. Eich sgwrs chi yw hi." msgid "Muted" msgstr "Wedi'i dewi" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Cyfrifon wedi'u tewi" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Cyfrifon Wedi'u Tewi" @@ -7852,7 +7910,7 @@ msgstr "Mae postiadau cyfrifon wedi'u tewi'n cael eu tynnu o'ch ffrydiau a'ch hy msgid "Muted by \"{0}\"" msgstr "Wedi'i dewi gan \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Geiriau a thagiau wedi'u tewi" @@ -7881,7 +7939,7 @@ msgstr "Fy Ffrydiau" msgid "My starter pack" msgstr "Fy mhecyn cychwyn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Enw" @@ -7891,12 +7949,12 @@ msgstr "Natur" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Llywiwch i {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Ewch i'r pecyn cychwyn" @@ -7910,8 +7968,8 @@ msgstr "Yn llywio i'r sgrin nesaf" msgid "Navigates to your profile" msgstr "Yn llywio i'ch proffil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Angen adrodd ar fater torri hawlfraint, cais cyfreithiol, neu gydymffurfiad rheolaethol?" @@ -7919,10 +7977,6 @@ msgstr "Angen adrodd ar fater torri hawlfraint, cais cyfreithiol, neu gydymffurf msgid "Nevermind, create a handle for me" msgstr "Dim gwahaniaeth, crëwch enw dangos i mi" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Newydd" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Cyfeiriad e-bost newydd" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Nodwedd Newydd" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Negeseuon newydd" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Cyfrinair newydd" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Postiad newydd" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Postiad newydd" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Atebion diweddaraf yn gyntaf" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Newyddion" @@ -8088,15 +8142,15 @@ msgstr "Newyddion" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Nesaf" @@ -8108,12 +8162,16 @@ msgstr "Delwedd nesaf" msgid "Night" msgstr "Nos" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Na" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Dim hysbysebion, dim tracio ymwthiol, dim maglau ymgysylltu. Mae Bluesky'n parchu'ch amser a'ch sylw." @@ -8194,11 +8252,11 @@ msgstr "Neb yn hoffi eto" msgid "No lists" msgstr "Dim rhestrau" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Dim yn dilyn {0} bellach" @@ -8224,7 +8282,7 @@ msgstr "Dim rhagor o algorithmau sgrolio gwae, ofer. Darganfyddwch ffrydiau sy'n msgid "No name" msgstr "Dim enw" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Dim hysbysiadau eto!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Neb" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Gall neb ond yr awdur ddyfynnu'r postiad hon." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Dim canlyniadau" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Dim canlyniadau ar gyfer \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "Dim canlyniadau i \"<0>{query}\"." msgid "No results found for your query with advanced search filters applied." msgstr "Heb ganfod unrhyw ganlyniadau ar gyfer eich ymholiad gyda'r hidlwyr chwilio uwch." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Dim canlyniadau." @@ -8335,7 +8393,7 @@ msgstr "Dim Pecynnau Cychwyn eto" msgid "No thanks" msgstr "Dim diolch" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Dim cyfieithiadau wedi'u derbyn o'ch dyfais." @@ -8343,7 +8401,7 @@ msgstr "Dim cyfieithiadau wedi'u derbyn o'ch dyfais." msgid "No video posts yet" msgstr "Dim postiadau fideo eto" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Neb" @@ -8360,7 +8418,7 @@ msgstr "Does neb wedi dyfynnu hwn eto. Efallai y dylech chi fod y cyntaf!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Does neb wedi ail-bostio hwn eto. Efallai y dylech chi fod y cyntaf!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Heb ddod o hyd i neb. Ceisiwch chwilio am rywun arall." @@ -8398,7 +8456,7 @@ msgstr "Nid yw ar gael ar y platfform yma." msgid "Not followed by anyone you’re following" msgstr "Ddim yn cael ei ddilyn gan neb rydych chi'n ei ddilyn" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Heb ei Ganfod" @@ -8407,7 +8465,7 @@ msgstr "Heb ei Ganfod" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Dim yn barod i bostio eto? Cadwch eich syniadau gorau yn y Drafftiau nes bod yr amser wedi dod." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nodyn am rannu" @@ -8419,13 +8477,17 @@ msgstr "Sylwer: Mae Bluesky yn rhan o'r Atmosphere, rhwydwaith gyhoeddus agored. msgid "Note: This post is only visible to logged-in users." msgstr "Sylw: Dim ond ar gyfer aelodau sydd wedi mewngofnodi mae'r postiad hwn yn weladwy." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Dim wedi'i gadw eto" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Gosodiadau hysbysu" @@ -8435,8 +8497,8 @@ msgstr "Gosodiadau hysbysu" msgid "Notification sounds" msgstr "Seiniau hysbysu" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Seiniau hysbysu" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Hysbysiadau" @@ -8490,7 +8552,7 @@ msgstr "Iawn" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Iawn" @@ -8505,6 +8567,10 @@ msgstr "Atebion hynaf yn gyntaf" msgid "On" msgstr "Ymlaen" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "ar <0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Dyw un o'ch derbynwyr chi ddim yn caniatáu sgyrsiau grŵp." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Mae un o'ch derbynwyr chi wedi'ch rhwystro a does dim modd anfon neges ato." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Does dim testun amgen ar un neu fwy o GIFau." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Does dim testun amgen ar un neu fwy o fideos." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Dyw un neu fwy o'r ffeiliau hyn ddim yn cael eu cynnal." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Mae un neu fwy o'r ffeiliau hyn yn rhy fawr. Uchafswm maint yw {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Mae un neu ragor o bostiadau'n rhy hir i gadw fel drafft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Uchafswm nifer y nodau yw #.} other {Uchafswm nifer y nodau yw #.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Does dim testun amgen ar un neu fwy o fideos." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Dim ond {0} all ateb." @@ -8556,7 +8622,7 @@ msgstr "Dim ond {0} all ateb." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Dim ond {0} o {1} {2, plural, zero {delweddau} one {ddelwedd} two {ddelwedd} few {delwedd} many {delwedd} other {delwedd}} wedi'i hychwanegu; y terfyn yw {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Dim ond dilynwyr sy'n gallu ymuno â'r sgwrs grŵp hon." msgid "Only followers who I follow" msgstr "Dim ond dilynwyr rwy'n eu dilyn" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Dim ond ffeiliau delwedd sy'n cael eu cefnogi" @@ -8637,7 +8703,7 @@ msgstr "Agor y dewisiadau chwilio uwch" msgid "Open avatar creator" msgstr "Agor y crëwr avatar" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Agor camera" @@ -8655,7 +8721,7 @@ msgstr "Dewisiadau aelodau sgwrsio agored ar gyfer {displayName}" msgid "Open conversation options" msgstr "Agor dewisiadau sgyrsiau" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Agor drafft" @@ -8663,8 +8729,8 @@ msgstr "Agor drafft" msgid "Open drawer menu" msgstr "Agor dewislen drôr" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Agor y dewisydd emojis" @@ -8695,12 +8761,12 @@ msgstr "Agor grŵp sgwrsio" msgid "Open group chat settings" msgstr "Agor gosodiadau grŵp sgwrsio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Agor yn Google Translate" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Agor dolen i {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Agor dewisiadau neges" msgid "Open moderation debug page" msgstr "Agor tudalen dadfygio cymedroli" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Agor gosodiadau geiriau wedi'u tewi a thagiau" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Agor pecyn" @@ -8743,7 +8809,7 @@ msgstr "Agor y gosodiadau" msgid "Open share menu" msgstr "Agor y ddewislen rhannu" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Agor dewislen pecyn cychwyn" @@ -8759,10 +8825,9 @@ msgstr "Agor cofnod system" msgid "Open this group chat" msgstr "Agor y grŵp sgwrsio hwn" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Yn agor {0} ffrwd" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Yn agor manylion ychwanegol cofnod dadfygio" msgid "Opens alt text dialog" msgstr "Yn agor deialog testun amgen" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Yn agor camera ar ddyfais" @@ -8804,28 +8869,28 @@ msgstr "Yn agor deialog newid enw dangos" msgid "Opens composer" msgstr "Yn agor y cyfansoddwr" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Yn agor camera dyfais" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Yn agor oriel y ddyfais i ddewis hyd at {MAX_GALLERY_IMAGES, plural, zero {# delwedd} one {# ddelwedd} two {# ddelwedd} few {# delwedd} many {# delwedd} other {# delwedd}}, neu un fideo neu GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Yn agor llif i greu cyfrif Bluesky newydd" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Yn agor llif i fewngofnodi i'ch cyfrif Bluesky presennol" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Yn agor y ddelwedd yn llawn" @@ -8833,7 +8898,7 @@ msgstr "Yn agor y ddelwedd yn llawn" msgid "Opens helpdesk in browser" msgstr "Yn agor desg gymorth yn y porwr" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Yn agor dewisydd lluniau" @@ -8854,7 +8919,7 @@ msgstr "Yn agor gosodiadau ieithoedd postiadau" msgid "Opens profile" msgstr "Yn agor proffil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Yn agor y gosodiadau dod o hyd i ffrindiau a'u gwahodd" @@ -8867,11 +8932,11 @@ msgstr "Yn agor y deialog dewis GIFau" msgid "Opens the invite friends sheet to share your profile" msgstr "Yn agor y daflen gwahodd ffrindiau i rannu eich proffil" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Yn agor maes ysgrifennu postiad" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Yn agor y drafft hwn yn y cyfansoddwr" @@ -8879,15 +8944,51 @@ msgstr "Yn agor y drafft hwn yn y cyfansoddwr" msgid "Opens this profile" msgstr "Yn agor y proffil hwn" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Dewisiadau:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Neu, parhau â chyfrif arall." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Neu, mewngofnodi i un o'ch cyfrifon eraill." @@ -8985,7 +9086,7 @@ msgstr "GIFau parti" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Cyfrinair" @@ -8993,7 +9094,7 @@ msgstr "Cyfrinair" msgid "Password changed" msgstr "Cyfrinair wedi'i newid" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Rhaid i'r cyfrinair fod o leiaf 8 nod." @@ -9005,7 +9106,7 @@ msgstr "Cyfrinair wedi'i ddiweddaru" msgid "Password updated!" msgstr "Cyfrinair wedi'i ddiweddaru!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Oedi" @@ -9020,7 +9121,7 @@ msgstr "Oedi fideo" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Pobl" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Mae'r rhai mae {ownerName} yn eu dilyn yn gallu gofyn i ymuno" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Pobl yn cael eu dilyn gan @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Pobl yn dilyn @{0}" @@ -9070,11 +9171,11 @@ msgstr "Mae'r rhai rwy'n eu dilyn yn gallu ymuno'n syth" msgid "People I follow can request to join" msgstr "Mae'r rhai rwy'n eu dilyn yn gallu gofyn i gael ymuno" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Pobl rydych chi'n eu dilyn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Pobl rydych chi'n eu crybwyll" @@ -9082,7 +9183,7 @@ msgstr "Pobl rydych chi'n eu crybwyll" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Cafodd caniatâd i gael mynediad at eich lluniau ei wrthod. Galluogwch ef yng ngosodiadau eich system." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Togl person" @@ -9115,15 +9216,15 @@ msgstr "Dewiswch thema lliw" msgid "Pictures meant for adults." msgstr "Lluniau ar gyfer oedolion." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Pinio'r frwd" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Pinio i cartref" @@ -9131,8 +9232,8 @@ msgstr "Pinio i cartref" msgid "Pin to Home" msgstr "Pinio i Cartref" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Pinio i'ch proffil" @@ -9151,11 +9252,11 @@ msgstr "Wedi'i binio {0} i Cartref" msgid "Pinned Feeds" msgstr "Ffrydiau wedi'u Pinio" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Wedi'i binio i'ch ffrydiau" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Chwarae" @@ -9169,12 +9270,12 @@ msgstr "Chwarae {0}" msgid "Play GIF" msgstr "Chwarae GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Chwarae fideo" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Chwarae Fideo" @@ -9182,7 +9283,7 @@ msgstr "Chwarae Fideo" msgid "Plays or pauses the GIF" msgstr "Yn chwarae neu'n oedi'r GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Yn chwarae neu'n oedi'r fideo" @@ -9190,7 +9291,7 @@ msgstr "Yn chwarae neu'n oedi'r fideo" msgid "Plays the GIF" msgstr "Yn chwarae'r GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Yn chwarae'r fideo" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Dewiswch eich enw dangos." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Dewiswch eich cyfrinair." @@ -9219,12 +9320,12 @@ msgstr "Cliciwch ar y ddolen yn yr e-bost a anfonwyd atoch i wirio'ch cyfeiriad msgid "Please complete the verification captcha." msgstr "Cwblhewch y captcha dilysu." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Cadarnhewch eich cyfeiriad e-bost i lwytho fideos." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Gwiriwch ddwywaith eich bod wedi rhoi eich cyfeiriad e-bost yn gywir." @@ -9232,7 +9333,7 @@ msgstr "Gwiriwch ddwywaith eich bod wedi rhoi eich cyfeiriad e-bost yn gywir." msgid "Please enter a password." msgstr "Rhowch gyfrinair." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Rhowch gyfrinair. Rhaid iddo fod o leiaf 8 nod." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Rhowch y cod diogelwch a anfonwyd gennym at eich cyfeiriad e-bost blaenorol." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Rhowch eich e-bost." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Rhowch eich cod gwahodd." @@ -9306,8 +9407,8 @@ msgstr "Eglurwch pam rydych chi'n meddwl bod eich sgyrsiau wedi'u hanalluogi'n a msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Esboniwch pam eich bod yn meddwl fod eich mynediad i Mynd yn Fyw wedi ei analluogi'n ar gam." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Ewch nôl, neu weithredu'r elfen hon i ddychwelyd i ddechrau'r cynnwys gweithredol." @@ -9333,7 +9434,7 @@ msgstr "Dewiswch reswm am yr adroddiad hwn" msgid "Please sign in as @{0}" msgstr "Mewngofnodwch fel @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Cyflwynwch eich adroddiad drwy'r ffurflen Adrodd delweddau personol anghydsyniol (NCII)." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Ysgrifennwch eich neges isod:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Gwleidyddiaeth" @@ -9367,18 +9468,18 @@ msgstr "Gwleidyddiaeth" msgid "Porn" msgstr "Pornograffi" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Postio" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Postio" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Postiad {index} o {count}" @@ -9393,12 +9494,12 @@ msgstr "Postiwch lun" msgid "Post a video" msgstr "Postiwch fideo" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Postio'r Cyfan" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Postio beth bynnag" @@ -9406,11 +9507,16 @@ msgstr "Postio beth bynnag" msgid "Post blocked" msgstr "Postiad wedi'i rwystro" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Postiad gan @{0}" @@ -9423,10 +9529,10 @@ msgstr "Dilëwyd y postiad" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Methodd y postiad a llwytho i fyny. Gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Mae'r postiad wedi'i ddileu" @@ -9440,11 +9546,11 @@ msgstr "Postiad Wedi'i Guddio gan Air wedi'i Dewi" msgid "Post Hidden by You" msgstr "Postiad Wedi'i Guddio Gennych Chi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Gosodiadau rhyngweithio postiadau" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Gosodiadau Rhyngweithio Postiadau" @@ -9468,7 +9574,7 @@ msgstr "Postio dolen" msgid "Post not found" msgstr "Heb ganfod postiad" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Postiad wedi'i binio" @@ -9478,7 +9584,7 @@ msgstr "Postiad wedi'i binio" msgid "Post type" msgstr "Math o bostiad" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Postiad wedi ei ddadbinio" @@ -9487,7 +9593,7 @@ msgstr "Postiad wedi ei ddadbinio" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Postiadau" @@ -9520,7 +9626,7 @@ msgstr "Dewis iaith" msgid "Press to attempt reconnection" msgstr "Pwyswch i geisio ailgysylltu" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Preifatrwydd" msgid "Privacy and security" msgstr "Preifatrwydd a diogelwch" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Gosodiadau Preifatrwydd a Diogelwch" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Polisi Preifatwydd" msgid "Privacy violation of a minor" msgstr "Torri ar breifatrwydd plentyn dan oed" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Yn prosesu GIF..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Yn prosesu fideo..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "proffil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Rhestrau cyhoeddus, y mae modd eu rhannu o ddefnyddwyr i'w tewi neu eu rhwystro'n lluosog." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Cyhoeddi postiad" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Cyhoeddi postiadau" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Cyhoeddi atebion" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Cyhoeddi ateb" @@ -9685,7 +9791,7 @@ msgstr "Mae'r cod QR wedi'i gadw ar rolyn eich ffolder lluniau!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Dyfyniad postiad" @@ -9723,8 +9829,8 @@ msgstr "Wedi mynd y tu hwnt i derfyn y gyfradd – rydych wedi ceisio newid eich msgid "Rate limit exceeded. Please try again later." msgstr "Wedi mynd dros derfyn y raddfa. Ceisiwch eto." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Ail-atodi dyfyniad" @@ -9745,7 +9851,7 @@ msgstr "Ymateb gyda {emoji}" msgid "Reactions" msgstr "Ymatebion" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Ail agorwch eich cyfrif" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Darllenwch am sut i ddefnyddio hidlyddion chwilio uwch" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Darllen postiad blog" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Darllen llai" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Darllen mwy" @@ -9780,7 +9886,7 @@ msgstr "Darllen rhagor o atebion" msgid "Read our blog post" msgstr "Darllenwch ein cofnod blog" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Darllenwch y blog Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Darllenwch Bolisi Preifatrwydd Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Darllenwch Delerau Gwasanaeth Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Sgyrsiau go-iawn." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Pobl go-iawn." @@ -9862,23 +9968,24 @@ msgstr "Ail-lwytho sgyrsiau" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Tynnu" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Tynnu {displayName} o'r grŵp sgwrsio" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Tynnu {displayName} o'r pecyn cychwyn" @@ -9914,8 +10021,8 @@ msgstr "Tynnu atodiad" msgid "Remove Avatar" msgstr "Tynnu Afatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Tynnu Baner" @@ -9950,8 +10057,8 @@ msgstr "Tynnu o'r sgwrs" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Tynnu o fy ffrydiau" @@ -9960,8 +10067,8 @@ msgstr "Tynnu o fy ffrydiau" msgid "Remove from quick access?" msgstr "Tynnu o fynediad cyflym?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Tynnu o'r ffrydiau wedi'u cadw" @@ -9970,7 +10077,7 @@ msgstr "Tynnu o'r ffrydiau wedi'u cadw" msgid "Remove from saved posts" msgstr "Tynnu o'r postiadau wedi'u cadw" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Tynnu o'ch ffrydiau?" @@ -10010,7 +10117,7 @@ msgstr "Tynnu awgrymiadau" msgid "Remove this feed from your saved feeds" msgstr "Tynnu'r ffrydiwr hwn o'ch ffrydiau wedi'u cadw" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Tynnu gwasanaethau cymedroli sydd ddim ar gael" @@ -10018,10 +10125,14 @@ msgstr "Tynnu gwasanaethau cymedroli sydd ddim ar gael" msgid "Remove user from list" msgstr "Dileu defnyddiwr o'r rhestr" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Dileu dilysu" @@ -10029,11 +10140,11 @@ msgstr "Dileu dilysu" msgid "Remove your verification for this account?" msgstr "Dileu eich dilysiad ar gyfer y cyfrif hwn?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Wedi'i dynnu gan yr awdur" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Wedi'i ddileu gennych chi" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Wedi'i dynnu o'r postiadau wedi'u cadw" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Wedi ei dynnu o'r pecyn cychwyn" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Wedi'i dynnu o'ch ffrydiau" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Tynnu gwasanaethau sydd ddim ar gael" @@ -10128,11 +10240,11 @@ msgstr "Neges a atebwyd, tapiwch i sgrolio ati" msgid "Replies" msgstr "Atebion" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Analluogwyd atebion" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Mae atebion i'r postiad hwn wedi'u hanalluogi." @@ -10141,14 +10253,14 @@ msgstr "Mae atebion i'r postiad hwn wedi'u hanalluogi." msgid "Reply" msgstr "Ateb" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Ateb" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Ateb ({0, plural, one {# ateb} other {# ateb}})" @@ -10162,7 +10274,7 @@ msgstr "Ateb Wedi'i Guddio gan Awdur yr Edefyn" msgid "Reply Hidden by You" msgstr "Ateb Wedi'i Guddio Gennych Chi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Mae gosodiadau ateb yn cael eu dewis gan awdur yr edefyn" @@ -10185,8 +10297,8 @@ msgstr "Cafodd yr ateb ei guddio'n llwyddiannus" msgid "Report" msgstr "Adroddiadau" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Adrodd ar gyfrif" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Adrodd ar sgwrs" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Deialog adrodd" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Adrodd ar ffrwd" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Rhestr adrodd" @@ -10216,8 +10328,8 @@ msgstr "Rhestr adrodd" msgid "Report message" msgstr "Adrodd ar neges" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Adrodd ar bostiad" @@ -10225,8 +10337,8 @@ msgstr "Adrodd ar bostiad" msgid "Report sent" msgstr "Anfonwyd yr adroddiad" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Adrodd ar becyn cychwyn" @@ -10292,7 +10404,7 @@ msgstr "Ail-bostio ({0, plural, one {# ail-bostio} other {# ail-bostio}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Ail-bostio neu ddyfynnu postiad" @@ -10330,12 +10442,12 @@ msgstr "Ail-bostiadau'r postiad hwn" msgid "Reposts of your reposts" msgstr "Ail bostiadau eich ail bostiadau" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Bydd ailbostiadau'n cael eu cuddio mewn ffrydiau" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Bydd ailbostiadau'n cael eu dangos mewn ffrydiau" @@ -10348,8 +10460,8 @@ msgstr "Gofyn am fynediad i'r sgwrs grŵp" msgid "Request approved." msgstr "Cais wedi'i gymeradwyo." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Gofyn am god" @@ -10371,7 +10483,7 @@ msgstr "Gofynnwyd" msgid "Requests" msgstr "Ceisiadau" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Mae angen testun amgen cyn postio" msgid "Require an email code to sign in to your account." msgstr "Mae angen cod e-bost i fewngofnodi i'ch cyfrif." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Yn ofynnol ar gyfer y darparwr hwn" @@ -10418,16 +10530,16 @@ msgstr "Ail anfon cod" msgid "Resend code in <0>00:{0}" msgstr "Ail anfon cod ymhen <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Ail-anfon e-bost" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Ail-anfon E-bost" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Ail-anfon E-bost Dilysu" @@ -10453,6 +10565,11 @@ msgstr "Ailosod cyfrinair" msgid "Reset your password by sending a code to your email" msgstr "Ailosodwch eich cyfrinair drwy anfon cod i'ch e-bost" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Adfer y rhagosodiad" @@ -10479,9 +10596,9 @@ msgstr "Yn ceisio'r weithred olaf eto, oedd yn wallus" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Yn ceisio'r weithred olaf eto, oedd yn wallus" msgid "Retry" msgstr "Ceisio eto" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Ceisio llwytho dewisiadau adrodd eto" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Nôl i'r dudalen flaenorol" @@ -10521,7 +10638,7 @@ msgstr "Yn mynd nôl i'r dudalen gartref" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Yn mynd nôl i'r dudalen flaenorol" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIFau trist" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Cadw dyddiad geni" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Cadw'r newidiadau" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Cadw newidiadau?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Cadw drafft" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Cadw drafft?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Cadw delwedd" @@ -10608,8 +10725,8 @@ msgstr "Gadw'r enw dangos newydd" msgid "Save QR code" msgstr "Cadw cod QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Cadw'r dewisiadau hyn ar gyfer y tro nesaf" @@ -10618,7 +10735,7 @@ msgstr "Cadw'r dewisiadau hyn ar gyfer y tro nesaf" msgid "Save to my feeds" msgstr "Cadw i fy ffrydiau" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Ffrydiau wedi'u Cadw" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Postiadau Wedi'u Cadw" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Wedi'i gadw i'ch ffrydiau" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Dywedwch helo!" @@ -10661,7 +10778,7 @@ msgstr "Sganio" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Sganio cod QR" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Sgrolio i'r brig" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Chwilio" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Chwilio postiadau @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Chwiliwch yn ôl enw neu ddiddordeb" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Chwilo'r ffrydiau" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Chwiliwch am \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Chwiliwch am \"{interestsDisplayName}\" (gweithredol)" @@ -10734,19 +10851,19 @@ msgstr "Chwilio am \"{searchText}\"" msgid "Search for {q}" msgstr "Chwilio am {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Chwiliwch am ffrydiau rydych chi am eu hawgrymu i eraill." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Chwilio am ragor o gyfrifon" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Chwilio am ragor o ffrydiau" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Chwilio am bobl" @@ -10774,14 +10891,14 @@ msgstr "Chwilio'r ieithoedd" msgid "Search my posts" msgstr "Chwiliwch fy mhostiadau" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Chwiliwch am bostiadau" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Chwilio proffiliau" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Chwilio..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Chwilio am broffiliau" @@ -10829,14 +10946,14 @@ msgstr "Gweld #{tag} postiad" msgid "See #{tag} posts by user" msgstr "Gweld #{tag} postiad yn ôl defnyddiwr" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Gweld swyddi yn Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Gweld rhagor" @@ -10844,16 +10961,11 @@ msgstr "Gweld rhagor" msgid "See more suggested profiles" msgstr "Gweld rhagor o broffiliau diddorol" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Gweld mwy o bynciau sy'n trendio" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Gweld bathodynnau wedi'u rhifo (1/3, 2/3, ac ati) ar bostiadau mewn edefyn gan yr un awdur." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Dewis {langName}" msgid "Select a color" msgstr "Dewiswch liw" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Dewis rheswm" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Dewiswch gyfrif" @@ -10910,7 +11022,7 @@ msgstr "Dewiswch afatar" msgid "Select an emoji" msgstr "Dewiswch emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Dewis opsiwn" @@ -10946,11 +11058,11 @@ msgstr "Dewis y math o hidlydd (ar hyn o bryd: {0})" msgid "Select from an existing account" msgstr "Dewiswch o gyfrif sy'n bodoli" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Dewis o'r rhestrau" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Dewis o'ch rhestrau <0>{numberOfListsSelected, plural, other {(# wedi'u dewis)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Dewiswch pa mor hir i dewi'r gair hwn." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Dewiswch iaith" @@ -10987,7 +11099,7 @@ msgstr "Dewiswch iaith..." msgid "Select languages" msgstr "Dewiswch ieithoedd" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Dewis gwasanaeth cymedroli" @@ -11028,7 +11140,7 @@ msgstr "Dewiswch pa iaith i'w defnyddio ar gyfer rhyngwyneb defnyddiwr yr ap." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Dewiswch pa ieithoedd rydych chi am i'ch ffrydiau tanysgrifio eu cynnwys. Os fyddwch chi ddim yn dewis un, bydd pob iaith yn cael ei dangos." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Dewiswch eich dyddiad geni" @@ -11045,7 +11157,7 @@ msgstr "Dewiswch eich dewis iaith cyfieithu'ch ffrydiau." msgid "Select your preferred notification channels" msgstr "Dewiswch eich hoff sianeli hysbysu" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Dyw dewis mathau lluosog o gyfryngau ddim yn cael ei gynnal." @@ -11076,7 +11188,7 @@ msgstr "Anfon adroddiad gwall" msgid "Send feedback" msgstr "Anfonwch adborth" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Anfonwch neges" @@ -11089,7 +11201,7 @@ msgstr "Anfon postiad at {name}" msgid "Send post to..." msgstr "Anfonwch bostiad i..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Anfon adroddiad at {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Anfon y neges o'ch ffôn" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Anfonwch e-bost dilysu" @@ -11133,7 +11245,7 @@ msgstr "Gosod eicon ap i {0}" msgid "Set new password" msgstr "Gosod cyfrinair newydd" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Gosod yn glir pa grwpiau o bobl sy'n gallu ateb i'ch postiad" @@ -11141,11 +11253,11 @@ msgstr "Gosod yn glir pa grwpiau o bobl sy'n gallu ateb i'ch postiad" msgid "Set up your account" msgstr "Gosodwch eich cyfrif" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Gosod pwy sy'n gallu ateb i'ch postiad" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Rhowch eich dyddiad geni isod a byddwn yn eich cael yn ôl i bostio a darganfod ymhen dim!" @@ -11161,9 +11273,9 @@ msgstr "Gosod eich darparwr gwesteio â llaw" msgid "Sets email for password reset" msgstr "Yn gosod e-bost ar gyfer ailosod cyfrinair" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Gosodiadau" @@ -11222,7 +11334,7 @@ msgstr "Gosodiadau hysbysiadau ateb" msgid "Settings for repost notifications" msgstr "Gosodiadau hysbysiadau ail bostio" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Gosodiadau wedi'u cadw" @@ -11242,7 +11354,7 @@ msgstr "Rhywiol Awgrymiadol" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Rhannu" @@ -11251,7 +11363,7 @@ msgstr "Rhannu" msgid "Share age range" msgstr "Rhannu ystod oed" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Rhannwch beth bynnag" @@ -11279,13 +11391,13 @@ msgstr "Rhannu dolen wahodd" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Rhannwch ddolen" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Deialog rhannu dolen" @@ -11304,12 +11416,12 @@ msgstr "Rhannu postiad i:// URI" msgid "Share Profile" msgstr "Rhannu Proffil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Rhannwch god QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Rhannwch y ffrwd hon" @@ -11318,22 +11430,22 @@ msgstr "Rhannwch y ffrwd hon" msgid "Share this search" msgstr "Rhannu'r chwilio hwn" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Rhannwch y pecyn cychwyn hwn" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Rhannwch y pecyn cychwynnol hwn a helpwch bobl i ymuno â'ch cymuned ar Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Rhannu drwy..." @@ -11345,7 +11457,7 @@ msgstr "Rhannwch eich cysylltiadau er mwyn darganfod ffrindiau" msgid "Share your thoughts…" msgstr "Rhannu eich meddyliau…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Profwr Dewisiadau Rhannu" @@ -11359,12 +11471,16 @@ msgstr "Mae rhannu eich ystod oedran yn datgelu dim ond yr ystod sy'n gysylltied msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Mae rhannu eich ystod oedran yn datgelu dim ond yr ystod sy'n gysylltiedig â'ch Cyfrif Google – er enghraifft, eich bod o leiaf 18 oed. <0>Nid yw eich union oedran a'ch pen-blwydd byth yn cael eu rhannu, ac nid yw'r data hwn byth yn gadael y ddyfais hon. Felly, mae'n galluogi mynediad ar y ddyfais hon yn unig. Fel arall, <1>gallwch ddefnyddio ein partner dibynadwy, KWS, i gwblhau eich dilysiad a galluogi mynediad ar bob llwyfan." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Dangos" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Dangos testun amgen" @@ -11373,14 +11489,14 @@ msgstr "Dangos testun amgen" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Dangos beth bynnag" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Dangos label awtomatiaeth" @@ -11401,16 +11517,16 @@ msgstr "Dangos dewisiadau cyfaddasu" msgid "Show group chat updates" msgstr "Dangos diweddariadau grŵp sgwrsio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Dangos llai fel hyn" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Dangos rhestr beth bynnag" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Yn dangos rhestrau o ddefnyddwyr i ddews ohonyn nhw" @@ -11418,8 +11534,8 @@ msgstr "Yn dangos rhestrau o ddefnyddwyr i ddews ohonyn nhw" msgid "Show more" msgstr "Dangos rhagor" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Dangos rhagor fel hyn" @@ -11445,8 +11561,8 @@ msgstr "Dangos atebion" msgid "Show replies as" msgstr "Dangos atebion fel" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Dangos ateb i bawb" @@ -11455,8 +11571,8 @@ msgstr "Dangos ateb i bawb" msgid "Show reposts" msgstr "Dangos yr ailbostio" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Dangos ailbostiadau mewn ffrydiau" @@ -11478,7 +11594,7 @@ msgstr "Dangos rhybudd a hidlo o ffrydiau" msgid "Show when you’re live" msgstr "Dangos pan fyddwch yn fyw" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Yn dangos manylion pryd cafodd y postiad hwn ei chreu" @@ -11486,15 +11602,15 @@ msgstr "Yn dangos manylion pryd cafodd y postiad hwn ei chreu" msgid "Shows other accounts you can switch to" msgstr "Yn dangos cyfrifon eraill y gallwch newid iddyn nhw" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Yn dangos y cynnwys" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Yn dangos y cynnwys" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Mewngofnodi" msgid "Sign in as {0}" msgstr "Mewngofnodi fel {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Mewngofnodi fel…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Mewngofnodi neu greu cyfrif" @@ -11551,16 +11667,17 @@ msgstr "Mewngofnodwch i Bluesky neu crëwch gyfrif newydd" msgid "Sign in to request access to this group chat." msgstr "Mewngofnodwch i ofyn am fynediad i'r sgwrs grŵp hon." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Mewngofnodwch i weld y postiad" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Ers" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Hepgor" msgid "Skip contact sharing and continue to the app" msgstr "Hepgor rhannu cysylltiadau ac ymlaen i'r ap" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Hepgor postiadau gwag?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Hepgor y cyflwyniad a chychwyn defnyddio'ch cyfrif" @@ -11628,7 +11745,7 @@ msgstr "Hepgor y cyflwyniad a chychwyn defnyddio'ch cyfrif" msgid "Skip to next step" msgstr "Mynd i'r cam nesaf" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "sleid" @@ -11644,19 +11761,24 @@ msgstr "Yn tewi'r nodyn atgoffa" msgid "So many thoughts, you should post one" msgstr "Gymaint o syniadau, dylech chi bostio un" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Y cyfrwng cymdeithasol rydych chi'n ei reoli." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Datblygwr Meddalwedd" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Dyw rhai gwasanaethau cymedroli sydd ar eich rhestr ddim ar gael bellach." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Mae rhai o'ch dilysiadau'n annilys." @@ -11664,7 +11786,7 @@ msgstr "Mae rhai o'ch dilysiadau'n annilys." msgid "Some other feeds you might like" msgstr "Rhai ffrydiau eraill efallai y byddwch yn eu hoffi" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Gall rhai pobl ateb" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Aeth rhywbeth o'i le" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Aeth rhywbeth o'i le, ceisiwch eto" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Aeth rhywbeth o'i le. Ceisiwch eto cyn bo hir." msgid "Something went wrong. Please try again." msgstr "Aeth rhywbeth o'i le. Ceisiwch eto." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Rhywbeth o'i le? Rhowch wybod i ni." @@ -11759,8 +11881,8 @@ msgstr "Rhywbeth o'i le? Rhowch wybod i ni." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Ymddiheuriadau, does dim modd i ni lwytho awgrymiadau cyfrifon ar hyn o bryd." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Sori! Daeth eich sesiwn i ben. Mewngofnodwch eto." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Sbam neu ymddygiad annilys neu dwyllodrus" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Chwaraeon" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Dechreuwch sgwrs, a bydd yn ymddangos yma." @@ -11826,14 +11953,14 @@ msgstr "Cychwyn sgwrsio" msgid "Start chat with {displayName}" msgstr "Dechreuwch sgwrs gyda {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Pecyn Cychwyn" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Pecyn cychwyn gan {0}" @@ -11841,12 +11968,12 @@ msgstr "Pecyn cychwyn gan {0}" msgid "Starter pack by <0/>" msgstr "Pecyn cychwyn gan <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Pecyn cychwyn gennych chi" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Mae'r pecyn cychwyn yn annilys" @@ -11854,7 +11981,7 @@ msgstr "Mae'r pecyn cychwyn yn annilys" msgid "Starter packs" msgstr "Pecynnau cychwyn" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Pecynnau Cychwyn" @@ -11893,7 +12020,7 @@ msgstr "Storfa wedi'i chlirio, mae angen i chi ailgychwyn yr ap nawr." msgid "Stored as part of a secure code for matching with others" msgstr "Wedi'i gadw fel rhan o god diogel ar gyfer cyfatebu ag eraill" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Llyfr stori" @@ -11928,13 +12055,13 @@ msgstr "Cyflwyno Apêl" msgid "Submit feedback" msgstr "Cyflwyno adborth" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Cyflwyno adroddiad" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Cyflwynwch eich adroddiad drwy'r ffurflen Adrodd am ddelweddau personol anghydsyniol (NCII)" @@ -11963,11 +12090,11 @@ msgstr "Tanysgrifiwch i @{0} i ddefnyddio'r labeli hyn:" msgid "Subscribe to account activity" msgstr "Tanysgrifio i weithgaredd cyfrif" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Tanysgrifiwch i Labelwr" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Tanysgrifiwch i'r labelwr hwn" @@ -11975,7 +12102,7 @@ msgstr "Tanysgrifiwch i'r labelwr hwn" msgid "Subscribe to this list" msgstr "Tanysgrifiwch i'r rhestr hon" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Llwyddiant" @@ -11998,7 +12125,7 @@ msgstr "Wedi'i ddilysu'n llwyddiannus" msgid "Suggested" msgstr "Awgrymwyd" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Cyfrifon wedi'u hawgrymu" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Machlud Haul" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Tagiau'n unig" msgid "Take the conversation private." msgstr "Cadwch y sgwrs yn breifat." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tapiwch isod i ganiatáu i Bluesky gael mynediad i'ch lleolaid. Byddwn yn defnyddio'r data hwnnw i bennu'n fwy cywir y cynnwys a'r nodweddion sydd ar gael yn eich ardal chi." @@ -12103,8 +12230,8 @@ msgstr "Tapio am wybodaeth" msgid "Tap for more information" msgstr "Tapio am ragor o wybodaeth" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Tapiwch yma i ddiweddaru eich lleoliad gyda GPS." @@ -12206,7 +12333,7 @@ msgstr "Telerau" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Diolch am eich adborth! Mae wedi cael ei anfon at weithredwr y ffrwd.i" msgid "Thanks for your feedback!" msgstr "Diolch am eich adborth!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Diolch, rydych chi wedi dilysu'ch cyfeiriad e-bost yn llwyddiannus. Gallwch chi gau'r ddeialog hon." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Diolch! Rydych yn barod nawr." @@ -12246,16 +12373,16 @@ msgstr "Diolch! Rydych yn barod nawr." msgid "That contains the following:" msgstr "Mae hynny’n cynnwys y canlynol:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Doedd dim modd dod o hyd i'r pecyn cychwyn hwnnw." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Mae'r enw defnyddiwr hwnnw eisoes wedi'i gymryd" @@ -12263,13 +12390,13 @@ msgstr "Mae'r enw defnyddiwr hwnnw eisoes wedi'i gymryd" msgid "That's all, folks!" msgstr "Dyna i gyd, bobl!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Dyna bopeth!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Bydd y cyfrif yn gallu rhyngweithio â chi ar ôl ei ddadrwystro." @@ -12287,7 +12414,7 @@ msgstr "Mae awdur yr edefyn hwn wedi cuddio'r ateb hwn." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "Mae'r dyddiad geni rydych wedi'i gyflwyno'n golygu eich bod yn iau na 18 oed. Efallai na fydd rhywfaint o gynnwys a nodweddion ar gael i chi." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Rhaglen gwe Bluesky" @@ -12352,32 +12479,32 @@ msgstr "Mae'r postiad rydych yn ateb iddo wedi ei farcio fel wedi ei ysgrifennu msgid "The Privacy Policy has been moved to <0/>" msgstr "Mae'r Polisi Preifatrwydd wedi'i symud i <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "Mae'r fideo wedi'i brosesu yn rhy fawr. Ceisiwch eto gyda ffeil lai." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "Doedd dim modd amgodio'r fideo a ddewiswyd." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "Doedd dim modd prosesu'r fideo a ddewiswyd." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "Mae gan y fideo dewiswyd gymhareb agwedd sydd ddim yn cael ei gefnogi." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Mae'r fideo a ddewiswyd yn fwy na {VIDEO_MAX_SIZE_MB} MB. Ceisiwch eto gyda ffeil lai." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "Mae'r fideo yma'n rhy hir." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "Mae gan y fideo yma gymhareb agwedd sydd ddim yn cael ei gefnogi." @@ -12386,7 +12513,7 @@ msgstr "Mae gan y fideo yma gymhareb agwedd sydd ddim yn cael ei gefnogi." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Mae'n ymddangos bod y gweinydd yn cael problemau. Ceisiwch eto ymhen ychydig funudau." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Mae'r pecyn cychwyn rydych chi'n ceisio ei weld yn annilys. Gallwch ddileu'r pecyn cychwyn hwn yn lle hynny." @@ -12402,7 +12529,7 @@ msgstr "Mae'r ffurflen cymorth wedi'i symud. Os oes angen help arnoch, <0/> neu msgid "The Terms of Service have been moved to" msgstr "Mae'r Telerau Gwasanaeth wedi'u symud i" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Mae'r cod dilysu darparwyd gennych yn annilys. Gwnewch yn siŵr eich bod wedi defnyddio'r ddolen ddilysu gywir neu ofyn am un newydd." @@ -12412,7 +12539,7 @@ msgstr "Mae'r cod dilysu darparwyd gennych yn annilys. Gwnewch yn siŵr eich bod msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Doedd y darparwr gwirio ddim yn gallu anfon cod i'ch rhif ffôn. Gwiriwch eich rhif ffôn a cheisiwch eto." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Doedd dim modd llwytho'r fideo i'ch darparwr gwesteia. Rhowch gynnig arall arni." @@ -12428,7 +12555,7 @@ msgstr "Mae yna derfyn ar ba mor aml fedrwch chi newid eich dyddiad geni. Bosib msgid "There is no invite link for this group chat." msgstr "Does dim dolen gwahodd ar gyfer y grŵp sgwrsio hwn." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Does dim terfyn amser ar gyfer agor cyfrif, dewch yn ôl unrhyw bryd." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Roedd anhawster gyda'ch cysylltiad rhyngrwyd, ceisiwch eto" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Bu anhawster wrth gysylltu â'r gweinydd" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Bu anhawster wrth gysylltu â'r gweinydd, gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Bu anhawster wrth geisio cael hysbysiadau. Tapiwch yma i geisio eto." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Bu anhawster wrth nôl postiadau. Tapiwch yma i geisio eto." @@ -12495,25 +12622,25 @@ msgstr "Bu anhawster wrth ddiweddaru'ch ffrydiau, gwiriwch eich cysylltiad rhyng #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Bu anhawster! {0}" @@ -12521,10 +12648,10 @@ msgstr "Bu anhawster! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Roedd problem. Gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Roedd problem annisgwyl yn y rhaglen. Rhowch wybod i ni os digwyddodd hyn i chi!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Mae yna ruthr o ddefnyddwyr newydd wedi bod i Bluesky! Byddwn yn agor eich cyfrif cyn gynted ag y gallwn." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Dymach gosodiadau rhagosodedig" @@ -12576,7 +12703,7 @@ msgstr "Fyddan nhw ddim yn gallu ail ymuno oni bai i chi eu gwahodd nhw eto." msgid "This {screenDescription} has been flagged:" msgstr "Mae {screenDescription} hwn wedi'i fflagio:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Mae gan y cyfrif hwn farc tic oherwydd ei fod wedi'i ddilysu gan ffynonellau dibynadwy." @@ -12584,7 +12711,7 @@ msgstr "Mae gan y cyfrif hwn farc tic oherwydd ei fod wedi'i ddilysu gan ffynone msgid "This account has been marked as automated by its owner." msgstr "Mae'r cyfrif yma wedi'i nodi fel un wedi'i awtomeiddio gan ei awdur." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Mae un neu fwy o geisiadau dilysu wedi'u gwneud ar gyfer y cyfrif hwn, ond heb ei ddilysu ar hyn o bryd." @@ -12618,7 +12745,7 @@ msgstr "Bydd yr apêl hon yn cael ei hanfon at wasanaeth cymedroli Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Mae'r awdur hwn wedi dewis gwneud ei bostiadau'n weladwy ddim ond i bobl sydd wedi mewngofnodi." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Mae'r botwm yma'n gadael i bobl eraill agor yr ap Germ DM i anfon neges atoch chi. Gallwch reoli ei welededd o'r ap Germ DM, neu ddatgysylltu eich cyfrif Bluesky o Germ DM yn llwyr drwy glicio'r botwm isod." @@ -12649,7 +12776,7 @@ msgstr "Cafodd y sgwrs hon ei datgysylltu" msgid "This code is invalid. Resend to get a new code." msgstr "Mae'r cod yn annilys. Anfonwch eto i gael cod newydd." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Dyw'r cod cadarnhau yma ddim yn ddilys. Ceisiwch eto." @@ -12683,7 +12810,7 @@ msgstr "Mae'r sgwrs hon wedi'i chloi." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Mae'r sgwrs hon gyda chyfrif sydd wedi'i ddileu neu wedi'i chau. Pwyswch am ddewisiadau" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Bydd y drafft hwn yn cael ei ddileu'n barhaol." @@ -12700,7 +12827,7 @@ msgstr "Yr union ymadrodd hwn" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Mae'r nodwedd hon yn caniatáu i ddefnyddwyr dderbyn hysbysiadau am eich postiadau ac atebion newydd. Pwy ydych chi eisiau eu galluogi ar eu cyfer?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Mae'r nodwedd hon mewn beta. Gallwch ddarllen mwy am allforio storfeydd yn <0>y cofnod blog hwn." @@ -12763,7 +12890,7 @@ msgstr "Dim ond gwiriad diogelwch untro yw hwn, gan nad ydym wedi gweld y cyfrif msgid "This is not a valid link" msgstr "Dyw hon ddim yn ddolen ddilys" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Mae'r label yma'n gadael i'r byd wybod fod y cyfrif yma'n un awtomatedig. Os wedi'i droi ymlaen, bydd y label hwn yn ymddangos nesaf at enw'r cyfrif hwn ar eu proffil a phostiadau. Mae modd ei droi ymlaen neu i ffwrdd ar unrhyw adeg." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Mae'r ddolen hon yn mynd â chi i'r wefan ganlynol:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Mae'r rhestr hon - wedi'i chreu gan <0>{0} – yn cynnwys achosion posibl o dorri canllawiau cymunedol Bluesky yn ei enw neu ddisgrifiad." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Mae'r rhestr hon - a grëwyd gennych chi - yn cynnwys achosion posibl o dorri canllawiau cymunedol Bluesky yn ei enw neu ddisgrifiad." @@ -12829,11 +12956,11 @@ msgstr "Mae'r person yma'n eich rhwystro" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Mae'r postiad hwn yn honni iddo gael ei greu ar <0>{0}, ond fe'i gwelwyd gyntaf gan Bluesky ar <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Mae gan y postiad hwn fath anhysbys o adwy edau arno. Mae'n bosibl bod eich ap yn rhy hen." @@ -12845,19 +12972,19 @@ msgstr "Dim ond ar gyfer aelodau sydd wedi mewngofnodi mae'r postiad hwn yn wela msgid "This post was deleted by its author" msgstr "Cafodd y postiad hwn ei ddileu gan yr awdur" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Bydd y postiad hwn yn cael ei guddio rhag ffrydiau ac edafedd. Does dim modd dadwneud hyn." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Mae awdur y postiad hwn wedi analluogi postiadau dyfyniadau." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Mae'r proffil hwn yn weladwy dim ond i ddefnyddwyr sydd wedi mewngofnodi. Ni fydd yn weladwy i bobl nad ydyn nhw wedi mewngofnodi." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Bydd yr ateb hwn yn cael ei drefnu mewn adran gudd ar waelod eich edefyn a bydd yn tewi hysbysiadau ar gyfer atebion dilynol - i chi'ch hun ac i eraill." @@ -12870,7 +12997,7 @@ msgstr "Dim ond ar gyfer sgyrsiau grŵp mae'r sgrin hon ar gael." msgid "This service has not provided terms of service or a privacy policy." msgstr "Dyw'r gwasanaeth hwn heb ddarparu telerau gwasanaeth na pholisi preifatrwydd." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Dyw'r gwasanaeth yma ddim yn cael ei gefnogi tra bod y nodwedd Byw yn y cyflwr beta. Gwasanaethu sy'n cael eu caniatáu: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Mae'r defnyddiwr hwn yn newydd yma. Pwyswch am ragor o wybodaeth ynghylc msgid "This user isn't following anyone." msgstr "Dyw'r defnyddiwr hwn ddim yn dilyn unrhyw un." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Does dim modd chwarae'r fideo ar eich dyfais. Efallai nad yw'r codec fideo angenrheidiol ar eich porwr neu system (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Bydd hyn yn dileu eich cyfrif Bluesky <0>{currentHandle} ac unrhyw d msgid "This will remove @{0} from the quick access list." msgstr "Bydd hyn yn tynnu @{0} o'r rhestr mynediad cyflym." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Bydd hyn yn tynnu'ch postiad o'r postiad dyfynnu hwn ar gyfer pob defnyddiwr, ac yn rhoi dalfan yn ei le." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Rhifo edefynnau" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Dewisiadau Edafedd" msgid "Threaded" msgstr "Edafwyd" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Dewisiadau Edafedd" @@ -13002,7 +13124,7 @@ msgstr "Teitl" msgid "Title (100 characters max)" msgstr "Teitl (uchafswm o 100 nod)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "I analluogi'r dull e-bost 2FA, dilyswch eich mynediad i'r cyfeiriad e-bost." @@ -13012,7 +13134,7 @@ msgstr "I analluogi'r dull e-bost 2FA, dilyswch eich mynediad i'r cyfeiriad e-bo msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "I analluogi eich dull 2FA e-bost, dilyswch eich mynediad i <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "I allgofnodi, <0>cliciwch yma. Neu, os hoffech chi, gallwch <1>ddileu eich cyfrif." @@ -13020,11 +13142,11 @@ msgstr "I allgofnodi, <0>cliciwch yma. Neu, os hoffech chi, gallwch <1>ddile msgid "Today" msgstr "Heddiw" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Toglo i alluogi neu analluogi cynnwys oedolion" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Toglo'r sain" @@ -13053,7 +13175,7 @@ msgstr "Brig" msgid "Top replies first" msgstr "Prif atebion yn gyntaf" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Pwnc" @@ -13061,8 +13183,8 @@ msgstr "Pwnc" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Cyfieithu" @@ -13074,12 +13196,12 @@ msgstr "Wedi cyfieithu" msgid "Translating" msgstr "Yn cyfieithu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Yn cyfieithu…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Dyw cyfieithu i'r un iaith ddim ar gael ar eich dyfais." @@ -13088,9 +13210,9 @@ msgstr "Dyw cyfieithu i'r un iaith ddim ar gael ar eich dyfais." msgid "Tree view" msgstr "Golwg coeden" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Yn Trendio" @@ -13099,12 +13221,20 @@ msgstr "Yn Trendio" msgid "Trending GIFs" msgstr "GIFau sy'n trendio" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Dewisiadau sy'n trendio" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Pynciau sy'n trendio" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Mae pynciau sy'n trendio'n seiliedig ar yr hyn y mae pobl yn siarad amdano ar y rhwydwaith. Mae teitlau a disgrifiadau pynciau yn cael eu cynhyrchu gan ddefnyddio AI." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Fideos sy'n trendio" @@ -13113,7 +13243,7 @@ msgstr "Fideos sy'n trendio" msgid "Trolling" msgstr "Trolio" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Mae ymddiriedaeth yn deillio o berthnasoedd, cymunedau, a chyd-destun sy'n cael eu rhannu, felly rydym hefyd yn galluogi <0>dilyswyr dibynadwy: sefydliadau sy'n gallu cyhoeddi dilysiad yn uniongyrchol." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Methu cysylltu. Gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Methu cysylltu â'ch gwasanaeth. Gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni." @@ -13187,7 +13317,7 @@ msgstr "Methu cysylltu â'ch gwasanaeth. Gwiriwch eich cysylltiad rhyngrwyd a rh msgid "Unable to contact your service. Please check your Internet connection." msgstr "Methu cysylltu â'ch gwasanaeth. Gwiriwch eich cysylltiad rhyngrwyd." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Methu dileu" @@ -13205,6 +13335,10 @@ msgstr "Methu canfod derbynnydd rwyf wedi ei ddewis." msgid "Unable to find the selected recipient." msgstr "Methu canfod y derbynnydd rwyf wedi ei ddewis." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Methu datrys y ddolen" @@ -13233,14 +13367,14 @@ msgstr "Manylion ffrwd anhysbys" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Dadflocio" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Dadflocio" @@ -13251,8 +13385,8 @@ msgstr "Dadrwystro {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Dadrwystro cyfrif" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Dadrwystro cyfrif?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Dadrwystro Cyfrif?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Rhestr ddadrwystro" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Dadwneud" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Dadwneud" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Dad-wneud ail-bostio ({0, plural, one {# ail-bostio} other {# ail-bostio}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Dad-ddilyn {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Dad-ddilyn y cyfrif" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Dad-ddilyn defnyddiwr" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Yn anffodus, nid yw un o'ch labelwyr wedi'u tanysgrifio'n cefnogi'r math yma o adroddiad." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Yn anffodus, mae'r dyddiad geni rydych wedi ei gadw i'ch proffil yn eich gwneud yn rhy ifanc i gael mynediad at Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Yn anffodus, mae'ch oed yn awgrymu nad ydych yn ddigon hen i gael mynediad ar Bluesky yn eich ardal chi." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Dilysydd anhysbys" @@ -13333,13 +13490,13 @@ msgstr "Cynnwys oedolion heb eu labeli" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Cynnwys oedolion heb gydsyniad neu fygythiol, heb ei labelu" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Dad-hoffi" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Dad-hoffi ({0, plural, one {# yn hoffi} other {# yn hoffi}})" @@ -13351,12 +13508,12 @@ msgstr "Datgloi sgwrs" msgid "Unlock this group chat" msgstr "Datgloi'r grŵp sgwrsio yma" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Dad-dewi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Dad-dewi" msgid "Unmute {0}" msgstr "Dad-dewi {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Dad-dewi cyfrif" @@ -13379,8 +13536,8 @@ msgstr "Dad-dewi cyfrif" msgid "Unmute conversation" msgstr "Dad-dewi sgwrs" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Dad-dewi rhestr" @@ -13388,8 +13545,8 @@ msgstr "Dad-dewi rhestr" msgid "Unmute this group chat" msgstr "Dad-dewi'r grŵp sgwrsio hwn" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Dad-dewi'r edefyn" @@ -13397,14 +13554,14 @@ msgstr "Dad-dewi'r edefyn" msgid "Unmute video" msgstr "Dad-dewi fideo" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Dad-binio" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Dad-binio ffrwd" @@ -13414,13 +13571,13 @@ msgstr "Dad-binio ffrwd" msgid "Unpin from home" msgstr "Dad-bioio o'r cartref" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Dad-binio o'r proffil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Dad-binio'r rhestr cymedroli" @@ -13429,29 +13586,34 @@ msgstr "Dad-binio'r rhestr cymedroli" msgid "Unpinned {0} from Home" msgstr "Wedi'i ddad-binio {0} o'r Cartref" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Wedi'i ddad-binio o'ch ffrydiau" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Rhestr dadbinio" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Dad-gysgu atgoffwr e-bost" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dad-danysgrifio" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Dad-danysgrifio o'r rhestr" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dad-danysgrifio o'r labelwr hwn" @@ -13463,7 +13625,7 @@ msgstr "Wedi dad-danysgrifio o'r rhestr" msgid "Unsupported clipboard content" msgstr "Cynnwys clipfwrdd heb ei cefnogi" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Math o fideo sydd ddim yn cael ei gynnal: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Diweddaru i {domain}" msgid "Update your email" msgstr "Diweddaru eich e-bost" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Diweddarwch eich lleoliad" @@ -13539,24 +13701,24 @@ msgstr "Llwytho ffeil testun i fyny i:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Llwytho i fyny o'r Camera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Llwytho i fyny o'r Ffeiliau" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Llwytho i fyny o'r Llyfrgell" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Yn llwytho'r GIF..." @@ -13570,7 +13732,7 @@ msgstr "Wrthi'n lwytho lluniau i fyny..." msgid "Uploading link thumbnail..." msgstr "Wrthi'n lwytho dolen llun bach i fyny..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Wrthi'n llwytho fideo i fyny..." @@ -13659,25 +13821,25 @@ msgstr "Rhestr defnyddwyr gan {0}" msgid "User list by you" msgstr "Rhestr defnyddwyr gennych chi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Rhestr defnyddwyr wedi'i chreu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Rhestr defnyddwyr wedi'i diweddaru" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Does dim modd i enw defnyddwyr fod yn hirach na {MAX_SERVICE_HANDLE_LENGTH, plural,other {# nod}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Does dim modd i enw defnyddiwr gychwyn na gorffen gyda chyplysnod" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Gall enw defnyddiwr gynnwys dim ond llythrennau (a-z), rifau a chyplysnodau" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Enw defnyddiwr neu gyfeiriad e-bost" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "defnyddwyr yn cael eu dilyn gan <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "defnyddwyr yn dilyn <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Gwerth:" msgid "Verification failed, please try again." msgstr "Methodd y dilysu, ceisiwch eto." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Gosodiadau dilysu" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Gosodiadau Dilysu" @@ -13720,14 +13882,14 @@ msgstr "Gosodiadau Dilysu" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Mae dilysiadau ar Bluesky yn gweithio'n wahanol i'r rhai ar lwyfannau eraill. <0> Dysgu ragor yma." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Wedi'i ddilysu gan:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Dilysu cyfrif" @@ -13790,12 +13952,12 @@ msgstr "Dilyswch eich oed" msgid "Verify your email" msgstr "Dilysu'ch e-bost" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Wrthi'n dilysu" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Wrthi'n dilysu eich statws sicrwydd oed" @@ -13815,16 +13977,16 @@ msgstr "Fersiwn {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "drwy'r pecyn cychwyn <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Fideo" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Methodd y fideo â phrosesu" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Ffrwd Fideo" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Fideo gan {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Fideo gan {0}. Tapio i chwarae neu oedi'r fideo" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Gemau Fideo" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Fideo wedi'i atal" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Fideo yn chwarae" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Fideo heb ei ganfod." @@ -13859,12 +14021,12 @@ msgstr "Fideo heb ei ganfod." msgid "Video settings" msgstr "Gosodiadau fideo" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Fideo wedi'i lwytho i fyny" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Fideo: {0}" @@ -13872,19 +14034,13 @@ msgstr "Fideo: {0}" msgid "Videos" msgstr "Fideos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Rhaid i fideos fod yn 10 munud neu lai." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Rhaid i fideos fod yn llai na 3 munud o hyd." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Edrych" @@ -13903,9 +14059,9 @@ msgstr "Gweld afatar {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Gweld proffil {0}" @@ -13924,11 +14080,11 @@ msgstr "Gweld proffil {displayName}" msgid "View {publicationTitle}" msgstr "Gweld {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Gweld proffil defnyddiwr sydd wedi'i rwystro" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Gweld cofnod blog am fwy o fanylion" @@ -13936,8 +14092,8 @@ msgstr "Gweld cofnod blog am fwy o fanylion" msgid "View debug entry" msgstr "Gweld cofnod dadfygio" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Manylion" @@ -13977,13 +14133,13 @@ msgstr "Gweld mwy" msgid "View more trending videos" msgstr "Edrychwch ar ragor o fideos sy'n trendio" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Edrych ar y postiad" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Gweld y gwasanaeth labelu sy'n cael ei ddarparu gan @{0}" msgid "View this user's verifications" msgstr "Gweld dilysiadau'r defnyddiwr hwn" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Gweld defnyddwyr sy'n hoffi'r ffrwd hon" @@ -14026,11 +14182,11 @@ msgstr "Gweld defnyddwyr sy'n hoffi'r ffrwd hon" msgid "View video" msgstr "Gweld fideo" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Gweld eich cyfrifon sydd wedi'u rhwystro" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Gweld eich gosodiadau rhyngweithio postiadau rhagosodedig" @@ -14039,11 +14195,15 @@ msgstr "Gweld eich gosodiadau rhyngweithio postiadau rhagosodedig" msgid "View your feeds and explore more" msgstr "Gweld eich ffrydiau ac archwilio mwy" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Gweld eich blwch derbyn cymedroli" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Gweld eich rhestrau cymedroli" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Gweld eich cyfrifon wedi tewi" @@ -14060,6 +14220,10 @@ msgstr "Yn gweld delwedd lawn" msgid "Views video in immersive mode" msgstr "Yn gweld fideo yn y modd trochi" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Trais" @@ -14136,6 +14300,10 @@ msgstr "Wedi methu lwytho ceisiadau ymuno'r sgwrs hon" msgid "We couldn’t load this conversation’s settings" msgstr "Wedi methu lwytho gosodiadau'r sgwrs hon" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Doedd dim modd i ni ddilysu eich darparwr gwesteio. Gwiriwch eich cysylltiad rhyngrwyd, neu <0>gosodwch eich darparwr gwesteio â llaw." @@ -14148,7 +14316,7 @@ msgstr "Rydym yn dileu'r hashnodau ar ôl i gyfatebiaethau gael eu gwneud" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Dydyn ni ddim yn cadw rhifau ffôn eich ffrindiau nac yn anfon unrhyw negeseuon" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Rydym yn amcangyfrif {estimatedTime} nes bod eich cyfrif yn barod." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Rydym wedi partneru gyda <0>KWS i drin gwirio oed. Pan fyddwch yn clicio \"Cychwyn\" isod, bydd KWS yn e-bostio cyfarwyddiadau i chi eu cwblhau er mwyn y broses gwirio. Os yw eich cyfeiriad e-bost eisoes wedi ei ddefnyddio i wirio eich oed ar gyfer gem neu wasanaeth arall sy'n defnyddio KWS, bydd dim angen i chi ei wneud eto. Ar ôl i chi orffen, byddwch yn dod nôl i Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Rydym wedi anfon e-bost dilysu arall at <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Rydym yn argymell dewis o leiaf ddau ddiddordeb." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Anfonwyd e-bost at <0>{0} sy'n cynnwys dolen. Cliciwch arno i gwblhau'r broses dilysu e-bost." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Doedden ni ddim yn gallu penderfynu a ydych yn cael llwytho fideos i fyny. Ceisiwch eto." @@ -14198,16 +14366,16 @@ msgstr "Doedd dim modd i ni lwytho'r ffurfweddiad sicrwydd oedran i'ch ardal chi msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Doedd dim modd llwytho eich dewis o ddyddiad geni. Ceisiwch eto." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Doedden ni ddim yn gallu llwytho eich labeli ffurfweddu ar hyn o bryd." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Doedd dim modd i ni dderbyn y dilysiad oherwydd mater cysylltu. Gall gyrraedd yn hwyrach. Os fydd, bydd eich cyfrif yn diweddaru'n awtomatig." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Byddwn yn rhoi gwybod i chi pan fydd eich cyfrif yn barod." @@ -14236,7 +14404,7 @@ msgstr "Rydym yn diweddaru ein <0>Canllawiau Cymunedol, ac rydym yn gofyn am msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Rydym yn diweddaru ein Canllawiau Cymunedol, ac rydym yn gofyn am eich mewnbwn! Bydd y canllawiau hyn yn dod i rym ar Hydref 15, 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Rydym yn cadarnhau eich statws sicrwydd oed gyda'n gweinyddion. Dylai ddim cymryd mwy nag ychydig eiliadau." @@ -14255,7 +14423,7 @@ msgstr "Rydym yn cael problemau rhwydwaith, ceisiwch eto" msgid "We’re having network issues, try again" msgstr "Rydym yn cael anawsterau rhwydwaith, ceisiwch eto" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Rydyn ni'n cyflwyno haen newydd o ddilysu ar Bluesky - marc gwirio hawdd ei weld." @@ -14267,7 +14435,7 @@ msgstr "Rydym yn falch iawn eich bod wedi ymuno â ni!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Ymddiheuriadau, ond yn seiliedig ar y data sy'n cael ei rannu gan eich dyfais, dydych chi ddim yn ddigon hen i gael mynediad i Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Ymddiheuriadau, ond ar sail lleoliad eich dyfais, rydych mewn ardal sydd angen sicrwydd oed." @@ -14296,7 +14464,7 @@ msgstr "Ymddiheuriadau, ond doedd dim modd cwblhau eich chwilio. Ceisiwch eto ym msgid "We're sorry, you cannot access this screen at this time." msgstr "Ymddiheuriadau, does dim modd i chi fynd at y sgrin hon ar hyn o bryd." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Mae'n ddrwg gennym! Mae'r postiad rydych chi'n ymateb iddo wedi'i dileu." @@ -14325,12 +14493,12 @@ msgstr "Rydym yn diweddaru ein Hamodau Gwasanaeth, Polisi Preifatrwydd, a'n Poli msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Rydym yn diweddaru ein Hamodau Gwasanaeth, Polisi Preifatrwydd a Pholisi Hawlfraint, ddaw i rym ar Fedi 15, 2025. Rydym hefyd yn diweddaru ein canllawiau Cymunedol ac rydym eisiau eich adborth! Bydd y canllawiau hyn yn dod i rym ar Hydref 15, 2025. Dysgwch ragor am y newidiadau hyn a sut i rannu eich barn gyda ni drwy ddarllen ein cofnod blog." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Rydym yn cadarnhau eich statws sicrwydd oed. Gallwch gau'r ddeialog hon nawr." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Croeso nôl!" @@ -14351,17 +14519,17 @@ msgstr "Beth ydych chi am ei alw'ch pecyn cychwyn?" msgid "what’s up" msgstr "beth sy'n digwydd" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Beth sy'n digwydd?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Pan fyddwch chi'n tapio ar dic, gallwch weld pa sefydliadau sydd wedi rhoi dilysiad." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Pwy all ryngweithio â'r postiad hwn?" @@ -14369,12 +14537,12 @@ msgstr "Pwy all ryngweithio â'r postiad hwn?" msgid "Who can join this group chat and how" msgstr "Pwy sy'n gallu ymuno â'r grŵp hwn a sut" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Pwy all ateb" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Pwy sy'n gallu dilysu?" @@ -14434,11 +14602,11 @@ msgstr "Hoffech chi rwystro'r defnyddiwr hwn a/neu ddileu'r sgwrs hon?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Hoffech chi rwystro'r defnyddiwr yma a/neu adael y sgwrs yma?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Hoffech chi gadw hwn fel drafft cyn edrych ar eich drafftiau?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Hoffech chi gadw hwn fel drafft i'w olygu'n nes ymlaen?" @@ -14447,12 +14615,12 @@ msgstr "Hoffech chi gadw hwn fel drafft i'w olygu'n nes ymlaen?" msgid "Write a post" msgstr "Ysgrifennu postiad" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Ysgrifennwch bostiad" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Ysgrifennwch eich ateb" @@ -14475,8 +14643,8 @@ msgstr "Y math anghywir o sgwrs" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Iawn" @@ -14486,8 +14654,8 @@ msgstr "Iawn" msgid "Yes GIFs" msgstr "GIFau Iawn" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Iawn, cau" @@ -14495,19 +14663,19 @@ msgstr "Iawn, cau" msgid "Yes, delete my account" msgstr "Iawn, dileu fy nghyfrif" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Iawn, dilëu'r pecyn cychwyn hwn" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Iawn, datgysylltu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Iawn, cuddio" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Iawn, ail agor fy nghyfrif" @@ -14519,7 +14687,7 @@ msgstr "Ddoe" msgid "You are a trusted verifier" msgstr "Rydych chi'n ddilysydd dibynadwy" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Rydych yn cael mynediad at Bluesky mewn ardal sydd â gofyniad cyfreithiol i ni wirio eich oed cyn caniatáu i chi gael mynediad at yr ap." @@ -14544,12 +14712,12 @@ msgstr "Rydych chi'n creu cyfrif ar" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Ar hyn o bryd, rydych wedi'ch gwahardd rhag defnyddio'r nodwedd Mynd yn Fyw dros dro. I apelio canlyniad y cymedroli hwn, cyflwynwch y ffurflen isod." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Does dim modd i chi gael mynediad at lif Sicrwydd Oed Bluesky. Cysylltwch â'n <0>tîm cymedroli os ydych yn teimlo fod hyn yn wall." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Rydych mewn llinell." @@ -14558,11 +14726,11 @@ msgstr "Rydych mewn llinell." msgid "You are Live" msgstr "Rydych chi'n Fyw" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Dydych chi ddim yn fyw mwyach" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Does dim caniatâd i chi lwytho fideos i fyny." @@ -14570,7 +14738,7 @@ msgstr "Does dim caniatâd i chi lwytho fideos i fyny." msgid "You are not following anyone yet" msgstr "Dydych chi ddim yn dilyn neb eto" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Rydych chi nawr yn fyw!" @@ -14599,7 +14767,7 @@ msgstr "Gallwch <0>ddadweithredu eich cyfrif dros dro yn lle hynny. Bydd eic msgid "You can also discover new Custom Feeds to follow." msgstr "Gallwch hefyd ddarganfod Ffrydiau Cyfaddas newydd i'w dilyn." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Gallwch hefyd lwytho i lawr eich data sgwrsio fel ffeil \"JSONL\". Mae'r ffeil hon yn cynnwys negeseuon sgwrsio rydych wedi'u hanfon ac nid yw'n cynnwys negeseuon sgwrsio rydych wedi'u derbyn." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Gallwch nawr fewngofnodi gyda'ch cyfrinair newydd." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Dim ond hyd at {MAX_GALLERY_IMAGES, plural, zero {# delweddau} one {# ddelwedd} two {# ddelwedd} few {# delwedd} many {# delwedd} other {# delwedd}} y gallwch eu hychwanegu i bob postiad" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Dim ond 1000 nod y mae modd eu cadw mewn drafft." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Dim ond 1000 nod y mae modd eu cadw mewn drafft. Hoffech chi ddileu'r postiad hwn cyn edrych ar eich drafftiau?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Dim ond un GIF ar y tro mai modd ei ddewis." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Dim ond un fideo ar y tro mai modd ei ddewis." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Gallwch ailagor eich cyfrif i barhau i fewngofnodi. Bydd defnyddwyr eraill yn gallu gweld eich proffil a'ch postiadau." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Gallwch ddarllen hanes sgwrs ond ddim anfon negeseuon newydd." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Gallwch ddewis hyd at {MAX_GALLERY_IMAGES, plural, zero {# delweddau} one {# ddelwedd} two {# ddelwedd} few {# delwedd} many {# delwedd} other {# delwedd}} i gyd." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Gallwch ddiweddaru hwn yn ddiweddarach o'ch gosodiadau." @@ -14690,7 +14855,7 @@ msgstr "Does dim modd i chi ddiweddaru eich dyddiad geni wrth ddefnyddio cyfrina msgid "You don't follow any users who follow @{name}." msgstr "Nid ydych yn dilyn unrhyw ddefnyddwyr sy'n dilyn @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Does gennych chi ddim rhestrau eto." @@ -14728,7 +14893,7 @@ msgstr "Rydych wedi analluogi hysbysiadau ateb, dyfynnu, a chrybwyll, felly ni f #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Rydych wedi rhoi cod annilys. Dylai edrych fel XXX-XXXX." @@ -14778,15 +14943,15 @@ msgstr "Rydych wedi cyrraedd y diwedd" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Diolch, rydych chi wedi dilysu'ch cyfeiriad e-bost yn llwyddiannus. Gallwch chi gau'r ddeialog hon." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Rydych wedi cyrraedd y terfyn ar gyfer llwytho fideo i fyny dros dro. Ceisiwch eto yn nes ymlaen." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Mae gennych chi newidiadau heb eu cadw o'r drafft hwn, hoffech chi eu cadw?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Mae gennych chi newidiadau heb eu cadw. Hoffech chi eu cadw cyn edrych ar eich drafftiau?" @@ -14858,7 +15023,7 @@ msgstr "Rhaid i chi fod yn dilyn o leiaf saith o bobl eraill i gynhyrchu pecyn c msgid "You must grant access to your photo library to save a QR code" msgstr "Rhaid i chi ganiatáu mynediad i'ch llyfrgell ffotograffau i gadw cod QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Rhaid i chi ganiatáu mynediad i'ch llyfrgell cyfryngau." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Chi sy'n berchen ar y sgwrs hon" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Rydych wedi cau @{0} yn flaenorol." @@ -14911,11 +15076,21 @@ msgstr "Rydych wedi ateb eich hun" msgid "You requested to join" msgstr "Rydych wedi gofyn i gael ymuno" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Byddwch yn cael eich allgofnodi o'ch holl gyfrifon." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "Rydych chi'n barod! Er hynny, gall rhai nodweddion barhau i fod wedi'u c msgid "You’re in control" msgstr "Chi sy'n rheoli" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Chi fydd nesaf" @@ -15010,7 +15185,7 @@ msgstr "Rydych wedi gwrthod mynediad i'ch cysylltiadau" msgid "You've found some people to follow" msgstr "Rydych wedi dod o hyd i rai pobl i'w dilyn" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Rydych wedi dod i ddiwedd y cynnwys gweithredol." @@ -15018,7 +15193,7 @@ msgstr "Rydych wedi dod i ddiwedd y cynnwys gweithredol." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Rydych wedi cyrraedd diwedd eich ffrwd! Dewch o hyd i ragor o gyfrifon i'w dilyn." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Rydych wedi cyrraedd uchafswm y nifer o ddrafftiau" @@ -15030,22 +15205,23 @@ msgstr "Rydych chi wedi cyrraedd y nifer uchaf o geisiadau sy'n cael eu caniatá msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Rydych wedi cyrraedd yr uchafswm o {MAX_FILTERS, plural, zero {# hidlyddion} one {# hidlydd} two {# hidlydd} few {# hidlydd} many {# hidlydd} other {# hidlydd}}. Ychwanegwch fwy o werthoedd at hidlydd sy'n bodoli yn lle creu rhai newydd." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Rydych wedi dod i ddechrau'r cynnwys gweithredol." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Rydych wedi cyrraedd terfyn dyddiol llwytho fideos i fyny (gormod o feitiau)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Rydych wedi cyrraedd terfyn dyddiol llwytho fideos i fyny (gormod o fideos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Rydych wedi rhedeg allan o fideos i'w gwylio. Efallai ei fod yn amser da i gael newid bach?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Eich cyfrif" @@ -15062,7 +15238,19 @@ msgstr "Mae eich cyfrif wedi'i ddileu, hwyl! ✌️" msgid "Your account has been suspended" msgstr "Mae eich cyfrif wedi'i atal" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Nid yw eich cyfrif yn ddigon hen eto i lwytho fideos i fyny. Ceisiwch eto yn nes ymlaen." @@ -15074,7 +15262,7 @@ msgstr "Mae eich cyfrif yn rhy newydd" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Rhaid i'ch cyfrif fod o leiaf 7 diwrnod oed i greu sgwrs grŵp newydd." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Mae modd llwytho eich storfa cyfrif i lawr, sy'n cynnwys yr holl gofnodion data cyhoeddus, fel ffeil \"CAR\". Dyw'r ffeil hon ddim yn cynnwys mewnblaniadau cyfryngau, megis delweddau, na'ch data preifat, y mae'n rhaid eu nôl nhw ar wahân." @@ -15086,7 +15274,7 @@ msgstr "Cafwyd bod eich cyfrif yn groes i <0>Delerau Gwasanaeth Cymdeithasol Blu msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Mae eich apêl wedi'i chyflwyno. Os bydd eich apêl yn llwyddo, byddwch yn derbyn e-bost." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Eich dyddiad geni" @@ -15115,7 +15303,7 @@ msgstr "Eich cysylltiad {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Bydd eich enw dangos presennol <0>{0} yn cael ei gadw'n awtomatig i chi. Gallwch newid yn ôl iddo unrhyw bryd o'r cyfrif hwn." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Mae'r oed rydych wedi'i ddatgan o dan 18. Bydd rhai gosodiadau isod wedi eu hanalluogi. Os oedd hyn yn gamgymeriad, gallwch olygu eich dyddiad geni yng <0>ngosodiadau eich cyfrif." @@ -15128,7 +15316,7 @@ msgstr "Eich e-bost" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Mae'n ymddangos bod eich e-bost yn annilys." @@ -15140,7 +15328,7 @@ msgstr "Dyw eich e-bost heb ei ddilysu eto. Dilyswch eich e-bost er mwyn mwynhau msgid "Your first like!" msgstr "Eich hoffi cyntaf!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Eich dilynwyr" @@ -15157,7 +15345,7 @@ msgstr "Eich enw dangos llawn fydd <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Does dim modd canfod eich darparwr gwesteia o gyfeiriad e-bost, felly bydd gwasanaeth rhagosodedig Bluesky yn cael ei ddefnyddio. Rhowch eich enw defnyddiwr yn lle hynny, neu gosodwch eich darparwr â llaw." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Dyw'ch darparwr gwesteia ddim yn cefnogi fideos mor fawr â hyn. Rhowch gynnig arall arni gyda ffeil llai." @@ -15165,7 +15353,7 @@ msgstr "Dyw'ch darparwr gwesteia ddim yn cefnogi fideos mor fawr â hyn. Rhowch msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Mae eich darparwr gwesteia yn cael ei ganfod yn awtomatig o'r enw defnyddiwr rydych yn ei nodi." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Mae eich diddordebau wedi'u diweddaru!" msgid "Your interests help us find what you like!" msgstr "Mae eich diddordebau yn ein helpu ni i ddod o hyd i'r hyn rydych chi'n ei hoffi!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Mae eich lleoliad wedi'i ddiweddaru." @@ -15198,15 +15386,20 @@ msgstr "Bydd eich enw, afatar, enw'r grŵp sgwrsio, a nifer yr aelodau yn weladw msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Mae eich cyfrinair wedi'i newid yn llwyddiannus! Defnyddiwch eich cyfrinair newydd pan fyddwch yn mewngofnodi i Bluesky o hyn ymlaen." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Rhaid i'ch cyfrinair fod o leiaf 8 nod." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Mae eich postiad wedi'i anfon" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Mae eich postiadau wedi'u hanfon" @@ -15214,7 +15407,7 @@ msgstr "Mae eich postiadau wedi'u hanfon" msgid "Your preferred language" msgstr "Eich dewis iaith" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Eich llun proffil" @@ -15223,24 +15416,28 @@ msgstr "Eich llun proffil" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Eich llun proffil wedi ei amgylchynu gan gylchoedd consentrig o luniau proffil defnyddwyr eraill" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ni fydd eich proffil, postiadau, ffrydiau a rhestrau bellach yn weladwy i ddefnyddwyr Bluesky eraill. Gallwch ail agor eich cyfrif unrhyw bryd trwy fewngofnodi." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Mae eich ateb wedi'i anfon" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Bydd eich adroddiad yn cael ei anfon at <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Mae'r diddordebau rydych wedi'u dewis yn ein helpu i ddarparu cynnwys sy'n bwysig i chi." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Mae gan eich ffrwd bostiadau gwag fydd yn cael eu hepgor. Bydd y postiadau sy'n weddill yn cael eu cyhoeddi fel ffrwd." diff --git a/src/locale/locales/da/messages.po b/src/locale/locales/da/messages.po index c9e5635367..2dab456653 100644 --- a/src/locale/locales/da/messages.po +++ b/src/locale/locales/da/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: da\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Danish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorien \"{interestsDisplayName}\" (aktiv)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# følger} other {# følger}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# ven fundet!} other {# venner fundet!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# time} other {# timer}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#md} other {#mdr}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {1 opslag mere} other {# opslag mere}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {følger} other {følgere}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {følger} other {følger}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {opslag} other {opslag}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, one {}other {# brugere}} har oprettet sig på Bluesky via denne startpakke!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {}other {+# flere}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {Du skal være mindst # år gammel for at oprette en konto i dit område.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} er live" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} er ikke tilgængelig" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} er ikke understøttet af din enhed." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {medlem} other {medlemmer}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} kl. {time}" msgid "{displayName}'s Starter Pack" msgstr "{displayName}s Starter Pack" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {time} other {timer}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minutter}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} oprettede sig via din startpakke" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verificerede dig" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} følger" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {opslag} other {opslag}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# time} other {# timer}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ nye anmodninger om deltagelse" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, one {}other {# brugere}} har oprettet sig!" @@ -767,7 +776,7 @@ msgstr "{profileName} oprettede sig på Bluesky via en startpakke for {timeAgoSt #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} og {2, plural, one {# anden} other {# andre}} er med i din startpakke" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} og {2, plural, one {# anden} other {# andre}} er #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} og {2, plural, one {# anden} other {# andre}} er med i din startpakke" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {gemt} other {gemte}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {like} other {likes}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} og<1> <2>{1} er med i din startpakke" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} er med i din startpakke" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} medlemmer" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Tryk her for at opdatere din lokalitet med GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Du og<1> <2>{0} er med i din startparkke" @@ -946,6 +955,12 @@ msgstr "7 dage" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "En samling af populære feeds, du kan finde på Bluesky, herunder News, Book Sky, Game Dev, Blacksky og Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,13 +988,13 @@ msgstr "Der opstod en netværksfejl. Tjek din internetforbindelse." msgid "A new code has been sent" msgstr "En ny kode blev sendt" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "En ny form for verifikation" #: src/components/dms/MessageItem.tsx:836 msgid "A reply to a message sent before you joined" -msgstr "" +msgstr "Et svar til en besked sendt, før du meldte dig ind" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:147 @@ -1005,7 +1020,7 @@ msgstr "Et screenshot af skrivefeltet til opslag med en ny knap ved siden af “ msgid "A selected recipient is not followed by the sender." msgstr "En valgt modtager følges ikke af afsenderen." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Adgang anmodet! Gruppeejeren vil gennemgå din anmodning." msgid "Accessibility" msgstr "Tilgængelighed" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Tilgængelighedsindstillinger" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Konto blokeret" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Konto fulgt" @@ -1086,8 +1101,8 @@ msgstr "Konto blev suspenderet" msgid "Account is deactivated" msgstr "Konto er deaktiveret" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Konto skjult" @@ -1111,24 +1126,24 @@ msgstr "Konto fjernet fra kvikadgang" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Blokering af konto fjernet" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Konto følges ikke længere" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Konto skjules ikke længere" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Konti med et amøbeformet blåt flueben <0><1/> kan verificere andre. De autoriserede verifikatorer er udvalgt af Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Konti med et amøbeformet blåt flueben <0><1/> kan verificere andre msgid "Activity from others" msgstr "Aktivitet fra andre" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Aktivitetsnotifikationer" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Tilføj" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Tilføj {0} mere for at fortsætte" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Føj {displayName} til startparkke" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Føj en bruger til denne liste" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Tilføj konto" @@ -1201,11 +1216,11 @@ msgstr "Tilføj alt-tekst (valgfrit)" msgid "Add another account" msgstr "Tilføj endnu en konto" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Tilføj endnu et opslag" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Tilføj endnu et opslag til tråd" @@ -1223,7 +1238,7 @@ msgstr "Tilføj appadgangskode" msgid "Add App Password" msgstr "Tilføj appadgangskode" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Tilføj botmærkat til konto" @@ -1239,12 +1254,12 @@ msgstr "Tilføj filter" msgid "Add group chat members" msgstr "Tilføj gruppechatmedlemmer" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Tilføj billede" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Føj medier til opslag" @@ -1254,8 +1269,8 @@ msgstr "Føj medier til opslag" msgid "Add members" msgstr "Tilføj deltagere" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Tilføj yderligere oplysninger (valgfrit)" @@ -1295,7 +1310,7 @@ msgstr "Tilføj reaktion" msgid "Add recommended feeds" msgstr "Tilføj anbefalede feeds" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Føj nogle feeds til din startpakke!" @@ -1307,12 +1322,12 @@ msgstr "Tilføj" msgid "Add the following DNS record to your domain:" msgstr "Opret følgende DNS-record for dit domæne:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Føj dette feed til dine feeds" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Føj til lister" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Føj til gemte opslag" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Føj til startpakker" @@ -1330,7 +1345,7 @@ msgstr "Føj til startpakker" msgid "Add user to list" msgstr "Tilføj bruger til liste" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Tilføj din fødselsdato" @@ -1361,7 +1376,7 @@ msgstr "Tilføj medlemmer til liste ..." msgid "Additional details (limit 1000 characters)" msgstr "Yderligere oplysninger (maks. 1000 tegn)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Yderligere oplysninger (højst 300 tegn)" @@ -1378,14 +1393,14 @@ msgstr "Porno" msgid "Adult content" msgstr "Voksenindhold" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Porno" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Voksenindhold kan kun slås til via browserudgaven af <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Voksenindholdsmærkater" msgid "Adult sexual abuse content" msgstr "Seksuelt overgrebsmateriale med voksne" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avanceret" @@ -1423,9 +1438,9 @@ msgstr "Anmodning om alderstjek" msgid "Age assurance only takes a few minutes" msgstr "Alderstjek tager kun et øjeblik" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." -msgstr "" +msgstr "Alderstjek tager kun et øjeblik." #: src/components/dialogs/EmailDialog/screens/Update.tsx:220 msgid "alice@example.com" @@ -1438,6 +1453,11 @@ msgstr "mette@eksempel.dk" msgid "All" msgstr "Alle" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Alle" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Alle {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Alle konti blev fulgt!" @@ -1474,7 +1494,7 @@ msgstr "Alle dine gemte feeds samlet på ét sted." msgid "Allow access to your direct messages" msgstr "Tillad adgang til dine direkte beskeder" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Tillad svar fra svar" @@ -1488,8 +1508,8 @@ msgstr "Tillad direkte beskeder fra" msgid "Allow group chat invites from" msgstr "Tillad gruppechatinvitationer fra" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Tillad adgang til lokalitet" @@ -1498,24 +1518,24 @@ msgstr "Tillad adgang til lokalitet" msgid "Allow others to be notified of your posts" msgstr "Tillad andre at blive notificeret om dine opslag" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Tillad svar fra personer, du følger" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Tillad svar fra personer, du har omtalt" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Tillad citatopslag" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Tillad svar fra brugere i {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Tillad svar fra dine følgere" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Tillader adgang til direkte beskeder" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Har du allerede modtaget en bekræftelseskode?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Har du allerede en konto?" @@ -1540,7 +1560,7 @@ msgstr "Allerede logget ind som @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Alt-tekst vil blive afkortet. {MAX_ALT_TEXT, plural, one {}other {Grænse: {0} tegn.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "En e-mail er sendt til {0}. Den indeholder en bekræftelseskode, som du skal indtaste herunder." @@ -1587,7 +1607,7 @@ msgstr "Der opstod en fejl" msgid "An error occurred" msgstr "Der opstod en fejl" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Der opstod en fejl under komprimering af videoen." @@ -1596,7 +1616,7 @@ msgstr "Der opstod en fejl under komprimering af videoen." msgid "An error occurred while fetching suggested accounts." msgstr "Der opstod en fejl under indlæsning af foreslåede konti." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Der opstod en fejl under indlæsning af feedet." @@ -1609,15 +1629,15 @@ msgstr "Der opstod en fejl under generering af din startpakke. Vil du prøve ige msgid "An error occurred while hiding suggestion. {0}" msgstr "Der opstod en fejl ved forsøg på at skjule forslag. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Der opstod en fejl under indlæsning af videoen. Prøv igen senere." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Der opstod en fejl under indlæsning af videoen. Prøv igen senere." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Der opstod en fejl ved indlæsning af dine lister :/" @@ -1628,16 +1648,16 @@ msgstr "Der opstod en fejl under lagring af QR-koden!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Der opstod en fejl, da du forsøgte at følge alle" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Der opstod en fejl under upload af videoen. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Der opstod en fejl under upload af videoen. Tjek din internetforbindelse og prøv igen." @@ -1661,8 +1681,8 @@ msgstr "En illustration af adskillige Bluesky-opslag sammen med ikoner for vider msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "En tegning af Bluesky-appen, hvor der flyver papirfly ud af, hvilket symboliserer invitationer til venner" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Illustration som viser, hvordan Bluesky udvælger autoriserede verifikatorer, som herefter verificerer enkelte brugerkonti." @@ -1682,18 +1702,18 @@ msgstr "Der opstod en fejl ved start af chat, prøv igen." #: src/components/dms/dialogs/NewChatDialog.tsx:87 #: src/components/dms/dialogs/ShareViaChatDialog.tsx:103 msgid "An issue occurred starting the group chat, please try again." -msgstr "" +msgstr "Der opstod en fejl ved start af gruppechat, prøv igen." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Der opstod en fejl. Prøv igen." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Et mockup af en iPhone, der viser Bluesky-appen åbnet på profilen for en verificeret bruger med et blåt flueben ved siden af profilnavnet." @@ -1702,7 +1722,7 @@ msgstr "Et mockup af en iPhone, der viser Bluesky-appen åbnet på profilen for msgid "an unknown labeler" msgstr "en ukendt mærkningstjeneste" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "og" @@ -1733,9 +1753,9 @@ msgstr "Bluesky introducerer verificerede konti" #. Placeholder text for a date picker #: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 msgid "Any date" -msgstr "" +msgstr "Enhver dato" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Alle" @@ -1767,7 +1787,7 @@ msgstr "Alle som følger mig" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "De som har det vil ikke længere kunne deltage eller anmode om deltagelse. Du kan altid oprette et nyt." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1794,7 +1814,7 @@ msgstr "Appadgangskodens navn skal være unikt" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:62 msgid "App password names can only contain letters, numbers, spaces, hyphens, and underscores" -msgstr "" +msgstr "Navne på appadgangskoder kan kun indeholde bogstaver, tal, mellemrum, bindestreger og underscores" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:80 msgid "App password names must be at least 4 characters long" @@ -1805,7 +1825,7 @@ msgstr "Navne på appadgangskoder skal bestå af mindst 4 tegn" msgid "App passwords" msgstr "Appadgangskoder" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Appadgangskoder" @@ -1823,7 +1843,7 @@ msgstr "Klag over mærkatet \"{0}\"" #: src/components/moderation/ModerationDetailsDialog.tsx:159 msgid "Appeal label" -msgstr "" +msgstr "Klag over mærkat" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:92 msgid "Appeal livestream suspension" @@ -1854,9 +1874,9 @@ msgstr "Klag over afgørelse" #: src/components/moderation/ModerationDetailsDialog.tsx:219 msgid "Appeal this label" -msgstr "" +msgstr "Klag over denne mærkat" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Anvend pull request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arkiveret fra {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Arkiveret opslag" @@ -1914,7 +1934,7 @@ msgstr "Er du sikker på, du vil slette appadgangskoden \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Er du sikker på, du vil slette denne besked? Beskeden vil blive slettet hos dig men ikke hos de andre deltagere." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Er du sikker på, du vil slette denne startpakke" @@ -1936,7 +1956,7 @@ msgstr "Er du sikker på, at du vil forlade denne samtale?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Er du sikker på, du vil forlade denne samtale? Dine beskeder vil blive slettet hos dig men ikke hos de andre deltagere." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Er du sikker på, du vil fjerne dette feed fra dine feeds?" @@ -1945,7 +1965,7 @@ msgstr "Er du sikker på, du vil fjerne dette feed fra dine feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Er du sikker på, at du vil trække din anmodning om at deltage i {0} tilbage?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Er du sikker på, du vil kassere dette opslag?" @@ -1953,7 +1973,7 @@ msgstr "Er du sikker på, du vil kassere dette opslag?" msgid "Are you sure?" msgstr "Er du sikker?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Er du den afbildede person eller en officiel repræsentant for denne?" @@ -1969,22 +1989,22 @@ msgstr "Kunst" msgid "Artistic or non-erotic nudity." msgstr "Kunstnerisk og ikkeerotisk nøgenhed." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" -msgstr "" +msgstr "Anmod apps og websites om ikke at vise min konto til udloggede brugere" #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:32 #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:35 msgid "Ask apps to hide my posts from algorithmic recommendations" -msgstr "" +msgstr "Anmod apps om at udelade mine opslag af algoritmedrevne anbefalinger" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Vælg emne for algo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Mindst 8 tegn" @@ -2017,8 +2037,8 @@ msgstr "Automatisk" msgid "Automation label" msgstr "Botmærkat" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Botmærkat" @@ -2036,6 +2056,10 @@ msgstr "Tilgængelig" #: src/screens/Onboarding/StepProfile/index.tsx:327 msgid "Avatar creator" +msgstr "Avatarbygger" + +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" msgstr "" #: src/components/dms/AddMembersFlow.tsx:359 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Tilbage" msgid "Back to Chats" msgstr "Tilbage til Chats" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Forbudte aktiviteter eller sikkerhedsbrud" @@ -2081,17 +2109,17 @@ msgstr "Forbudte aktiviteter eller sikkerhedsbrud" msgid "Banned user returning" msgstr "Blokeret bruger er vendt tilbage" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." -msgstr "" +msgstr "Baseret på din enheds placering tror vi, at du er i <0>{geolocationString}." #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:236 msgid "Based on your device's location, we think you're in <0>{region}." -msgstr "" +msgstr "Baseret på din enheds placering tror vi, at du er i <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." -msgstr "" +msgstr "Baseret på dit netværk tror vi, at du er i <0>{geolocationString}. Det kan være forkert, hvis du benytter VPN." #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:241 msgid "Based on your network, we think you're in <0>{region}. This estimate may be inaccurate if you're using a VPN." @@ -2148,16 +2176,16 @@ msgstr "Begynd alderstjek ved at udfylde felterne herunder." msgid "Beta Feature" msgstr "Betafunktion" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Betafunktioner" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Betafunktioner aktiveret" @@ -2193,12 +2221,12 @@ msgstr "Bloker {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bloker konto" @@ -2255,15 +2283,15 @@ msgstr "Bloker bruger og/eller slet denne samtale" msgid "Block user and/or leave this conversation" msgstr "Bloker bruger og/eller forlad denne samtale" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blokeret" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Blokerede konti" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Blokerede konti" @@ -2288,22 +2316,22 @@ msgstr "Blokering er offentlig. Blokerede konti kan ikke svare i dine tråde, om 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." msgstr "Blokering vil ikke spærre for, at der bliver sat mærkater på din konto, men det vil forhindre denne konto fra at svare i dine tråde eller interagere med dig." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" #. Advanced search: Examples of hashtags #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 msgid "bloomscrolling booksky" -msgstr "" +msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kan ikke bekræfte den anførte datos gyldighed." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky hjælper venner med at finde hinanden ved at danne et digitalt fingeraftryk, en såkaldt tjeksum, og herefter lede efter identiske tjeksummer." @@ -2357,15 +2389,11 @@ msgstr "Bluesky gemmer dine kontakter som krypteret data. Hvis du fjerner dine k msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky vil vælge et antal anbefalede konti fra personer i dit netværk." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." -msgstr "" +msgstr "Bluesky vil ikke vise din konto til udloggede brugere og vil anmode andre apps om at gøre det samme. Andre apps respekterer ikke nødvendigvis denne anmodning. Din konto bliver ikke konto privat." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky vil løbende verificere populære konti." @@ -2424,29 +2452,29 @@ msgstr "Se flere forslag under Udforsk" msgid "Browse other feeds" msgstr "Se flere feeds" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Se opslag om {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Se opslag tagget med {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Se startpakken {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Se emnet {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Se emnet {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Om Bluesky" @@ -2459,10 +2487,10 @@ msgstr "Knap, der går til din hjemmetidslinje" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Af {0}" @@ -2475,7 +2503,7 @@ msgstr "af @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Af <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Ved at oprette en konto accepterer du <0>tjenestevilkårene og <1>pr msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Ved at oprette en konto accepterer du <0>tjenestevilkårene." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Af dig" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamera" @@ -2521,16 +2549,16 @@ msgstr "Kameraadgang krævet" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Kameraadgang krævet" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Kameraadgang krævet" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Annuller" msgid "Cancel quote post" msgstr "Annuller citatopslag" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Annuller genaktivering og log ud" @@ -2591,11 +2619,11 @@ msgstr "Annuller søgning" #: src/screens/Login/components/ConfirmHostingProviderDialog.tsx:161 msgid "Cancels signing in so you can check your username" -msgstr "" +msgstr "Annullerer login, så du kan tjekke dit brugernavn" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Kan ikke interagere med en blokeret bruger" @@ -2609,7 +2637,7 @@ msgstr "Undertekster (.vtt)" msgid "Captions & alt text" msgstr "Undertekster og alt-tekst" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "karrusel" @@ -2651,24 +2679,24 @@ msgstr "Skift handle" msgid "Change hosting provider" msgstr "Skift udbyder" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Skift moderationstjeneste" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Skift adgangskode" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Skift adgangskode-dialog" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Skift anmeldelseskategori" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Skift årsag til anmeldelse" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Ændringer til startpakken vil ikke blive afspejlet i listen efter oprettelse. Listen vil blive en separat kopi." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chat" @@ -2758,7 +2786,7 @@ msgstr "Chatejere kan ikke forlade en gruppechat." msgid "Chat recipient is not followed by the sender." msgstr "Chatmodtager følges ikke af afsenderen." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Indbakke for chatanmodninger" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Chatanmodninger" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2811,10 +2839,10 @@ msgstr "Tjek <0>{currentEmail} for en e-mail med en bekræftelseskode, du sk #: src/screens/Settings/BetaFeaturesSettings.tsx:190 msgid "Check back later!" -msgstr "" +msgstr "Kig forbi senere!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Tjek min status" @@ -2838,7 +2866,7 @@ msgstr "Vælg en interesse" #: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "Choose at least one interest to continue" -msgstr "" +msgstr "Vælg mindst én interesse for at fortsætte" #: src/screens/Onboarding/StepInterests/index.tsx:150 #: src/screens/Onboarding/StepInterests/index.tsx:151 @@ -2847,7 +2875,7 @@ msgstr "Vælg mindst én interesse." #: src/screens/Onboarding/StepInterests/index.tsx:102 msgid "Choose at least one. We'll use this to customize your experience. You can change these anytime." -msgstr "" +msgstr "Vælg mindst én. Vi bruger dette til at tilpasse din oplevelse. Du kan ændre disse når som helst." #: src/screens/Settings/components/ChangeHandleDialog.tsx:401 msgid "Choose domain verification method" @@ -2895,7 +2923,7 @@ msgstr "Vælg din udbyder" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Vælg din egen tidslinje! Specialbyggede feeds skabt af andre brugere hjælper dig med at finde indhold, du vil synes om." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Husk din adgangskode" @@ -2931,7 +2959,7 @@ msgstr "Nulstil GIF-søgning" msgid "Clear image cache" msgstr "Tøm billedcache" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Ryd søgefelt" @@ -2951,11 +2979,11 @@ msgstr "Klik her for at føje personer til denne gruppechat" msgid "Click here to create or manage an invite link for this group chat" msgstr "Klik her for at oprette eller redigere et invitationslink for denne gruppechat" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Klik her for at slette din konto" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Klik her for at logge ud" @@ -2968,8 +2996,8 @@ msgstr "Klik her for at gensende e-mailen" msgid "Click here to restart the verification process." msgstr "Klik her for at starte bekræftelsesprocessen forfra." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Klik her for at opdatere din fødselsdato" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Klik for at prøve at sende beskeden igen" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Klik for at prøve at sende beskeden igen" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Klik for at prøve at sende beskeden igen" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Luk" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Luk aktiv dialog" @@ -3068,13 +3097,13 @@ msgstr "Luk banner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Luk dialog" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Luk navigation" @@ -3110,7 +3139,7 @@ msgstr "Luk banner for indkommende anmodninger" msgid "Close this dialog" msgstr "Luk dialog" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Luk velkomstdialog" @@ -3118,7 +3147,7 @@ msgstr "Luk velkomstdialog" msgid "Closes password update alert" msgstr "Lukker besked om opdatering af adganskode" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Lukker skrivefelt og kasserer udkast til opslag" @@ -3126,7 +3155,7 @@ msgstr "Lukker skrivefelt og kasserer udkast til opslag" msgid "Collapse list of users" msgstr "Luk brugerliste" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Lukker liste over brugere for en given notifikation" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Tegneserier" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Fælleskabsregler" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Afslut velkomst og kom i gang med at bruge din konto" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Løs opgaven" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Skriv nyt opslag" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Skriv opslag på op til {0, plural, one {}other {# tegn}}" @@ -3180,11 +3209,11 @@ msgstr "Skriv opslag på op til {0, plural, one {}other {# tegn}}" msgid "Compose reply" msgstr "Skriv svar" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Komprimerer GIF ..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Komprimerer video..." @@ -3198,18 +3227,18 @@ msgstr "Konfigureres i <0>moderationsindstillinger" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Bekræft" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Bekræftelseskode" @@ -3226,12 +3255,12 @@ msgstr "Forbinder til tjeneste …" msgid "Connecting…" msgstr "Forbinder …" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Forbindelsesfejl" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Kontakt vores supportteam" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Kontakt support" @@ -3273,7 +3302,7 @@ msgstr "Indhold og medier" msgid "Content and media" msgstr "Indhold og medier" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Indhold og medier" @@ -3281,7 +3310,7 @@ msgstr "Indhold og medier" msgid "Content Blocked" msgstr "Indhold blokeret" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Indholdsfiltre" @@ -3421,15 +3450,15 @@ msgstr "Kopier" msgid "Copy App Password" msgstr "Kopier appadgangskode" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Kopier at://-URI" #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:152 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:155 msgid "Copy author DID" -msgstr "" +msgstr "Kopier konto-DID" #: src/components/dialogs/Embed.tsx:187 #: src/components/dialogs/Embed.tsx:203 @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kopier kode" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Kopier DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Kopier invitationslink" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Kopier link" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Kopier link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Kopier link til liste" @@ -3472,12 +3501,12 @@ msgstr "Kopier link til liste" msgid "Copy link to post" msgstr "Kopier link til opslag" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Kopier link til profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Kopier link til startpakke" @@ -3491,8 +3520,8 @@ msgstr "Kopier beskedtekst" msgid "Copy post at:// URI" msgstr "Kopier opslagets at://-URI" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Kopier opslagets tekst" @@ -3506,7 +3535,7 @@ msgstr "Kopier TXT-record" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Ophavsretspolitik" @@ -3632,7 +3661,7 @@ msgstr "Opret" msgid "Create a list" msgstr "Opret en liste" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Opret en liste ud fra denne startpakke" @@ -3642,7 +3671,7 @@ msgstr "Opret en QR-kode til en startpakke" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Opret en startpakke" @@ -3655,12 +3684,12 @@ msgstr "Opret en startpakke" msgid "Create a starter pack for me" msgstr "Opret en startpakke for mig" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Opret gruppechat" msgid "Create list" msgstr "Opret liste" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Opret liste ud fra medlemmer" @@ -3708,13 +3737,13 @@ msgstr "Opret liste ud fra medlemmer" msgid "Create list from starter pack" msgstr "Opret liste ud fra startpakke" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Opret moderationsliste" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Opret ny konto" @@ -3724,8 +3753,8 @@ msgstr "Opret eller rediger et invitationslink for denne gruppechat" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Opret anmeldelse for {0}" @@ -3734,7 +3763,7 @@ msgstr "Opret anmeldelse for {0}" msgid "Create starter pack" msgstr "Opret startpakke" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Opret brugerliste" @@ -3747,7 +3776,7 @@ msgstr "Opret brugerliste" msgid "Created {0}" msgstr "Oprettet {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Skaber er blokeret" @@ -3800,7 +3829,7 @@ msgstr "Mørk" msgid "Dark theme" msgstr "Mørk tilstand" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Fødselsdato" @@ -3814,7 +3843,7 @@ msgstr "Dag" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Deaktiver konto" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Standardikoner" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Slet" @@ -3892,8 +3921,8 @@ msgstr "Slet samtale" msgid "Delete for me" msgstr "Slet for mig" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Slet liste" @@ -3909,30 +3938,30 @@ msgstr "Slet besked for mig" msgid "Delete my account" msgstr "Slet min konto" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Slet opslag" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Slet startpakke" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Slet startpakke?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Slet denne liste?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Slet dette opslag?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Slettet" @@ -3953,7 +3982,7 @@ msgstr "Slettes af Plivo efter bekræftelse" msgid "Deleted list" msgstr "Slettet liste" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Beskrivelse (maks. 1000 tegn)" msgid "Descriptive alt text" msgstr "Beskrivende alt-tekst" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Afkobl citat" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Afkobl citeret opslag?" @@ -3993,22 +4022,27 @@ msgstr "Udviklertilstand aktiveret" msgid "Developer options" msgstr "Udviklingerindstillinger" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Enhed kunne ikke oversætte :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: Tilpas, hvem der kan interagere med dette opslag." #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:233 msgid "Dialog: Set search filters" -msgstr "" +msgstr "Dialog: Angiv søgefiltre" #: src/screens/Settings/AppearanceSettings.tsx:108 msgid "Dim" msgstr "Dæmpet" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Deaktiver undertekster" msgid "Disable email 2FA" msgstr "Deaktiver 2FA via e-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Deaktiver tofaktorgodkendelse via e-mail" @@ -4041,11 +4075,11 @@ msgstr "Deaktiver haptisk feedback" msgid "Disable link" msgstr "Deaktiver link" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Deaktiver citatopslag af dette opslag" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Deaktiver svar fuldstændigt" @@ -4056,17 +4090,17 @@ msgstr "Deaktiver dette invitationslink?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Deaktiveret" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Kasser" @@ -4075,26 +4109,31 @@ msgstr "Kasser" msgid "Discard changes?" msgstr "Deaktiver ændringer?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Kasser udkast?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Kasser opslag?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Frakobl Germ DM" -#: src/screens/Search/Explore.tsx:444 -msgid "Discover feeds" +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" msgstr "" +#: src/screens/Search/Explore.tsx:445 +msgid "Discover feeds" +msgstr "Opdag feeds" + #: src/view/com/posts/FollowingEmptyState.tsx:64 #: src/view/com/posts/FollowingEmptyState.tsx:69 #: src/view/com/posts/FollowingEndOfFeed.tsx:65 @@ -4106,8 +4145,8 @@ msgstr "Find nye specialbyggede feeds" msgid "Discover New Feeds" msgstr "Find nye feeds" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Luk" @@ -4115,7 +4154,7 @@ msgstr "Luk" msgid "Dismiss banner" msgstr "Fjern banner" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Luk fejlbesked" @@ -4217,8 +4256,9 @@ msgstr "Bare rolig! Alle eksisterende beskeder og indstillinger er gemt og vi bl #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Udført" msgid "Double tap or long press the message to add a reaction" msgstr "Tryk dobbelt eller langt på beskeden for at tilføje en reaktion" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Tryk dobbelt for at lukke dialogen" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Tryk dobbelt for at like" @@ -4248,11 +4288,11 @@ msgstr "Download" msgid "Download Bluesky" msgstr "Download Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Download chatdata" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Download chatdata" @@ -4266,11 +4306,11 @@ msgstr "Download billede" msgid "Download invite QR code" msgstr "Download invitations-QR-kode" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Download profildata" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Download profildata" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Privatlivskrænkelse" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Kladder" @@ -4318,19 +4358,19 @@ msgstr "fx anne.com" msgid "E.g. artistic nudes." msgstr "Fx kunstneriske nøgenbilleder." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "fx Fede profiler" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "fx Spammere" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "fx Profiler, der altid rammer plet." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "fx Brugere, der laver for mange reklameopslag." @@ -4341,7 +4381,7 @@ msgstr "Spiseforstyrrelser" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Rediger" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Rediger avatar" @@ -4373,8 +4413,8 @@ msgstr "Rediger gruppenavn" msgid "Edit image" msgstr "Rediger billede" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Rediger interaktionsindstillinger" @@ -4396,21 +4436,21 @@ msgstr "Rediger invitationslink" msgid "Edit link settings" msgstr "Rediger linkindstillinger" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Rediger listeegenskaber" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Rediger livetilstand" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Rediger moderationsliste" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Rediger mine feeds" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Rediger personer" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Rediger interaktionsindstillinger" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Rediger profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Rediger profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Rediger startpakke" @@ -4454,15 +4494,15 @@ msgstr "Rediger startpakke" msgid "Edit this group chat’s name" msgstr "Rediger gruppechattens navn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Rediger brugerliste" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Rediger, hvem der kan svare" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Rediger din startpakke" @@ -4470,16 +4510,16 @@ msgstr "Rediger din startpakke" msgid "Education" msgstr "Uddannelse" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Enten har listens skaber blokeret dig, eller også har du blokeret listens skaber." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA via e-mail deaktiveret" @@ -4492,7 +4532,7 @@ msgstr "2FA via e-mail aktiveret" msgid "Email address" msgstr "E-mailadresse" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mail gensendt" @@ -4508,7 +4548,7 @@ msgstr "E-mail sendt! <0>Klik her for at gensende." msgid "Email verification complete!" msgstr "E-mailbekræftelse er fuldført!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-mail bekræftet" @@ -4527,7 +4567,7 @@ msgstr "Indlejr opslag" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Indlejr dette opslag på dit website. Kopier blot følgende kodestump og indsæt den i HTML-koden på dit website." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Indlejret videoafspiller" @@ -4542,12 +4582,7 @@ msgstr "Aktiver" msgid "Enable {0} only" msgstr "Aktiver kun {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Tillad upload af videoer på op til 10 minutter." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Aktiver voksenindhold" @@ -4583,7 +4618,7 @@ msgstr "Aktiver notifikationer for en konto ved at besøge dens profil og trykke msgid "Enable push notifications" msgstr "Aktiver push-notifikationer" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Tillad citatopslag af dette opslag" @@ -4601,7 +4636,7 @@ msgstr "Aktiver populære emner" msgid "Enable trending videos in your Discover feed" msgstr "Aktiver populære videoer i dit Discover-feed" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Aktiveret" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Indtast din fødselsdato" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Indtast din e-mailadresse" @@ -4670,15 +4705,15 @@ msgstr "Indtast din adgangskode" msgid "Enter your username and password" msgstr "Indtsat dit brugernavn og din adgangskode" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Åbner i fuld skærm" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Underholdning" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fejl" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Fejlmeddelelse" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "En fejl opstod under lagring af fil" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "En fejl opstod under modtagelse af opgaveløsning" @@ -4712,11 +4747,11 @@ msgstr "En fejl opstod under modtagelse af opgaveløsning" msgid "Error: {error}" msgstr "Fejl: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Alle kan svare" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Alle kan besvare dette opslag." @@ -4783,7 +4818,7 @@ msgstr "Udvid eller sammenklap det fulde opslag, du besvarer" msgid "Expand post text" msgstr "Udvid opslagets tekst" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Udvider eller sammenklapper opslagets tekst" @@ -4826,21 +4861,21 @@ msgstr "Voldsomme eller stødende medier." msgid "Explicit sexual images." msgstr "Pornografiske billeder." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Udforsk" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Udforsk appen," #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Eksporter mine chatdata" @@ -4849,7 +4884,7 @@ msgstr "Eksporter mine chatdata" msgid "Export my data" msgstr "Eksporter mine data" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Eksporter mine profildata" @@ -4868,7 +4903,7 @@ msgstr "Eksterne medier" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Afspilning af medier fra eksterne websites muliggør indsamling af oplysninger om dig og din enhed. Der udveksles ingen oplysninger, før du starter afspilningen." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Indstillinger for eksterne medier" @@ -4946,7 +4981,7 @@ msgstr "Sletning af besked fejlede" msgid "Failed to delete post, please try again" msgstr "Sletning af opslag fejlede, prøv igen" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Sletning af startpakke fejlede" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Kunne ikke deaktivere invitationslink" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Kunne ikke frakoble Germ DM. Fejl: {0}" @@ -5003,16 +5038,16 @@ msgstr "Kunne ikke forlade gruppechat" msgid "Failed to load conversations" msgstr "Kunne ikke indlæse samtaler" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Kunne ikke indlæse feeds" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Indlæsning af indstillinger for feeds fejlede" @@ -5037,14 +5072,14 @@ msgstr "Kunne ikke indlæse indstilling." msgid "Failed to load profiles" msgstr "Kunne ikke indlæse profiler" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Indlæsning af foreslåede feeds fejlede" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Indlæsning af foreslåede konti fejlede" @@ -5067,18 +5102,18 @@ msgstr "Kunne ikke markere alle anmodninger som læst" msgid "Failed to mute group chat" msgstr "Kunne ikke skjule gruppechat" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Fastgørelse af opslag fejlede" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Kunne ikke genforbinde Germ DM. Fejl: {0}" #: src/screens/Messages/JoinRequests.tsx:219 msgid "Failed to reject join request" -msgstr "" +msgstr "Kunne ikke afvise anmodning om deltagelse" #: src/screens/Settings/FindContactsSettings.tsx:513 msgid "Failed to remove data due to a network error, please check your internet connection." @@ -5121,7 +5156,7 @@ msgstr "Kunne ikke trække din anmodning tilbage. Prøv igen." msgid "Failed to resolve location. Please try again." msgstr "Kunne ikke bestemme din lokalitet. Prøv igen senere." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Kunne ikke gemme kladde" @@ -5135,7 +5170,7 @@ msgstr "Kunne ikke gemme billede" msgid "Failed to save image: {0}" msgstr "Fejl ved lagring af billede: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Kunne ikke gemme indstillinger. Prøv igen." @@ -5168,13 +5203,13 @@ msgstr "Kunne ikke ændre, om tråden skjules, prøv igen" msgid "Failed to unlock group chat" msgstr "Kunne ikke låse gruppechat op" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Kunne ikke frigøre liste" #: src/state/queries/content-visibility.ts:83 msgid "Failed to update content visibility" -msgstr "" +msgstr "Kunne ikke opdatere indholdssynlighed" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:148 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:82 @@ -5185,7 +5220,7 @@ msgstr "Kunne ikke opdaterere 2FA-indstillinger" msgid "Failed to update email, please try again." msgstr "Kunne ikke opdatere e-mail, prøv igen." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Opdatering af feeds fejlede" @@ -5197,12 +5232,10 @@ msgstr "Kunne ikke opdatere notifikationsbeskrivelse" msgid "Failed to update settings" msgstr "Opdatering af indstillinger fejlede" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Upload af video fejlede" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Falsk konto eller bot" msgid "False information about elections" msgstr "Misinformation om valg" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "Feedskaber" msgid "Feed identifier" msgstr "Feedidentifikator" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Feedmenu" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Feed tilføj/fjern" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Feedback blev sendt feedets ejer" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feeds" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Feeds er specialbyggede algoritmner, som brugere kan bygge med lidt teknisk snilde. <0>Læs denne guide for mere information." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,30 +5331,34 @@ msgid "Fetch update" msgstr "Hent opdatering" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Fil blev gemt!" #: src/screens/Search/components/AdvancedSearchDialog/FromDropdown.tsx:34 msgid "Filter by author (currently: {currentLabel})" -msgstr "" +msgstr "Filtrer efter konto (pt. {currentLabel})" #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtre fra feeds" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrer efter sprog (pt. {currentLanguageLabel})" #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:32 msgid "Filter search by media (currently: {currentLabel})" -msgstr "" +msgstr "Filtrer søgning efter medie (pt. {currentLabel})" #. placeholder {0}: lang.name #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:88 msgid "Filter this search by {0}" -msgstr "" +msgstr "Filtrer denne søgning efter {0}" #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtre" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Afslutter" @@ -5358,15 +5399,15 @@ msgstr "Økonomi" msgid "Find accounts to follow" msgstr "Find konti, du kan følge" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Find og inviter venner" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Find kontakter" @@ -5378,7 +5419,7 @@ msgstr "Find mine venner" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Find personer, du kan følge" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Fokuser søgefeltet" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Følg" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Følg {0}" @@ -5458,7 +5499,7 @@ msgstr "Følg {0}" msgid "Follow {displayName}" msgstr "Følg {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Følg {handle}" @@ -5474,8 +5515,8 @@ msgstr "Følg 10 personer for at komme i gang" msgid "Follow 7 accounts" msgstr "Følg 7 konti" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Følg konto" @@ -5486,8 +5527,8 @@ msgstr "Følg konto" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Følg alle" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Følg alle konti" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Følgere kan deltage" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Følgere af @{0}, som du måske kender" @@ -5552,28 +5593,29 @@ msgstr "Følgere, du kender" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Følger" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Følger" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Følger {0}" @@ -5582,7 +5624,7 @@ msgstr "Følger {0}" msgid "Following {displayName}" msgstr "Følger {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Følger {handle}" @@ -5591,7 +5633,7 @@ msgstr "Følger {handle}" msgid "Following feed preferences" msgstr "Indstillinger for følgerfeed" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Indstillinger for følgerfeed" @@ -5613,7 +5655,7 @@ msgstr "Tekststørrelse" msgid "Food" msgstr "Mad" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "For konti tilhørende en organisation brug fødselsdatoen for den ansvarlige person for kontoen." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Opret nyt link" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM frakoblet" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM-link" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM forbundet" @@ -5812,7 +5854,7 @@ msgstr "Kom i gang" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF uploadet" @@ -5835,8 +5877,8 @@ msgstr "Forherligelse af vold" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Forherligelse af vold" msgid "Go back" msgstr "Gå tilbage" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Gå tilbage" @@ -5867,8 +5909,8 @@ msgstr "Gå tilbage til forrige trin" msgid "Go home" msgstr "Gå til forside" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Gå live" @@ -5879,8 +5921,8 @@ msgstr "Gå live" msgid "Go Live" msgstr "Gå live" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Gå live (deaktiveret)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Gå live i" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Gå til {0}s profil" @@ -5900,7 +5942,7 @@ msgstr "Gå til {firstAuthorName}s profil" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Gå til kontoindstillinger" @@ -5943,8 +5985,8 @@ msgstr "Din konto er i øjeblikket spærret for at gå live" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Forstået" @@ -5953,6 +5995,11 @@ msgstr "Forstået" msgid "Grant access" msgstr "Giv adgang" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Gruppechatnavn opdateret" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Gruppechatindstillinger" @@ -6040,7 +6087,7 @@ msgstr "Gruppenavnet er for langt. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, one #: src/screens/Settings/Settings.tsx:469 msgid "GrowthBook" -msgstr "" +msgstr "GrowthBook" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:221 msgid "Hacking or system attacks" @@ -6083,6 +6130,11 @@ msgstr "Glade GIF’er" msgid "Haptics" msgstr "Haptisk feedback" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Chikane eller had" @@ -6095,7 +6147,7 @@ msgstr "Skadelige eller risikable aktiviteter" msgid "Harming or endangering minors" msgstr "Udsættelse af mindreårige for skade eller fare" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "Hadtale" msgid "Have a code? <0>Click here." msgstr "Har du en kode? <0>Klik her." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Er din lokalitet forkert? <0>Tryk her for at opdatere din lokalitet med GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Oplever du problemer?" @@ -6145,11 +6197,11 @@ msgstr "Her er din appadgangskode!" msgid "Hey there 👋" msgstr "Halløj 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Halløj!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Halløj!" @@ -6158,7 +6210,7 @@ msgstr "Halløj!" msgid "Hidden" msgstr "Skjult" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Skjult af dine moderationsindstillinger." @@ -6166,23 +6218,19 @@ msgstr "Skjult af dine moderationsindstillinger." msgid "Hidden list" msgstr "Skjult liste" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Skjul" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Skjul" @@ -6195,7 +6243,7 @@ msgstr "Skjul tilpasningsindstillinger" msgid "Hide group chat updates" msgstr "Skjul gruppechatopdateringer" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Skjul lister" @@ -6203,62 +6251,55 @@ msgstr "Skjul lister" msgid "Hide password" msgstr "Skjul adgangskode" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Skjul opslag for mig" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Skjul svar for alle" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Skjul svar for mig" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" -msgstr "" +msgstr "Skjul videredelinger i feeds" #: src/screens/Search/modules/ExploreInterestsCard.tsx:105 msgid "Hide this card" msgstr "Skjul dette kort" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Skjul dette opslag?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Skjul dette svar?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Skjul oversættelse" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Skjul populære emner" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Skjul populære emner?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Skjul populære videoer?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Skjul brugerliste" @@ -6267,12 +6308,12 @@ msgstr "Skjul brugerliste" msgid "Hide verification badges" msgstr "Vis verifikationsskilte" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Skjuler indholdet" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Skjuler reklamebanner for invitation af venner" @@ -6282,11 +6323,11 @@ msgstr "Hmm, det ser ud til, at du er logget ind med en <0>appadgangskode. F #: src/ageAssurance/useVerificationFlow.ts:122 msgid "Hmm, it seems we weren't able to compute your level of access. Please try again." -msgstr "" +msgstr "Hmm, det ser ud til, at vi ikke kunne beregne dit adgangsniveau. Prøv igen." #: src/ageAssurance/useVerificationFlow.ts:141 msgid "Hmm, it seems your device was unable to share age information with us." -msgstr "" +msgstr "Hmm, det ser ud til, at din enhed ikke kunne dele aldersoplysninger med os." #: src/view/com/posts/PostFeedErrorMessage.tsx:123 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." @@ -6308,7 +6349,7 @@ msgstr "Hmm, feedserveren gav et ugyldigt svar. Fortæl feedets ejer om dette pr msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, vi kan ikke finde dette feed. Det er muligvis blevet slettet." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmm, vi oplever problemer med at indlæse denne data. Se yderligere oplysninger herunder. Kontakt os, hvis problemet varer ved." @@ -6316,14 +6357,14 @@ msgstr "Hmm, vi oplever problemer med at indlæse denne data. Se yderligere oply msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, vi kunne ikke indlæse moderationstjenesten." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Vent lidt! Vi udruller gradvist adgang til video, og du er stadig i kø. Prøv igen senere!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Forside" @@ -6369,8 +6410,8 @@ msgstr "Menneskehandel" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Jeg giver samtykke til, at Bluesky bruger mine kontakter til at finde venner samt opbevarer tjeksummer for at andre kan finde mig, indtil jeg deaktiverer funktionen." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Jeg har en kode" @@ -6400,15 +6441,15 @@ msgstr "Hvis ingen er valgt, vil alle sprog optræde i dine feeds." 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." msgstr "Hvis du er over 18 år og ønsker at prøve igen, så klik på knappen herunder og benyt en anden verifikationsmetode, hvis der er en tilgængelig i dit område. Hvis du har spørgsmål eller bekymringer, <0>kan vores supportteam hjælpe." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Hvis du endnu ikke er myndig i henhold til dit lands lovgivning, skal din forælder eller værge læse disse vilkår på dine vegne." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Hvis du mener, at din fødselsdato er forkert, kan du opdatere den ved at <0>klikke her." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Hvis du sletter denne liste, kan den ikke genskabes." @@ -6420,7 +6461,7 @@ msgstr "Hvis du har dit eget domæne, kan du bruge det som handle. Dette giver d msgid "If you need to update your email, <0>click here." msgstr "Hvis du har brug for at opdatere din e-mail, <0>klik her." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Hvis du sletter dette opslag, kan det ikke genskabes." @@ -6441,7 +6482,7 @@ msgstr "Hvis du vil begrænse, hvem der kan modtage notifikationer om din egen k msgid "If you're a developer, you can host your own server." msgstr "Hvis du er udvikler, kan du køre din egen server." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Hvis du vil skifte dit handle eller din e-mail, skal du gøre det, før du deaktiverer kontoen." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Billede" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Billede {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Billede {0} af {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Billede {0} af {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Billedcache tømt, frigjorde {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Billedgalleri, {0} billeder" @@ -6526,7 +6567,7 @@ msgstr "Importer kontakter" msgid "Import Contacts" msgstr "Importer kontakter" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importer kontakter eller inviter dine venner" @@ -6540,7 +6581,7 @@ msgstr "Importer kontakter for at finde venner" msgid "Imported on {0}" msgstr "Importeret {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "For at kunne tilbyde en alderssvarende oplevelse har vi brug for at kende din fødselsdato. Det er hurtigt klaret, og vi passer godt på dine oplysninger." @@ -6594,7 +6635,7 @@ msgstr "Inkluder" #. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) #: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 msgid "Include or exclude matching posts (currently: {0})" -msgstr "" +msgstr "Inkluder eller ekskluder matchende opslag (pt. {0})" #: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:32 msgid "Include posts and/or replies (currently: {currentLabel})" @@ -6611,9 +6652,9 @@ msgid "Include posts made until this date" msgstr "Inkluder opslag oprettet indtil denne dato" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" -msgstr "" +msgstr "Inkluder videotidsstempel ({videoTimestamp})" #: src/screens/Login/LoginForm.tsx:164 msgid "Incorrect username or password" @@ -6635,7 +6676,7 @@ msgstr "Indtast den kode, du har modtaget på e-mail" msgid "Interaction limited" msgstr "Interaktion begrænset" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Interaktionsindstillinger" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Vi præsenterer: Gemte opslag, også kendt som bogmærker" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Ugyldig 2FA-bekræftelseskode" @@ -6691,7 +6732,7 @@ msgstr "Ugyldigt emne for anmeldelse" msgid "Invalid rescind request." msgstr "Ugyldig tilbagetrækningsanmodning." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Ugyldig bekræftelseskode" @@ -6703,15 +6744,15 @@ msgstr "Inviter" msgid "Invite {name} to join Bluesky" msgstr "Inviter {name} til at oprette sig på Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Invitationskode" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Invitationskode ikke accepteret. Tjek at du har indtastet den korrekt og prøv igen." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Inviter venner" @@ -6761,7 +6802,7 @@ msgstr "Invitationslink redigeret" msgid "Invite link enabled" msgstr "Invitationslink aktiveret" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Inviter folk til denne startpakke!" @@ -6786,26 +6827,26 @@ msgstr "Invitationer, men personlige" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Det ser ud til, at nogle af dine kontakter endnu ikke har forsøgt at finde dig her. Du kan sende dem en personlig invitation ved at tilpasse det udkast, vi stiller til rådighed." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Ja, det er korrekt" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Der er kun <0>{0} lige nu! Føj flere personer til din startpakke ved at søge herover." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Lige nu er der kun dig! Føj flere personer til din startpakke ved at søge herover." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Job-ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Jobs" @@ -6816,8 +6857,8 @@ msgstr "Deltag" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Opret dig på Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Deltag i samtalen" msgid "Journalism" msgstr "Journalistik" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Fortsæt med at redigere" @@ -6854,17 +6895,17 @@ msgstr "Hold mig opdateret" msgid "KWS website" msgstr "KWS hjemmeside" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" -msgstr "" +msgstr "Marker svar for algo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Mærkat tilføjet af {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Mærkat tilføjet af forfatteren." @@ -6879,7 +6920,7 @@ msgstr "Mærkater tilføjet" #: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels applied to this post" -msgstr "" +msgstr "Mærkater tilføjet dette opslag" #: src/screens/Profile/Sections/Labels.tsx:195 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." @@ -6893,7 +6934,7 @@ msgstr "Mærkater på din konto" msgid "Language" msgstr "Sprog" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Sprogindstillinger" @@ -6907,12 +6948,12 @@ msgstr "Sprog" msgid "Larger" msgstr "Større" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Senest påbegyndt {timeAgo} siden" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Senest påbegyndt netop nu" @@ -6923,8 +6964,8 @@ msgstr "Senest påbegyndt netop nu" msgid "Latest" msgstr "Seneste" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6940,13 +6981,13 @@ msgstr "Læs mere" #: src/screens/Search/SearchResults.tsx:273 msgctxt "english-only-resource" msgid "Learn more about <0>how to use advanced search." -msgstr "" +msgstr "Læs mere om <0>hvordan du bruger avanceret søgning." #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Læs mere om alderstjek" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Læs mere om Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Læs mere om at importere kontakter" msgid "Learn more about self hosting your PDS." msgstr "Læs mere om at hoste din egen PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Læs mere om den moderation, der er anvendt på dette indhold" @@ -6984,8 +7025,8 @@ msgstr "Læs mere om disse ændringer og om, hvordan du kan give din mening til msgid "Learn more about this warning" msgstr "Læs mere om denne advarsel" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Læs mere om verifikation på Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Læs mere om verifikation på Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Læs mere om, hvad der er offentligt på Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Læs mere om dit Germ DM-link" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Læs mere under <0>kontoindstillinger." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Læs mere." @@ -7067,7 +7108,7 @@ msgstr "Hvis du forlader denne chat, vil den blive låst permanent, og du vil ik msgid "Left group chat." msgstr "Forlod gruppechat." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "foran dig i køen." @@ -7080,7 +7121,7 @@ msgstr "Lad mig vælge" msgid "Let's get your password reset!" msgstr "Lad os få nulstillet din adgangskode!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Lad os komme i gang!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Lys" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Like" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Like ({0, plural, one {# like} other {# likes}})" @@ -7114,7 +7155,7 @@ msgstr "Like 10 opslag" msgid "Like 10 posts to train the Discover feed" msgstr "Like 10 opslag for at træne Discover-feedet" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Like dette feed" @@ -7122,8 +7163,8 @@ msgstr "Like dette feed" msgid "Like this labeler" msgstr "Like denne mærkningstjeneste" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Liket af" @@ -7140,26 +7181,26 @@ msgstr "Liket af" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Liket af {0, plural, one {# bruger} other {# brugere}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Liket af {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Liket af {0} og {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Likes" msgid "Likes of your reposts" msgstr "Likes af dine videredelinger" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Likes af dette opslag" @@ -7191,11 +7232,16 @@ msgstr "Lineært" msgid "Link copied to clipboard" msgstr "Link kopieret til udklipsholder" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Liste" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Listens avatar" @@ -7227,20 +7273,20 @@ msgstr "Liste oprettet, men nogle medlemmer kunne ikke tilføjes" msgid "List creator" msgstr "List skaberen" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Liste slettet" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Listens beskrivelse" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Listens beskrivelse er for lang. {DESCRIPTION_MAX_GRAPHEMES, plural, one {}other {Den maksimale længde er #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Liste er skjult" @@ -7248,7 +7294,7 @@ msgstr "Liste er skjult" msgid "List Hidden" msgstr "Liste skjult" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Listen skal have et navn." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Liste skjult" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Listens navn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Listens navn er for lang. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {}other {Den maksimale længde er #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Liste ikke længere blokeret" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Liste ikke længere skjult" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Lister" @@ -7326,12 +7372,12 @@ msgstr "Livefunktion er i beta" msgid "Live link" msgstr "Livelink" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Indlæs flere" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Indlæs flere foreslåede feeds" @@ -7346,16 +7392,16 @@ msgstr "Indlæs nye notifikationer" msgid "Load new posts" msgstr "Indlæs nye opslag" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Indlæser chat…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Indlæser lister..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Indlæser opslagsinteraktionsindstillinger..." @@ -7383,7 +7429,7 @@ msgstr "Låser denne gruppechat" msgid "Locked" msgstr "Låst" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Log" @@ -7405,11 +7451,6 @@ msgstr "Logo af <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Langt tryk for at åbne tagmenu for {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Længere videoer" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Har formatet XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Tjek, at det virkelig er dette website, du ønsker at besøge!" msgid "Manage saved feeds" msgstr "Adminstrer gemte feeds" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Administrer verifikationsindstillinger" @@ -7461,8 +7502,14 @@ msgstr "Administrer dine skjulte ord og tags" msgid "Manual" msgstr "Manuelt" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Marker alle læst" @@ -7473,6 +7520,10 @@ msgstr "Marker alle læst" msgid "Mark all chats as read" msgstr "Marker alle chats som læst" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Medier" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Medier gemt på {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Medier gemt på anden enhed" @@ -7540,7 +7591,7 @@ msgstr "Medlemmer" msgid "Members can still read chat history but can’t send new messages." msgstr "Medlemmer kan fortsat læse chathistorikken men ikke sende nye beskeder." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "omtalte brugere" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Send besked" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Besked" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Send besked til {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Besked slettet" @@ -7603,7 +7655,7 @@ msgstr "Besked fra @{0}: {1}" msgid "Message from server: {0}" msgstr "Besked fra server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Beskedfelt" @@ -7615,7 +7667,7 @@ msgstr "Besked for lang ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Beskedindstillinger" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Beskeder" @@ -7640,12 +7692,12 @@ msgstr "Mild chikane eller mobning" msgid "Misleading" msgstr "Misvisende" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Medier mangler" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderation" @@ -7658,6 +7710,12 @@ msgstr "Moderation og indholdsfiltre" msgid "Moderation details" msgstr "Moderationsoplysninger" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Moderationsindbakke" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Moderationsliste af <0/>" msgid "Moderation list by you" msgstr "Moderationsliste af dig" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderationsliste oprettet" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderationsliste opdateret" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Moderationslister" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Moderationslister" @@ -7697,11 +7755,11 @@ msgstr "Moderationslister" msgid "moderation settings" msgstr "moderationsindstillinger" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderationstilstande" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderationsværktøjer" @@ -7710,8 +7768,8 @@ msgstr "Moderationsværktøjer" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderator har besluttet at sætte en generel advarsel på indholdet." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Flere feeds" @@ -7720,10 +7778,10 @@ msgstr "Flere feeds" msgid "More languages..." msgstr "Flere sprog..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Flere valgmuligheder" @@ -7747,7 +7805,7 @@ msgstr "Musik" msgid "Mute" msgstr "Lydløs" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Lydløs" msgid "Mute {0}" msgstr "Skjul {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Skjul konto" @@ -7816,13 +7874,13 @@ msgstr "Skjul kun dette ord i tags" msgid "Mute this word until you unmute it" msgstr "Skjul dette ord, indtil du selv fjerner det fra listen" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Skjul tråd" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Skjul ord og tags" @@ -7834,11 +7892,11 @@ msgstr "Skjul, forlad eller fjern personer når som helst. Det er din chat." msgid "Muted" msgstr "Skjult" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Skjulte konti" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Skjulte konti" @@ -7852,7 +7910,7 @@ msgstr "Opslag fra skjulte konti vil ikke optræde i dit feed og dine notifikati msgid "Muted by \"{0}\"" msgstr "Skjult af \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Skjulte ord og tags" @@ -7881,7 +7939,7 @@ msgstr "Mine feeds" msgid "My starter pack" msgstr "Min startpakke" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Navn" @@ -7891,12 +7949,12 @@ msgstr "Natur" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Gå til {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Gå til startpakke" @@ -7910,8 +7968,8 @@ msgstr "Går til næste skærmbillede" msgid "Navigates to your profile" msgstr "Går til din profil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Vil du kontakte os om en ophavsretskrænkelse eller et juridisk eller regulatorisk spørgsmål?" @@ -7919,10 +7977,6 @@ msgstr "Vil du kontakte os om en ophavsretskrænkelse eller et juridisk eller re msgid "Nevermind, create a handle for me" msgstr "Glem det, opret et handle til mig" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nyt" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Ny e-mailadresse" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Ny feature" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Nye beskeder" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Ny adgangskode" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nyt opslag" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nyt opslag" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Nyeste svar først" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Nyheder" @@ -8088,15 +8142,15 @@ msgstr "Nyheder" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Næste" @@ -8108,12 +8162,16 @@ msgstr "Næste billede" msgid "Night" msgstr "Nat" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Nej" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Ingen annoncer, ingen tracking, ingen manipulerende algoritme. Bluesky respekterer din tid og opmærksomhed." @@ -8125,7 +8183,7 @@ msgstr "Ingen appadgangskoder endnu" #: src/screens/Search/components/AdvancedSearchDialog/FromDropdown.tsx:22 #: src/screens/Search/components/AdvancedSearchDialog/FromDropdown.tsx:30 msgid "No author filter" -msgstr "" +msgstr "Intet kontofilter" #: src/screens/Settings/BetaFeaturesSettings.tsx:185 msgid "No beta features at the moment." @@ -8194,11 +8252,11 @@ msgstr "Ingen likes endnu." msgid "No lists" msgstr "Ingen lister" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Følger ikke længere {0}" @@ -8224,7 +8282,7 @@ msgstr "Ingen algoritmer, der prioriterer spam og belønner doomscrolling. Find msgid "No name" msgstr "Intet navn" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Ingen notifikationer endnu!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Ingen" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Kun forfatteren selv kan citere dette opslag." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Ingen resultater" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Ingen resultater for \"{0}\"." @@ -8312,7 +8370,7 @@ msgstr "Ingen resultater fundet for \"{query}\"" #: src/screens/Search/SearchResults.tsx:233 msgid "No results found for “<0>{query}” with advanced search filters applied." -msgstr "" +msgstr "Ingen resultater fundet for “<0>{query}” med anvendelse af avancerede søgefiltre." #: src/screens/Search/SearchResults.tsx:245 msgid "No results found for “<0>{query}”." @@ -8320,9 +8378,9 @@ msgstr "Ingen resultater fundet for “<0>{query}”." #: src/screens/Search/SearchResults.tsx:239 msgid "No results found for your query with advanced search filters applied." -msgstr "" +msgstr "Ingen resultater fundet for din søgning med anvendelse af avancerede søgefiltre." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Ingen resultater." @@ -8335,7 +8393,7 @@ msgstr "Ingen startpakker endnu" msgid "No thanks" msgstr "Nej tak" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Ingen oversættelse modtaget fra din enhed." @@ -8343,7 +8401,7 @@ msgstr "Ingen oversættelse modtaget fra din enhed." msgid "No video posts yet" msgstr "Ingen videoopslag endnu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Ingen" @@ -8360,7 +8418,7 @@ msgstr "Ingen har citeret dette endnu. Måske skulle du være den første!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ingen har videredelt dette endnu. Måske skulle du være den første!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Ingen blev fundet. Prøv at søge efter en anden." @@ -8374,7 +8432,7 @@ msgstr "Ikkeseksuel nøgenhed" #: src/components/OTAChannelNotice.tsx:37 msgid "Non-standard OTA channel" -msgstr "" +msgstr "Ikke-standard OTA-kanal" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:220 msgid "None" @@ -8398,7 +8456,7 @@ msgstr "Ikke tilgængelig på denne på denne platform." msgid "Not followed by anyone you’re following" msgstr "Følges ikke af nogen du følger" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Ikke fundet" @@ -8407,25 +8465,29 @@ msgstr "Ikke fundet" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Ikke klar til at trykke Slå op? Gem dine bedste idéer i Kladder indtil tiden er inde." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Note vedr. deling" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:127 msgid "Note: Bluesky is part of the Atmosphere, an open public network. These settings ask other apps and websites to limit your visibility, but they can choose not to. Your public content may still appear elsewhere." -msgstr "" +msgstr "OBS: Bluesky er en del af Atmosfæren, et åbent offentligt netværk. Disse indstillinger anmoder apps og websites om at begrænse din synlighed, men de kan vælge ikke at gøre dette. Dit offentlige indhold kan stadig dukke op andre steder." #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:133 msgid "Note: This post is only visible to logged-in users." msgstr "OBS: Dette opslag er kun synligt for indloggede brugere." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Endnu ingen gemte" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Notifikationindstillinger" @@ -8435,8 +8497,8 @@ msgstr "Notifikationindstillinger" msgid "Notification sounds" msgstr "Notifikationslyde" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Notifikationslyde" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notifikationer" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Okay" @@ -8505,6 +8567,10 @@ msgstr "Ældste svar først" msgid "On" msgstr "Aktiveret" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "På Bluesky betyder det, at dine indlæg kun vises i Discover-feedet for folk, der følger dig. Andre apps kan vælge at anvende denne præference i deres egne algoritmiske anbefalinger." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "på<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "En af de valgte modtagere tillader ikke gruppechats." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "En af de valgte modtagere har blokeret dig og kan ikke kontaktes." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "En eller flere GIF'er mangler alt-tekst." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "En eller flere billeder mangler alt-tekst." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "En eller flere af de valgte filer er ikke understøttet." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "En eller flere af dine valgte filer er for stor. Den maksimale størrelse er {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Et eller flere opslag er for lange til at blive gemt som kladde. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Kladder må være på højst # tegn.} other {Kladder må være på højst # tegn.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Et eller flere videoer mangler alt-tekst." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Kun {0} kan svare." @@ -8556,7 +8622,7 @@ msgstr "Kun {0} kan svare." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Kun {0} af {1} {2, plural, one {billede} other {billeder}} tilføjet; grænsen er {MAX_GALLERY_IMAGES}" @@ -8566,7 +8632,7 @@ msgstr "Kun administratorer kan acceptere anmodninger om deltagelse." #: src/screens/Messages/JoinRequests.tsx:228 msgid "Only admins can reject join requests." -msgstr "" +msgstr "Kun administratorer kan afvise anmodninger om deltagelse." #: src/components/intents/GroupChatJoinDialog.tsx:154 msgid "Only followers can join this group chat." @@ -8578,7 +8644,7 @@ msgstr "Kun følgere kan deltage i denne gruppechat." msgid "Only followers who I follow" msgstr "Kun følgere, jeg følger" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Kun billedfiler er understøttet" @@ -8631,13 +8697,13 @@ msgstr "Ups!" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:66 msgid "Open advanced search options" -msgstr "" +msgstr "Åbn avancerede søgeindstillinger" #: src/screens/Onboarding/StepProfile/index.tsx:309 msgid "Open avatar creator" msgstr "Åbn avatarbygger" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Åbn kamera" @@ -8655,7 +8721,7 @@ msgstr "Åbn chatmedlemindstillinger for {displayName}" msgid "Open conversation options" msgstr "Åbn samtaleindstillinger" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Åbn kladde" @@ -8663,8 +8729,8 @@ msgstr "Åbn kladde" msgid "Open drawer menu" msgstr "Åbn navigation" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Åbn emojivælger" @@ -8695,12 +8761,12 @@ msgstr "Åbn gruppechat" msgid "Open group chat settings" msgstr "Åbn gruppechatindstillinger" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Åbn i Google Translate" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Åbn link til {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Åbn beskedindstillinger" msgid "Open moderation debug page" msgstr "Åbn moderationsfejlsøgningsside" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Åbn indstillinger for skjulte ord og tags" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Åbn pakke" @@ -8743,7 +8809,7 @@ msgstr "Åbn indstillinger" msgid "Open share menu" msgstr "Åbn delemenu" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Åbn startpakkemenu" @@ -8759,10 +8825,9 @@ msgstr "Åbn systemlog" msgid "Open this group chat" msgstr "Åbner denne gruppechat" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Åbner feedet {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8770,7 +8835,7 @@ msgstr "Åbner en dialog, hvor du kan tilføje en indholdsadvarsel til dit opsla #: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" -msgstr "" +msgstr "Åbner en dialog for at ændre den udbyder, du logger ind i" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:152 msgid "Opens a dialog to choose who can interact with this post" @@ -8788,7 +8853,7 @@ msgstr "Åbner yderligere oplysninger om en loghændelse" msgid "Opens alt text dialog" msgstr "Åbner alt-tekstdialog" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Åbner enhedens kamera" @@ -8804,28 +8869,28 @@ msgstr "Åbner handleskiftdialog" msgid "Opens composer" msgstr "Åbner skrivefelt til nyt opslag" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Åbner enhedens kamera" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Åbner enhedens kamerarulle for at vælge op til {MAX_GALLERY_IMAGES, plural, one {}other {# billeder}} eller en enkelt video eller GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Åbner formular til oprettelse af en ny Bluesky-konto" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Åbner formular til at logge ind på din eksisterende Bluesky-konto" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Viser hele billedet" @@ -8833,7 +8898,7 @@ msgstr "Viser hele billedet" msgid "Opens helpdesk in browser" msgstr "Åbner hjælpeside i browser" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Åbner billedvælger" @@ -8854,7 +8919,7 @@ msgstr "Åbner opslagets sprogindstillinger" msgid "Opens profile" msgstr "Åbner profil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Åbner indstillinger for at finde og invitere venner" @@ -8867,11 +8932,11 @@ msgstr "Åbner GIF-vælgerdialogboksen" msgid "Opens the invite friends sheet to share your profile" msgstr "Åbner venneinvitationsfanen for deling af din profil" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Åbner skrivefelt for nyt opslag" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Åbner denne kladde i skrivefeltet" @@ -8879,15 +8944,51 @@ msgstr "Åbner denne kladde i skrivefeltet" msgid "Opens this profile" msgstr "Åbner denne profil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Indstillinger:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Eller fortsæt med en anden konto." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Eller log på en af dine andre konti." @@ -8985,7 +9086,7 @@ msgstr "Fest-GIF’er" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Adgangskode" @@ -8993,7 +9094,7 @@ msgstr "Adgangskode" msgid "Password changed" msgstr "Adgangskode ændret" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Adgangskoden skal bestå af mindst 8 tegn." @@ -9005,7 +9106,7 @@ msgstr "Adgangskode opdateret!" msgid "Password updated!" msgstr "Adgangskode opdateret!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pause" @@ -9020,7 +9121,7 @@ msgstr "Stop afspilning" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Personer" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Personer {ownerName} følger, kan anmode om at deltage" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Personer som følges af @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Personer som @{0} følger" @@ -9070,11 +9171,11 @@ msgstr "Brugere jeg følger, kan melde sig ind direkte" msgid "People I follow can request to join" msgstr "Brugere jeg følger, kan anmode om at blive medlem ind" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Personer du følger" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Personer du omtaler" @@ -9082,7 +9183,7 @@ msgstr "Personer du omtaler" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Adgang til dit fotobibliotek blev nægtet. Tillad adgang fra dine systemindstillinger." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Person tilføj/fjern" @@ -9115,15 +9216,15 @@ msgstr "Vælg et farvetema" msgid "Pictures meant for adults." msgstr "Billeder for voksne." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Fastgør feed" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fastgør til forside" @@ -9131,8 +9232,8 @@ msgstr "Fastgør til forside" msgid "Pin to Home" msgstr "Fastgør til forside" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fastgør til din profil" @@ -9151,11 +9252,11 @@ msgstr "Fastgjorde {0} til forside" msgid "Pinned Feeds" msgstr "Fastgjorte feeds" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Fastgjort til dine feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Afspil" @@ -9169,12 +9270,12 @@ msgstr "Afspil {0}" msgid "Play GIF" msgstr "Afspil GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Afspil video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Afspil video" @@ -9182,7 +9283,7 @@ msgstr "Afspil video" msgid "Plays or pauses the GIF" msgstr "Starter/stopper GIF-animationen" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Starter/stopper videoen" @@ -9190,7 +9291,7 @@ msgstr "Starter/stopper videoen" msgid "Plays the GIF" msgstr "Afspiler GIF'en" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Afspiller videoen" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Vælg dit handle." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Vælg din adgangskode." @@ -9219,12 +9320,12 @@ msgstr "Klik på linket i den e-mail, vi lige har sendt dig, for at bekræfte di msgid "Please complete the verification captcha." msgstr "Løs verifikationsopgaven" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Bekræft din e-mailadresse for at uploade videoer." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Dobbelttjek, at du har indtastet din e-mailadresse korrekt." @@ -9232,7 +9333,7 @@ msgstr "Dobbelttjek, at du har indtastet din e-mailadresse korrekt." msgid "Please enter a password." msgstr "Indtast en adgangskode." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Indtast en adgangskode. Den skal bestå af mindst 8 tegn." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Indtast den sikkerhedskode, vi har sendt til din gamle e-mailadresse." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Indtast din e-mail." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Indtast din invitationskode." @@ -9306,8 +9407,8 @@ msgstr "Forklar, hvorfor du mener, at dine chats er deaktiveret fejlagtigt" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Forklar, hvorfor du mener, at din adgang til at gå live fejlagtigt er blevet spærret." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Gå tilbage eller aktiver dette element for at vende tilbage til starten af det aktive indhold." @@ -9333,10 +9434,10 @@ msgstr "Vælg årsagen til denne anmeldelse" msgid "Please sign in as @{0}" msgstr "Log ind som @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." -msgstr "" +msgstr "Indsend din klage gennem formuleren for intime billeder uden samtykke (NCII)." #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Skriv din besked herunder:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politik" @@ -9367,21 +9468,21 @@ msgstr "Politik" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Slå op" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Opslag" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" -msgstr "" +msgstr "Opslag {index} af {count}" #: src/view/screens/Profile.tsx:488 #: src/view/screens/Profile.tsx:489 @@ -9393,12 +9494,12 @@ msgstr "Lav et fotoopslag" msgid "Post a video" msgstr "Lav et videoopslag" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Slå alle op" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Opret alligevel" @@ -9406,11 +9507,16 @@ msgstr "Opret alligevel" msgid "Post blocked" msgstr "Opslag blokeret" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Opslag af @{0}" @@ -9423,10 +9529,10 @@ msgstr "Opslag slettet" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Opslag kunne ikke publiceres. Tjek din internetforbindelse og prøv igen." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Indlæg er blevet slettet" @@ -9440,11 +9546,11 @@ msgstr "Opslag indeholder skjulte ord" msgid "Post Hidden by You" msgstr "Opslag skjult af dig" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Interaktionsindstillinger" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Interaktionsindstillinger" @@ -9468,7 +9574,7 @@ msgstr "Send link" msgid "Post not found" msgstr "Opslag ikke fundet" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Opslag blev fastgjort" @@ -9478,7 +9584,7 @@ msgstr "Opslag blev fastgjort" msgid "Post type" msgstr "Opslagstype" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Opslag blev frigjort" @@ -9487,7 +9593,7 @@ msgstr "Opslag blev frigjort" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Opslag" @@ -9520,7 +9626,7 @@ msgstr "Foretrukkent sprog" msgid "Press to attempt reconnection" msgstr "Tryk for at forsøge at forbinde igen" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privatliv" msgid "Privacy and security" msgstr "Privatliv og sikkerhed" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Privatlivs- og sikkerhedsindstillinger" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Privatlivspolitik" msgid "Privacy violation of a minor" msgstr "Privatlivskrænkelse af en mindreårig" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Behandler GIF ..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Behandler video..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Offentlige lister over brugere, der kan skjules eller blokeres på én gang." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Udgiv opslag" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Udgiv opslag" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Udgiv svar" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Udgiv svar" @@ -9685,7 +9791,7 @@ msgstr "QR-kode blev gemt til din kamerarulle!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citer opslag" @@ -9723,8 +9829,8 @@ msgstr "Aktivitetsgrænse overskredet – du har prøvet at ændre dit handle fo msgid "Rate limit exceeded. Please try again later." msgstr "Brugsgrænse overskredet. Prøv igen senere." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Gentilkobl citat" @@ -9745,7 +9851,7 @@ msgstr "Reager med {emoji}" msgid "Reactions" msgstr "Reaktioner" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Genaktiv din konto" @@ -9757,18 +9863,18 @@ msgstr "Læs {0, plural, one {yderligere # svar} other {yderligere # svar}}" #: src/screens/Search/SearchResults.tsx:276 msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" -msgstr "" +msgstr "Læs om, hvordan du bruger avancerede søgefiltre" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Læs blogindlæg" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Læs mindre" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Læs mere" @@ -9780,7 +9886,7 @@ msgstr "Læs flere svar" msgid "Read our blog post" msgstr "Læs vores blogindlæg" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Læs Blueskys blog" @@ -9794,11 +9900,11 @@ msgstr "Læs Blueskys privatlivspolitik" msgid "Read the Bluesky Terms of Service" msgstr "Læs Blueskys tjenestevilkår" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Rigtige samtaler." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Rigtige mennesker." @@ -9862,23 +9968,24 @@ msgstr "Genindlæs samtaler" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Fjern" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Fjern {displayName} fra gruppechat" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Fjern {displayName} fra startpakke" @@ -9914,8 +10021,8 @@ msgstr "Fjern vedhæftning" msgid "Remove Avatar" msgstr "Fjern profilbillede" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Fjern banner" @@ -9950,8 +10057,8 @@ msgstr "Fjern fra chat" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Fjern fra mine feeds" @@ -9960,8 +10067,8 @@ msgstr "Fjern fra mine feeds" msgid "Remove from quick access?" msgstr "Fjern fra kvikadgang?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Fjern fra gemte feeds" @@ -9970,7 +10077,7 @@ msgstr "Fjern fra gemte feeds" msgid "Remove from saved posts" msgstr "Fjern fra gemte opslag" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Fjern fra dine feeds?" @@ -10010,7 +10117,7 @@ msgstr "Fjern forslag" msgid "Remove this feed from your saved feeds" msgstr "Fjern dette feed fra dine gemte feeds" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Fjern utilgængelige moderationstjenester" @@ -10018,10 +10125,14 @@ msgstr "Fjern utilgængelige moderationstjenester" msgid "Remove user from list" msgstr "Fjern bruger fra liste" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Fjern verifikation" @@ -10029,11 +10140,11 @@ msgstr "Fjern verifikation" msgid "Remove your verification for this account?" msgstr "Fjern verifikation fra denne konto?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Fjernet af forfatter" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Fjernet af dig" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Fjernet fra gemte opslag" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Fjernet fra startpakke" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Fjernet fra dine feeds" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Fjernede utilgængelige tjenester" @@ -10128,11 +10240,11 @@ msgstr "Besvaret besked, tryk for at rulle hen til den" msgid "Replies" msgstr "Svar" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Svar ikke tilladt" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Svar til dette opslag er ikke tilladt." @@ -10141,14 +10253,14 @@ msgstr "Svar til dette opslag er ikke tilladt." msgid "Reply" msgstr "Besvar" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Besvar" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Svar ({0, plural, one {# svar} other {# svar}})" @@ -10162,7 +10274,7 @@ msgstr "Svar skjult af trådens forfatter" msgid "Reply Hidden by You" msgstr "Svar skjult af dig" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Svarindstillinger er bestemt af trådens forfatter" @@ -10185,8 +10297,8 @@ msgstr "Svar blev skjult" msgid "Report" msgstr "Anmeld" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Anmeld konto" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Anmeld samtale" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Anmeld dialog" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Anmeld feed" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Anmeld liste" @@ -10216,8 +10328,8 @@ msgstr "Anmeld liste" msgid "Report message" msgstr "Anmeld besked" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Anmeld opslag" @@ -10225,8 +10337,8 @@ msgstr "Anmeld opslag" msgid "Report sent" msgstr "Fejlmeddelelse afsendt" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Anmeld startpakke" @@ -10292,7 +10404,7 @@ msgstr "Videredel ({0, plural, one {# deling} other {# delinger}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Videredel eller citer" @@ -10318,7 +10430,7 @@ msgstr "Videredelinger" #: src/components/Pills.tsx:230 msgid "Reposts Hidden" -msgstr "" +msgstr "Videredelinger skjult" #: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 msgid "Reposts of this post" @@ -10330,15 +10442,15 @@ msgstr "Videredelinger af dette opslag" msgid "Reposts of your reposts" msgstr "Videredeling af dine videredelinger" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" -msgstr "" +msgstr "Videredelinger vil være skjult i feeds" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" -msgstr "" +msgstr "Videredelinger vil blive vist i feeds" #: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Request access to group chat" @@ -10348,8 +10460,8 @@ msgstr "Anmod om at deltage i gruppechat" msgid "Request approved." msgstr "Anmodning godkendt." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Anmod om kode" @@ -10371,7 +10483,7 @@ msgstr "Anmodet" msgid "Requests" msgstr "Anmodninger" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Gør alt-tekst obligatorisk i dine egne opslag" msgid "Require an email code to sign in to your account." msgstr "Kræv en bekræftelseskode via e-mail for at logge ind på din konto." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Obligatorisk for denne udbyder" @@ -10418,16 +10530,16 @@ msgstr "Gensend kode" msgid "Resend code in <0>00:{0}" msgstr "Gensend kode om <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Gensend e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Gensend e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Gensend bekræftelseskode" @@ -10453,13 +10565,18 @@ msgstr "Nulstil adgangskode" msgid "Reset your password by sending a code to your email" msgstr "Nulstil din adgangskode ved at sende en kode til din e-mail" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Gendan standard" #: src/components/OTAChannelNotice.tsx:54 msgid "Restore the {defaultChannel} deployment" -msgstr "" +msgstr "Gendan {defaultChannel}-udrulningen" #: src/screens/Settings/FindContactsSettings.tsx:548 #: src/screens/Settings/FindContactsSettings.tsx:564 @@ -10479,9 +10596,9 @@ msgstr "Prøver at gentage den seneste handling, der fejlede" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Prøver at gentage den seneste handling, der fejlede" msgid "Retry" msgstr "Prøv igen" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Prøv at genindlæse mulige årsager" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Gå til forrige side" @@ -10521,7 +10638,7 @@ msgstr "Vender tilbage til forsiden" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Går til forrige side" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "Triste GIF’er" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Gem fødselsdato" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Gem ændringer" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Gem ændringer?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Gem kladde" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Gem kladde?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Gem billede" @@ -10608,8 +10725,8 @@ msgstr "Gem nyt handle" msgid "Save QR code" msgstr "Gem QR-kode" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Gem disse indstillinger til næste gang" @@ -10618,7 +10735,7 @@ msgstr "Gem disse indstillinger til næste gang" msgid "Save to my feeds" msgstr "Føj til mine feeds" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Gemte feeds" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Gemte opslag" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Tilføjet dine feeds" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Sig hej!" @@ -10661,7 +10778,7 @@ msgstr "Skan" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Skan QR-kode" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Rul til toppen" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Søg" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Søg i opslag fra @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Søg efter navn eller interesse" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Søg feeds" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Søgning efter \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Søgning efter \"{interestsDisplayName}\" (aktiv)" @@ -10734,19 +10851,19 @@ msgstr "Søg efter “{searchText}”" msgid "Search for {q}" msgstr "Søg efter {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Søg efter feeds, du vil foreslå til andre." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Søg efter flere konti" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Søg efter flere feeds" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Søg efter personer" @@ -10774,28 +10891,28 @@ msgstr "Søg efter sprog" msgid "Search my posts" msgstr "Søg i mine opslag" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Søg opslag" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Søg efter profiler" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:248 msgid "Search query" -msgstr "" +msgstr "Søgeord" #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Søg..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Søg efter profiler" @@ -10829,14 +10946,14 @@ msgstr "Se #{tag}-indlæg" msgid "See #{tag} posts by user" msgstr "Se #{tag}-indlæg af bruger" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Se jobs hos Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Se flere" @@ -10844,16 +10961,11 @@ msgstr "Se flere" msgid "See more suggested profiles" msgstr "Se flere foreslåede profiler" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Se flere populære emner" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Se nummererede etiketter (1/3, 2/3 osv.) på opslag i en tråd af den samme forfatter." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Vælg {langName}" msgid "Select a color" msgstr "Vælg en farve" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Vælg en årsag" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Vælg konto" @@ -10910,7 +11022,7 @@ msgstr "Vælg en avatar" msgid "Select an emoji" msgstr "Vælg en emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Vælg en mulighed" @@ -10946,11 +11058,11 @@ msgstr "Vælg filtertype (pt. {0})" msgid "Select from an existing account" msgstr "Vælg en eksisterende konto" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Vælg fra dine lister" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Vælg fra dine lister <0>{numberOfListsSelected, plural, one {}other {(# valgt)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Vælg, hvor længe dette ord skal ignores." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Vælg sprog" @@ -10987,7 +11099,7 @@ msgstr "Vælg sprog..." msgid "Select languages" msgstr "Vælg sprog" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Vælg moderationstjeneste" @@ -11028,7 +11140,7 @@ msgstr "Vælg sprog for appens brugergrænseflade." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Vælg, hvilke sprog du vil se i dine feeds. Hvis ingen er valgt, vil du se opslag på alle sprog." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Angiv din fødselsdato" @@ -11045,7 +11157,7 @@ msgstr "Vælg dit foretrukne sprog for oversættelser i dit feed" msgid "Select your preferred notification channels" msgstr "Vælg dine foretrukne notifikationskanaler" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Valg af flere medietyper er ikke understøttet." @@ -11076,7 +11188,7 @@ msgstr "Send fejlmelding" msgid "Send feedback" msgstr "Send feedback" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Send besked" @@ -11089,7 +11201,7 @@ msgstr "Send opslag til {name}" msgid "Send post to..." msgstr "Send opslag til..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Send anmeldelse til {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Send beskeden fra din telefon" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Send bekræftelses-e-mail" @@ -11133,7 +11245,7 @@ msgstr "Sæt appikon til {0}" msgid "Set new password" msgstr "Angiv ny adgangskode" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Angiv præcist hvilke kategorier af personer, der kan besvare dit opslag" @@ -11141,11 +11253,11 @@ msgstr "Angiv præcist hvilke kategorier af personer, der kan besvare dit opslag msgid "Set up your account" msgstr "Konfigurer din konto" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Angiv, hvem der kan besvare dit opslag" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Angiv din fødselsdato herunder, så du kan fortsætte med at bruge Bluesky med det samme!" @@ -11161,9 +11273,9 @@ msgstr "Angiv din udbyder manuelt" msgid "Sets email for password reset" msgstr "Angiver e-mail til nulstilling af adgangskode" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Indstillinger" @@ -11222,7 +11334,7 @@ msgstr "Notifikationsindstillinger for svar" msgid "Settings for repost notifications" msgstr "Notifikationsindstillinger for videredelinger" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Indstillinger blev gemt" @@ -11242,7 +11354,7 @@ msgstr "Erotik" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Del" @@ -11251,7 +11363,7 @@ msgstr "Del" msgid "Share age range" msgstr "Del aldersgruppe" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Del alligevel" @@ -11279,13 +11391,13 @@ msgstr "Del invitationslink" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Del link" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Del link-dialog" @@ -11304,12 +11416,12 @@ msgstr "Del opslagets at://-URI" msgid "Share Profile" msgstr "Del profil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Del QR-kode" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Del dette feed" @@ -11318,22 +11430,22 @@ msgstr "Del dette feed" msgid "Share this search" msgstr "Del denne søgning" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Del denne startpakke" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Del denne startpakke og hjælp andre med at blive en del af fællesskabet på Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Del via..." @@ -11345,26 +11457,30 @@ msgstr "Del dine kontakter for at finde venner" msgid "Share your thoughts…" msgstr "Del dine tanker …" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Test af delte indstillinger" #. Shown next to the 'Share age range' button when on-device age verification is available. KWS is the name of a third-party verification partner. #: src/ageAssurance/components/DeviceSignalsNotice.tsx:25 msgid "Sharing your age range reveals only the range associated with your Apple Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." -msgstr "" +msgstr "Deling af din aldersgruppe afslører kun aldersgruppen angivet for din Apple-konto – fx at du er mindst 18 år. <0>Din præcise alder og fødselsdato bliver ikke delt, og disse oplysninger forlader aldrig denne enhed. Derfor giver de kun adgang på denne enhed. Alternativt <1>kan du benytte vores samarbejdspartner, KWS, til at gennemføre alderstjek og give adgang på alle platforme." #. Shown next to the 'Share age range' button when on-device age verification is available. KWS is the name of a third-party verification partner. #: src/ageAssurance/components/DeviceSignalsNotice.tsx:43 msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." -msgstr "" +msgstr "Deling af din aldersgruppe afslører kun aldersgruppen angivet for din Google-konto – fx at du er mindst 18 år. <0>Din præcise alder og fødselsdato bliver ikke delt, og disse oplysninger forlader aldrig denne enhed. Derfor giver de kun adgang på denne enhed. Alternativt <1>kan du benytte vores samarbejdspartner, KWS, til at gennemføre alderstjek og give adgang på alle platforme." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Vis" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Vis alt-tekst" @@ -11373,14 +11489,14 @@ msgstr "Vis alt-tekst" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Vis alligevel" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Vis botmærkat" @@ -11401,16 +11517,16 @@ msgstr "Vis tilpasningsindstillinger" msgid "Show group chat updates" msgstr "Vis gruppechatopdateringer" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Vis mindre som dette" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Vis liste alligevel" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Vis liste over brugere at vælge fra" @@ -11418,8 +11534,8 @@ msgstr "Vis liste over brugere at vælge fra" msgid "Show more" msgstr "Vis mere" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Vis mere som dette" @@ -11445,8 +11561,8 @@ msgstr "Vis svar" msgid "Show replies as" msgstr "Vis svar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Vis svar til alle" @@ -11455,8 +11571,8 @@ msgstr "Vis svar til alle" msgid "Show reposts" msgstr "Vis delinger" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Vis videredelinger i feeds" @@ -11478,7 +11594,7 @@ msgstr "Vis advarsel og filtrer fra feeds" msgid "Show when you’re live" msgstr "Vis, når nu er live" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Viser, hvornår dette opslag blev oprettet" @@ -11486,15 +11602,15 @@ msgstr "Viser, hvornår dette opslag blev oprettet" msgid "Shows other accounts you can switch to" msgstr "Viser andre konti, du kan skifte til" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Viser indholdet" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Viser indholdet" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Log ind" msgid "Sign in as {0}" msgstr "Log ind som {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Log ind som …" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Log ind eller opret en konto" @@ -11551,16 +11667,17 @@ msgstr "Log på Bluesky eller opret en ny konto" msgid "Sign in to request access to this group chat." msgstr "Log ind for at anmode om at deltage i denne gruppechat." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Log ind for at se opslag" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Siden" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Spring over" msgid "Skip contact sharing and continue to the app" msgstr "Spring kontaktdeling over og fortsæt til appen" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Spring tomme opslag over?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Spring introduktionen over og kom i gang med din konto" @@ -11628,7 +11745,7 @@ msgstr "Spring introduktionen over og kom i gang med din konto" msgid "Skip to next step" msgstr "Spring til næste trin" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "swipe" @@ -11644,19 +11761,24 @@ msgstr "Udsætter påmindelen" msgid "So many thoughts, you should post one" msgstr "Så mange idéer, du burde slippe fri" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Sociale medier på dine præmisser." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Softwareudvikling" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Nogle af moderationstjenesterne i din liste er ikke længere tilgængelige." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Nogle af dine verifikationer er ugyldige." @@ -11664,7 +11786,7 @@ msgstr "Nogle af dine verifikationer er ugyldige." msgid "Some other feeds you might like" msgstr "Nogle andre feeds, du måske kan lide" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Udvalgte personer kan svare" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Noget gik galt" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Noget gik galt, prøv igen" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Noget gik galt. Prøv igen om lidt." msgid "Something went wrong. Please try again." msgstr "Noget gik galt. Prøv igen." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Noget galt? Fortæl os om det." @@ -11759,8 +11881,8 @@ msgstr "Noget galt? Fortæl os om det." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Beklager, vi kan ikke indlæse forslag lige nu." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Desværre! Din session er udløbet. Log venligst ind igen." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam, snyd eller bedrag" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Start en samtale, og den vil blive vist her." @@ -11826,14 +11953,14 @@ msgstr "Start chat" msgid "Start chat with {displayName}" msgstr "Start chat med {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Startpakke" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Startpakke af {0}" @@ -11841,12 +11968,12 @@ msgstr "Startpakke af {0}" msgid "Starter pack by <0/>" msgstr "Startpakke af <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Startpakke af dig" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Startpakke er ugyldig" @@ -11854,7 +11981,7 @@ msgstr "Startpakke er ugyldig" msgid "Starter packs" msgstr "Startpakker" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Startpakker" @@ -11893,7 +12020,7 @@ msgstr "Lager tømt. Genstart appen nu." msgid "Stored as part of a secure code for matching with others" msgstr "Gemt som del af en tjeksum for match med andre" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,16 +12055,16 @@ msgstr "Afsend klage" msgid "Submit feedback" msgstr "Indsend feedback" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Send anmeldelse" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" -msgstr "" +msgstr "Indsend din klage gennem formuleren for intime billeder uden samtykke (NCII)" #: src/screens/ProfileList/components/SubscribeMenu.tsx:75 msgid "Subscribe" @@ -11963,11 +12090,11 @@ msgstr "Abonner på @{0} for at bruge disse labels:" msgid "Subscribe to account activity" msgstr "Abonner på kontoaktivitet" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Abonner på mærkningstjeneste" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Abonner på denne mærkningstjeneste" @@ -11975,7 +12102,7 @@ msgstr "Abonner på denne mærkningstjeneste" msgid "Subscribe to this list" msgstr "Abonner på denne liste" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Succes" @@ -11998,7 +12125,7 @@ msgstr "Verificering lykkedes" msgid "Suggested" msgstr "Foreslået" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Foreslåede konti" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Solnedgang" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Kun tags" msgid "Take the conversation private." msgstr "Tag samtalen privat." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tryk for at give Bluesky adgang til din GPS-lokalitet. Vi bruger denne oplysning til at styre, hvilket indhold og hvilke funktioner der er tilgængelige i dit område." @@ -12103,8 +12230,8 @@ msgstr "Tryk for info" msgid "Tap for more information" msgstr "Tryk for mere info" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Tryk her for at opdatere din lokalitet med GPS." @@ -12206,7 +12333,7 @@ msgstr "Tjenestevilkår" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Tak for din feedback! Den er sendt videre til feedets ejer." msgid "Thanks for your feedback!" msgstr "Tak for din feedback!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Tak, du har nu bekræftet din e-mailadresse. Du kan nu lukke denne dialog." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Tak! Nu er der styr på det hele." @@ -12246,16 +12373,16 @@ msgstr "Tak! Nu er der styr på det hele." msgid "That contains the following:" msgstr "Som indeholder følgende:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Startpakke ikke fundet." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Det brugernavn er allerede taget" @@ -12263,13 +12390,13 @@ msgstr "Det brugernavn er allerede taget" msgid "That's all, folks!" msgstr "Det var alt, folkens!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Det var alt" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Kontoen vil være i stand til at interagere med dig, når du fjerner blokering." @@ -12287,7 +12414,7 @@ msgstr "Forfatteren af denne tråd har skjult dette svar." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "Ifølge den fødselsdato, du har indtastet, er du under 18 år. Visse opslag og funktioner kan være utilgængelige for dig." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Bluesky-webapplikationen" @@ -12317,7 +12444,7 @@ msgstr "Feedet er erstattet af Discover." #: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to this post." -msgstr "" +msgstr "Følgende mærkater er blevet føjet til dette indlæg." #: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." @@ -12342,7 +12469,7 @@ msgstr "Medlemsgrænsen er nået." #: src/components/moderation/ReportDialog/index.tsx:315 msgid "The moderation service is temporarily unavailable. Please try again later." -msgstr "" +msgstr "Modereringstjenesten er midlertidigt utilgængelig. Prøv igen senere." #: src/view/com/composer/select-language/SuggestedLanguage.tsx:400 msgid "The post you’re replying to was marked as being written in {suggestedLanguageName} by its author. Would you like to reply in <0>{suggestedLanguageName}?" @@ -12352,32 +12479,32 @@ msgstr "Det opslag du svarer på, er anført som skrevet på {suggestedLanguageN msgid "The Privacy Policy has been moved to <0/>" msgstr "Privatlivspolitikken er flyttet til <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." -msgstr "" +msgstr "Den behandlede video er for stor. Prøv igen med en mindre fil." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." -msgstr "" +msgstr "Den valgte video kunne ikke konverteres." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "Den valgte video kunne ikke behandles." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." -msgstr "" +msgstr "Den valgte video har et ikkeunderstøttet billedformat." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Den valgte video er større end {VIDEO_MAX_SIZE_MB} MB. Prøv igen med en mindre fil." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "Den valgte video er for lang." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "Den valgte video er i et ikkeunderstøttet format." @@ -12386,7 +12513,7 @@ msgstr "Den valgte video er i et ikkeunderstøttet format." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Der ser ud til at være problemer med serveren. Prøv igen om lidt." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Startpakken, du prøver at åbne, er ugyldig. Du kan i stedet slette denne startpakke." @@ -12402,7 +12529,7 @@ msgstr "Kontaktformularen er flyttet. Hvis du har brug for hjælp, <0/> eller be msgid "The Terms of Service have been moved to" msgstr "Tjenestevilkårene er flyttet til" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Bekræftelseskoden, du har oplyst, er ugyldig. Tjek, at du har brugt den rigtige godkendelsekode, eller anmod om en ny" @@ -12412,9 +12539,9 @@ msgstr "Bekræftelseskoden, du har oplyst, er ugyldig. Tjek, at du har brugt den msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Godkendelsestjenesten kunne ikke sende en kode til dit telefonnummer. Tjek dit telefonnummer og prøv igen·." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." -msgstr "" +msgstr "Videoen kunne ikke uploades til din udbyder. Prøv igen." #: src/screens/Settings/AppearanceSettings.tsx:137 msgid "Theme" @@ -12428,7 +12555,7 @@ msgstr "Der er en grænse for, hvor tit du kan ændre din fødselsdato. Du skal msgid "There is no invite link for this group chat." msgstr "Der er ikke noget invitationslink for denne gruppechat." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Der er ingen udløbsdato for en deaktiveret konto. Du kan vende tilbage når som helst." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Der er problemer med din internetforbindelse, prøv igen" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Der kunne ikke skabes forbindelse til serveren" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Der kunne ikke skabes forbindelse til serveren. Tjek din internetforbindelse og prøv igen." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Notifikationer kunne ikke indlæses. Tryk her for at prøve igen." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Opslag kunne ikke indlæses. Tryk her for at prøve igen." @@ -12495,25 +12622,25 @@ msgstr "Dine feeds kunne ikke opdateres. Tjek din internetforbindelse og prøv i #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Der opstod en fejl! {0}" @@ -12521,10 +12648,10 @@ msgstr "Der opstod en fejl! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Der opstod en fejl. Tjek din internetforbindelse og prøv igen." msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Der opstod en uventet fejl i appen. Giv os besked om, at det er sket for dig!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Der kommer mange nye brugere til Bluesky for tiden! Vi aktiverer din konto, så snart vi kan." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Dette er dine standardindstillinger" @@ -12576,7 +12703,7 @@ msgstr "De ville ikke længere kunne deltage, medmindre du inviterer dem igen." msgid "This {screenDescription} has been flagged:" msgstr "Denne {screenDescription} er blevet flaget:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Denne konto har et flueben, fordi den er blevet verificeret af autoriserede kilder." @@ -12584,7 +12711,7 @@ msgstr "Denne konto har et flueben, fordi den er blevet verificeret af autoriser msgid "This account has been marked as automated by its owner." msgstr "Denne konto er markeret som en bot af dens ejer." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Denne konto er forsøgt verificeret en eller flere gange, men den er pt. ikke verificeret." @@ -12602,7 +12729,7 @@ msgstr "Denne handling kan omgøres når som helst." #: src/components/OTAChannelNotice.tsx:40 msgid "This app is running a deployment of <0>{currentChannel}. Restore the {defaultChannel} deployment to get back to a standard build." -msgstr "" +msgstr "Denne app kører en udrulning af <0>{currentChannel}. Gendan {defaultChannel}-udrulningen for at komme tilbage til et standard-build." #: src/components/moderation/AppealForm.tsx:107 msgid "This appeal will be sent to <0>{sourceName}." @@ -12618,7 +12745,7 @@ msgstr "Denne klage vil blive sendt til Blueskys moderationstjeneste." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Denne forfatter har valgt kun at gøre sine opslag synlige for personer, der er logget ind." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Denne knap lader andre åbne Germ DM-appen for at sende dig en besked. Du kan styre dens synlighed fra Germ DM-appen, eller du kan helt frakoble din Bluesky-konto fra Germ DM ved at klikke på knappen herunder." @@ -12649,7 +12776,7 @@ msgstr "Forbindelsen til chatten blev afbrudt" msgid "This code is invalid. Resend to get a new code." msgstr "Koden er ugyldig. Gensend for at få en ny kode." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Denne bekræftelseskode er ikke gyldig. Prøv igen." @@ -12683,7 +12810,7 @@ msgstr "Denne samtale er låst." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Denne samtale er med en slettet eller deaktiveret konto. Tryk for valgmuligheder" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Denne kladde vil blive slettet permanent." @@ -12694,13 +12821,13 @@ msgstr "Denne e-mail er allerede tilknyttet din konto." #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:283 msgid "This exact phrase" -msgstr "" +msgstr "Præcis denne sætning" #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Denne funktion tillader brugere at modtage notifikationer om dine nye opslag og svar. Hvem skal have mulighed for det?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Denne funktion er i beta. Du kan læse mere om dataeksport i <0>dette blogindlæg." @@ -12756,14 +12883,14 @@ msgstr "Dette invitationslink er ugyldigt" #: src/screens/Login/components/ConfirmHostingProviderDialog.tsx:139 msgid "This is just a one-time security check, since we haven't seen this account on this device before." -msgstr "" +msgstr "Dette er blot et enkeltstående sikkerhedstjek, da vi ikke har set denne konto på denne enhed før." #: src/features/liveNow/components/EditLiveDialog.tsx:173 #: src/features/liveNow/components/GoLiveDialog.tsx:161 msgid "This is not a valid link" msgstr "Dette er ikke et gyldigt link" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Denne mærkat oplyser om, at denne konto er en bot. Når funktionen er aktiveret, vil denne mærkat blive vist ved siden af kontoens navn på dens profilside og opslag. Funktionen kan aktiveres og deaktiveres når som helst." @@ -12778,7 +12905,7 @@ msgstr "Denne mærkat blev sat på dig." #: src/components/moderation/LabelsOnMeDialog.tsx:156 #: src/components/moderation/ModerationDetailsDialog.tsx:231 msgid "This label was applied to the entire user account and will appear on all posts." -msgstr "" +msgstr "Denne etiket blev tilføjet til hele brugerkontoen og vil fremgå af alle opslag." #: src/screens/Profile/Sections/Labels.tsx:219 msgid "This labeler hasn't declared what labels it publishes, and may not be active." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Dette link fører dig til følgende website:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Denne liste – oprettet af <0>{0} – overtræder muligvis Blueskys fællesskabsregler med sit navn eller sin beskrivelse." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Denne liste – oprettet dig – overtræder muligvis Blueskys fællesskabsregler med sit navn eller sin beskrivelse." @@ -12817,7 +12944,7 @@ msgstr "Denne besked er skjult, fordi du blokerer denne bruger." #: src/components/moderation/ReportDialog/index.tsx:313 msgid "This moderation service does not support that report reason. Please choose a different reason or moderation service." -msgstr "" +msgstr "Denne modereringstjeneste understøtter ikke den anmeldelsesårsag. Vælg en anden årsag eller modereringstjeneste." #: src/screens/Profile/ErrorState.tsx:41 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." @@ -12829,11 +12956,11 @@ msgstr "Denne person blokerer dig" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Dette opslag er dateret <0>{0}, men det blev først oprettet på Bluesky <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Dette opslag har en ukendt interaktionsindstillinger. Din app trænger måske til at blive opdateret." @@ -12845,19 +12972,19 @@ msgstr "Dette opslag er kun synligt for indloggede brugere." msgid "This post was deleted by its author" msgstr "Dette opslag er blevet slettet af dets forfatter" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Dette opslag vil blive skjult fra feeds og tråde. Denne handling kan ikke fortrydes." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Dette opslags forfatter har ikke tilladt citatopslag." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Denne profil er kun synlig for indloggede brugere. Den kan ikke ses af personer, der ikke er logget ind." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Dette svar vil blive vist i en skjult sektion nederst i din tråd og vil skjule notifikationer for yderligere svar - både for dig og andre" @@ -12870,7 +12997,7 @@ msgstr "Dette skærmbillede er kun tilgængeligt for gruppechats." msgid "This service has not provided terms of service or a privacy policy." msgstr "Denne tjeneste har ikke angivet tjenestevilkår eller privatlivspolitik." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Denne tjeneste er ikke understøttet, mens Live-funktionen er i beta. Tilladte tjenester: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Denne bruger er ny her. Tryk for at se, hvornår kontoen blev oprettet." msgid "This user isn't following anyone." msgstr "Denne bruger følger ikke nogen." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Denne video kan ikke afspilles på din enhed. Din browser eller dit operativsystem mangler muligvis de krævede videocodecs (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Dette vil uigenkaldeligt slette din Bluesky-konto <0>{currentHandle} msgid "This will remove @{0} from the quick access list." msgstr "Dette vil fjerne @{0} fra din kvikadgangsliste." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Dette vil fjerne dit opslag fra dette citatopslag for alle brugere og erstatte det med en pladsholder." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Trådnummerering" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Indstillinger for tråde" msgid "Threaded" msgstr "Trådet" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Trådindstillinger" @@ -13002,7 +13124,7 @@ msgstr "Overskrift" msgid "Title (100 characters max)" msgstr "Overskrift (maks. 100 tegn)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "For at deaktivere 2FA via e-mail, skal du bekræfte, at du har adgang til e-mailadressen." @@ -13012,7 +13134,7 @@ msgstr "For at deaktivere 2FA via e-mail, skal du bekræfte, at du har adgang ti msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "For at deaktivere 2FA via e-mail, skal du bekræfte din adgang til <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "For at logge ud, <0>klik her. Eller hvis du foretrækker, kan du <1>slette din konto." @@ -13020,11 +13142,11 @@ msgstr "For at logge ud, <0>klik her. Eller hvis du foretrækker, kan du <1> msgid "Today" msgstr "I dag" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Tryk for at aktivere eller deaktivere voksenindhold" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Slår lyden til/fra" @@ -13053,7 +13175,7 @@ msgstr "Top" msgid "Top replies first" msgstr "Mest populære svar først" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Emne" @@ -13061,8 +13183,8 @@ msgstr "Emne" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Oversæt" @@ -13074,12 +13196,12 @@ msgstr "Oversat" msgid "Translating" msgstr "Oversætter" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Oversætter …" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Oversættelse til det samme sprog er ikke tilgængelig på din enhed." @@ -13088,9 +13210,9 @@ msgstr "Oversættelse til det samme sprog er ikke tilgængelig på din enhed." msgid "Tree view" msgstr "Trævisning" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Populære emner" @@ -13099,12 +13221,20 @@ msgstr "Populære emner" msgid "Trending GIFs" msgstr "Populære GIF’er" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Indstillinger for populære emner" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Populære emner" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Populære emner er baseret, hvad folk på netværket taler om. Emnernes titler og beskrivelser er genereret med AI." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Populære videoer" @@ -13113,7 +13243,7 @@ msgstr "Populære videoer" msgid "Trolling" msgstr "Trolling" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Tillid opstår gennem forbindelser, fællesskaber og delt indhold, så vi åbner nu for <0>autoriserede verifikatorer, dvs. organisationer, som kan verificere brugerkonto." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Kan ikke forbinde. Tjek din internetforbindelse og prøv igen." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Kunne ikke kontakte din udbyder. Tjek din internetforbindelse og prøv igen." @@ -13187,7 +13317,7 @@ msgstr "Kunne ikke kontakte din udbyder. Tjek din internetforbindelse og prøv i msgid "Unable to contact your service. Please check your Internet connection." msgstr "Kan ikke kontakte din udbyder. Tjek din internetforbindelse." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Kan ikke slette" @@ -13205,6 +13335,10 @@ msgstr "Kunne ikke finde en valgt modtager." msgid "Unable to find the selected recipient." msgstr "Kunne ikke finde den valgte modtager." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Handle ikke genkendt" @@ -13233,14 +13367,14 @@ msgstr "Utilgængelig feedinformation" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Bloker ikke længere" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Bloker ikke længere" @@ -13251,8 +13385,8 @@ msgstr "Bloker ikke længere {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Bloker ikke længere konto" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Fjern blokering af konto?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Bloker ikke længere konto?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Bloker ikke længere liste" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Fortryd" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Fortryd" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Fortryd deling ({0, plural, one {# deling} other {# delinger}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Følg ikke længer {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Følg ikke længere konto" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Ophører med at følge brugeren" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Ingen af de moderationstjenester, du abonnerer på, understøtter denne anmeldelsestype." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Desværre, ifølge fødselsdatoen på din profil, er du for ung til at få adgang til Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Desværre, ifølge din oplyste alder er du ikke gammel nok til at bruge Bluesky i dit område." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Ukendt verifikator" @@ -13333,13 +13490,13 @@ msgstr "Umærket voksenindhold" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Umærket, krænkende eller ikke-samtykkebaseret voksenindhold" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Fjern like" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Fjern ({0, plural, one {# like} other {# likes}})" @@ -13351,12 +13508,12 @@ msgstr "Lås chat op" msgid "Unlock this group chat" msgstr "Lås denne gruppechat op" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Skjul ikke længere" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Skjul ikke længere" msgid "Unmute {0}" msgstr "Skjul ikke længere {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Skjul ikke længere konto" @@ -13379,8 +13536,8 @@ msgstr "Skjul ikke længere konto" msgid "Unmute conversation" msgstr "Skjul ikke længere samtale" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Skjul ikke længere liste" @@ -13388,8 +13545,8 @@ msgstr "Skjul ikke længere liste" msgid "Unmute this group chat" msgstr "Skjul ikke længere denne gruppechat" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Skjul ikke længere tråd" @@ -13397,14 +13554,14 @@ msgstr "Skjul ikke længere tråd" msgid "Unmute video" msgstr "Skjul ikke længere video" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Frigør" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Frigør feed" @@ -13414,13 +13571,13 @@ msgstr "Frigør feed" msgid "Unpin from home" msgstr "Frigør fra forside" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Frigør fra profil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Frigør moderationsliste" @@ -13429,29 +13586,34 @@ msgstr "Frigør moderationsliste" msgid "Unpinned {0} from Home" msgstr "Frigjorde {0} fra forside" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Frigjort fra dine feeds" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Frigjorde liste" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Udsæt ikke længere påmindelsen" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Afmeld abonnement" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Afmeld abonnement på liste" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Afmeld abonnement på denne mærkningstjeneste" @@ -13463,7 +13625,7 @@ msgstr "Abonnement på liste afmeldt" msgid "Unsupported clipboard content" msgstr "Ikkeunderstøttet indhold i udklipsholder" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Ikkeunderstøttet videotype: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Skift til {domain}" msgid "Update your email" msgstr "Opdater din e-mail" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Opdater din lokalitet" @@ -13539,24 +13701,24 @@ msgstr "Upload en tekstfil til:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Upload fra kamera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Upload fra filer" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Upload fra bibliotek" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Uploader GIF ..." @@ -13570,7 +13732,7 @@ msgstr "Uploader billeder..." msgid "Uploading link thumbnail..." msgstr "Uploader forhåndsvisning af link..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Uploader video..." @@ -13659,25 +13821,25 @@ msgstr "Brugerliste af {0}" msgid "User list by you" msgstr "Brugerliste af dig" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Brugerliste oprettet" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Brugerliste opdateret" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Brugernavn kan ikke være længere end {MAX_SERVICE_HANDLE_LENGTH, plural, one {}other {# tegn}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Brugernavn kan ikke begynde eller slutte med en bindestreg" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Brugernavn kan kun indeholde bogstaver (a-z), tal og bindestreger" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Brugernavn eller e-mailadresse" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "brugere, der følges af <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "brugere, der følger <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Værdi:" msgid "Verification failed, please try again." msgstr "Verificering fejlede, prøv igen." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Verifikationsindstillinger" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Verifikationsindstillinger" @@ -13720,14 +13882,14 @@ msgstr "Verifikationsindstillinger" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Verificering på Bluesky fungerer anderledes end på andre platforme. <0>Læs mere." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verificeret af:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Bekræft konto" @@ -13790,12 +13952,12 @@ msgstr "Bekræft din alder" msgid "Verify your email" msgstr "Bekræft din e-mail" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Verificering" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Gennemfører alderstjek" @@ -13815,16 +13977,16 @@ msgstr "Version {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "via startpakken <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Videobehandling fejlede" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Videofeed" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Videofeed fra {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Video fra {0}. Tryk for at starte eller stoppe afspilning" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Computerspil" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Video er sat på pause" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Video afspiller" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video ikke fundet." @@ -13859,12 +14021,12 @@ msgstr "Video ikke fundet." msgid "Video settings" msgstr "Videoindstillinger" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video uploadet" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videoer" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Videoer må være højst 10 minutter lange." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Videoer må være højst 3 minutter lange." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vis" @@ -13903,9 +14059,9 @@ msgstr "{0}s profilbillede" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Se {0}s profil" @@ -13924,11 +14080,11 @@ msgstr "Se {displayName}s profil" msgid "View {publicationTitle}" msgstr "Se {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Vis blokeret brugers profil" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Se blogpost for mere information" @@ -13936,8 +14092,8 @@ msgstr "Se blogpost for mere information" msgid "View debug entry" msgstr "Se loghændelse" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Læs mere" @@ -13948,7 +14104,7 @@ msgstr "Vis hele tråden" #: src/screens/Settings/Settings.tsx:467 msgid "View GrowthBook information" -msgstr "" +msgstr "Vis GrowthBook-oplysninger" #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:48 msgid "View incoming group chat requests" @@ -13977,13 +14133,13 @@ msgstr "Se flere" msgid "View more trending videos" msgstr "Se flere populære videoer" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Vis opslag" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Vis mærkningstjenesten drevet af @{0}" msgid "View this user's verifications" msgstr "Se denne brugers verifikationer" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Vis brugere, der likede dette feed" @@ -14026,11 +14182,11 @@ msgstr "Vis brugere, der likede dette feed" msgid "View video" msgstr "Se video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Vis blokerede konti" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Se dine standardinteraktionsindstillinger" @@ -14039,11 +14195,15 @@ msgstr "Se dine standardinteraktionsindstillinger" msgid "View your feeds and explore more" msgstr "Vis dine feeds og udforsk flere" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Vis din moderationsindbakke" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Vis moderationslister" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Vis dine skjulte konti" @@ -14060,6 +14220,10 @@ msgstr "Viser hele billedet" msgid "Views video in immersive mode" msgstr "Viser videoen i fuldskærmstilstand" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Vold" @@ -14136,9 +14300,13 @@ msgstr "Vi kunne ikke indlæse denne samtales anmodninger om deltagelse" msgid "We couldn’t load this conversation’s settings" msgstr "Vi kunne ikke indlæse indstillingerne for denne samtale" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." -msgstr "" +msgstr "Vi kunne ikke bekræfte din udbyder. Tjek din internetforbindelse, eller <0>angiv din udbyder manuelt." #: src/components/contacts/screens/GetContacts.tsx:246 msgid "We delete hashes after matches are made" @@ -14148,7 +14316,7 @@ msgstr "Vi sletter tjeksummer, når venner er fundet" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Vi gemmer ikke dine venners telefonnumre eller sender dem beskeder" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Vi forventer, at din konto vil være klar om {estimatedTime}." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Vi samarbejder med <0>KWS, der håndterer alderstjek. Når du klikker \"Start” herunder, vil KWS sende dig en instruktioner til, hvordan du bekræfter din alder. Hvis din e-mailadresse allerede er brugt til at verificere din alder hos en anden tjeneste, som bruger KWS, behøver du ikke gøre det igen. Når du er færdig, bliver du sendt tilbage til Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Vi har sendt endnu en bekræftelses-e-mail til <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Vi anbefaler at vælge mindst to interesser." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Vi har sendt en e-mail til <0>{0} med et link. Klik på det for at afslutte bekræftelsesforløbet." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Vi kunne ikke afgøre, om du har lov til at uploade videoer. Prøv igen." @@ -14198,16 +14366,16 @@ msgstr "Vi kunne ikke indlæse indstillingerne for aldersbegrænsning for dit om msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Vi kunne ikke indlæse din fødselsdatoindstillinger. Prøv igen." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Vi kunne ikke indlæse dine konfigurede mærkningstjenester." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Vi kunne ikke modtage godkendelsen pga. en forbindelsesfejl. Hvis vi modtager den senere, vil din konto blive opdateret automatisk." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Vi giver dig besked, når din konto er klar." @@ -14236,7 +14404,7 @@ msgstr "Vi opdaterer også vores <0>fællesskabsregler, og vi vil gerne hør msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Vi opdaterer også vores fællesskabsregler, og vi vil gerne høre, hvad du synes! De nye regler træder i kraft 15. oktober 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Vi tjekker din alder på vores servere. Dette tager normalt kun et øjeblik." @@ -14255,7 +14423,7 @@ msgstr "Vi har netværksproblemer, prøv igen." msgid "We’re having network issues, try again" msgstr "Vi har netværksproblemer, prøv igen" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Vi lancerer en nyt system til validering på Bluesky — et tydeligt flueben." @@ -14265,9 +14433,9 @@ msgstr "Vi er så glade for at have dig med!" #: src/ageAssurance/useVerificationFlow.ts:117 msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." -msgstr "" +msgstr "Vi beklager, men baseret på de data, som din enhed har delt, er du ikke gammel nok til at bruge Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Beklager, men baseret på din enheds lokalitet befinder du dig i et område, hvor alderstjek er obligatorisk." @@ -14296,7 +14464,7 @@ msgstr "Beklager, men din søgning kunne ikke gennemføres. Prøv igen om lidt." msgid "We're sorry, you cannot access this screen at this time." msgstr "Beklager, men du kan ikke tilgå dette skærmbillede i øjeblikket." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Beklager! Det opslag, du svarer på, er blevet slettet." @@ -14325,12 +14493,12 @@ msgstr "Vi opdaterer vores tjenestevilkår, privatlivspolitik og ophavsretspolit msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Vi opdaterer vores tjenestevilkår, privatlivspolitik og ophavsretspolitik med virkning pr. 15. september 2025. Vi opdaterer også vores fællesskabsregler, og vi vil gerne høre, hvad du synes! De nye regler træder i kræft 15. oktober 2025. Læs mere om disse ændringer og om, hvordan du giver din mening til kende, i vores blogindlæg." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Alderstjek er gennemført. Du kan nu lukke denne dialog." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Velkommen tilbage!" @@ -14351,17 +14519,17 @@ msgstr "Hvad vil du kalde din startpakke?" msgid "what’s up" msgstr "hva’ så" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Hvad sker der?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Når du trykker på et flueben, kan du se, hvilken organisation der har foretaget verificeringen." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Hvem kan interagere med dette opslag?" @@ -14369,12 +14537,12 @@ msgstr "Hvem kan interagere med dette opslag?" msgid "Who can join this group chat and how" msgstr "Hvem kan melde sig ind i denne gruppechat, og hvordan" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Hvem kan svare" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Hvem kan verificere?" @@ -14434,11 +14602,11 @@ msgstr "Vil du blokere denne bruger og/eller slette denne samtale?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Vil du blokere denne bruger og/eller forlade samtalen?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Vil du gemme dette opslag som kladde, før du ser dine kladder?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Vil du gemme dette opslag som kladde, du kan redigere senere?" @@ -14447,12 +14615,12 @@ msgstr "Vil du gemme dette opslag som kladde, du kan redigere senere?" msgid "Write a post" msgstr "Skriv et opslag" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Skriv dit opslag" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Skriv dit svar" @@ -14475,8 +14643,8 @@ msgstr "Forkert samtaletype" msgid "www.mylivestream.tv" msgstr "www.minlivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Ja" @@ -14486,8 +14654,8 @@ msgstr "Ja" msgid "Yes GIFs" msgstr "Ja-GIF’er" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Ja, deaktiveret" @@ -14495,19 +14663,19 @@ msgstr "Ja, deaktiveret" msgid "Yes, delete my account" msgstr "Ja, slet min konto" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Ja, slet denne startpakke" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Ja, afkobl" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Ja, skjul" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Ja, genaktiver min konto" @@ -14519,7 +14687,7 @@ msgstr "I går" msgid "You are a trusted verifier" msgstr "Du er en autoriseret verifikator" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Du tilgår Bluesky fra et område, der pålægger os at bekræfte din alder, før vi giver dig adgang til appen." @@ -14544,12 +14712,12 @@ msgstr "Du er ved at oprette en konto på" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Du er i øjeblikket blokeret fra at gå live." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Du har i øjeblikket ikke adgang til Blueskys alderstjek. <0>Kontakt vores moderatorteam, hvis du mener, at dette er en fejl." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Du er i kø." @@ -14558,11 +14726,11 @@ msgstr "Du er i kø." msgid "You are Live" msgstr "Du er live" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Du er ikke længere live" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Du har ikke adgang til at uploade videoer." @@ -14570,7 +14738,7 @@ msgstr "Du har ikke adgang til at uploade videoer." msgid "You are not following anyone yet" msgstr "Du følger endnu ingen" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Du er nu live!" @@ -14599,7 +14767,7 @@ msgstr "Du kan også <0>midlertidigt deaktivere din konto. Din profil og din msgid "You can also discover new Custom Feeds to follow." msgstr "Du kan også finde nye specialbyggede feeds, du kan følge." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Du kan også downloade dine chatdata som en JSONL-fil. Denne fil indeholder kun chatbeskeder, du har sendt, og ikke dem, du har modtaget." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Du kan nu logge ind med din nye adgangskode." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Du kan tilføje maks. {MAX_GALLERY_IMAGES, plural, one {}other {# billeder}} pr. opslag" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Du kan kun gemme kladder på maks. 1000 tegn." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Du kan kun gemme kladder på maks. 1000 tegn. Vil du kassere dette opslag, før du ser dine kladder?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Du kan kun vælge én GIF ad gangen." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Du kan kun vælge én video ad gangen." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Du kan genaktivere din konto ved at logge ind. Andre brugere vil igen kunne se din profil og dine opslag." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Du kan læse chathistorikken men ikke sende nye beskeder." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Du kan vælge op til {MAX_GALLERY_IMAGES, plural, one {}other {# billeder}} i alt." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Du kan opdatere dette senere under Indstillinger." @@ -14690,7 +14855,7 @@ msgstr "Du kan ikke opdatere din fødselsdato, mens du bruger en appadgangskode. msgid "You don't follow any users who follow @{name}." msgstr "Du følger ikke nogen brugere, som følger @{name}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Du har endnu ingen lister." @@ -14728,7 +14893,7 @@ msgstr "Du har deaktiveret alle notifikationer ved svar, citat og omtale, så de #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Du har indtastet en ugyldig kode. Den skal have formatet XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Du er nået til slutningen" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Du har nu bekræftet din e-mailadresse. Du kan lukke denne dialog." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Du har midlertidigt nået grænsen for videouploads. Prøv igen senere." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Du har ikke-gemte ændringer til denne kladde. Vil du gemme dem?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Du har ikke-gemte ændringer. Vil du gemme, før du ser dine kladder?" @@ -14858,7 +15023,7 @@ msgstr "Du skal følge mindst syv andre konti for at oprette en startpakke." msgid "You must grant access to your photo library to save a QR code" msgstr "Du skal give adgang til dit fotobibliotek for at gemme en QR-kode" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Du skal give adgang til dit mediebibliotek." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Du ejer denne chat" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Du har tidligere deaktiveret @{0}." @@ -14911,11 +15076,21 @@ msgstr "Du svarede dig selv" msgid "You requested to join" msgstr "Du anmodede om at deltage" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Du vil blive logget ud af alle dine konti." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14974,17 +15149,17 @@ msgstr "Du vil holde dig ajour med disse feeds" #: src/ageAssurance/useVerificationFlow.ts:133 msgid "You're all set!" -msgstr "" +msgstr "Nu er der styr på det hele!" #: src/ageAssurance/useVerificationFlow.ts:127 msgid "You're all set! However, certain features may still be restricted until you're able to verify you're an adult." -msgstr "" +msgstr "Nu er der styr på det hele! Visse funktioner er dog begrænset, indtil du er i stand til at bekræfte, at du er voksen." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "You’re in control" msgstr "Du har kontrollen" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Du er i kø" @@ -15010,7 +15185,7 @@ msgstr "Du har afvist adgang til dine kontakter" msgid "You've found some people to follow" msgstr "Du har fundet nogle personer, du kan følge" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Du er nået slutningen af det aktive indhold." @@ -15018,7 +15193,7 @@ msgstr "Du er nået slutningen af det aktive indhold." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Du er nået enden af dit feed! Find flere konti, du kan føge." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Du har nået det maksimale antal kladder" @@ -15030,22 +15205,23 @@ msgstr "Du har nået det maksimalt tilladte antal forespørgsler. Prøv igen sen msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Du har nået maksimum på {MAX_FILTERS, plural, one {# filter} other {# filtre}}. Tilføj flere værdier til et eksisterende filter i stedet for at oprette flere." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Du er nået begyndelsen af det aktive indhold." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Du har nået din daglige grænse for videouploads (for mange bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Du har nået din daglige grænse for videouploads (for mange videoer)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Du er løbet tør for videoer at se. Måske er det på tide at holde en pause?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Din konto" @@ -15062,7 +15238,19 @@ msgstr "Din konto blev slettet. Vi ses! ✌️" msgid "Your account has been suspended" msgstr "Din konto er suspenderet" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Din konto er ikke gammel nok til videoupload. Prøv igen senere." @@ -15074,7 +15262,7 @@ msgstr "Din konto er for ny" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Din konto skal være mindst 7 dage gammel for at kunne oprette en ny gruppechat." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Dit kontoarkiv, som indeholder al din offentlige data, kan downloades som en CAR-fil. Denne fil indeholder ikke vedhæftede medier, fx billeder, eller dine private oplysninger, som skal downloades separat." @@ -15086,7 +15274,7 @@ msgstr "Din konto overtræder <0>Bluesky Socials tjenestevilkår. Du har få msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Din klage er blevet afsendt. Hvis du får medhold i din klage, vil du få besked via e-mail." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Din fødselsdato" @@ -15115,7 +15303,7 @@ msgstr "Din kontakt {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Dit nuværende handle, <0>{0}, vil automatisk blive reserveret til dig. Du kan når som helst skifte tilbage til dette handle." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Din oplyste alder er under 18. Visse af nedenstående indstillinger kan være deaktiveret. Hvis dette er en fejl, kan du redigere din fødselsdato under <0>kontoindstillinger." @@ -15128,7 +15316,7 @@ msgstr "Din e-mail" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Din e-mail ser ud til at være ugyldig." @@ -15140,7 +15328,7 @@ msgstr "Din e-mail er endnu ikke bekræftet. Bekræft din e-mail for at få glæ msgid "Your first like!" msgstr "Dit første like!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Dine følgere" @@ -15157,7 +15345,7 @@ msgstr "Dit fulde handle bliver <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Din udbyder kan ikke detekteres ud fra en e-mailadresse, så standardudbyderen vil blive anvendt. Indtast i stedet dit brugernavn, eller vælg din udbyder manuelt." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Din udbyder tillader ikke videoer så store som denne. Prøv igen med en mindre fil." @@ -15165,7 +15353,7 @@ msgstr "Din udbyder tillader ikke videoer så store som denne. Prøv igen med en msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Din udbyder detekteres automatisk ud fra det brugernavn, du indtaster." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Dine interesser blev opdateret!" msgid "Your interests help us find what you like!" msgstr "Dine interesser hjælper os med at finde noget, du kan lide!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Din lokalitet blev opdateret." @@ -15198,15 +15386,20 @@ msgstr "Dit navn og profilbillede samt gruppechattens navn og antal medlemmer vi msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Din adgangskode er nu ændret! Fremover skal du bruge din nye adgangskode, når du logger på Bluesky." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Din adgangskode skal bestå af mindst 8 tegn." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Dit opslag blev sendt" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Dine opslag blev sendt" @@ -15214,7 +15407,7 @@ msgstr "Dine opslag blev sendt" msgid "Your preferred language" msgstr "Dit foretrukne sprog" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Dit profilbillede" @@ -15223,24 +15416,28 @@ msgstr "Dit profilbillede" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Dit profilbillede omgivet af koncentriske cirkler af andre brugeres profilbilleder" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Din profil, dine opslag, feeds og lister vil ikke længere kunne ses af andre Bluesky-brugere. Du kan genaktivere din konto når som helst ved at logge ind." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Dit svar blev sendt" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Din anmeldelse vil blive sendt til <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Dine valgte interesser hjælper os med at vise dig relevant indhold." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Din tråd har tomme opslag, som vil blive sprunget over. De resterende opslag vil blive oprettet som en tråd." diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po index 7ab38110bf..e487220ddf 100644 --- a/src/locale/locales/de/messages.po +++ b/src/locale/locales/de/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: de\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: German\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorie „{interestsDisplayName}“ (aktiv)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# Folge ich} other {# Folge ich}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# Freund gefunden!} other {# Freunde gefunden!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# Stunde} other {# Stunden}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#Mo} other {#Mo}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {1 weiterer Post} other {# weitere Posts}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {Follower} other {Follower}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {Folge ich} other {Folge ich}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {Post} other {Posts}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, one {# Person ist} other {# Personen sind}} Bluesky über dieses Startpaket beigetreten!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# mehr}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {Du musst mindestens # Jahre alt sein, um in deiner Region einen Account erstellen zu können.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} ist live" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} ist nicht verfügbar" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} wird von deinem Gerät nicht unterstützt." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {Mitglied} other {Mitglieder}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} um {time}" msgid "{displayName}'s Starter Pack" msgstr "Startpaket von {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {Stunde} other {Stunden}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {Minute} other {Minuten}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} hat sich mit deinem Starterpaket registriert" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} hat dich verifiziert" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} Folge ich" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {Post} other {Posts}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# Stunde} other {# Stunden}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ neue Beitrittsanfragen" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# Nutzer sind}} beigetreten!" @@ -767,7 +776,7 @@ msgstr "{profileName} ist Bluesky vor {timeAgoString} mit einem Startpaket beige #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} und {2, plural, one {# weitere Person} other {# weitere Personen}} sind in deinem Startpaket enthalten" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} und {2, plural, one {# weitere Person} other {# w #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} und {2, plural, one {# weitere Person} other {# weitere Personen}} sind in deinem Startpaket enthalten" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {Speicherung} other {Speicherungen}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {Gefällt mir} other {Gefällt mir}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} und<1> <2>{1} sind in deinem Startpaket enthalten" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} ist in deinem Startpaket enthalten" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} Mitglieder" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Tippe hier, um deinen Standort mit GPS zu aktualisieren." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Du und<1> <2>{0} sind in deinem Startpaket enthalten" @@ -946,6 +955,12 @@ msgstr "7 Tage" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Eine Sammlung beliebter Feeds, die du auf Bluesky finden kannst, einschließlich News, Booksky, Game Dev, Blacksky, und Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Ein Netzwerkfehler ist aufgetreten. Bitte überprüfe deine Internetverb msgid "A new code has been sent" msgstr "Ein neuer Code wurde gesendet" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Eine neue Form der Verifizierung" @@ -1005,7 +1020,7 @@ msgstr "Ein Screenshot des Post-Editors mit einem neuen Button „Entwürfe“ n msgid "A selected recipient is not followed by the sender." msgstr "Der Absender folgt einem ausgewählten Empfänger nicht." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Zugang angefragt! Der Gruppeninhaber wird deine Anfrage prüfen." msgid "Accessibility" msgstr "Barrierefreiheit" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Barrierefreiheitseinstellungen" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Account blockiert" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Account gefolgt" @@ -1086,8 +1101,8 @@ msgstr "Account wurde gesperrt" msgid "Account is deactivated" msgstr "Account ist deaktiviert" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Account stummgeschaltet" @@ -1111,24 +1126,24 @@ msgstr "Account aus dem Schnellzugriff entfernt" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Account entblockt" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Account entfolgt" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Account nicht mehr stummgeschaltet" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Accounts mit einem gewellten blauen Häkchen <0><1/> können andere verifizieren. Diese vertrauenswürdigen Verifizierer werden von Bluesky ausgewählt." @@ -1138,7 +1153,7 @@ msgstr "Accounts mit einem gewellten blauen Häkchen <0><1/> können andere msgid "Activity from others" msgstr "Aktivität von anderen" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Aktivitätsmitteilungen" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Hinzufügen" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Füge {0} weitere hinzu, um fortzufahren" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Füge {displayName} zum Startpaket hinzu" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Füge einen Nutzer zu dieser Liste hinzu" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Account hinzufügen" @@ -1201,11 +1216,11 @@ msgstr "Alt-Text hinzufügen (optional)" msgid "Add another account" msgstr "Weiteren Account hinzufügen" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Einen weiteren Post hinzufügen" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Einen weiteren Post zum Thread hinzufügen" @@ -1223,7 +1238,7 @@ msgstr "App-Passwort hinzufügen" msgid "Add App Password" msgstr "App-Passwort hinzufügen" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Automatisierungskennzeichnung zum Account hinzufügen" @@ -1239,12 +1254,12 @@ msgstr "Filter hinzufügen" msgid "Add group chat members" msgstr "Mitglieder zum Gruppenchat hinzufügen" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Bild hinzufügen" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Medien zum Post hinzufügen" @@ -1254,8 +1269,8 @@ msgstr "Medien zum Post hinzufügen" msgid "Add members" msgstr "Mitglieder hinzufügen" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Weitere Details hinzufügen (optional)" @@ -1295,7 +1310,7 @@ msgstr "Reaktion hinzufügen" msgid "Add recommended feeds" msgstr "Empfohlene Feeds hinzufügen" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Füge deinem Startpaket einige Feeds hinzu!" @@ -1307,12 +1322,12 @@ msgstr "Füge den Standard-Feed nur von Personen, denen du folgst, hinzu" msgid "Add the following DNS record to your domain:" msgstr "Füge den folgenden DNS-Eintrag zu deiner Domain hinzu:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Füge diesen Feed zu deinen Feeds hinzu" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Zu Listen hinzufügen" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Zu gespeicherten Posts hinzufügen" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Zu Startpaketen hinzufügen" @@ -1330,7 +1345,7 @@ msgstr "Zu Startpaketen hinzufügen" msgid "Add user to list" msgstr "Nutzer zur Liste hinzufügen" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Geburtsdatum hinzufügen" @@ -1361,7 +1376,7 @@ msgstr "Mitglieder zur Liste hinzufügen..." msgid "Additional details (limit 1000 characters)" msgstr "Zusätzliche Angaben (max. 1000 Zeichen)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Zusätzliche Details (max. 300 Zeichen)" @@ -1378,14 +1393,14 @@ msgstr "Für Erwachsene" msgid "Adult content" msgstr "Inhalte für Erwachsene" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Inhalte für Erwachsene" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Inhalte für Erwachsene können nur über das Web unter <0>bsky.app aktiviert werden." @@ -1402,7 +1417,7 @@ msgstr "Kennzeichnungen für Inhalte für Erwachsene" msgid "Adult sexual abuse content" msgstr "Inhalte über sexuellen Missbrauch von Erwachsenen" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Erweitert" @@ -1423,7 +1438,7 @@ msgstr "Anfrage zur Altersverifikation wurde übermittelt" msgid "Age assurance only takes a few minutes" msgstr "Die Altersverifikation dauert nur wenige Minuten" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "Die Altersverifizierung dauert nur wenige Minuten." @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "Alle" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Alle" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Alle {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Alle Accounts wurden gefolgt!" @@ -1474,7 +1494,7 @@ msgstr "All deine gespeicherten Feeds an einem Ort." msgid "Allow access to your direct messages" msgstr "Erlaube den Zugriff auf deine Direktnachrichten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Jedem erlauben zu antworten" @@ -1488,8 +1508,8 @@ msgstr "Direktnachrichten erlauben von" msgid "Allow group chat invites from" msgstr "Gruppenchat-Einladungen erlauben von" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Standortzugriff erlauben" @@ -1498,24 +1518,24 @@ msgstr "Standortzugriff erlauben" msgid "Allow others to be notified of your posts" msgstr "Anderen erlauben, über meine Posts Mitteilungen zu erhalten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Erlaube Personen, denen du folgst, zu antworten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Erlaube Personen, die du erwähnst, zu antworten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Zitieren dieses Posts erlauben" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Erlaube Nutzern in {0}, zu antworten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Deinen Followern erlauben zu antworten" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Ermöglicht Zugriff auf Direktnachrichten" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Hast du bereits einen Code?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Hast du bereits einen Account?" @@ -1540,7 +1560,7 @@ msgstr "Bereits als @{0} eingeloggt" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Alt-Text wird gekürzt. {MAX_ALT_TEXT, plural, other {Limit: {0} Zeichen.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Eine E-Mail wurde an {0} gesendet. Sie enthält einen Bestätigungscode, den du unten eingeben kannst." @@ -1587,7 +1607,7 @@ msgstr "Ein Fehler ist aufgetreten" msgid "An error occurred" msgstr "Ein Fehler ist aufgetreten" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Beim Komprimieren des Videos ist ein Fehler aufgetreten." @@ -1596,7 +1616,7 @@ msgstr "Beim Komprimieren des Videos ist ein Fehler aufgetreten." msgid "An error occurred while fetching suggested accounts." msgstr "Beim Abrufen der vorgeschlagenen Accounts ist ein Fehler aufgetreten." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Beim Abrufen des Feeds ist ein Fehler aufgetreten." @@ -1609,15 +1629,15 @@ msgstr "Beim Generieren deines Startpakets ist ein Fehler aufgetreten. Möchtest msgid "An error occurred while hiding suggestion. {0}" msgstr "Beim Ausblenden des Vorschlags ist ein Fehler aufgetreten. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Beim Laden des Videos ist ein Fehler aufgetreten. Bitte versuche es später erneut." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Beim Laden des Videos ist ein Fehler aufgetreten. Bitte versuche es erneut." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Beim Laden deiner Listen ist ein Fehler aufgetreten :/" @@ -1628,16 +1648,16 @@ msgstr "Beim Speichern des QR-Codes ist ein Fehler aufgetreten!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Beim Versuch, allen zu folgen, ist ein Fehler aufgetreten." -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Beim Hochladen des Videos ist ein Fehler aufgetreten. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Beim Hochladen des Videos ist ein Fehler aufgetreten. Bitte überprüfe deine Internetverbindung und versuche es erneut." @@ -1661,8 +1681,8 @@ msgstr "Eine Illustration mehrerer Bluesky-Posts mit Repost-, Gefällt-mir- und msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Eine Illustration der Bluesky-App mit einem Papierflieger, der aus der App herausfliegt und das Einladen von Freunden symbolisiert" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Eine Illustration, die zeigt, dass Bluesky vertrauenswürdige Verifizierer auswählt und diese wiederum einzelne Nutzeraccounts verifizieren." @@ -1686,14 +1706,14 @@ msgstr "Beim Starten des Gruppenchats ist ein Fehler aufgetreten. Bitte versuche #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Ein Problem ist aufgetreten, bitte versuche es erneut." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Ein Mockup eines iPhones, auf dem die Bluesky-App mit dem Profil eines verifizierten Nutzers geöffnet ist, dessen Anzeigename mit einem blauen Häkchen versehen ist." @@ -1702,7 +1722,7 @@ msgstr "Ein Mockup eines iPhones, auf dem die Bluesky-App mit dem Profil eines v msgid "an unknown labeler" msgstr "ein unbekannter Kennzeichner" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "und" @@ -1735,7 +1755,7 @@ msgstr "Ankündigung der Verifizierung auf Bluesky" msgid "Any date" msgstr "Beliebiges Datum" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Jeder" @@ -1767,7 +1787,7 @@ msgstr "Jeden, der mir folgt" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Jeder, der ihn hat, kann damit nicht mehr beitreten oder eine Beitrittsanfrage stellen. Du kannst jederzeit einen neuen erstellen." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Namen von App-Passwörtern müssen mindestens 4 Zeichen enthalten" msgid "App passwords" msgstr "App-Passwörter" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "App-Passwörter" @@ -1856,7 +1876,7 @@ msgstr "Einspruch gegen diese Entscheidung" msgid "Appeal this label" msgstr "Diese Kennzeichnung anfechten" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Pull Request anwenden" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archiviert von {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Archivierter Post" @@ -1914,7 +1934,7 @@ msgstr "Bist du sicher, dass du das App-Passwort „{0}“ löschen möchtest?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Möchtest du diese Nachricht wirklich löschen? Die Nachricht wird nur für dich gelöscht, nicht für die anderen Teilnehmer." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Möchtest du dieses Startpaket wirklich löschen?" @@ -1936,7 +1956,7 @@ msgstr "Bist du sicher, dass du diese Konversation verlassen möchtest?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Möchtest du diese Konversation wirklich verlassen? Deine Nachrichten werden für dich gelöscht, jedoch nicht für die anderen Teilnehmer." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Bist du sicher, dass du dies von deinen Feeds entfernen möchtest?" @@ -1945,7 +1965,7 @@ msgstr "Bist du sicher, dass du dies von deinen Feeds entfernen möchtest?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Möchtest du deine Beitrittsanfrage für {0} wirklich zurückziehen?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Bist du sicher, dass du diesen Post verwerfen möchtest?" @@ -1953,7 +1973,7 @@ msgstr "Bist du sicher, dass du diesen Post verwerfen möchtest?" msgid "Are you sure?" msgstr "Bist du sicher?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Bist du die abgebildete Person oder eine bevollmächtigte Person, die im Namen der abgebildeten Person handelt?" @@ -1969,8 +1989,8 @@ msgstr "Kunst" msgid "Artistic or non-erotic nudity." msgstr "Künstlerische oder nicht-erotische Nacktheit." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Apps und Websites darum bitten, meinen Account ausgeloggten Nutzern nicht anzuzeigen" @@ -1979,12 +1999,12 @@ msgstr "Apps und Websites darum bitten, meinen Account ausgeloggten Nutzern nich msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Apps darum bitten, meine Posts aus algorithmischen Empfehlungen auszublenden" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Thema für den Algorithmus festlegen" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Mindestens 8 Zeichen" @@ -2017,8 +2037,8 @@ msgstr "Automatisch" msgid "Automation label" msgstr "Automatisierungskennzeichnung" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Automatisierungskennzeichnung" @@ -2038,6 +2058,10 @@ msgstr "Verfügbar" msgid "Avatar creator" msgstr "Profilbild-Generator" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Profilbild-Generator" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Profilbild-Generator" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Zurück" msgid "Back to Chats" msgstr "Zurück zu Chats" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Verbotene Aktivitäten oder Sicherheitsverstöße" @@ -2081,7 +2109,7 @@ msgstr "Verbotene Aktivitäten oder Sicherheitsverstöße" msgid "Banned user returning" msgstr "Zurückkehrender gesperrter Nutzer" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Basierend auf dem Standort deines Geräts gehen wir davon aus, dass du dich in <0>{geolocationString} befindest." @@ -2089,7 +2117,7 @@ msgstr "Basierend auf dem Standort deines Geräts gehen wir davon aus, dass du d msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Basierend auf dem Standort deines Geräts gehen wir davon aus, dass du dich in <0>{region} befindest." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Basierend auf deinem Netzwerk gehen wir davon aus, dass du dich in <0>{geolocationString} befindest. Diese Schätzung kann ungenau sein, wenn du ein VPN verwendest." @@ -2148,16 +2176,16 @@ msgstr "Beginne den Altersverifikationsprozess, indem du die folgenden Felder au msgid "Beta Feature" msgstr "Beta-Funktion" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Beta-Funktionen" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Beta-Funktionen aktiviert" @@ -2193,12 +2221,12 @@ msgstr "{displayName} blockieren" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Account blockieren" @@ -2255,15 +2283,15 @@ msgstr "Nutzer blockieren und/oder diese Konversation löschen" msgid "Block user and/or leave this conversation" msgstr "Nutzer blockieren und/oder diese Konversation verlassen" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blockiert" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Blockierte Accounts" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Blockierte Accounts" @@ -2288,7 +2316,7 @@ msgstr "Die Blockierung ist öffentlich. Blockierte Accounts können nicht in de 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." msgstr "Blockieren verhindert nicht, dass Kennzeichnungen zu deinem Account hinzugefügt werden, verhindert aber, dass dieser Account in deinen Threads antworten oder interagieren kann." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kann die Echtheit des angegebenen Datums nicht bestätigen." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky hilft Freunden, einander zu finden, indem es einen kodierten digitalen Fingerabdruck, einen sogenannten „Hash“, erstellt und anschließend nach übereinstimmenden Hashes sucht." @@ -2357,15 +2389,11 @@ msgstr "Bluesky speichert deine Kontakte als verschlüsselte Daten. Wenn du dein msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky wählt eine Reihe von empfohlenen Accounts von Personen in deinem Netzwerk aus." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky zeigt deinen Account ausgeloggten Nutzern nicht an und bittet andere Apps, dasselbe zu tun. Andere Apps kommen dieser Bitte möglicherweise nicht nach. Dein Account wird dadurch nicht privat." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky zeigt deine Posts nicht im Discover-Feed an (außer deinen Followern) und bittet andere Apps, deine Posts nicht in ihren eigenen algorithmischen Empfehlungen anzuzeigen." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky wird proaktiv bekannte und authentische Accounts verifizieren." @@ -2424,29 +2452,29 @@ msgstr "Stöbere auf der Seite „Explore” nach weiteren Vorschlägen" msgid "Browse other feeds" msgstr "Andere Feeds durchsuchen" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Posts über {displayName} durchsuchen" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Posts durchsuchen, die mit {displayName} getaggt sind" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Startpaket {displayName} durchsuchen" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Thema {0} durchsuchen" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Thema {displayName} durchsuchen" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Unternehmen" @@ -2459,10 +2487,10 @@ msgstr "Button, um zur Startseite zurückzukehren" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Von {0}" @@ -2475,7 +2503,7 @@ msgstr "von @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Von <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Mit der Erstellung eines Accounts stimmst du den <0>Nutzungsbedingungen< msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Mit der Erstellung eines Accounts stimmst du den <0>Nutzungsbedingungen zu." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Von dir" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamera" @@ -2521,16 +2549,16 @@ msgstr "Kamerazugriff erforderlich" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Kamerazugriff erforderlich" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Kamerazugriff erforderlich" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Abbrechen" msgid "Cancel quote post" msgstr "Post zitieren abbrechen" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Reaktivierung abbrechen und ausloggen" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Bricht das Einloggen ab, damit du deinen Nutzernamen überprüfen kannst" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Kann nicht mit einem blockierten Nutzer interagieren" @@ -2609,7 +2637,7 @@ msgstr "Untertitel (.vtt)" msgid "Captions & alt text" msgstr "Untertitel und Alt-Text" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "Bildergalerie" @@ -2651,24 +2679,24 @@ msgstr "Handle ändern" msgid "Change hosting provider" msgstr "Hosting-Anbieter wechseln" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Moderationsdienst ändern" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Passwort ändern" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Passwort ändern Dialog" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Kategorie der Meldung ändern" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Grund für Meldung ändern" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Änderungen am Startpaket werden nach der Erstellung nicht in der Liste übernommen. Die Liste ist eine unabhängige Kopie." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chat" @@ -2758,7 +2786,7 @@ msgstr "Chat-Inhaber können einen Gruppenchat nicht verlassen." msgid "Chat recipient is not followed by the sender." msgstr "Der Absender folgt dem Empfänger des Chats nicht." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Posteingang für Chat-Anfragen" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Chat-Anfragen" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Sieh in <0>{currentEmail} nach einer E-Mail mit dem Bestätigungscod msgid "Check back later!" msgstr "Schau später noch einmal vorbei!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Meinen Status prüfen" @@ -2895,7 +2923,7 @@ msgstr "Hosting-Anbieter auswählen" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Wähle deine eigene Zeitleiste! Feeds von der Community helfen dir, Inhalte zu finden, die dir gefallen." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Wähle dein Passwort" @@ -2931,7 +2959,7 @@ msgstr "GIF-Suche leeren" msgid "Clear image cache" msgstr "Bildcache leeren" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Suchanfrage löschen" @@ -2951,11 +2979,11 @@ msgstr "Hier klicken, um Personen zu diesem Gruppenchat hinzuzufügen" msgid "Click here to create or manage an invite link for this group chat" msgstr "Klicke hier, um einen Einladungslink für diesen Gruppenchat zu erstellen oder zu verwalten" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Klicke hier, um deinen Account zu löschen" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Klicke hier, um dich auszuloggen" @@ -2968,8 +2996,8 @@ msgstr "Hier klicken, um die E-Mail erneut zu senden" msgid "Click here to restart the verification process." msgstr "Klicke hier, um den Verifizierungsprozess neu zu starten." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Klicke hier, um dein Geburtsdatum zu aktualisieren" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Schließen" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Aktiven Dialog schließen" @@ -3068,13 +3097,13 @@ msgstr "Banner schließen" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Dialog schließen" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Seitenmenü schließen" @@ -3110,7 +3139,7 @@ msgstr "Banner mit eingehenden Anfragen schließen" msgid "Close this dialog" msgstr "Diesen Dialog schließen" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Willkommensfenster schließen" @@ -3118,7 +3147,7 @@ msgstr "Willkommensfenster schließen" msgid "Closes password update alert" msgstr "Schließt die Passwort-Update-Benachrichtigung" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Schließt den Post-Editor und verwirft den Post-Entwurf" @@ -3126,7 +3155,7 @@ msgstr "Schließt den Post-Editor und verwirft den Post-Entwurf" msgid "Collapse list of users" msgstr "Nutzerliste einklappen" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Klappt die Liste der Nutzer für eine bestimmte Meldung zusammen" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Comics" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Community-Richtlinien" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Schließe das Onboarding ab und nutze deinen Account" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Schließe die Herausforderung ab" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Neuen Post verfassen" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Verfasse Posts mit einer Länge von bis zu {0, plural, other {# Zeichen}}" @@ -3180,11 +3209,11 @@ msgstr "Verfasse Posts mit einer Länge von bis zu {0, plural, other {# Zeichen} msgid "Compose reply" msgstr "Antwort verfassen" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "GIF wird komprimiert..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Video wird komprimiert..." @@ -3198,18 +3227,18 @@ msgstr "Konfiguriert in <0>Moderationseinstellungen" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Bestätigen" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Bestätigungscode" @@ -3226,12 +3255,12 @@ msgstr "Verbindung zum Dienst wird hergestellt…" msgid "Connecting…" msgstr "Verbindung wird hergestellt…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Verbindungsproblem" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Kontaktiere unser Support-Team" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Support kontaktieren" @@ -3273,7 +3302,7 @@ msgstr "Inhalte und Medien" msgid "Content and media" msgstr "Inhalte und Medien" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Inhalte und Medien" @@ -3281,7 +3310,7 @@ msgstr "Inhalte und Medien" msgid "Content Blocked" msgstr "Inhalt blockiert" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Inhaltsfilterung" @@ -3421,8 +3450,8 @@ msgstr "Kopieren" msgid "Copy App Password" msgstr "App-Passwort kopieren" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "at://-URI kopieren" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kopiere den Code" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "DID kopieren" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Einladungslink kopieren" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Link kopieren" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Link kopieren" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Link zur Liste kopieren" @@ -3472,12 +3501,12 @@ msgstr "Link zur Liste kopieren" msgid "Copy link to post" msgstr "Link zum Post kopieren" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Link zum Profil kopieren" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Link zum Startpaket kopieren" @@ -3491,8 +3520,8 @@ msgstr "Nachrichtentext kopieren" msgid "Copy post at:// URI" msgstr "at://-URI des Posts kopieren" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Post-Text kopieren" @@ -3506,7 +3535,7 @@ msgstr "TXT-Eintragswert kopieren" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Urheberrechtsrichtlinie" @@ -3632,7 +3661,7 @@ msgstr "Erstellen" msgid "Create a list" msgstr "Liste erstellen" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Eine Liste aus diesem Startpaket erstellen" @@ -3642,7 +3671,7 @@ msgstr "QR-Code für ein Startpaket erstellen" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Ein Startpaket erstellen" @@ -3655,12 +3684,12 @@ msgstr "Startpaket erstellen" msgid "Create a starter pack for me" msgstr "Ein Startpaket für mich erstellen" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Gruppenchat erstellen" msgid "Create list" msgstr "Liste erstellen" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Liste aus Mitgliedern erstellen" @@ -3708,13 +3737,13 @@ msgstr "Liste aus Mitgliedern erstellen" msgid "Create list from starter pack" msgstr "Liste aus Startpaket erstellen" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Moderationsliste erstellen" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Neuen Account erstellen" @@ -3724,8 +3753,8 @@ msgstr "Einen Einladungslink für diesen Gruppenchat erstellen oder bearbeiten" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Meldung für {0} erstellen" @@ -3734,7 +3763,7 @@ msgstr "Meldung für {0} erstellen" msgid "Create starter pack" msgstr "Startpaket erstellen" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Nutzerliste erstellen" @@ -3747,7 +3776,7 @@ msgstr "Nutzerliste erstellen" msgid "Created {0}" msgstr "Erstellt {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Ersteller wurde blockiert" @@ -3800,7 +3829,7 @@ msgstr "Dunkel" msgid "Dark theme" msgstr "Dunkles Farbschema" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Geburtsdatum" @@ -3814,7 +3843,7 @@ msgstr "Tag" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Account deaktivieren" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Standardsymbole" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Löschen" @@ -3892,8 +3921,8 @@ msgstr "Konversation löschen" msgid "Delete for me" msgstr "Für mich löschen" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Liste löschen" @@ -3909,30 +3938,30 @@ msgstr "Nachricht für mich löschen" msgid "Delete my account" msgstr "Meinen Account löschen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Post löschen" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Startpaket löschen" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Startpaket löschen?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Diese Liste löschen?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Diesen Post löschen?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Gelöscht" @@ -3953,7 +3982,7 @@ msgstr "Nach der Verifizierung von Plivo gelöscht" msgid "Deleted list" msgstr "Gelöschte Liste" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Beschreibung (max. 1000 Zeichen)" msgid "Descriptive alt text" msgstr "Beschreibender Alt-Text" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Zitat trennen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Zitat-Post trennen?" @@ -3993,11 +4022,11 @@ msgstr "Entwicklermodus aktiviert" msgid "Developer options" msgstr "Entwickleroptionen" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Übersetzung auf dem Gerät fehlgeschlagen :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: Anpassen, wer mit diesem Post interagieren kann" @@ -4009,6 +4038,11 @@ msgstr "Dialog: Suchfilter festlegen" msgid "Dim" msgstr "Gedimmt" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Untertitel deaktivieren" msgid "Disable email 2FA" msgstr "E-Mail-2FA (Zwei-Faktor-Authentisierung) deaktivieren" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "E-Mail-2FA (Zwei-Faktor-Authentisierung) deaktivieren" @@ -4041,11 +4075,11 @@ msgstr "Haptische Rückmeldung deaktivieren" msgid "Disable link" msgstr "Link deaktivieren" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Zitieren dieses Posts deaktivieren" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Antworten vollständig deaktivieren" @@ -4056,17 +4090,17 @@ msgstr "Diesen Einladungslink deaktivieren?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Deaktiviert" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Verwerfen" @@ -4075,23 +4109,28 @@ msgstr "Verwerfen" msgid "Discard changes?" msgstr "Änderungen verwerfen?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Entwurf verwerfen?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Post verwerfen?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Germ DM trennen" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Feeds entdecken" @@ -4106,8 +4145,8 @@ msgstr "Entdecke neue benutzerdefinierte Feeds" msgid "Discover New Feeds" msgstr "Entdecke neue Feeds" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Verwerfen" @@ -4115,7 +4154,7 @@ msgstr "Verwerfen" msgid "Dismiss banner" msgstr "Banner schließen" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Fehler verwerfen" @@ -4217,8 +4256,9 @@ msgstr "Keine Sorge! Alle vorhandenen Nachrichten und Einstellungen werden gespe #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Fertig" msgid "Double tap or long press the message to add a reaction" msgstr "Doppeltippen oder lange auf die Nachricht drücken, um eine Reaktion hinzuzufügen" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Doppeltippen, um den Dialog zu schließen" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Doppelt tippen, um „Gefällt mir“ zu geben" @@ -4248,11 +4288,11 @@ msgstr "Herunterladen" msgid "Download Bluesky" msgstr "Bluesky herunterladen" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Chatdaten herunterladen" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Chatdaten herunterladen" @@ -4266,11 +4306,11 @@ msgstr "Bild herunterladen" msgid "Download invite QR code" msgstr "QR-Code für Einladungen herunterladen" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Profildaten herunterladen" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Profildaten herunterladen" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Doxxing" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Entwürfe" @@ -4318,19 +4358,19 @@ msgstr "z. B. alice.com" msgid "E.g. artistic nudes." msgstr "z. B. künstlerische Nacktheit" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "z. B. Großartige Poster" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "z. B. Spammer" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "z. B. die Poster, die nie etwas verpassen." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "z. B. Nutzer, die wiederholt mit Werbung antworten." @@ -4341,7 +4381,7 @@ msgstr "Essstörungen" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Bearbeiten" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Profilbild bearbeiten" @@ -4373,8 +4413,8 @@ msgstr "Gruppenname bearbeiten" msgid "Edit image" msgstr "Bild bearbeiten" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Interaktionseinstellungen bearbeiten" @@ -4396,21 +4436,21 @@ msgstr "Einladungslink bearbeiten" msgid "Edit link settings" msgstr "Link-Einstellungen bearbeiten" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Details der Liste bearbeiten" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Live-Status bearbeiten" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Moderationsliste bearbeiten" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Meine Feeds bearbeiten" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Personen bearbeiten" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Post-Interaktionseinstellungen bearbeiten" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Profil bearbeiten" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Profil bearbeiten" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Startpaket bearbeiten" @@ -4454,15 +4494,15 @@ msgstr "Startpaket bearbeiten" msgid "Edit this group chat’s name" msgstr "Namen dieses Gruppenchats bearbeiten" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Nutzerliste bearbeiten" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Bearbeiten, wer antworten kann" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Dein Startpaket bearbeiten" @@ -4470,16 +4510,16 @@ msgstr "Dein Startpaket bearbeiten" msgid "Education" msgstr "Bildung" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Entweder hat der Ersteller dieser Liste dich blockiert oder du hast den Ersteller blockiert." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-Mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA per E-Mail deaktiviert" @@ -4492,7 +4532,7 @@ msgstr "2FA per E-Mail aktiviert" msgid "Email address" msgstr "E-Mail-Adresse" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-Mail erneut gesendet" @@ -4508,7 +4548,7 @@ msgstr "E-Mail gesendet! <0>Klicke hier, um sie erneut zu senden." msgid "Email verification complete!" msgstr "E-Mail-Verifizierung abgeschlossen!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-Mail verifiziert" @@ -4527,7 +4567,7 @@ msgstr "Post einbetten" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Bette diesen Post in deine Website ein. Kopiere einfach den folgenden Code und füge ihn in den HTML-Code deiner Website ein." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Eingebetteter Video-Player" @@ -4542,12 +4582,7 @@ msgstr "Aktivieren" msgid "Enable {0} only" msgstr "Nur {0} aktivieren" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "10-minütige Video-Uploads aktivieren." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Inhalte für Erwachsene aktivieren" @@ -4583,7 +4618,7 @@ msgstr "Aktiviere Mitteilungen für einen Account, indem du dessen Profil aufruf msgid "Enable push notifications" msgstr "Push-Mitteilungen aktivieren" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Zitieren dieses Posts aktivieren" @@ -4601,7 +4636,7 @@ msgstr "Angesagte Themen aktivieren" msgid "Enable trending videos in your Discover feed" msgstr "Aktiviere angesagte Videos in deinem Discover-Feed" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Aktiviert" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Gib dein Geburtsdatum ein" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Gib deine E-Mail-Adresse ein" @@ -4670,15 +4705,15 @@ msgstr "Gib dein Passwort ein" msgid "Enter your username and password" msgstr "Gib deinen Nutzernamen und dein Passwort ein" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Vollbildmodus aktivieren" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Unterhaltung" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fehler" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Fehlermeldung" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Beim Speichern der Datei ist ein Fehler aufgetreten" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Fehler beim Empfang der Captcha-Antwort." @@ -4712,11 +4747,11 @@ msgstr "Fehler beim Empfang der Captcha-Antwort." msgid "Error: {error}" msgstr "Fehler: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Jeder kann antworten" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Jeder kann auf diesen Post antworten." @@ -4783,7 +4818,7 @@ msgstr "Erweitere oder reduziere den gesamten Post, auf den du antwortest" msgid "Expand post text" msgstr "Text des Posts ausklappen" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Text des Posts erweitern oder einklappen" @@ -4826,21 +4861,21 @@ msgstr "Explizite oder potenziell verstörende Medien." msgid "Explicit sexual images." msgstr "Explizite sexuelle Bilder." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Entdecken" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Entdecke die App" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Meine Chatdaten exportieren" @@ -4849,7 +4884,7 @@ msgstr "Meine Chatdaten exportieren" msgid "Export my data" msgstr "Meine Daten exportieren" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Meine Profildaten exportieren" @@ -4868,7 +4903,7 @@ msgstr "Externe Medien" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Externe Medien können es Websites ermöglichen, Informationen über dich und dein Gerät zu sammeln. Es werden keine Informationen gesendet oder angefordert, bis du die Schaltfläche „Abspielen“ drückst." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Externe Medienpräferenzen" @@ -4946,7 +4981,7 @@ msgstr "Nachricht konnte nicht gelöscht werden" msgid "Failed to delete post, please try again" msgstr "Post konnte nicht gelöscht werden, bitte versuche es erneut" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Startpaket konnte nicht gelöscht werden" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Einladungslink konnte nicht deaktiviert werden" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DM konnte nicht getrennt werden. Fehler: {0}" @@ -5003,16 +5038,16 @@ msgstr "Gruppenchat konnte nicht verlassen werden" msgid "Failed to load conversations" msgstr "Fehler beim Laden der Konversationen" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Feeds konnten nicht geladen werden" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Fehler beim Laden der Einstellungen für Feeds" @@ -5037,14 +5072,14 @@ msgstr "Einstellung konnte nicht geladen werden." msgid "Failed to load profiles" msgstr "Profile konnten nicht geladen werden" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Die vorgeschlagenen Feeds konnten nicht geladen werden." -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Die vorgeschlagenen Accounts, denen du folgen solltest, konnten nicht geladen werden" @@ -5067,12 +5102,12 @@ msgstr "Fehler beim Markieren aller Anfragen als gelesen" msgid "Failed to mute group chat" msgstr "Gruppenchat konnte nicht stummgeschaltet werden" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Post konnte nicht angeheftet werden" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DM konnte nicht wieder verbunden werden. Fehler: {0}" @@ -5121,7 +5156,7 @@ msgstr "Deine Anfrage konnte nicht zurückgezogen werden. Bitte versuche es erne msgid "Failed to resolve location. Please try again." msgstr "Standort konnte nicht ermittelt werden. Bitte versuche es erneut." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Fehler beim Speichern des Entwurfs" @@ -5135,7 +5170,7 @@ msgstr "Bild konnte nicht gespeichert werden" msgid "Failed to save image: {0}" msgstr "Das Speichern des Bildes ist fehlgeschlagen: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Fehler beim Speichern der Einstellungen. Bitte versuche es erneut." @@ -5168,7 +5203,7 @@ msgstr "Du konntest die Stummschaltung des Threads nicht aktivieren oder deaktiv msgid "Failed to unlock group chat" msgstr "Gruppenchat konnte nicht entsperrt werden" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Fehler beim Lösen der Liste" @@ -5185,7 +5220,7 @@ msgstr "Fehler beim Aktualisieren der E-Mail-2FA-Einstellungen" msgid "Failed to update email, please try again." msgstr "E-Mail konnte nicht aktualisiert werden, bitte versuche es erneut." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Aktualisierung der Feeds fehlgeschlagen" @@ -5197,12 +5232,10 @@ msgstr "Aktualisierung der Mitteilungserklärung fehlgeschlagen" msgid "Failed to update settings" msgstr "Einstellungen konnten nicht aktualisiert werden" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Fehler beim Hochladen des Videos" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Fake-Account oder Bot" msgid "False information about elections" msgstr "Falsche Informationen über Wahlen" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "Feed-Ersteller" msgid "Feed identifier" msgstr "Feed-Kennzeichen" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Feed-Menü" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Feed-Umschalter" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Feedback an Feed-Betreiber gesendet" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feeds" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Feeds sind benutzerdefinierte Algorithmen, die Nutzer mit ein wenig Programmierkenntnissen erstellen können. <0>Sieh dir diesen Leitfaden (auf Englisch) für weitere Informationen an." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Update abrufen" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Datei erfolgreich gespeichert!" @@ -5306,6 +5343,10 @@ msgstr "Nach Autor filtern (aktuell: {currentLabel})" msgid "Filter from feeds" msgstr "Aus Feeds filtern" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Suche nach Sprache filtern (derzeit: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filter" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Abschließen" @@ -5358,15 +5399,15 @@ msgstr "Finanzen" msgid "Find accounts to follow" msgstr "Accounts zum Folgen finden" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Freunde finden und einladen" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Kontakte finden" @@ -5378,7 +5419,7 @@ msgstr "Meine Freunde finden" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Finde Leute zum Folgen" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Suchfeld fokussieren" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Folgen" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "{0} folgen" @@ -5458,7 +5499,7 @@ msgstr "{0} folgen" msgid "Follow {displayName}" msgstr "{displayName} folgen" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "{handle} folgen" @@ -5474,8 +5515,8 @@ msgstr "Folge 10 Personen, um loszulegen" msgid "Follow 7 accounts" msgstr "Folge 7 Accounts" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Account folgen" @@ -5486,8 +5527,8 @@ msgstr "Account folgen" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Allen folgen" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Allen Accounts folgen" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Follower können beitreten" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Follower von @{0}, die du kennst" @@ -5552,28 +5593,29 @@ msgstr "Follower, die du kennst" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Folge ich" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Folge ich" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Du folgst jetzt {0}" @@ -5582,7 +5624,7 @@ msgstr "Du folgst jetzt {0}" msgid "Following {displayName}" msgstr "{displayName} Folge ich" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "{handle} Folge ich" @@ -5591,7 +5633,7 @@ msgstr "{handle} Folge ich" msgid "Following feed preferences" msgstr "„Folge ich“-Feed-Einstellungen" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "„Folge ich“-Feed-Einstellungen" @@ -5613,7 +5655,7 @@ msgstr "Schriftgröße" msgid "Food" msgstr "Essen" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Verwende bei Organisationsaccounts das Geburtsdatum der Person, die für den Account verantwortlich ist." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Neuen Link generieren" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM getrennt" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM-Link" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM wieder verbunden" @@ -5812,7 +5854,7 @@ msgstr "Los geht's" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF hochgeladen" @@ -5835,8 +5877,8 @@ msgstr "Verherrlichung von Gewalt" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Verherrlichung von Gewalt" msgid "Go back" msgstr "Zurück" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Zurück" @@ -5867,8 +5909,8 @@ msgstr "Zum vorherigen Schritt zurückgehen" msgid "Go home" msgstr "Zur Startseite" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Live gehen" @@ -5879,8 +5921,8 @@ msgstr "Live gehen" msgid "Go Live" msgstr "Live gehen" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Live gehen (deaktiviert)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Live gehen für" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Zum Profil von {0} gehen" @@ -5900,7 +5942,7 @@ msgstr "Zum Profil von {firstAuthorName} gehen" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Zu Account-Einstellungen gehen" @@ -5943,8 +5985,8 @@ msgstr "Die Live-Funktion ist für deinen Account derzeit deaktiviert" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Verstanden" @@ -5953,6 +5995,11 @@ msgstr "Verstanden" msgid "Grant access" msgstr "Zugriff gewähren" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Name des Gruppenchats aktualisiert" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Gruppenchat-Einstellungen" @@ -6083,6 +6130,11 @@ msgstr "Fröhliche GIFs" msgid "Haptics" msgstr "Haptik" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Belästigung oder Hass" @@ -6095,7 +6147,7 @@ msgstr "Schädliche oder riskante Aktivitäten" msgid "Harming or endangering minors" msgstr "Schädigung oder Gefährdung von Minderjährigen" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "Hassrede" msgid "Have a code? <0>Click here." msgstr "Du hast einen Code? <0>Hier klicken." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Haben wir deinen Standort falsch erkannt? <0>Tippe hier, um deinen Standort mit GPS zu aktualisieren." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Hast du Probleme?" @@ -6145,11 +6197,11 @@ msgstr "Hier ist dein App-Passwort!" msgid "Hey there 👋" msgstr "Hallo 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Hey!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Hi!" @@ -6158,7 +6210,7 @@ msgstr "Hi!" msgid "Hidden" msgstr "Ausgeblendet" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Ausgeblendet durch deine Moderationseinstellungen." @@ -6166,23 +6218,19 @@ msgstr "Ausgeblendet durch deine Moderationseinstellungen." msgid "Hidden list" msgstr "Ausgeblendete Liste" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ausblenden" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ausblenden" @@ -6195,7 +6243,7 @@ msgstr "Anpassungsoptionen ausblenden" msgid "Hide group chat updates" msgstr "Gruppenchat-Updates ausblenden" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Listen ausblenden" @@ -6203,23 +6251,23 @@ msgstr "Listen ausblenden" msgid "Hide password" msgstr "Passwort ausblenden" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Post für mich ausblenden" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Antwort für alle ausblenden" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Antwort für mich ausblenden" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Reposts in Feeds ausblenden" @@ -6227,38 +6275,31 @@ msgstr "Reposts in Feeds ausblenden" msgid "Hide this card" msgstr "Diese Karte ausblenden" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Diesen Post ausblenden?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Diese Antwort ausblenden?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Übersetzung ausblenden" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Angesagte Themen ausblenden" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Angesagte Themen ausblenden?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Angesagte Videos ausblenden?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Nutzerliste ausblenden" @@ -6267,12 +6308,12 @@ msgstr "Nutzerliste ausblenden" msgid "Hide verification badges" msgstr "Verifizierungsabzeichen ausblenden" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Blendet den Inhalt aus" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Blendet das Banner „Freunde einladen“ aus" @@ -6308,7 +6349,7 @@ msgstr "Hm, der Feed-Server hat eine ungültige Antwort zurückgegeben. Bitte in msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hm, wir können diesen Feed nicht finden. Möglicherweise wurde er gelöscht." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hm, es scheint Probleme beim Laden dieser Daten zu geben. Weitere Details findest du unten. Wenn dieses Problem weiterhin besteht, kontaktiere uns bitte." @@ -6316,14 +6357,14 @@ msgstr "Hm, es scheint Probleme beim Laden dieser Daten zu geben. Weitere Detail msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hm, wir konnten diesen Moderationsdienst nicht laden." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Einen Moment! Wir gewähren nach und nach Zugriff auf dieses Video und du bist noch in der Warteschlange. Versuche es in Kürze erneut!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Startseite" @@ -6369,8 +6410,8 @@ msgstr "Menschenhandel" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Ich stimme zu, dass Bluesky meine Kontakte für die Suche nach gemeinsamen Freunden verwendet und die gehashten Daten für den Abgleich speichert, bis ich mich abmelde." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Ich habe einen Code" @@ -6400,15 +6441,15 @@ msgstr "Wenn keine ausgewählt sind, werden in deinen Feeds alle Sprachen angeze 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." msgstr "Wenn du mindestens 18 Jahre alt bist und es erneut versuchen möchtest, klicke auf den untenstehenden Button und nutze eine andere Verifizierungsmethode, falls in deiner Region eine verfügbar ist. Wenn du Fragen oder Bedenken hast, <0>kann dir unser Support-Team helfen." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Falls du nach den Gesetzen deines Landes noch kein Erwachsener bist, muss eine erziehungsberechtigte Person diese Bedingungen für dich lesen." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Wenn du glaubst, dass dein Geburtsdatum falsch ist, kannst du es aktualisieren, indem du <0>hier klickst." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Wenn du diese Liste löschst, kannst du sie nicht wiederherstellen." @@ -6420,7 +6461,7 @@ msgstr "Wenn du eine eigene Domain hast, kannst du diese als deinen Handle verwe msgid "If you need to update your email, <0>click here." msgstr "Wenn du deine E-Mail aktualisieren musst, <0>klicke hier." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Wenn du diesen Post löschst, kannst du ihn nicht wiederherstellen." @@ -6441,7 +6482,7 @@ msgstr "Wenn du einschränken möchtest, wer Mitteilungen über die Aktivitäten msgid "If you're a developer, you can host your own server." msgstr "Falls du ein Entwickler bist, kannst du deinen eigenen Server hosten." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Falls du versuchst, deinen Handle oder deine E-Mail zu ändern, tu dies, bevor du deinen Account deaktivierst." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Bild" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Bild {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Bild {0} von {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Bild {0} von {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Bildcache geleert, {0} freigegeben" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Bildergalerie, {0} Bilder" @@ -6526,7 +6567,7 @@ msgstr "Kontakte importieren" msgid "Import Contacts" msgstr "Kontakte importieren" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Kontakte importieren oder Freunde einladen" @@ -6540,7 +6581,7 @@ msgstr "Kontakte importieren, um deine Freunde zu finden" msgid "Imported on {0}" msgstr "Importiert am {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Um dir ein altersgerechtes Erlebnis bieten zu können, benötigen wir dein Geburtsdatum. Das ist einmalig und deine Daten werden vertraulich behandelt." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Posts bis zu diesem Datum einschließen" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Videozeitstempel ({videoTimestamp}) einschließen" @@ -6635,7 +6676,7 @@ msgstr "Gib den Code ein, der dir per E-Mail zugeschickt wurde" msgid "Interaction limited" msgstr "Interaktion eingeschränkt" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Interaktionseinstellungen" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Einführung gespeicherter Posts, auch bekannt als Lesezeichen" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Ungültiger 2FA-Bestätigungscode." @@ -6691,7 +6732,7 @@ msgstr "Ungültiges Meldethema" msgid "Invalid rescind request." msgstr "Anfrage konnte nicht zurückgezogen werden." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Ungültiger Bestätigungscode" @@ -6703,15 +6744,15 @@ msgstr "Einladen" msgid "Invite {name} to join Bluesky" msgstr "Lade {name} ein, Bluesky beizutreten" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Einladungscode" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Einladungscode nicht akzeptiert. Überprüfe, ob du ihn richtig eingegeben hast und versuche es erneut." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Freunde einladen" @@ -6761,7 +6802,7 @@ msgstr "Einladungslink bearbeitet" msgid "Invite link enabled" msgstr "Einladungslink aktiviert" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Lade Leute zu diesem Startpaket ein!" @@ -6786,26 +6827,26 @@ msgstr "Einladungen, aber persönlich" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Es sieht so aus, als hätten dich einige deiner Kontakte hier noch nicht gefunden. Du kannst sie persönlich einladen, indem du eine von uns bereitgestellte Nachricht individuell anpasst." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Es ist richtig" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Im Moment ist es nur <0>{0}! Füge weitere Personen zu deinem Startpaket hinzu, indem du oben suchst." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Hier bist gerade nur du! Füge mehr Leute zu deinem Startpaket hinzu, indem du oben nach ihnen suchst." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Job-ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Jobs" @@ -6816,8 +6857,8 @@ msgstr "Beitreten" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Tritt Bluesky bei" @@ -6840,9 +6881,9 @@ msgstr "An der Konversation teilnehmen" msgid "Journalism" msgstr "Journalismus" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Weiter bearbeiten" @@ -6854,17 +6895,17 @@ msgstr "Halte mich auf dem Laufenden" msgid "KWS website" msgstr "KWS-Website" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Antwort für den Algorithmus kennzeichnen" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Von {0} gekennzeichnet." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Vom Autor gekennzeichnet." @@ -6893,7 +6934,7 @@ msgstr "Kennzeichnungen auf deinem Account" msgid "Language" msgstr "Sprache" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Spracheinstellungen" @@ -6907,12 +6948,12 @@ msgstr "Sprachen" msgid "Larger" msgstr "Größer" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Zuletzt gestartet vor {timeAgo}" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Zuletzt gestartet gerade eben" @@ -6923,8 +6964,8 @@ msgstr "Zuletzt gestartet gerade eben" msgid "Latest" msgstr "Neuste" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Erfahre mehr darüber, <0>wie du die erweiterte Suche verwendest." msgid "Learn more about age assurance" msgstr "Mehr über die Altersverifikation erfahren" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Erfahre mehr über Bluesky (auf Englisch)" @@ -6966,8 +7007,8 @@ msgstr "Erfahre mehr über das Importieren von Kontakten (auf Englisch)" msgid "Learn more about self hosting your PDS." msgstr "Erfahre mehr über das Selbst-Hosting deiner PDS (auf Englisch)." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Erfahre mehr über die Moderation, die auf diesen Inhalt angewendet wurde" @@ -6984,8 +7025,8 @@ msgstr "Erfahre mehr über diese Änderungen und wie du uns deine Meinung mittei msgid "Learn more about this warning" msgstr "Erfahre mehr über diese Warnung" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Mehr über die Verifizierung auf Bluesky erfahren (auf Englisch)" @@ -6995,7 +7036,7 @@ msgstr "Mehr über die Verifizierung auf Bluesky erfahren (auf Englisch)" msgid "Learn more about what is public on Bluesky." msgstr "Erfahre mehr darüber, was auf Bluesky öffentlich ist (auf Englisch)." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Mehr über deinen Germ DM-Link erfahren" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Mehr dazu in deinen <0>Account-Einstellungen" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Mehr erfahren." @@ -7067,7 +7108,7 @@ msgstr "Wenn du diesen Chat verlässt, wird er dauerhaft gesperrt und du kannst msgid "Left group chat." msgstr "Gruppenchat verlassen." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "verbleibend." @@ -7080,7 +7121,7 @@ msgstr "Lass mich wählen" msgid "Let's get your password reset!" msgstr "Lass uns dein Passwort zurücksetzen!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Los geht's!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Hell" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Gefällt mir" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Gefällt mir ({0, plural, one {# Gefällt mir} other {# Gefällt mir}})" @@ -7114,7 +7155,7 @@ msgstr "10 Posts mit „Gefällt mir“ markieren" msgid "Like 10 posts to train the Discover feed" msgstr "Markiere 10 Posts mit „Gefällt mir“, um den Discover-Feed zu trainieren" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Diesen Feed mit „Gefällt mir“ markieren" @@ -7122,8 +7163,8 @@ msgstr "Diesen Feed mit „Gefällt mir“ markieren" msgid "Like this labeler" msgstr "Diesen Kennzeichner mit „Gefällt mir“ markieren" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Mit „Gefällt mir“ markiert von" @@ -7140,26 +7181,26 @@ msgstr "Mit „Gefällt mir“ markiert von" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Gefällt {0, plural, one {# Nutzer} other {# Nutzern}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Mit „Gefällt mir“ markiert von {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Mit „Gefällt mir“ markiert von {0} und {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Gefällt mir" msgid "Likes of your reposts" msgstr "„Gefällt mir“ für deine Reposts" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "„Gefällt mir“-Angaben für diesen Post" @@ -7191,11 +7232,16 @@ msgstr "Linear" msgid "Link copied to clipboard" msgstr "Link in die Zwischenablage kopiert" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Liste" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Listenbild" @@ -7227,20 +7273,20 @@ msgstr "Liste erstellt, aber einige Mitglieder konnten nicht hinzugefügt werden msgid "List creator" msgstr "Listen-Ersteller" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Liste gelöscht" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Listenbeschreibung" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Listenbeschreibung ist zu lang. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Die maximale Anzahl an Zeichen beträgt #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Liste wurde ausgeblendet" @@ -7248,7 +7294,7 @@ msgstr "Liste wurde ausgeblendet" msgid "List Hidden" msgstr "Liste ausgeblendet" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Liste muss einen Namen haben." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Liste stummgeschaltet" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Listenname" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Listenname ist zu lang. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Die maximale Anzahl an Zeichen beträgt #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Liste nicht mehr blockiert" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Liste nicht mehr stummgeschaltet" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listen" @@ -7326,12 +7372,12 @@ msgstr "Die Live-Funktion befindet sich in der Beta-Phase" msgid "Live link" msgstr "Live-Link" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Mehr laden" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Weitere empfohlene Feeds laden" @@ -7346,16 +7392,16 @@ msgstr "Neue Mitteilungen laden" msgid "Load new posts" msgstr "Neue Posts laden" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Chat wird geladen…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Listen werden geladen..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Post-Interaktionseinstellungen werden geladen..." @@ -7383,7 +7429,7 @@ msgstr "Diesen Gruppenchat sperren" msgid "Locked" msgstr "Gesperrt" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Log" @@ -7405,11 +7451,6 @@ msgstr "Logo von <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Lange drücken, um das Tag-Menü für {0} zu öffnen" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Längere Videos" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Im Format XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Stelle sicher, dass du dorthin willst!" msgid "Manage saved feeds" msgstr "Gespeicherte Feeds verwalten" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Verifizierungseinstellungen verwalten" @@ -7461,8 +7502,14 @@ msgstr "Verwalte deine stummgeschalteten Wörter und Tags" msgid "Manual" msgstr "Manuell" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Alle als gelesen markieren" @@ -7473,6 +7520,10 @@ msgstr "Alle als gelesen markieren" msgid "Mark all chats as read" msgstr "Alle Chats als gelesen markieren" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Medien" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Auf {0} gespeicherte Medien" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Auf einem anderen Gerät gespeicherte Medien" @@ -7540,7 +7591,7 @@ msgstr "Mitglieder" msgid "Members can still read chat history but can’t send new messages." msgstr "Mitglieder können weiterhin den Chatverlauf lesen, aber keine neuen Nachrichten senden." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "erwähnte Nutzer" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Nachricht senden" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Nachricht" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Nachricht an {displayName} senden" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Nachricht gelöscht" @@ -7603,7 +7655,7 @@ msgstr "Nachricht von @{0}: {1}" msgid "Message from server: {0}" msgstr "Nachricht vom Server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Nachrichteneingabefeld" @@ -7615,7 +7667,7 @@ msgstr "Nachricht ist zu lang ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Nachrichtenoptionen" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Nachrichten" @@ -7640,12 +7692,12 @@ msgstr "Belästigung oder Mobbing von Minderjährigen" msgid "Misleading" msgstr "Irreführend" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Fehlende Medien" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderation" @@ -7658,6 +7710,12 @@ msgstr "Moderation und Inhaltsfilter" msgid "Moderation details" msgstr "Moderationsdetails" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Moderations-Posteingang" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Moderationsliste von <0/>" msgid "Moderation list by you" msgstr "Moderationsliste von dir" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderationsliste erstellt" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderationsliste aktualisiert" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Moderationslisten" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Moderationslisten" @@ -7697,11 +7755,11 @@ msgstr "Moderationslisten" msgid "moderation settings" msgstr "Moderationseinstellungen" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderationsstatus" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderationswerkzeuge" @@ -7710,8 +7768,8 @@ msgstr "Moderationswerkzeuge" msgid "Moderator has chosen to set a general warning on the content." msgstr "Der Moderator hat sich entschieden, eine allgemeine Warnung für den Inhalt festzulegen." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Mehr Feeds" @@ -7720,10 +7778,10 @@ msgstr "Mehr Feeds" msgid "More languages..." msgstr "Weitere Sprachen..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Mehr Optionen" @@ -7747,7 +7805,7 @@ msgstr "Musik" msgid "Mute" msgstr "Stummschalten" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Stummschalten" msgid "Mute {0}" msgstr "{0} stummschalten" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Account stummschalten" @@ -7816,13 +7874,13 @@ msgstr "Dieses Wort nur in Tags stummschalten" msgid "Mute this word until you unmute it" msgstr "Dieses Wort stummschalten, bis du es wieder freigibst" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Thread stummschalten" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Wörter und Tags stummschalten" @@ -7834,11 +7892,11 @@ msgstr "Personen jederzeit stummschalten, entfernen oder den Chat verlassen. Es msgid "Muted" msgstr "Stummgeschaltet" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Stummgeschaltete Accounts" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Stummgeschaltete Accounts" @@ -7852,7 +7910,7 @@ msgstr "Bei stummgeschalteten Accounts werden dazugehörige Posts aus deinem Fee msgid "Muted by \"{0}\"" msgstr "Stummgeschaltet über \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Stummgeschaltete Wörter und Tags" @@ -7881,7 +7939,7 @@ msgstr "Meine Feeds" msgid "My starter pack" msgstr "Mein Startpaket" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Name" @@ -7891,12 +7949,12 @@ msgstr "Natur" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navigiere zu {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Zum Startpaket navigieren" @@ -7910,8 +7968,8 @@ msgstr "Navigiert zum nächsten Bildschirm" msgid "Navigates to your profile" msgstr "Navigiert zu deinem Profil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Möchtest du eine Urheberrechtsverletzung, eine rechtliche Anfrage oder ein Problem mit der Einhaltung von Vorschriften melden?" @@ -7919,10 +7977,6 @@ msgstr "Möchtest du eine Urheberrechtsverletzung, eine rechtliche Anfrage oder msgid "Nevermind, create a handle for me" msgstr "Egal, erstelle einen Handle für mich" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Neu" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Neue E-Mail-Adresse" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Neue Funktion" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Neue Nachrichten" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Neues Passwort" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Neuer Post" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Neuer Post" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Neueste Antworten zuerst" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Aktuelles" @@ -8088,15 +8142,15 @@ msgstr "Aktuelles" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Weiter" @@ -8108,12 +8162,16 @@ msgstr "Nächstes Bild" msgid "Night" msgstr "Nacht" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Nein" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Keine Werbung, kein aufdringliches Tracking, keine Engagement-Fallen. Bluesky respektiert deine Zeit und Aufmerksamkeit." @@ -8194,11 +8252,11 @@ msgstr "Noch keine „Gefällt mir“-Angaben" msgid "No lists" msgstr "Keine Listen" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Du folgst {0} nicht mehr" @@ -8224,7 +8282,7 @@ msgstr "Schluss mit endlosem Doomscrolling und nutzlosen Algorithmen. Entdecke F msgid "No name" msgstr "Kein Name" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Noch keine Mitteilungen!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Niemanden" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Niemand außer dem Autor kann diesen Post zitieren." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Keine Ergebnisse" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Keine Ergebnisse für „{0}“." @@ -8322,7 +8380,7 @@ msgstr "Keine Ergebnisse für „<0>{query}“ gefunden." msgid "No results found for your query with advanced search filters applied." msgstr "Keine Ergebnisse für deine Suchanfrage mit den ausgewählten erweiterten Suchfiltern gefunden." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Keine Ergebnisse." @@ -8335,7 +8393,7 @@ msgstr "Noch keine Startpakete" msgid "No thanks" msgstr "Nein danke" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Keine Übersetzung vom Gerät erhalten." @@ -8343,7 +8401,7 @@ msgstr "Keine Übersetzung vom Gerät erhalten." msgid "No video posts yet" msgstr "Noch keine Video-Posts" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Niemand" @@ -8360,7 +8418,7 @@ msgstr "Niemand hat das bisher zitiert. Vielleicht solltest du der Erste sein!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Niemand hat das bisher repostet. Vielleicht solltest du der Erste sein!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Niemand wurde gefunden. Versuche, nach jemand anderem zu suchen." @@ -8398,7 +8456,7 @@ msgstr "Auf dieser Plattform nicht verfügbar." msgid "Not followed by anyone you’re following" msgstr "Gefolgt von niemandem, dem du folgst" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Nicht gefunden" @@ -8407,7 +8465,7 @@ msgstr "Nicht gefunden" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Noch nicht bereit zum Posten? Bewahre deine besten Ideen in den Entwürfen auf, bis der richtige Moment gekommen ist." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Hinweis über das Teilen" @@ -8419,13 +8477,17 @@ msgstr "Hinweis: Bluesky ist Teil der Atmosphere, eines offenen öffentlichen Ne msgid "Note: This post is only visible to logged-in users." msgstr "Hinweis: Dieser Post ist nur für eingeloggte Nutzer sichtbar." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Noch nichts gespeichert" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Mitteilungseinstellungen" @@ -8435,8 +8497,8 @@ msgstr "Mitteilungseinstellungen" msgid "Notification sounds" msgstr "Mitteilungstöne" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Mitteilungstöne" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Mitteilungen" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Okay" @@ -8505,6 +8567,10 @@ msgstr "Älteste Antworten zuerst" msgid "On" msgstr "Ein" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "Auf Bluesky bedeutet das, dass deine Posts im Discover-Feed nur Personen angezeigt werden, die dir folgen. Andere Apps können sich dafür entscheiden, diese Einstellung in ihren eigenen algorithmischen Empfehlungen zu berücksichtigen." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "auf<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Einer der ausgewählten Empfänger erlaubt keine Gruppenchats." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Einer der ausgewählten Empfänger hat dich blockiert und kann nicht angeschrieben werden." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Bei einem oder mehreren GIFs fehlen Alt-Texte." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Bei einem oder mehreren Bildern fehlen Alt-Texte." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Eine oder mehrere deiner ausgewählten Dateien werden nicht unterstützt." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Eine oder mehrere deiner ausgewählten Dateien sind zu groß. Die maximale Größe beträgt {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Ein oder mehrere Posts sind zu lang, um als Entwurf gespeichert zu werden. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Die maximale Zeichenzahl beträgt # Zeichen.} other {Die maximale Zeichenzahl beträgt # Zeichen.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Bei einem oder mehreren Videos fehlen Alt-Texte." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Nur {0} kann antworten." @@ -8556,7 +8622,7 @@ msgstr "Nur {0} kann antworten." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Nur {0} von {1} {2, plural, one {Bild} other {Bilder}} hinzugefügt; das Limit liegt bei {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Nur Follower können diesem Gruppenchat beitreten." msgid "Only followers who I follow" msgstr "Nur Follower, denen ich folge" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Es werden nur Bilddateien unterstützt" @@ -8637,7 +8703,7 @@ msgstr "Erweiterte Suchoptionen öffnen" msgid "Open avatar creator" msgstr "Profilbild-Editor öffnen" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Kamera öffnen" @@ -8655,7 +8721,7 @@ msgstr "Chat-Mitglieds-Optionen für {displayName} öffnen" msgid "Open conversation options" msgstr "Konversationsoptionen öffnen" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Entwurf öffnen" @@ -8663,8 +8729,8 @@ msgstr "Entwurf öffnen" msgid "Open drawer menu" msgstr "Seitenmenü öffnen" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Emoji-Picker öffnen" @@ -8695,12 +8761,12 @@ msgstr "Gruppenchat öffnen" msgid "Open group chat settings" msgstr "Gruppenchat-Einstellungen öffnen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "In Google Übersetzer öffnen" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Link zu {niceUrl} öffnen" @@ -8713,11 +8779,11 @@ msgstr "Nachrichtenoptionen öffnen" msgid "Open moderation debug page" msgstr "Moderations-Debugseite öffnen" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Einstellungen für stummgeschaltete Wörter und Tags öffnen" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Paket öffnen" @@ -8743,7 +8809,7 @@ msgstr "Einstellungen öffnen" msgid "Open share menu" msgstr "Teilen-Menü öffnen" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Startpaketmenü öffnen" @@ -8759,10 +8825,9 @@ msgstr "Systemprotokoll öffnen" msgid "Open this group chat" msgstr "Diesen Gruppenchat öffnen" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Öffnet den Feed von {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Öffnet zusätzliche Details für einen Debug-Eintrag" msgid "Opens alt text dialog" msgstr "Öffnet den Alt-Text-Dialog" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Öffnet die Kamera auf dem Gerät" @@ -8804,28 +8869,28 @@ msgstr "Öffnet den Dialog zum Ändern des Handles" msgid "Opens composer" msgstr "Öffnet den Post-Editor" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Öffnet die Gerätekamera" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Öffnet die Gerätegalerie, um bis zu {MAX_GALLERY_IMAGES, plural, other {# Bilder}} oder ein einzelnes Video oder GIF auszuwählen." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Öffnet den Ablauf, um einen neuen Bluesky-Account zu erstellen" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Öffnet den Ablauf zum Einloggen bei deinem bestehenden Bluesky-Account" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Öffnet das vollständige Bild" @@ -8833,7 +8898,7 @@ msgstr "Öffnet das vollständige Bild" msgid "Opens helpdesk in browser" msgstr "Öffnet Helpdesk im Browser" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Öffnet die Bildauswahl" @@ -8854,7 +8919,7 @@ msgstr "Öffnet die Post-Spracheinstellungen" msgid "Opens profile" msgstr "Öffnet das Profil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Öffnet die Einstellungen zum Finden und Einladen von Freunden" @@ -8867,11 +8932,11 @@ msgstr "Öffnet den GIF-Auswahldialog" msgid "Opens the invite friends sheet to share your profile" msgstr "Öffnet den Dialog „Freunde einladen“, um dein Profil zu teilen" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Öffnet den Post-Editor" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Öffnet diesen Entwurf im Editor" @@ -8879,15 +8944,51 @@ msgstr "Öffnet diesen Entwurf im Editor" msgid "Opens this profile" msgstr "Öffnet dieses Profil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Optionen:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Oder mit einem anderen Account fortfahren." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Oder logge dich in einem deiner anderen Accounts ein." @@ -8985,7 +9086,7 @@ msgstr "Party-GIFs" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Passwort" @@ -8993,7 +9094,7 @@ msgstr "Passwort" msgid "Password changed" msgstr "Passwort geändert" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Passwort muss mindestens 8 Zeichen lang sein." @@ -9005,7 +9106,7 @@ msgstr "Passwort aktualisiert" msgid "Password updated!" msgstr "Passwort aktualisiert!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausieren" @@ -9020,7 +9121,7 @@ msgstr "Video pausieren" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Personen" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Personen, denen {ownerName} folgt, können eine Beitrittsanfrage stellen" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Personen gefolgt von @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Personen, die @{0} folgen" @@ -9070,11 +9171,11 @@ msgstr "Personen, denen ich folge, können sofort beitreten" msgid "People I follow can request to join" msgstr "Personen, denen ich folge, können eine Beitrittsanfrage stellen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Personen, denen du folgst" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Personen, die du erwähnst" @@ -9082,7 +9183,7 @@ msgstr "Personen, die du erwähnst" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Zugriff auf deine Galerie wurde verweigert. Bitte aktiviere ihn in deinen Systemeinstellungen." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Personenumschaltung" @@ -9115,15 +9216,15 @@ msgstr "Farbdesign auswählen" msgid "Pictures meant for adults." msgstr "Bilder für Erwachsene." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Feed anheften" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "An die Startseite anheften" @@ -9131,8 +9232,8 @@ msgstr "An die Startseite anheften" msgid "Pin to Home" msgstr "An Startbildschirm anheften" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "An dein Profil anheften" @@ -9151,11 +9252,11 @@ msgstr "{0} an Startseite angepinnt" msgid "Pinned Feeds" msgstr "Angeheftete Feeds" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "An deine Feeds angepinnt" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Abspielen" @@ -9169,12 +9270,12 @@ msgstr "{0} abspielen" msgid "Play GIF" msgstr "GIF abspielen" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Video abspielen" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Video abspielen" @@ -9182,7 +9283,7 @@ msgstr "Video abspielen" msgid "Plays or pauses the GIF" msgstr "Spielt das GIF ab oder pausiert es" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Spielt das Video ab oder pausiert es" @@ -9190,7 +9291,7 @@ msgstr "Spielt das Video ab oder pausiert es" msgid "Plays the GIF" msgstr "Spielt das GIF ab" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Spielt das Video ab" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Bitte wähle deinen Handle." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Bitte wähle dein Passwort." @@ -9219,12 +9320,12 @@ msgstr "Bitte klicke auf den Link in der E-Mail, die wir dir gerade gesendet hab msgid "Please complete the verification captcha." msgstr "Bitte vervollständige das Verifizierungs-Captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Bitte bestätige deine E-Mail-Adresse, um Videos hochladen zu können." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Bitte überprüfe nochmal, ob du deine E-Mail-Adresse korrekt eingegeben hast." @@ -9232,7 +9333,7 @@ msgstr "Bitte überprüfe nochmal, ob du deine E-Mail-Adresse korrekt eingegeben msgid "Please enter a password." msgstr "Bitte ein Passwort eingeben." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Bitte gib ein Passwort ein. Es muss mindestens 8 Zeichen lang sein." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Bitte gib den Sicherheitscode ein, den wir an deine vorherige E-Mail-Adresse gesendet haben." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Bitte gib deine E-Mail ein." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Bitte gib deinen Einladungscode ein." @@ -9306,8 +9407,8 @@ msgstr "Bitte erkläre, warum du denkst, dass deine Chats fälschlicherweise dea msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Bitte erkläre, warum du denkst, dass dein Zugriff auf „Live gehen“ fälschlicherweise deaktiviert wurde." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Bitte gehe zurück oder aktiviere dieses Element, um zum Anfang des aktiven Inhalts zurückzukehren." @@ -9333,7 +9434,7 @@ msgstr "Bitte wähle einen Grund für diese Meldung aus" msgid "Please sign in as @{0}" msgstr "Bitte logge dich als @{0} ein" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Bitte reiche deine Meldung über das Formular für nicht einvernehmliche intime Aufnahmen (NCII) ein." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Bitte schreibe deine Nachricht unten:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politik" @@ -9367,18 +9468,18 @@ msgstr "Politik" msgid "Porn" msgstr "Pornografie" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Posten" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Post" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Post {index} von {count}" @@ -9393,12 +9494,12 @@ msgstr "Foto posten" msgid "Post a video" msgstr "Video posten" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Alle posten" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Trotzdem posten" @@ -9406,11 +9507,16 @@ msgstr "Trotzdem posten" msgid "Post blocked" msgstr "Post blockiert" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Post von @{0}" @@ -9423,10 +9529,10 @@ msgstr "Post gelöscht" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Fehler beim Hochladen des Posts. Bitte prüfe deine Internetverbindung und versuche es erneut." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Post wurde gelöscht" @@ -9440,11 +9546,11 @@ msgstr "Post ausgeblendet aufgrund von stummgeschaltetem Wort" msgid "Post Hidden by You" msgstr "Post von dir ausgeblendet" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Post-Interaktionseinstellungen" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Post-Interaktionseinstellungen" @@ -9468,7 +9574,7 @@ msgstr "Link posten" msgid "Post not found" msgstr "Post nicht gefunden" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Post angeheftet" @@ -9478,7 +9584,7 @@ msgstr "Post angeheftet" msgid "Post type" msgstr "Post-Typ" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Post gelöst" @@ -9487,7 +9593,7 @@ msgstr "Post gelöst" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Posts" @@ -9520,7 +9626,7 @@ msgstr "Bevorzugte Sprache" msgid "Press to attempt reconnection" msgstr "Drücke, um die Verbindung erneut zu versuchen" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Datenschutz" msgid "Privacy and security" msgstr "Datenschutz und Sicherheit" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Datenschutz- und Sicherheitseinstellungen" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Datenschutzerklärung" msgid "Privacy violation of a minor" msgstr "Verletzung der Privatsphäre eines Minderjährigen" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "GIF wird verarbeitet..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Video wird verarbeitet..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "Profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Öffentliche, teilbare Listen von Nutzern, die zum Stummschalten oder Blockieren verwendet werden können." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Post veröffentlichen" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Posts veröffentlichen" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Antworten veröffentlichen" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Antwort veröffentlichen" @@ -9685,7 +9791,7 @@ msgstr "QR-Code in deiner Galerie gespeichert!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Post zitieren" @@ -9723,8 +9829,8 @@ msgstr "Limit überschritten – du hast innerhalb kurzer Zeit zu oft versucht, msgid "Rate limit exceeded. Please try again later." msgstr "Limit für Anfragen überschritten. Bitte versuche es später erneut." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Zitat wieder anhängen" @@ -9745,7 +9851,7 @@ msgstr "Mit {emoji} reagieren" msgid "Reactions" msgstr "Reaktionen" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reaktiviere deinen Account" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Mehr über die Verwendung erweiterter Suchfilter lesen" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Blogpost lesen (auf Englisch)" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Weniger lesen" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Mehr lesen" @@ -9780,7 +9886,7 @@ msgstr "Weitere Antworten lesen" msgid "Read our blog post" msgstr "Lies unseren Blogpost" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Lies den Bluesky-Blog" @@ -9794,11 +9900,11 @@ msgstr "Bluesky-Datenschutzerklärung lesen" msgid "Read the Bluesky Terms of Service" msgstr "Bluesky-Nutzungsbedingungen lesen" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Echte Konversationen." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Echte Personen." @@ -9862,23 +9968,24 @@ msgstr "Konversationen neu laden" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Entfernen" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "{displayName} aus dem Gruppenchat entfernen" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "{displayName} aus dem Startpaket entfernen" @@ -9914,8 +10021,8 @@ msgstr "Anhang entfernen" msgid "Remove Avatar" msgstr "Profilbild entfernen" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Banner entfernen" @@ -9950,8 +10057,8 @@ msgstr "Aus dem Chat entfernen" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Aus meinen Feeds entfernen" @@ -9960,8 +10067,8 @@ msgstr "Aus meinen Feeds entfernen" msgid "Remove from quick access?" msgstr "Aus Schnellzugriff entfernen?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Aus gespeicherten Feeds entfernen" @@ -9970,7 +10077,7 @@ msgstr "Aus gespeicherten Feeds entfernen" msgid "Remove from saved posts" msgstr "Aus gespeicherten Posts entfernen" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Aus deinen Feeds entfernen?" @@ -10010,7 +10117,7 @@ msgstr "Vorschlag entfernen" msgid "Remove this feed from your saved feeds" msgstr "Diesen Feed aus deinen gespeicherten Feeds entfernen" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Nicht verfügbare Moderationsdienste entfernen" @@ -10018,10 +10125,14 @@ msgstr "Nicht verfügbare Moderationsdienste entfernen" msgid "Remove user from list" msgstr "Nutzer aus der Liste entfernen" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Verifizierung entfernen" @@ -10029,11 +10140,11 @@ msgstr "Verifizierung entfernen" msgid "Remove your verification for this account?" msgstr "Deine Verifizierung für diesen Account entfernen?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Vom Autor entfernt" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Von dir entfernt" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Aus gespeicherten Posts entfernt" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Aus dem Startpaket entfernt" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Aus deinen Feeds entfernt" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Nicht verfügbare Dienste entfernt" @@ -10128,11 +10240,11 @@ msgstr "Nachricht, auf die geantwortet wurde. Tippe, um dorthin zu scrollen" msgid "Replies" msgstr "Antworten" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Antworten deaktiviert" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Antworten zu diesem Post sind deaktiviert." @@ -10141,14 +10253,14 @@ msgstr "Antworten zu diesem Post sind deaktiviert." msgid "Reply" msgstr "Antworten" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Antworten" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Antworten ({0, plural, one {# Antwort} other {# Antworten}})" @@ -10162,7 +10274,7 @@ msgstr "Antwort vom Thread-Autor ausgeblendet" msgid "Reply Hidden by You" msgstr "Antwort von dir ausgeblendet" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Die Antworteinstellungen werden vom Autor des Threads festgelegt" @@ -10185,8 +10297,8 @@ msgstr "Antwort wurde erfolgreich ausgeblendet" msgid "Report" msgstr "Melden" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Account melden" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Konversation melden" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Melde-Dialog" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Feed melden" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Liste melden" @@ -10216,8 +10328,8 @@ msgstr "Liste melden" msgid "Report message" msgstr "Nachricht melden" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Post melden" @@ -10225,8 +10337,8 @@ msgstr "Post melden" msgid "Report sent" msgstr "Meldung gesendet" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Startpaket melden" @@ -10292,7 +10404,7 @@ msgstr "Reposten ({0, plural, one {# Repost} other {# Reposts}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Reposten oder Post zitieren" @@ -10330,12 +10442,12 @@ msgstr "Reposts von diesem Post" msgid "Reposts of your reposts" msgstr "Reposts deiner Reposts" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Reposts werden in Feeds ausgeblendet" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Reposts werden in Feeds angezeigt" @@ -10348,8 +10460,8 @@ msgstr "Zugang zum Gruppenchat anfragen" msgid "Request approved." msgstr "Anfrage angenommen." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Code anfordern" @@ -10371,7 +10483,7 @@ msgstr "Angefragt" msgid "Requests" msgstr "Anfragen" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Vor dem Posten ist ein Alternativtext erforderlich" msgid "Require an email code to sign in to your account." msgstr "Erfordert einen E-Mail-Code, um dich in deinen Account einzuloggen." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Für diesen Anbieter erforderlich" @@ -10418,16 +10530,16 @@ msgstr "Code erneut senden" msgid "Resend code in <0>00:{0}" msgstr "Code erneut senden in <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "E-Mail erneut senden" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "E-Mail erneut senden" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Verifizierungsmail erneut senden" @@ -10453,6 +10565,11 @@ msgstr "Passwort zurücksetzen" msgid "Reset your password by sending a code to your email" msgstr "Setze dein Passwort zurück, indem du dir einen Code per E-Mail senden lässt" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Standard wiederherstellen" @@ -10479,9 +10596,9 @@ msgstr "Wiederholt die letzte Aktion, bei der ein Fehler aufgetreten ist" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Wiederholt die letzte Aktion, bei der ein Fehler aufgetreten ist" msgid "Retry" msgstr "Wiederholen" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Ladeoptionen für Meldung erneut laden" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Zurück zur vorherigen Seite" @@ -10521,7 +10638,7 @@ msgstr "Zurück zur Startseite" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Zurück zur vorherigen Seite" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "Traurige GIFs" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Geburtsdatum speichern" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Änderungen speichern" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Änderungen speichern?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Entwurf speichern" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Entwurf speichern?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Bild speichern" @@ -10608,8 +10725,8 @@ msgstr "Neuen Handle speichern" msgid "Save QR code" msgstr "QR-Code speichern" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Diese Optionen für das nächste Mal speichern" @@ -10618,7 +10735,7 @@ msgstr "Diese Optionen für das nächste Mal speichern" msgid "Save to my feeds" msgstr "In meinen Feeds speichern" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Gespeicherte Feeds" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Gespeicherte Posts" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "In deinen Feeds gespeichert" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Sag Hallo!" @@ -10661,7 +10778,7 @@ msgstr "Scannen" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "QR-Code scannen" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Nach oben scrollen" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Suche" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Posts von @{0} durchsuchen" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Nach Namen oder Interesse suchen" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Feeds durchsuchen" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Suche nach „{interestsDisplayName}“" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Suche nach „{interestsDisplayName}“ (aktiv)" @@ -10734,19 +10851,19 @@ msgstr "Nach „{searchText}“ suchen" msgid "Search for {q}" msgstr "Nach {q} suchen" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Suche nach Feeds, die du anderen vorschlagen möchtest." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Nach weiteren Accounts suchen" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Nach weiteren Feeds suchen" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Nach Personen suchen" @@ -10774,14 +10891,14 @@ msgstr "Sprachen suchen" msgid "Search my posts" msgstr "Meine Posts durchsuchen" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Posts durchsuchen" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Profile suchen" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Suche..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Sucht nach Profilen" @@ -10829,14 +10946,14 @@ msgstr "#{tag}-Posts ansehen" msgid "See #{tag} posts by user" msgstr "#{tag}-Posts des Nutzers ansehen" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Sieh dir Jobs bei Bluesky an" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Mehr sehen" @@ -10844,16 +10961,11 @@ msgstr "Mehr sehen" msgid "See more suggested profiles" msgstr "Weitere vorgeschlagene Profile ansehen" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Weitere angesagte Themen ansehen" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Nummerierte Abzeichen (1/3, 2/3 usw.) bei Posts in einem Thread desselben Autors anzeigen." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "{langName} auswählen" msgid "Select a color" msgstr "Wähle eine Farbe" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Grund auswählen" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Account auswählen" @@ -10910,7 +11022,7 @@ msgstr "Ein Profilbild auswählen" msgid "Select an emoji" msgstr "Ein Emoji auswählen" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Wähle eine Option aus" @@ -10946,11 +11058,11 @@ msgstr "Filtertyp auswählen (aktuell: {0})" msgid "Select from an existing account" msgstr "Von einem bestehenden Account auswählen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Aus deinen Listen auswählen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Wähle aus deinen Listen <0>{numberOfListsSelected, plural, other {(# ausgewählt)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Auswählen, wie lange dieses Wort stummgeschaltet werden soll." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Sprache auswählen" @@ -10987,7 +11099,7 @@ msgstr "Sprache auswählen..." msgid "Select languages" msgstr "Sprachen auswählen" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Moderationsdienst auswählen" @@ -11028,7 +11140,7 @@ msgstr "Wähle aus, welche Sprache für die Nutzeroberfläche der App verwendet msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Wähle aus, welche Sprachen deine abonnierten Feeds enthalten sollen. Wenn keine ausgewählt sind, werden alle Sprachen angezeigt." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Wähle dein Geburtsdatum" @@ -11045,7 +11157,7 @@ msgstr "Wähle deine bevorzugte Sprache für Übersetzungen in deinem Feed aus." msgid "Select your preferred notification channels" msgstr "Wähle deine bevorzugten Mitteilungs-Kanäle aus" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Das Auswählen mehrerer Medientypen wird nicht unterstützt." @@ -11076,7 +11188,7 @@ msgstr "Fehlerbericht senden" msgid "Send feedback" msgstr "Feedback senden" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Nachricht senden" @@ -11089,7 +11201,7 @@ msgstr "Post an {name} senden" msgid "Send post to..." msgstr "Post senden an..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Meldung senden an {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Sende die Nachricht von deinem Handy aus" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Verifizierungs-E-Mail senden" @@ -11133,7 +11245,7 @@ msgstr "App-Symbol auf {0} ändern" msgid "Set new password" msgstr "Neues Passwort festlegen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Lege genau fest, welche Gruppen von Personen auf deinen Post antworten dürfen" @@ -11141,11 +11253,11 @@ msgstr "Lege genau fest, welche Gruppen von Personen auf deinen Post antworten d msgid "Set up your account" msgstr "Richte deinen Account ein" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Festlegen, wer auf deinen Post antworten darf" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Gib unten dein Geburtsdatum ein und schon kannst du wieder posten und entdecken!" @@ -11161,9 +11273,9 @@ msgstr "Hosting-Anbieter manuell festlegen" msgid "Sets email for password reset" msgstr "Legt die E-Mail für das Zurücksetzen des Passworts fest" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Einstellungen" @@ -11222,7 +11334,7 @@ msgstr "Einstellungen für Mitteilungen zu Antworten" msgid "Settings for repost notifications" msgstr "Einstellungen für Mitteilungen zu Reposts" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Einstellungen gespeichert" @@ -11242,7 +11354,7 @@ msgstr "Sexuell suggestiv" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Teilen" @@ -11251,7 +11363,7 @@ msgstr "Teilen" msgid "Share age range" msgstr "Altersbereich teilen" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Trotzdem teilen" @@ -11279,13 +11391,13 @@ msgstr "Einladungslink teilen" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Link teilen" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Link teilen Dialog" @@ -11304,12 +11416,12 @@ msgstr "Post über at:// URI teilen" msgid "Share Profile" msgstr "Profil teilen" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "QR-Code teilen" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Diesen Feed teilen" @@ -11318,22 +11430,22 @@ msgstr "Diesen Feed teilen" msgid "Share this search" msgstr "Diese Suche teilen" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Dieses Startpaket teilen" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Teile dieses Startpaket und hilf Menschen, deiner Community auf Bluesky beizutreten." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Teilen über..." @@ -11345,7 +11457,7 @@ msgstr "Teile deine Kontakte, um Freunde finden zu können" msgid "Share your thoughts…" msgstr "Teile deine Gedanken…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Tester für gemeinsame Einstellungen" @@ -11359,12 +11471,16 @@ msgstr "Beim Teilen deines Altersbereichs wird nur der mit deinem Apple Account msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Beim Teilen deines Altersbereichs wird nur der mit deinem Google Account verknüpfte Bereich offengelegt – zum Beispiel, dass du mindestens 18 Jahre alt bist. <0>Dein genaues Alter und dein Geburtsdatum werden niemals weitergegeben und diese Daten verlassen dieses Gerät niemals. Daher wird der Zugriff nur auf diesem Gerät ermöglicht. Alternativ <1>kannst du unseren vertrauenswürdigen Partner KWS nutzen, um deine Verifizierung abzuschließen und den Zugriff auf allen Plattformen freizuschalten." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Anzeigen" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Alt-Text anzeigen" @@ -11373,14 +11489,14 @@ msgstr "Alt-Text anzeigen" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Trotzdem anzeigen" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Automatisierungskennzeichnung anzeigen" @@ -11401,16 +11517,16 @@ msgstr "Anpassungsoptionen anzeigen" msgid "Show group chat updates" msgstr "Gruppenchat-Updates anzeigen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Weniger davon anzeigen" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Liste trotzdem anzeigen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Listen von Nutzern anzeigen, aus denen du auswählen kannst" @@ -11418,8 +11534,8 @@ msgstr "Listen von Nutzern anzeigen, aus denen du auswählen kannst" msgid "Show more" msgstr "Mehr anzeigen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Mehr davon anzeigen" @@ -11445,8 +11561,8 @@ msgstr "Antworten anzeigen" msgid "Show replies as" msgstr "Antworten anzeigen als" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Antwort für alle anzeigen" @@ -11455,8 +11571,8 @@ msgstr "Antwort für alle anzeigen" msgid "Show reposts" msgstr "Reposts anzeigen" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Reposts in Feeds anzeigen" @@ -11478,7 +11594,7 @@ msgstr "Warnung anzeigen und aus Feeds filtern" msgid "Show when you’re live" msgstr "Anzeigen, wenn du live bist" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Zeigt Informationen darüber an, wann dieser Post erstellt wurde" @@ -11486,15 +11602,15 @@ msgstr "Zeigt Informationen darüber an, wann dieser Post erstellt wurde" msgid "Shows other accounts you can switch to" msgstr "Zeigt andere Accounts an, zu denen du wechseln kannst" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Zeigt den Inhalt an" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Zeigt den Inhalt an" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Einloggen" msgid "Sign in as {0}" msgstr "Einloggen als {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Einloggen als…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Einloggen oder einen Account erstellen" @@ -11551,16 +11667,17 @@ msgstr "Logge dich bei Bluesky ein oder erstelle einen neuen Account" msgid "Sign in to request access to this group chat." msgstr "Logge dich ein, um Zugang zu diesem Gruppenchat anfragen zu können." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Logge dich ein, um den Post zu sehen" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Von" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Überspringen" msgid "Skip contact sharing and continue to the app" msgstr "Kontakte nicht teilen und mit der App fortfahren" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Leere Posts überspringen?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Überspringe die Einführung und beginne mit der Nutzung deines Accounts" @@ -11628,7 +11745,7 @@ msgstr "Überspringe die Einführung und beginne mit der Nutzung deines Accounts msgid "Skip to next step" msgstr "Zum nächsten Schritt springen" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "Bild" @@ -11644,19 +11761,24 @@ msgstr "Erinnerung vorübergehend ausblenden" msgid "So many thoughts, you should post one" msgstr "So viele Gedanken, du solltest einen davon posten" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Soziale Medien, die du kontrollierst." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Soziale Bestätigung bei Posts" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Software-Entwicklung" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Einige Moderationsdienste in deiner Liste sind nicht mehr verfügbar." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Einige deiner Verifizierungen sind ungültig." @@ -11664,7 +11786,7 @@ msgstr "Einige deiner Verifizierungen sind ungültig." msgid "Some other feeds you might like" msgstr "Einige andere Feeds, die dir gefallen könnten" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Einige Leute können antworten" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Etwas ist schiefgelaufen" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Etwas ist schiefgelaufen, bitte versuche es erneut" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Etwas ist schiefgelaufen. Bitte versuche es in Kürze noch einmal." msgid "Something went wrong. Please try again." msgstr "Etwas ist schiefgelaufen. Bitte versuche es erneut." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Etwas stimmt nicht? Lass es uns wissen." @@ -11759,8 +11881,8 @@ msgstr "Etwas stimmt nicht? Lass es uns wissen." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Leider können derzeit keine Account-Vorschläge geladen werden." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Entschuldigung! Deine Sitzung ist abgelaufen. Bitte logge dich erneut ein." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam oder sonstiges unechtes Verhalten bzw. Täuschung" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Sieh, welche Posts deinen Freunden und Personen, denen du folgst, gefallen." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Starte eine Konversation, und sie wird hier angezeigt." @@ -11826,14 +11953,14 @@ msgstr "Chat starten" msgid "Start chat with {displayName}" msgstr "Chat mit {displayName} starten" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Startpaket" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Startpaket von {0}" @@ -11841,12 +11968,12 @@ msgstr "Startpaket von {0}" msgid "Starter pack by <0/>" msgstr "Startpaket von <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Dein Startpaket" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Startpaket ist ungültig" @@ -11854,7 +11981,7 @@ msgstr "Startpaket ist ungültig" msgid "Starter packs" msgstr "Startpakete" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Startpakete" @@ -11893,7 +12020,7 @@ msgstr "Der Speicher wurde gelöscht, du musst die App jetzt neu starten." msgid "Stored as part of a secure code for matching with others" msgstr "Als Teil eines sicheren Codes gespeichert, um Abgleiche mit anderen durchführen zu können" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "Einspruch einlegen" msgid "Submit feedback" msgstr "Feedback senden" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Meldung absenden" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Reiche deine Meldung über das Formular für nicht einvernehmliche intime Aufnahmen (NCII) ein" @@ -11963,11 +12090,11 @@ msgstr "Abonniere @{0}, um diese Kennzeichnungen zu verwenden:" msgid "Subscribe to account activity" msgstr "Account-Aktivitäten abonnieren" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Kennzeichner abonnieren" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Diesen Kennzeichner abonnieren" @@ -11975,7 +12102,7 @@ msgstr "Diesen Kennzeichner abonnieren" msgid "Subscribe to this list" msgstr "Diese Liste abonnieren" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Erfolg" @@ -11998,7 +12125,7 @@ msgstr "Erfolgreich verifiziert" msgid "Suggested" msgstr "Vorgeschlagen" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Vorgeschlagene Accounts" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Sonnenuntergang" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Nur Tags" msgid "Take the conversation private." msgstr "Die Konversation privat fortsetzen." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Klicke unten, um Bluesky den Zugriff auf deinen GPS-Standort zu erlauben. Wir verwenden diese Daten, um genauer bestimmen zu können, welche Inhalte und Funktionen in deiner Region verfügbar sind." @@ -12103,8 +12230,8 @@ msgstr "Für Informationen tippen" msgid "Tap for more information" msgstr "Für mehr Informationen tippen" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Hier tippen, um deinen Standort mit GPS zu aktualisieren." @@ -12206,7 +12333,7 @@ msgstr "Bedingungen" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Danke für dein Feedback! Es wurde an den Feed-Betreiber gesendet." msgid "Thanks for your feedback!" msgstr "Danke für dein Feedback!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Danke, du hast deine E-Mail-Adresse erfolgreich verifiziert. Du kannst diesen Dialog jetzt schließen." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Danke! Du bist startklar." @@ -12246,16 +12373,16 @@ msgstr "Danke! Du bist startklar." msgid "That contains the following:" msgstr "Das enthält Folgendes:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Dieses Startpaket konnte nicht gefunden werden." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Dieser Nutzername ist bereits vergeben" @@ -12263,13 +12390,13 @@ msgstr "Dieser Nutzername ist bereits vergeben" msgid "That's all, folks!" msgstr "Das ist alles, Leute!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Das ist alles!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Nach dem Entblocken kann der Account wieder mit dir interagieren." @@ -12287,7 +12414,7 @@ msgstr "Der Autor dieses Themas hat diese Antwort ausgeblendet." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "Das von dir eingegebene Geburtsdatum bedeutet, dass du unter 18 Jahre alt bist. Bestimmte Inhalte und Funktionen sind für dich möglicherweise nicht verfügbar." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Die Bluesky-Webanwendung" @@ -12352,32 +12479,32 @@ msgstr "Der Post, auf den du antwortest, wurde vom Autor als {suggestedLanguageN msgid "The Privacy Policy has been moved to <0/>" msgstr "Die Datenschutzerklärung wurde nach <0/> verschoben" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "Das verarbeitete Video ist zu groß. Bitte versuche es erneut mit einer kleineren Datei." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "Das ausgewählte Video konnte nicht kodiert werden." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "Das ausgewählte Video konnte nicht verarbeitet werden." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "Das ausgewählte Video hat ein nicht unterstütztes Seitenverhältnis." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Das ausgewählte Video ist größer als {VIDEO_MAX_SIZE_MB} MB. Bitte versuche es erneut mit einer kleineren Datei." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "Das ausgewählte Video ist zu lang." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "Das ausgewählte Video verwendet ein nicht unterstütztes Format." @@ -12386,7 +12513,7 @@ msgstr "Das ausgewählte Video verwendet ein nicht unterstütztes Format." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Der Server scheint Probleme zu haben. Bitte versuche es in ein paar Minuten erneut." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Das Startpaket, das du ansehen möchtest, ist ungültig. Du kannst dieses Startpaket stattdessen löschen." @@ -12402,7 +12529,7 @@ msgstr "Das Support-Formular wurde verschoben. Wenn du Hilfe benötigst, wende d msgid "The Terms of Service have been moved to" msgstr "Die Nutzungsbedingungen wurden verschoben nach" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Der von dir eingegebene Verifizierungscode ist ungültig. Bitte stelle sicher, dass du den richtigen Verifizierungslink verwendet hast, oder fordere einen neuen an." @@ -12412,7 +12539,7 @@ msgstr "Der von dir eingegebene Verifizierungscode ist ungültig. Bitte stelle s msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Der Verifizierungsanbieter konnte keinen Code an deine Telefonnummer senden. Bitte überprüfe deine Telefonnummer und versuche es erneut." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Das Video konnte nicht bei deinem Hosting-Anbieter hochgeladen werden. Bitte versuche es erneut." @@ -12428,7 +12555,7 @@ msgstr "Es gibt ein Limit dafür, wie oft du dein Geburtsdatum ändern kannst. D msgid "There is no invite link for this group chat." msgstr "Für diesen Gruppenchat gibt es keinen Einladungslink." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Es gibt kein Zeitlimit für die Deaktivierung deines Accounts, du kannst jederzeit wiederkommen." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Es gab ein Problem mit deiner Internetverbindung. Bitte versuche es erneut" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Beim Kontaktieren des Servers ist ein Problem aufgetreten" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Beim Kontaktieren des Servers ist ein Problem aufgetreten. Bitte überprüfe deine Internetverbindung und versuche es erneut." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Beim Abrufen von Mitteilung ist ein Problem aufgetreten. Tippe hier, um es erneut zu versuchen." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Beim Abrufen von Posts ist ein Problem aufgetreten. Tippe hier, um es erneut zu versuchen." @@ -12495,25 +12622,25 @@ msgstr "Beim Aktualisieren deiner Feeds ist ein Problem aufgetreten. Bitte über #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Es gab ein Problem! {0}" @@ -12521,10 +12648,10 @@ msgstr "Es gab ein Problem! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Es ist ein Problem aufgetreten. Bitte überprüfe deine Internetverbindu msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Bei der Anwendung ist ein unerwartetes Problem aufgetreten. Bitte teile uns mit, wenn dir das passiert ist!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Es gab einen Ansturm neuer Nutzer auf Bluesky! Wir werden deinen Account so schnell wie möglich aktivieren." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Das sind deine Standardeinstellungen" @@ -12576,7 +12703,7 @@ msgstr "Sie können nicht erneut beitreten, es sei denn, du lädst sie erneut ei msgid "This {screenDescription} has been flagged:" msgstr "Diese {screenDescription} wurde gekennzeichnet:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Dieser Account hat ein Häkchen, weil er von vertrauenswürdigen Quellen verifiziert wurde." @@ -12584,7 +12711,7 @@ msgstr "Dieser Account hat ein Häkchen, weil er von vertrauenswürdigen Quellen msgid "This account has been marked as automated by its owner." msgstr "Dieser Account wurde vom Inhaber als automatisiert gekennzeichnet." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Für diesen Account gibt es einen oder mehrere Verifizierungsversuche, ist aber derzeit nicht verifiziert." @@ -12618,7 +12745,7 @@ msgstr "Dieser Einspruch wird an den Moderationsdienst von Bluesky gesendet." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Dieser Autor hat entschieden, seine Posts nur für eingeloggte Nutzer sichtbar zu machen." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Über diesen Button können andere die Germ DM-App öffnen, um dir eine Nachricht zu senden. Die Sichtbarkeit kannst du in der Germ DM-App verwalten oder über den untenstehenden Button die Verbindung zwischen deinem Bluesky-Account und Germ DM vollständig trennen." @@ -12649,7 +12776,7 @@ msgstr "Dieser Chat wurde getrennt" msgid "This code is invalid. Resend to get a new code." msgstr "Dieser Code ist ungültig. Bitte tippe auf „Erneut senden“, um einen neuen Code zu erhalten." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Dieser Bestätigungscode ist ungültig. Bitte versuche es erneut." @@ -12683,7 +12810,7 @@ msgstr "Diese Konversation ist gesperrt." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Diese Konversation ist mit einem gelöschten oder deaktivierten Account. Drücke für Optionen" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Dieser Entwurf wird dauerhaft gelöscht." @@ -12700,7 +12827,7 @@ msgstr "Genau dieser Ausdruck" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Diese Funktion ermöglicht es Nutzern, Mitteilungen über deine neuen Posts und Antworten zu erhalten. Für wen möchtest du das aktivieren?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Diese Funktion befindet sich in der Beta-Phase. Du kannst mehr über Repository-Exporte in <0>diesem Blogpost lesen." @@ -12763,7 +12890,7 @@ msgstr "Dies ist nur eine einmalige Sicherheitsprüfung, da wir diesen Account a msgid "This is not a valid link" msgstr "Das ist kein gültiger Link" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Diese Kennzeichnung zeigt anderen, dass dieser Account automatisiert ist. Ist die Kennzeichnung aktiviert, erscheint sie neben dem Accountnamen im Profil und bei Posts. Die Kennzeichnung kann jederzeit ein- oder ausgeschaltet werden." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Dieser Link führt dich zur folgenden Website:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Diese Liste – erstellt von <0>{0} – enthält mögliche Verstöße gegen die Community-Richtlinien von Bluesky in ihrem Namen oder in ihrer Beschreibung." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Diese Liste – erstellt von dir – enthält mögliche Verstöße gegen die Community-Richtlinien von Bluesky in ihrem Namen oder in ihrer Beschreibung." @@ -12829,11 +12956,11 @@ msgstr "Diese Person blockiert dich" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Dieser Post soll am <0>{0} erstellt worden sein, wurde aber erstmals von Bluesky am <1>{1} gesehen." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Dieser Post hat einen unbekannten Threadgate-Typ. Deine App ist möglicherweise veraltet." @@ -12845,19 +12972,19 @@ msgstr "Dieser Post ist nur für eingeloggte Nutzer sichtbar." msgid "This post was deleted by its author" msgstr "Dieser Post wurde vom Autor gelöscht" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Dieser Post wird aus Feeds und Threads ausgeblendet. Dies kann nicht rückgängig gemacht werden." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Der Autor dieses Posts hat das Zitieren dieses Posts deaktiviert." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Dieses Profil ist nur für eingeloggte Nutzer sichtbar. Es ist nicht sichtbar für Personen, die nicht eingeloggt sind." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Diese Antwort wird in einen ausgeblendeten Bereich am Ende deines Threads verschoben und Mitteilungen über nachfolgende Antworten werden sowohl für dich als auch für andere stummgeschaltet." @@ -12870,7 +12997,7 @@ msgstr "Dieser Bildschirm ist nur für Gruppenkonversationen verfügbar." msgid "This service has not provided terms of service or a privacy policy." msgstr "Dieser Dienst hat keine Nutzungsbedingungen oder Datenschutzerklärung bereitgestellt." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Dieser Service wird nicht unterstützt, solange die Live-Funktion in der Beta ist. Erlaubte Services: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Dieser Nutzer ist neu hier. Klicke hier, um weitere Informationen darüb msgid "This user isn't following anyone." msgstr "Dieser Nutzer folgt niemandem." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Dieses Video kann auf deinem Gerät nicht abgespielt werden. Deinem Browser oder System fehlen möglicherweise die erforderlichen Video-Codecs (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Dadurch wird dein Bluesky-Account <0>{currentHandle} und alle damit msgid "This will remove @{0} from the quick access list." msgstr "Dadurch wird @{0} aus der Schnellzugriffsliste entfernt." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Dies wird deinen Post aus diesem Zitat-Post für alle Nutzer entfernen und durch einen Platzhalter ersetzen." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Thread-Nummerierung" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Thread-Einstellungen" msgid "Threaded" msgstr "Thread" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Thread-Einstellungen" @@ -13002,7 +13124,7 @@ msgstr "Titel" msgid "Title (100 characters max)" msgstr "Titel (max. 100 Zeichen)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Um die E-Mail-2FA-Methode zu deaktivieren, verifiziere bitte deinen Zugriff auf die E-Mail-Adresse." @@ -13012,7 +13134,7 @@ msgstr "Um die E-Mail-2FA-Methode zu deaktivieren, verifiziere bitte deinen Zugr msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Um E-Mail-2FA (Zwei-Faktor-Authentisierung) zu deaktivieren, verifiziere bitte deinen Zugriff auf <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Um dich auszuloggen, <0>klicke hier. Oder wenn du möchtest, kannst du <1>deinen Account löschen." @@ -13020,11 +13142,11 @@ msgstr "Um dich auszuloggen, <0>klicke hier. Oder wenn du möchtest, kannst msgid "Today" msgstr "Heute" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Umschalten, um Inhalte für Erwachsene zu aktivieren oder zu deaktivieren" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Schaltet den Ton um" @@ -13053,7 +13175,7 @@ msgstr "Top" msgid "Top replies first" msgstr "Beliebte Antworten zuerst" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Thema" @@ -13061,8 +13183,8 @@ msgstr "Thema" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Übersetzen" @@ -13074,12 +13196,12 @@ msgstr "Übersetzt" msgid "Translating" msgstr "Wird übersetzt…" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Wird übersetzt…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Die Übersetzung in dieselbe Sprache ist auf deinem Gerät nicht verfügbar." @@ -13088,9 +13210,9 @@ msgstr "Die Übersetzung in dieselbe Sprache ist auf deinem Gerät nicht verfüg msgid "Tree view" msgstr "Baumansicht" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Angesagt" @@ -13099,12 +13221,20 @@ msgstr "Angesagt" msgid "Trending GIFs" msgstr "Angesagte GIFs" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Optionen für angesagte Themen" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Angesagte Themen" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Angesagte Themen basieren darauf, worüber Menschen im Netzwerk sprechen. Titel und Beschreibungen der Themen werden mit KI generiert." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Angesagte Videos" @@ -13113,7 +13243,7 @@ msgstr "Angesagte Videos" msgid "Trolling" msgstr "Trolling" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Vertrauen entsteht durch Beziehungen, Communitys und einem gemeinsamen Kontext. Deshalb ermöglichen wir auch <0>vertrauenswürdige Verifizierer: Organisationen, die Verifizierungen direkt ausstellen können." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Verbindung nicht möglich. Bitte überprüfe deine Internetverbindung und versuche es erneut." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Es konnte keine Verbindung zu deinem Dienst hergestellt werden. Bitte überprüfe deine Internetverbindung und versuche es erneut." @@ -13187,7 +13317,7 @@ msgstr "Es konnte keine Verbindung zu deinem Dienst hergestellt werden. Bitte ü msgid "Unable to contact your service. Please check your Internet connection." msgstr "Dein Dienst kann nicht kontaktiert werden. Bitte überprüfe deine Internetverbindung." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Löschen nicht möglich" @@ -13205,6 +13335,10 @@ msgstr "Ein ausgewählter Empfänger konnte nicht gefunden werden." msgid "Unable to find the selected recipient." msgstr "Der ausgewählte Empfänger konnte nicht gefunden werden." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Handle konnte nicht aufgelöst werden" @@ -13233,14 +13367,14 @@ msgstr "Feed-Information nicht verfügbar" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Entblocken" @@ -13251,8 +13385,8 @@ msgstr "{displayName} entblocken" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Account entblocken" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Account entblocken?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Account entblocken?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Liste entsperren" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Rückgängig machen" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Rückgängig machen" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Repost rückgängig machen ({0, plural, one {# Repost} other {# Reposts}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0} entfolgen" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Account entfolgen" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Entfolgt dem Nutzer" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Leider unterstützt keiner deiner abonnierten Kennzeichner diesen Meldungstyp." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Leider bist du aufgrund des in deinem Profil hinterlegten Geburtsdatums zu jung, um Bluesky nutzen zu können." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Leider deutet dein angegebenes Alter darauf hin, dass du in deiner Region nicht alt genug bist, um auf Bluesky zugreifen zu können." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Unbekannter Verifizierer" @@ -13333,13 +13490,13 @@ msgstr "Nicht gekennzeichnete Inhalte für Erwachsene" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Nicht gekennzeichnete, missbräuchliche oder nicht einvernehmliche Inhalte für Erwachsene" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Gefällt mir nicht mehr" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Gefällt mir nicht mehr ({0, plural, one {# Gefällt mir} other {# Gefällt mir}})" @@ -13351,12 +13508,12 @@ msgstr "Chat entsperren" msgid "Unlock this group chat" msgstr "Diesen Gruppenchat entsperren" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Stummschaltung aufheben" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Stummschaltung aufheben" msgid "Unmute {0}" msgstr "Stummschaltung für {0} aufheben" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Stummschaltung von Account aufheben" @@ -13379,8 +13536,8 @@ msgstr "Stummschaltung von Account aufheben" msgid "Unmute conversation" msgstr "Stummschaltung von Konversation aufheben" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Liste nicht mehr stummschalten" @@ -13388,8 +13545,8 @@ msgstr "Liste nicht mehr stummschalten" msgid "Unmute this group chat" msgstr "Stummschaltung für diesen Gruppenchat aufheben" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Stummschaltung des Threads aufheben" @@ -13397,14 +13554,14 @@ msgstr "Stummschaltung des Threads aufheben" msgid "Unmute video" msgstr "Stummschaltung von Video aufheben" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Lösen" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Feed lösen" @@ -13414,13 +13571,13 @@ msgstr "Feed lösen" msgid "Unpin from home" msgstr "Von Startseite lösen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Vom Profil lösen" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Moderationsliste lösen" @@ -13429,29 +13586,34 @@ msgstr "Moderationsliste lösen" msgid "Unpinned {0} from Home" msgstr "{0} von der Startseite gelöst" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Aus deinen Feeds gelöst" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Liste gelöst" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "E-Mail-Erinnerung wieder aktivieren" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Abmelden" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Von der Liste abmelden" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Von diesem Kennzeichner abmelden" @@ -13463,7 +13625,7 @@ msgstr "Von der Liste abgemeldet" msgid "Unsupported clipboard content" msgstr "Inhalt der Zwischenablage wird nicht unterstützt" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Nicht unterstützter Videotyp: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Aktualisieren auf {domain}" msgid "Update your email" msgstr "Aktualisiere deine E-Mail-Adresse" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Standort aktualisieren" @@ -13539,24 +13701,24 @@ msgstr "Hochladen einer Textdatei auf:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Von Kamera hochladen" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Von Dateien hochladen" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Aus der Bibliothek hochladen" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "GIF wird hochgeladen..." @@ -13570,7 +13732,7 @@ msgstr "Bilder werden hochgeladen..." msgid "Uploading link thumbnail..." msgstr "Link-Vorschaubild wird hochgeladen..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Video wird hochgeladen..." @@ -13659,25 +13821,25 @@ msgstr "Nutzerliste von {0}" msgid "User list by you" msgstr "Nutzerliste von dir" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Nutzerliste erstellt" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Nutzerliste aktualisiert" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Der Nutzername darf nicht länger als {MAX_SERVICE_HANDLE_LENGTH, plural,other {# Zeichen}} sein" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Der Nutzername darf nicht mit einem Bindestrich beginnen oder enden" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Der Nutzername darf nur Buchstaben (a–z), Zahlen und Bindestriche enthalten" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Nutzername oder E-Mail-Adresse" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "Nutzer gefolgt von <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "Nutzer, die <0>@{0} folgen" @@ -13707,11 +13869,11 @@ msgstr "Wert:" msgid "Verification failed, please try again." msgstr "Verifizierung fehlgeschlagen. Bitte versuche es erneut." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Verifizierungseinstellungen" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Verifizierungseinstellungen" @@ -13720,14 +13882,14 @@ msgstr "Verifizierungseinstellungen" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Verifizierungen auf Bluesky funktionieren anders als auf anderen Plattformen. <0>Hier erfährst du mehr (auf Englisch)." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verifiziert von:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Account verifizieren" @@ -13790,12 +13952,12 @@ msgstr "Verifiziere dein Alter" msgid "Verify your email" msgstr "Verifiziere deine E-Mail" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Verifizieren" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Verifizierung deiner Altersverifikation" @@ -13815,16 +13977,16 @@ msgstr "Version {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "über das Startpaket <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Video konnte nicht verarbeitet werden" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Video-Feed" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video von {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Video von {0}. Tippe, um das Video abzuspielen oder zu pausieren" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videospiele" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Video ist pausiert" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Video wird abgespielt" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video nicht gefunden." @@ -13859,12 +14021,12 @@ msgstr "Video nicht gefunden." msgid "Video settings" msgstr "Video-Einstellungen" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video hochgeladen" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Videos dürfen maximal 10 Minuten lang sein." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Videos dürfen nicht länger als 3 Minuten sein." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Ansehen" @@ -13903,9 +14059,9 @@ msgstr "Profilbild von {0} ansehen" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Profil von {0} ansehen" @@ -13924,11 +14080,11 @@ msgstr "Profil von {displayName} anzeigen" msgid "View {publicationTitle}" msgstr "{publicationTitle} ansehen" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Profil des blockierten Nutzers ansehen" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Blogpost für weitere Details ansehen" @@ -13936,8 +14092,8 @@ msgstr "Blogpost für weitere Details ansehen" msgid "View debug entry" msgstr "Debug-Eintrag anzeigen" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Details ansehen" @@ -13977,13 +14133,13 @@ msgstr "Mehr ansehen" msgid "View more trending videos" msgstr "Mehr angesagte Videos ansehen" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Post ansehen" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Sieh dir den von @{0} bereitgestellten Kennzeichnungsdienst an" msgid "View this user's verifications" msgstr "Verifizierungen dieses Nutzers ansehen" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Nutzer ansehen, denen dieser Feed gefällt" @@ -14026,11 +14182,11 @@ msgstr "Nutzer ansehen, denen dieser Feed gefällt" msgid "View video" msgstr "Video ansehen" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Sieh dir deine blockierten Accounts an" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Sieh dir deine Standard-Einstellungen für die Post-Interaktion an" @@ -14039,11 +14195,15 @@ msgstr "Sieh dir deine Standard-Einstellungen für die Post-Interaktion an" msgid "View your feeds and explore more" msgstr "Sieh dir deine Feeds an und entdecke mehr" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Deinen Moderations-Posteingang ansehen" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Sieh dir deine Moderationslisten an" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Sieh dir deine stummgeschalteten Accounts an" @@ -14060,6 +14220,10 @@ msgstr "Vollständiges Bild ansehen" msgid "Views video in immersive mode" msgstr "Zeigt Video im immersiven Modus" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Gewalt" @@ -14136,6 +14300,10 @@ msgstr "Beitrittsanfragen für diese Konversation konnten nicht geladen werden" msgid "We couldn’t load this conversation’s settings" msgstr "Einstellungen für diese Konversation konnten nicht geladen werden" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Wir konnten deinen Hosting-Anbieter nicht verifizieren. Überprüfe deine Internetverbindung oder <0>lege deinen Hosting-Anbieter manuell fest." @@ -14148,7 +14316,7 @@ msgstr "Wir löschen Hashes, nachdem Übereinstimmungen gefunden wurden" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Wir speichern weder die Telefonnummern deiner Freunde noch versenden wir Nachrichten" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Wir schätzen, dass es noch {estimatedTime} dauert, bis dein Account bereit ist." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Wir arbeiten mit <0>KWS zusammen, um die Altersverifizierung durchzuführen. Wenn du unten auf „Starten“ klickst, sendet dir KWS eine E-Mail mit Anweisungen, wie du die Verifizierung abschließen kannst. Falls deine E-Mail-Adresse bereits für die Altersverifizierung in einem anderen Spiel oder Dienst verwendet wurde, der KWS nutzt, musst du den Vorgang nicht erneut durchführen. Sobald du fertig bist, wirst du zurückgeleitet und kannst Bluesky weiter nutzen." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Wir haben eine weitere Verifizierungs-E-Mail an <0>{0} gesendet." @@ -14186,7 +14354,7 @@ msgstr "Wir empfehlen, mindestens zwei Interessen auszuwählen." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Wir haben eine E-Mail an <0>{0} gesendet, die einen Link enthält. Bitte klicke darauf, um den E-Mail-Verifizierungsprozess abzuschließen." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Wir konnten nicht feststellen, ob du berechtigt bist, Videos hochzuladen. Bitte versuche es erneut." @@ -14198,16 +14366,16 @@ msgstr "Die Konfiguration der Altersverifizierung für deine Region konnte aufgr msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Wir konnten deine Geburtsdatums-Einstellungen nicht laden. Bitte versuche es erneut." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Wir konnten deine konfigurierten Kennzeichner derzeit nicht laden." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Aufgrund eines Verbindungsproblems konnten wir die Verifizierung nicht erhalten. Sie kann später noch eintreffen. In diesem Fall wird dein Account automatisch aktualisiert." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Wir werden dich benachrichtigen, wenn dein Account bereit ist." @@ -14236,7 +14404,7 @@ msgstr "Wir aktualisieren außerdem unsere <0>Community-Richtlinien und möc msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Wir aktualisieren außerdem unsere Community-Richtlinien und möchten deine Meinung dazu hören! Diese neuen Richtlinien treten am 15. Oktober 2025 in Kraft." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Wir überprüfen deinen Altersverifizierungsstatus mit unseren Servern. Das sollte nur wenige Sekunden dauern." @@ -14255,7 +14423,7 @@ msgstr "Wir haben Netzwerkprobleme, versuche es erneut" msgid "We’re having network issues, try again" msgstr "Wir haben Netzwerkprobleme. Bitte versuche es erneut" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Wir führen eine neue Ebene der Verifizierung auf Bluesky ein — ein leicht erkennbares Häkchen." @@ -14267,7 +14435,7 @@ msgstr "Wir freuen uns sehr, dass du dabei bist!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Es tut uns leid, aber den von deinem Gerät übermittelten Daten zufolge bist du nicht alt genug, um auf Bluesky zugreifen zu können." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Es tut uns leid, aber basierend auf dem Standort deines Geräts befindest du dich derzeit in einer Region, in der eine Altersverifikation erforderlich ist." @@ -14296,7 +14464,7 @@ msgstr "Es tut uns leid, aber deine Suche konnte nicht abgeschlossen werden. Bit msgid "We're sorry, you cannot access this screen at this time." msgstr "Leider kannst du derzeit nicht auf diesen Bildschirm zugreifen." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Es tut uns leid! Der Post, auf den du antwortest, wurde gelöscht." @@ -14325,12 +14493,12 @@ msgstr "Wir aktualisieren unsere Nutzungsbedingungen, Datenschutzerklärung und msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Wir aktualisieren unsere Nutzungsbedingungen, Datenschutzerklärung und Urheberrechtsrichtlinie, gültig ab dem 15. September 2025. Außerdem aktualisieren wir unsere Community-Richtlinien und möchten deine Meinung dazu hören! Diese neuen Richtlinien treten am 15. Oktober 2025 in Kraft. Erfahre mehr über diese Änderungen und wie du uns deine Meinung mitteilen kannst, indem du unseren Blogpost liest (auf Englisch)." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Wir haben deinen Altersverifikationsstatus bestätigt. Du kannst dieses Dialogfeld jetzt schließen." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Willkommen zurück!" @@ -14351,17 +14519,17 @@ msgstr "Wie möchtest du dein Startpaket nennen?" msgid "what’s up" msgstr "was gibt’s" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Was gibt's?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Wenn du auf das Häkchen tippst, siehst du, welche Organisationen die Verifizierung vergeben haben." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Wer kann mit diesem Post interagieren?" @@ -14369,12 +14537,12 @@ msgstr "Wer kann mit diesem Post interagieren?" msgid "Who can join this group chat and how" msgstr "Wer diesem Gruppenchat beitreten kann und wie" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Wer kann antworten" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Wer kann verifizieren?" @@ -14434,11 +14602,11 @@ msgstr "Möchtest du diesen Nutzer blockieren und/oder diese Konversation lösch msgid "Would you like to block this user and/or leave this conversation?" msgstr "Möchtest du diesen Nutzer blockieren und/oder diese Konversation verlassen?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Möchtest du das als Entwurf speichern, bevor du deine Entwürfe ansiehst?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Möchtest du das als Entwurf speichern, um es später zu bearbeiten?" @@ -14447,12 +14615,12 @@ msgstr "Möchtest du das als Entwurf speichern, um es später zu bearbeiten?" msgid "Write a post" msgstr "Post verfassen" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Post verfassen" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Antwort schreiben" @@ -14475,8 +14643,8 @@ msgstr "Falscher Konversationstyp" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Ja" @@ -14486,8 +14654,8 @@ msgstr "Ja" msgid "Yes GIFs" msgstr "Zustimmen" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Ja, deaktivieren" @@ -14495,19 +14663,19 @@ msgstr "Ja, deaktivieren" msgid "Yes, delete my account" msgstr "Ja, meinen Account löschen" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Ja, dieses Startpaket löschen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Ja, trennen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Ja, ausblenden" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Ja, meinen Account reaktivieren" @@ -14519,7 +14687,7 @@ msgstr "Gestern" msgid "You are a trusted verifier" msgstr "Du bist ein vertrauenswürdiger Verifizierer" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Du greifst aus einer Region auf Bluesky zu, in der wir gesetzlich verpflichtet sind, dein Alter zu verifizieren, bevor wir dir Zugriff auf die App gewähren dürfen." @@ -14544,12 +14712,12 @@ msgstr "Du erstellst einen Account auf" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Die „Live gehen“-Funktion ist für dich momentan gesperrt. Um Einspruch gegen diese Moderationsentscheidung einzulegen, nutze bitte das untenstehende Formular." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Du kannst derzeit nicht auf den Altersverifikationsprozess von Bluesky zugreifen. Bitte <0>kontaktiere unser Moderationsteam, wenn du glaubst, dass es sich um einen Fehler handelt." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Du befindest dich in der Warteschlange." @@ -14558,11 +14726,11 @@ msgstr "Du befindest dich in der Warteschlange." msgid "You are Live" msgstr "Du bist live" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Du bist nicht mehr live" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Du darfst keine Videos hochladen." @@ -14570,7 +14738,7 @@ msgstr "Du darfst keine Videos hochladen." msgid "You are not following anyone yet" msgstr "Du folgst noch niemandem" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Du bist jetzt live!" @@ -14599,7 +14767,7 @@ msgstr "Du kannst deinen Account stattdessen auch <0>vorübergehend deaktivieren msgid "You can also discover new Custom Feeds to follow." msgstr "Du kannst auch neue benutzerdefinierte Feeds entdecken, denen du folgen kannst." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Du kannst deine Chatdaten auch als „JSONL“-Datei herunterladen. Diese Datei enthält nur Chatnachrichten, die du gesendet hast, nicht jedoch die, die du empfangen hast." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Du kannst dich jetzt mit deinem neuen Passwort einloggen." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Du kannst pro Post maximal {MAX_GALLERY_IMAGES, plural, other {# Bilder}} hinzufügen" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Du kannst Entwürfe nur mit bis zu 1000 Zeichen speichern." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Du kannst Entwürfe nur mit bis zu 1000 Zeichen speichern. Möchtest du diesen Post verwerfen, bevor du deine Entwürfe ansiehst?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Du kannst jeweils nur ein GIF auswählen." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Du kannst jeweils nur ein Video auswählen." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Du kannst deinen Account reaktivieren, um dich weiterhin einzuloggen. Dein Profil und deine Posts werden für andere Nutzer sichtbar sein." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Du kannst den Chatverlauf lesen, aber keine neuen Nachrichten senden." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Du kannst insgesamt maximal {MAX_GALLERY_IMAGES, plural, other {# Bilder}} auswählen." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Du kannst dies später in deinen Einstellungen aktualisieren." @@ -14690,7 +14855,7 @@ msgstr "Du kannst dein Geburtsdatum nicht ändern, während du ein App-Passwort msgid "You don't follow any users who follow @{name}." msgstr "Du folgst keinen Nutzern, die @{name} folgen." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Du hast noch keine Listen." @@ -14728,7 +14893,7 @@ msgstr "Du hast Mitteilungen für Antworten, Zitate und Erwähnungen vollständi #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Du hast einen ungültigen Code eingegeben. Er sollte wie folgt aussehen: XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Du hast das Ende erreicht" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Du hast deine E-Mail-Adresse erfolgreich verifiziert. Du kannst dieses Fenster jetzt schließen." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Du hast vorübergehend das Limit für Video-Uploads erreicht. Bitte versuche es später erneut." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Du hast ungespeicherte Änderungen an diesem Entwurf. Möchtest du sie speichern?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Du hast ungespeicherte Änderungen. Möchtest du sie speichern, bevor du deine Entwürfe ansiehst?" @@ -14858,7 +15023,7 @@ msgstr "Du musst mindestens sieben anderen Personen folgen, um ein Startpaket er msgid "You must grant access to your photo library to save a QR code" msgstr "Du musst den Zugriff auf deine Galerie gewähren, um einen QR-Code speichern zu können" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Du musst den Zugriff auf deine Galerie erlauben." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Du besitzt diesen Chat" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Du hast @{0} zuvor deaktiviert." @@ -14911,11 +15076,21 @@ msgstr "Du hast dir selbst geantwortet" msgid "You requested to join" msgstr "Beitritt angefragt" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Du wirst von all deinen Accounts ausgeloggt." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "Du bist startklar! Einige Funktionen können jedoch weiterhin eingeschr msgid "You’re in control" msgstr "Du hast die Kontrolle" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Du bist in der Warteschlange" @@ -15010,7 +15185,7 @@ msgstr "Du hast den Zugriff auf deine Kontakte verweigert" msgid "You've found some people to follow" msgstr "Du hast ein paar Leute gefunden, denen du folgen kannst" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Du hast das Ende des aktiven Inhalts erreicht." @@ -15018,7 +15193,7 @@ msgstr "Du hast das Ende des aktiven Inhalts erreicht." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Du hast das Ende deines Feeds erreicht! Finde weitere Accounts, denen du folgen kannst." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Du hast die maximale Anzahl an Entwürfen erreicht" @@ -15030,22 +15205,23 @@ msgstr "Du hast die maximale Anzahl an Anfragen erreicht. Bitte versuche es spä msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Du hast die maximale Anzahl von {MAX_FILTERS, plural, one {# Filter} other {# Filtern}} erreicht. Füge einem bestehenden Filter weitere Werte hinzu, anstatt neue Filter zu erstellen." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Du hast den Anfang des aktiven Inhalts erreicht." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Du hast dein tägliches Limit für Video-Uploads erreicht (zu viele Bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Du hast dein tägliches Limit für Video-Uploads erreicht (zu viele Videos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Du hast keine Videos mehr zum Anschauen. Vielleicht ist es ein guter Zeitpunkt, eine Pause zu machen?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Dein Account" @@ -15062,7 +15238,19 @@ msgstr "Dein Account wurde gelöscht, tschüss! ✌️" msgid "Your account has been suspended" msgstr "Dein Account wurde gesperrt" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Dein Account ist noch nicht alt genug, um Videos hochzuladen. Bitte versuche es später erneut." @@ -15074,7 +15262,7 @@ msgstr "Dein Account ist zu neu" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Dein Account muss mindestens 7 Tage alt sein, um einen neuen Gruppenchat erstellen zu können." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Dein Account-Repository, das alle öffentlichen Datensätze enthält, kann als „CAR“-Datei heruntergeladen werden. Diese Datei enthält keine eingebetteten Medien wie Bilder oder deine privaten Daten. Diese müssen separat abgerufen werden." @@ -15086,7 +15274,7 @@ msgstr "Es wurde festgestellt, dass dein Account gegen die <0>Bluesky Social Nut msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Deine Beschwerde wurde eingereicht. Falls sie erfolgreich ist, erhältst du eine E-Mail." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Dein Geburtsdatum" @@ -15115,7 +15303,7 @@ msgstr "Dein Kontakt {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Dein aktueller Handle <0>{0} bleibt automatisch für dich reserviert. Du kannst jederzeit von diesem Account aus zu ihm zurückwechseln." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Dein angegebenes Alter liegt unter 18. Einige der unten aufgeführten Einstellungen sind möglicherweise deaktiviert. Falls dies ein Fehler war, kannst du dein Geburtsdatum in deinen <0>Account-Einstellungen bearbeiten." @@ -15128,7 +15316,7 @@ msgstr "Deine E-Mail" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Deine E-Mail scheint ungültig zu sein." @@ -15140,7 +15328,7 @@ msgstr "Deine E-Mail wurde noch nicht verifiziert. Bitte verifiziere deine E-Mai msgid "Your first like!" msgstr "Deine erste „Gefällt mir“-Angabe!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Deine Follower" @@ -15157,7 +15345,7 @@ msgstr "Dein vollständiger Handle lautet <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Dein Hosting-Anbieter kann anhand einer E-Mail-Adresse nicht erkannt werden, daher wird der standardmäßige Bluesky-Dienst verwendet. Gib stattdessen deinen Nutzernamen ein oder lege deinen Hosting-Anbieter manuell fest." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Dein Hosting-Anbieter unterstützt keine Videos dieser Größe. Bitte versuche es erneut mit einer kleineren Datei." @@ -15165,7 +15353,7 @@ msgstr "Dein Hosting-Anbieter unterstützt keine Videos dieser Größe. Bitte ve msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Dein Hosting-Anbieter wird automatisch anhand des eingegebenen Nutzernamens erkannt." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Deine Interessen wurden aktualisiert!" msgid "Your interests help us find what you like!" msgstr "Deine Interessen helfen uns dabei, das zu finden, was dir gefällt!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Dein Standort wurde aktualisiert." @@ -15198,15 +15386,20 @@ msgstr "Dein Name, dein Profilbild, der Name des Gruppenchats und die Anzahl der msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Dein Passwort wurde erfolgreich geändert! Bitte verwende ab sofort dein neues Passwort, wenn du dich bei Bluesky einloggst." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Dein Passwort muss mindestens 8 Zeichen lang sein." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Dein Post wurde gesendet" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Deine Posts wurden gesendet" @@ -15214,7 +15407,7 @@ msgstr "Deine Posts wurden gesendet" msgid "Your preferred language" msgstr "Deine bevorzugte Sprache" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Dein Profilbild" @@ -15223,24 +15416,28 @@ msgstr "Dein Profilbild" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Dein Profilbild, umgeben von konzentrischen Kreisen mit den Profilbildern anderer Nutzer" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Dein Profil, deine Posts, deine Feeds und Listen werden nicht mehr für andere Bluesky-Nutzer sichtbar sein. Du kannst deinen Account jederzeit reaktivieren, indem du dich einloggst." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Deine Antwort wurde gesendet" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Deine Meldung wird an <0>{0} gesendet." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Deine ausgewählten Interessen helfen uns dabei, dir Inhalte anzuzeigen, die dich interessieren." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Dein Thread enthält leere Posts, die übersprungen werden. Die übrigen Posts werden als Thread veröffentlicht." diff --git a/src/locale/locales/el/messages.po b/src/locale/locales/el/messages.po index e35327a74c..8ef4b75991 100644 --- a/src/locale/locales/el/messages.po +++ b/src/locale/locales/el/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: el\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Greek\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" κατηγορία (ενεργό)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# ακολουθεί} other {# ακολουθούν}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# φίλος βρέθηκε!} other {# φίλοι βρέθηκαν!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# ώρα} other {# ώρες}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#μήν.} other {#μήν.}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {1 ακόμα δημοσίευση} other {# ακόμα δημοσιεύσεις}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {ακόλουθος} other {ακόλουθοι}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {ακολουθεί} other {ακολουθούν}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {ανάρτηση} other {αναρτήσεις}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# ακόμα}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} είναι ζωντανά" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "Το {0} δεν είναι διαθέσιμο" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Το Starter Pack του {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {ώρα} other {ώρες}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {λεπτό} other {λεπτά}}" @@ -652,14 +661,14 @@ msgstr "Ο/η {firstAuthorName} γράφτηκε στο starter pack σας" msgid "{firstAuthorName} verified you" msgstr "Ο/Η {firstAuthorName} σας επαλήθευσε" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} ακόλουθοι" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# ώρα} other {# ώρες}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, one {}other {# χρήστες έχουν}} γίνει μέλη!" @@ -767,7 +776,7 @@ msgstr "Ο/Η {profileName} γράφτηκε στο Bluesky με πακέτο ν #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, και {2, plural, one {# άλλος} other {# άλλοι}} είναι μέσα στο πακέτο νέων σας" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, και {2, plural, one {# άλλος} other {# #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, και {2, plural, one {# άλλος} other {# άλλοι}} είναι μέσα στο Starter Pack σας" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {αποθήκευση} other {αποθηκε #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} και <1> <2>{1} περιλαμβάνονται στο πακέτο εκκίνησής σας" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} περιλαμβάνεται στο πακέτο εκκίνησής σας" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} μέλη" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Εσείς και <1> <2>{0} περιλαμβάνονται στο πακέτο εκκίνησής σας" @@ -946,6 +955,12 @@ msgstr "7 ημέρες" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Μια συλλογή από δημοφιλείς ροές που μπορείτε να βρείτε στο Bluesky, συμπεριλαμβανομένου News, Booksky, Game Dev, Blacksky, και Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Παρουσιάστηκε σφάλμα δικτύου. Παρακαλο msgid "A new code has been sent" msgstr "Ένας νέος κωδικός έχει σταλεί" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Μια νέα μορφή επαλήθευσης" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Προσβασιμότητα" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Ρυθμίσεις Προσβασιμότητας" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Λογαριασμός" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Λογαριασμός μπλοκαρισμένος" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Ο Λογαριασμός ακολουθείται" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Λογαριασμός σε σίγαση" @@ -1111,24 +1126,24 @@ msgstr "Λογαριασμός αφαιρέθηκε από την γρήγορη #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Λογαριασμός ξεμπλοκαρισμένος" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Λογαριασμός σταμάτησε να ακολουθείται" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Άρση σίγασης λογαριασμού" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Λογαριασμοί με ένα μπλε κυματοειδές τικ <0><1/> μπορούν να επαληθεύσουν άλλους. Αυτοί οι αξιόπιστοι επαληθευτές επιλέγονται από το Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Λογαριασμοί με ένα μπλε κυματοειδές τι msgid "Activity from others" msgstr "Δραστηριότητα από άλλους" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Προσθήκη" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Προσθέστε {0} περισσότερα για να συνεχίσετε" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Προσθήκη {displayName} στο starter pack" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Προσθήκη χρήστη σε αυτήν τη λίστα" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Προσθήκη λογαριασμού" @@ -1201,11 +1216,11 @@ msgstr "Προσθήκη εναλλακτικού κειμένου (προαιρ msgid "Add another account" msgstr "Προσθήκη άλλου λογαριασμού" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Προσθήκη άλλης ανάρτησης" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Προσθήκη άλλης δημοσίευσης στο νήμα" @@ -1223,7 +1238,7 @@ msgstr "Προσθήκη κωδικού πρόσβασης εφαρμογής" msgid "Add App Password" msgstr "Προσθήκη κωδικού πρόσβασης εφαρμογής" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Προσθήκη εικόνας" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Προσθήκη πολυμέσων στη δημοσίευση" @@ -1254,8 +1269,8 @@ msgstr "Προσθήκη πολυμέσων στη δημοσίευση" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Προσθέστε περισσότερες λεπτομέρειες (προαιρετικό)" @@ -1295,7 +1310,7 @@ msgstr "Προσθήκη Αντίδρασης" msgid "Add recommended feeds" msgstr "Προσθήκη προτεινόμενων ροών" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Προσθέστε μερικές ροές στο πακέτο εκκίνησής σας!" @@ -1307,12 +1322,12 @@ msgstr "Προσθήκη της προεπιλεγμένης ροής μόνο msgid "Add the following DNS record to your domain:" msgstr "Προσθέστε το ακόλουθο αρχείο DNS στο domain σας:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Προσθήκη αυτού της ροής στις ροές σας" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Προσθήκη σε λίστες" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Προσθήκη στις αποθηκευμένες δημοσιεύσεις" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Προσθήκη στα πακέτα νέων" @@ -1330,7 +1345,7 @@ msgstr "Προσθήκη στα πακέτα νέων" msgid "Add user to list" msgstr "Προσθήκη χρήστη στη λίστα" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Προσθέστε την ημερομηνία γέννησής σας" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "Πρόσθετες λεπτομέρειες (όριο 1000 χαρακτήρες)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Πρόσθετες λεπτομέρειες (όριο 300 χαρακτήρες)" @@ -1378,14 +1393,14 @@ msgstr "Ενήλικες" msgid "Adult content" msgstr "Περιεχόμενο για ενήλικες" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Περιεχόμενο για ενηλίκους" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Το περιεχόμενο για ενηλίκους μπορεί να ενεργοποιηθεί μόνο μέσω του Web στην διεύθυνση <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Ετικέτες περιεχομένου για ενηλίκους" msgid "Adult sexual abuse content" msgstr "Περιεχόμενο σεξουαλικής κακοποίησης ενηλίκων" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Προηγμένες" @@ -1423,7 +1438,7 @@ msgstr "Υποβλήθηκε έρευνα για τη διασφάλιση ηλ msgid "Age assurance only takes a few minutes" msgstr "Η διασφάλιση ηλικίας διαρκεί μόνο λίγα λεπτά" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "Όλα" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Όλα" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Όλοι οι λογαριασμοί έχουν ακολουθηθεί!" @@ -1474,7 +1494,7 @@ msgstr "Όλες οι ροές που έχετε αποθηκεύσει, σε έ msgid "Allow access to your direct messages" msgstr "Επιτρέψτε την πρόσβαση στα προσωπικά μηνύματά σας" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Επιτρέψτε σε οποιονδήποτε να απαντήσει" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Να επιτρέπεται η πρόσβαση στην τοποθεσία" @@ -1498,24 +1518,24 @@ msgstr "Να επιτρέπεται η πρόσβαση στην τοποθεσ msgid "Allow others to be notified of your posts" msgstr "Επιτρέψτε σε άλλους να ειδοποιηθούν για τις δημοσιεύσεις σας" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Επιτρέψτε σε άτομα που ακολουθείτε να απαντούν" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Επιτρέψτε σε άτομα που επισημαίνετε να απαντούν" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Επιτρέψτε παραθέσεις δημοσιεύσεων" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Επιτρέψτε στους χρήστες σε {0} να απαντούν" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Επιτρέψτε στους ακολούθους σας να απαντούν" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Επιτρέπει την πρόσβαση σε προσωπικά μηνύματα" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Έχετε ήδη κωδικό;" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Έχετε ήδη λογαριασμό;" @@ -1540,7 +1560,7 @@ msgstr "Ήδη συνδεδεμένος ως @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Ένα email έχει σταλεί στο {0}. Περιλαμβάνει έναν κωδικό επιβεβαίωσης που μπορείτε να εισαγάγετε παρακάτω." @@ -1587,7 +1607,7 @@ msgstr "Παρουσιάστηκε σφάλμα" msgid "An error occurred" msgstr "Παρουσιάστηκε σφάλμα" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Παρουσιάστηκε σφάλμα κατά τη συμπίεση του βίντεο." @@ -1596,7 +1616,7 @@ msgstr "Παρουσιάστηκε σφάλμα κατά τη συμπίεση msgid "An error occurred while fetching suggested accounts." msgstr "Παρουσιάστηκε σφάλμα κατά τη λήψη προτεινόμενων λογαριασμών." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Παρουσιάστηκε σφάλμα κατά την λήψη της ροής." @@ -1609,15 +1629,15 @@ msgstr "Παρουσιάστηκε σφάλμα κατά τη δημιουργί msgid "An error occurred while hiding suggestion. {0}" msgstr "Παρουσιάστηκε σφάλμα κατά την απόκρυψη της πρότασης. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Παρουσιάστηκε σφάλμα κατά τη φόρτωση του βίντεο. Παρακαλώ δοκιμάστε ξανά αργότερα." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Παρουσιάστηκε σφάλμα κατά τη φόρτωση του βίντεο. Παρακαλώ δοκιμάστε ξανά." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Παρουσιάστηκε σφάλμα κατά τη φόρτωση των λιστών σας :/" @@ -1628,16 +1648,16 @@ msgstr "Παρουσιάστηκε σφάλμα κατά την αποθήκευ #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Παρουσιάστηκε σφάλμα κατά την προσπάθεια παρακολούθησης όλων" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Παρουσιάστηκε πρόβλημα, παρακαλώ δοκιμάστε ξανά." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "άγνωστος ετικετοποιητής" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "και" @@ -1735,7 +1755,7 @@ msgstr "Ανακοινώνουμε την επαλήθευση στο Bluesky" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Οποιοσδήποτε" @@ -1767,7 +1787,7 @@ msgstr "Οποιοσδήποτε με ακολουθεί" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Τα ονόματα κωδικών πρόσβασης εφαρμογής msgid "App passwords" msgstr "Κωδικοί πρόσβασης εφαρμογής" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Κωδικοί Πρόσβασης Εφαρμογής" @@ -1819,7 +1839,7 @@ msgstr "Έφεση" #. placeholder {0}: strings.name #: src/components/moderation/AppealForm.tsx:104 msgid "Appeal \"{0}\" label" -msgstr "Ένσταση ετικέτας" +msgstr "Ένσταση ετικέτας \"{0}\"" #: src/components/moderation/ModerationDetailsDialog.tsx:159 msgid "Appeal label" @@ -1856,7 +1876,7 @@ msgstr "Εφεση σε αυτήν την απόφαση" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Αρχειοθετήθηκε από {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Αρχειοθετημένη ανάρτηση" @@ -1908,13 +1928,13 @@ msgstr "" #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" -msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τον κωδικό πρόσβασης εφαρμογής;" +msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τον κωδικό πρόσβασης εφαρμογής \"{0}\";" #: src/components/dms/MessageOverlays.tsx:183 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το Starter Pack;" @@ -1936,7 +1956,7 @@ msgstr "Σίγουρα θέλετε να αποχωρήσετε από αυτή msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Είστε σίγουροι ότι θέλετε να αφαιρέσετε αυτό από τις ροές σας;" @@ -1945,7 +1965,7 @@ msgstr "Είστε σίγουροι ότι θέλετε να αφαιρέσετ msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Είστε σίγουροι ότι θέλετε να απορρίψετε αυτήν την ανάρτηση;" @@ -1953,7 +1973,7 @@ msgstr "Είστε σίγουροι ότι θέλετε να απορρίψετ msgid "Are you sure?" msgstr "Είστε σίγουροι;" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Τέχνη" msgid "Artistic or non-erotic nudity." msgstr "Καλλιτεχνική ή μη ερωτική γυμνότητα." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Ανάθεση θέματος για τον αλγόριθμο" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Τουλάχιστον 8 χαρακτήρες" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "Διαθέσιμο" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Πίσω" msgid "Back to Chats" msgstr "Πίσω στις Συνομιλίες" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Απαγορευμένες δραστηριότητες ή παραβιάσεις ασφαλείας" @@ -2081,7 +2109,7 @@ msgstr "Απαγορευμένες δραστηριότητες ή παραβι msgid "Banned user returning" msgstr "Αποκλεισμένος χρήστης που επιστρέφει" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "Ξεκινήστε τη διαδικασία διασφάλισης ηλ msgid "Beta Feature" msgstr "Beta Λειτουργία" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Αποκλεισμός λογαριασμού" @@ -2255,15 +2283,15 @@ msgstr "Φραγή χρήστη και/ή διαγραφή αυτής της σ msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Αποκλεισμένος" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Αποκλεισμένοι λογαριασμοί" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Αποκλεισμένοι Λογαριασμοί" @@ -2288,7 +2316,7 @@ msgstr "Ο αποκλεισμός είναι δημόσιος. Οι αποκλε 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." msgstr "Ο αποκλεισμός δεν θα εμποδίσει την εφαρμογή ετικετών στον λογαριασμό σας, αλλά θα σταματήσει αυτόν τον λογαριασμό από το να απαντά στις συζητήσεις σας ή να αλληλεπιδρά μαζί σας." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Ιστολόγιο" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Το Bluesky δεν μπορεί να επιβεβαιώσει την αυθεντικότητα της ημερομηνίας που δηλώθηκε." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Το Bluesky βοηθά τους φίλους να βρουν ο ένας τον άλλο δημιουργώντας ένα κωδικοποιημένο ψηφιακό δακτυλικό αποτύπωμα, που ονομάζεται \"hash\", και στη συνέχεια ψάχνει για την αντιστοιχία hashes." @@ -2357,15 +2389,11 @@ msgstr "Το Bluesky αποθηκεύει τις επαφές σας ως κωδ msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Το Bluesky θα επιλέξει μια σειρά από προτεινόμενους λογαριασμούς από άτομα στο δίκτυό σας." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Το Bluesky θα επαληθεύσει προληπτικά τους αξιοσημείωτους και αυθεντικούς λογαριασμούς." @@ -2424,29 +2452,29 @@ msgstr "Περιηγηθείτε σε περισσότερες προτάσει msgid "Browse other feeds" msgstr "Περιηγηθείτε σε άλλες ροές" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Περιηγηθείτε σε δημοσιεύσεις σχετικά με το {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Περιηγηθείτε σε δημοσιεύσεις με ετικέτα {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Περιήγηση πακέτου νέων {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Περιήγηση θέματος {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Περιήγηση θέματος {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Επιχειρήσεις" @@ -2459,10 +2487,10 @@ msgstr "Κουμπί για να επιστρέψετε στο αρχικό χρ #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Από {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Από <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Δημιουργώντας λογαριασμό συμφωνείτε μ msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Δημιουργώντας λογαριασμό συμφωνείτε με τους <0>Όρους Χρήσης." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Από εσάς" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Κάμερα" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Ακύρωση" msgid "Cancel quote post" msgstr "Ακύρωση αναδημοσίευσης" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Ακύρωση επανενεργοποίησης και έξοδος" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Δεν μπορείτε να αλληλεπιδράσετε με έναν μπλοκαρισμένο χρήστη" @@ -2609,7 +2637,7 @@ msgstr "Υπότιτλοι (.vtt)" msgid "Captions & alt text" msgstr "Υπότιτλοι & εναλλακτικό κείμενο" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Αλλαγή Ονόματος Χρήστη" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Αλλαγή κωδικού πρόσβασης" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Διάλογος αλλαγής κωδικού πρόσβασης" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Αλλαγή αιτίας αναφοράς" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Συνομιλία" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Εισερχόμενα αιτήματος συνομιλίας" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Αιτήματα συνομιλίας" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Έλεγχος κατάστασης" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Επιλέξτε το δικό σας χρονολόγιο! Οι ροές που φτιάχνονται από την κοινότητα σάς βοηθούν να βρείτε περιεχόμενο που αγαπάτε." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Επιλέξτε τον κωδικό σας" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "Εκκαθάριση προσωρινής μνήμης εικόνων" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Καθαρισμός αναζήτησης" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Πατήστε εδώ για αποσύνδεση" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "Πατήστε εδώ για να επανεκκινήσετε τη διαδικασία επαλήθευσης." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Πατήστε εδώ για να ενημερώσετε την ημερομηνία γέννησής σας" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Κάντε κλικ για να επαναλάβετε το αποτυχημένο μήνυμα" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Κάντε κλικ για να επαναλάβετε το αποτυχ #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Κάντε κλικ για να επαναλάβετε το αποτυχ #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Κλείσιμο" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Κλείσιμο ενεργού διαλόγου" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Κλείσιμο διαλόγου" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Κλείσιμο αυτού του διαλόγου" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Κλείνει την ειδοποίηση ενημέρωσης κωδικού πρόσβασης" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "Σύμπτυξη λίστας χρηστών" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Συμπτύσσει τη λίστα χρηστών για μια δεδομένη ειδοποίηση" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Κόμικς" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Οδηγίες Κοινότητας" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Ολοκληρώστε την εισαγωγή και ξεκινήστε να χρησιμοποιείτε τον λογαριασμό σας" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Ολοκλήρωση της πρόκλησης" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Σύνταξη νέας ανάρτησης" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Σύνταξη αναρτήσεων έως {0, plural, other {# χαρακτήρες}}" @@ -3180,11 +3209,11 @@ msgstr "Σύνταξη αναρτήσεων έως {0, plural, other {# χαρα msgid "Compose reply" msgstr "Σύνταξη απάντησης" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Συμπίεση βίντεο..." @@ -3198,18 +3227,18 @@ msgstr "Ρυθμισμένο στις <0>ρυθμίσεις διαχείριση #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Επιβεβαίωση" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Κωδικός επιβεβαίωσης" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Πρόβλημα σύνδεσης" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Επικοινωνία με την υποστήριξη" @@ -3273,7 +3302,7 @@ msgstr "Περιεχόμενο και Μέσα" msgid "Content and media" msgstr "Περιεχόμενο και μέσα" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Περιεχόμενο και Μέσα" @@ -3281,7 +3310,7 @@ msgstr "Περιεχόμενο και Μέσα" msgid "Content Blocked" msgstr "Αποκλεισμένο Περιεχόμενο" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Φίλτρα περιεχομένου" @@ -3421,8 +3450,8 @@ msgstr "Αντιγραφή" msgid "Copy App Password" msgstr "Αντιγραφή κωδικού πρόσβασης εφαρμογής" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Αντιγραφή at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Αντιγραφή κωδικού" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Αντιγραφή DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Αντιγραφή συνδέσμου" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Αντιγραφή Συνδέσμου" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Αντιγραφή συνδέσμου στη λίστα" @@ -3472,12 +3501,12 @@ msgstr "Αντιγραφή συνδέσμου στη λίστα" msgid "Copy link to post" msgstr "Αντιγραφή συνδέσμου στην ανάρτηση" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Αντιγραφή συνδέσμου προς προφίλ" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Αντιγραφή συνδέσμου στο πακέτο νέων" @@ -3491,8 +3520,8 @@ msgstr "Αντιγραφή κειμένου μηνύματος" msgid "Copy post at:// URI" msgstr "Αντιγραφή ανάρτησης at:// URI" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Αντιγραφή κειμένου ανάρτησης" @@ -3506,7 +3535,7 @@ msgstr "Αντιγραφή τιμής εγγραφής TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Πολιτική Πνευματικών Δικαιωμάτων" @@ -3632,7 +3661,7 @@ msgstr "Δημιουργία" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Δημιουργία QR κώδικα για ένα starter pack" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Δημιουργία starter pack" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Δημιουργία starter pack για μένα" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Δημιουργία νέου λογαριασμού" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Δημιουργία αναφοράς για {0}" @@ -3734,7 +3763,7 @@ msgstr "Δημιουργία αναφοράς για {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Δημιουργήθηκε {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "Σκοτεινό" msgid "Dark theme" msgstr "Σκοτεινό θέμα" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Ημερομηνία γέννησης" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Απενεργοποίηση λογαριασμού" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Διαγραφή" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "Διαγραφή για μένα" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "Διαγραφή μηνύματος για μένα" msgid "Delete my account" msgstr "Διαγραφή του λογαριασμού μου" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Διαγραφή ανάρτησης" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Διαγραφή starter pack" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Διαγραφή starter pack;" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Διαγραφή αυτής της λίστας;" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Διαγραφή αυτής της ανάρτησης;" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Διαγραμμένο" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Περιγραφικό εναλλακτικό κείμενο" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Αποσύνδεση απόσπασης" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Αποσύνδεση αναδημοσίευσης;" @@ -3993,11 +4022,11 @@ msgstr "Η λειτουργία προγραμματιστή ενεργοποι msgid "Developer options" msgstr "Επιλογές προγραμματιστή" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Διάλογος: ρυθμίστε ποιοι μπορούν να αλληλεπιδράσουν με αυτή την ανάρτηση" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Ντιμαρισμένο" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Απενεργοποίηση Email 2FA" @@ -4041,11 +4075,11 @@ msgstr "Απενεργοποίηση ανάδρασης αφής" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Απενεργοποιημένο" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Απόρριψη" @@ -4075,23 +4109,28 @@ msgstr "Απόρριψη" msgid "Discard changes?" msgstr "Απόρριψη αλλαγών;" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Απόρριψη προσχεδίου;" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Απόρριψη ανάρτησης;" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Ανακαλύψτε νέες προσαρμοσμένες ροές" msgid "Discover New Feeds" msgstr "Ανακαλύψτε Νέες Ροές" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Απόρριψη" @@ -4115,7 +4154,7 @@ msgstr "Απόρριψη" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Απόρριψη σφάλματος" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Ολοκληρώθηκε" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Πατήστε δύο φορές για να κλείσετε το παράθυρο διαλόγου" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Κατεβάστε το Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "π.χ. alice.com" msgid "E.g. artistic nudes." msgstr "Π.χ. καλλιτεχνικά γυμνά." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "π.χ. Σπουδαίες αφίσες" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Επεξεργασία" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Επεξεργασία εικόνας προφίλ" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Επεξεργασία εικόνας" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Επεξεργασία ρυθμίσεων αλληλεπίδρασης" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Επεξεργασία λεπτομερειών λίστας" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Επεξεργασία των ροών μου" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Επεξεργασία ατόμων" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Επεξεργασία ρυθμίσεων αλληλεπίδρασης ανάρτησης" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Επεξεργασία προφίλ" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Επεξεργασία προφίλ" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Επεξεργασία starter pack" @@ -4454,15 +4494,15 @@ msgstr "Επεξεργασία starter pack" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Επεξεργασία του ποιος μπορεί να απαντήσει" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Επεξεργασία του starter pack σας" @@ -4470,16 +4510,16 @@ msgstr "Επεξεργασία του starter pack σας" msgid "Education" msgstr "Εκπαίδευση" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Η 2FA μέσω email απενεργοποιήθηκε" @@ -4492,7 +4532,7 @@ msgstr "Η 2FA μέσω email ενεργοποιήθηκε" msgid "Email address" msgstr "Διεύθυνση email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Email Απεστάλη ξανά" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Email Επαληθεύτηκε" @@ -4527,7 +4567,7 @@ msgstr "Ενσωμάτωση ανάρτησης" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Ενσωματώστε αυτήν την ανάρτηση στον ιστότοπό σας. Απλώς αντιγράψτε το παρακάτω τμήμα και επικολλήστε το στον κώδικα HTML του ιστότοπού σας." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "Ενεργοποίηση" msgid "Enable {0} only" msgstr "Ενεργοποίηση μόνο {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Ενεργοποίηση περιεχομένου ενηλίκων" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Ενεργοποιημένο" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Εισάγετε την διεύθυνση email σας" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "Εισάγετε το όνομα χρήστη και τον κωδικό πρόσβασης σας" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Σφάλμα" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Παρουσιάστηκε σφάλμα κατά την αποθήκευση του αρχείου" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Σφάλμα λήψης απάντησης captcha." @@ -4712,11 +4747,11 @@ msgstr "Σφάλμα λήψης απάντησης captcha." msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Όλοι μπορούν να απαντήσουν" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Όλοι μπορούν να απαντήσουν σε αυτήν την ανάρτηση." @@ -4783,7 +4818,7 @@ msgstr "Ανάπτυξη ή συμπίεση της πλήρους ανάρτη msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "Γυμνό ή ενδεχομένως ενοχλητικό μέσο." msgid "Explicit sexual images." msgstr "Γυμνές σεξουαλικές εικόνες." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Εξαγωγή των δεδομένων μου" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Εξωτερικό μέσο" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Τα εξωτερικά μέσα ενδέχεται να επιτρέπουν σε ιστοσελίδες να συλλέγουν πληροφορίες για εσάς και τη συσκευή σας. Καμία πληροφορία δεν αποστέλλεται ή ζητείται μέχρι να πατήσετε το κουμπί \"αναπαραγωγή\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Προτιμήσεις εξωτερικού μέσου" @@ -4946,7 +4981,7 @@ msgstr "Απέτυχε η διαγραφή μηνύματος" msgid "Failed to delete post, please try again" msgstr "Απέτυχε η διαγραφή ανάρτησης, παρακαλώ δοκιμάστε ξανά" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Απέτυχε η διαγραφή starter pack" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Απέτυχε η φόρτωση προτιμήσεων ροών" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Απέτυχε η φόρτωση προτεινόμενων ροών" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Απέτυχε η φόρτωση προτεινόμενων ακολουθιών" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Απέτυχε το καρφίτσωμα ανάρτησης" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Απέτυχε η αποθήκευση εικόνας: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "Απέτυχε η εναλλαγή σίγασης συνομιλίας, msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Απέτυχε η ενημέρωση ροών" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Απέτυχε η ενημέρωση ρυθμίσεων" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Απέτυχε η μεταφόρτωση βίντεο" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Ροή" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Εναλλαγή ροής" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Ροές" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Το αρχείο αποθηκεύτηκε με επιτυχία!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Φίλτρο από ροές" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Ολοκλήρωση" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Βρείτε λογαριασμούς για να ακολουθήσετε" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Ακολουθήστε" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Ακολουθήστε {0}" @@ -5458,7 +5499,7 @@ msgstr "Ακολουθήστε {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Ακολουθήστε 7 λογαριασμούς" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5527,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Ακολουθήστε τους όλους" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Ακολούθοι του/της @{0} που γνωρίζετε" @@ -5552,28 +5593,29 @@ msgstr "Ακολούθοι που γνωρίζετε" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Ακολουθείτε" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Ακολουθείτε" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Ακολουθείτε {0}" @@ -5582,7 +5624,7 @@ msgstr "Ακολουθείτε {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Προτιμήσεις της ροής Ακολουθείτε" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Προτιμήσεις της ροής Ακολουθείτε" @@ -5613,7 +5655,7 @@ msgstr "Μέγεθος γραμματοσειράς" msgid "Food" msgstr "Φαγητό" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Πίσω" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Πίσω" @@ -5867,8 +5909,8 @@ msgstr "Επιστροφή στο προηγούμενο βήμα" msgid "Go home" msgstr "Αρχική" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Απτικές αντιδράσεις" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Έχετε πρόβλημα;" @@ -6145,11 +6197,11 @@ msgstr "Αυτός είναι ο κωδικός πρόσβασης της εφα msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "Κρυφή λίστα" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Απόκρυψη" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Απόκρυψη" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Απόκρυψη ανάρτησης για μένα" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Απόκρυψη απάντησης για όλους" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Απόκρυψη απάντησης για μένα" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Απόκρυψη αυτής της ανάρτησης;" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Απόκρυψη αυτής της απάντησης;" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Απόκρυψη λίστας χρηστών" @@ -6267,12 +6308,12 @@ msgstr "Απόκρυψη λίστας χρηστών" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Χμμ, ο διακομιστής ροής έδωσε μια κακή α msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Χμμ, έχουμε πρόβλημα να βρούμε αυτήν την ροή. Ίσως να έχει διαγραφεί." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Χμμμ, φαίνεται ότι έχουμε πρόβλημα με τη φόρτωση αυτών των δεδομένων. Δείτε παρακάτω για περισσότερες λεπτομέρειες. Αν το πρόβλημα επιμένει, επικοινωνήστε μαζί μας." @@ -6316,14 +6357,14 @@ msgstr "Χμμμ, φαίνεται ότι έχουμε πρόβλημα με τ msgid "Hmmmm, we couldn't load that moderation service." msgstr "Χμμμ, δεν καταφέραμε να φορτώσουμε αυτήν την υπηρεσία διαχείρισης." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Περιμένετε! Δίνουμε σταδιακά πρόσβαση στο βίντεο και εσείς περιμένετε στην ουρά. Ελέγξτε ξανά σύντομα!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Αρχική" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Έχω έναν κωδικό" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Εάν δεν είστε ακόμη ενήλικας σύμφωνα με τους νόμους της χώρας σας, ο γονέας ή ο νόμιμος κηδεμόνας σας πρέπει να διαβάσει αυτούς τους Όρους εκ μέρους σας." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Εάν διαγράψετε αυτήν τη λίστα, δεν θα μπορείτε να την ανακτήσετε." @@ -6420,7 +6461,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Εάν καταργήσετε αυτήν την ανάρτηση, δεν θα μπορείτε να την ανακτήσετε." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Εάν προσπαθείτε να αλλάξετε το όνομα χρήστη ή το email σας, κάντε το πριν απενεργοποιήσετε τον λογαριασμό σας." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Εικόνα" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Εισαγάγετε τον κωδικό που σας στάλθηκε msgid "Interaction limited" msgstr "Περιορισμένη αλληλεπίδραση" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Μη έγκυρος κωδικός επιβεβαίωσης 2FA." @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Μη έγκυρος κωδικός επαλήθευσης" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Κωδικός πρόσκλησης" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Ο κωδικός πρόσκλησης δεν έγινε δεκτός. Βεβαιωθείτε ότι τον εισάγατε σωστά και δοκιμάστε ξανά." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Προσκαλέστε άτομα σε αυτό το starter pack!" @@ -6786,26 +6827,26 @@ msgstr "Προσκλήσεις, αλλά προσωπικές" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Είναι σωστό" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Είστε μόνοι σας αυτή τη στιγμή! Προσθέστε περισσότερους ανθρώπους στο starter pack σας κάνοντας αναζήτηση παραπάνω." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID εργασίας: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Εργασίες" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Εγγραφείτε στο Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Συμμετάσχετε στη συζήτηση" msgid "Journalism" msgstr "Δημοσιογραφία" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Επισημασμένο από {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Επισημασμένο από τον/την συγγραφέα." @@ -6893,7 +6934,7 @@ msgstr "Οι Ετικέτες στον λογαριασμό σας" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Ρυθμίσεις γλώσσας" @@ -6907,12 +6948,12 @@ msgstr "Γλώσσες" msgid "Larger" msgstr "Μεγαλύτερο" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Πιο πρόσφατα" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Μάθετε περισσότερα για το Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Μάθετε περισσότερα για την αυτόνομη φιλοξενία του PDS σας." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Μάθετε περισσότερα για αυτήν την προειδοποίηση" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Μάθετε περισσότερα για το τι είναι δημόσιο στο Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Μάθετε περισσότερα." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "απομένουν." @@ -7080,7 +7121,7 @@ msgstr "Αφήστε με να διαλέξω" msgid "Let's get your password reset!" msgstr "Ας επαναφέρουμε τον κωδικό σας!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Πάμε!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Φωτεινό" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7155,7 @@ msgstr "\"Μου αρέσει\" σε 10 αναρτήσεις" msgid "Like 10 posts to train the Discover feed" msgstr "\"Μου αρέσει\" σε 10 αναρτήσεις για να εκπαιδεύσετε την ροής Ανακαλύψτε" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Πατήστε \"Μου αρέσει\" σε αυτήν την ροή" @@ -7122,8 +7163,8 @@ msgstr "Πατήστε \"Μου αρέσει\" σε αυτήν την ροή" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "\"Μου αρέσει\" από" @@ -7140,26 +7181,26 @@ msgstr "\"Μου αρέσει\" από" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "\"Μου αρέσει\"" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "\"Μου αρέσει\" σε αυτήν την ανάρτηση" @@ -7191,11 +7232,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Λίστα" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Λίστα διαγραμμένη" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Η λίστα έχει κρυφτεί" @@ -7248,7 +7294,7 @@ msgstr "Η λίστα έχει κρυφτεί" msgid "List Hidden" msgstr "Λίστα κρυφή" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Λίστα σε σίγαση" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Λίστα ξεμπλοκαρισμένη" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Λίστα αφαίρεση σίγασης" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Λίστες" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Φόρτωση περισσότερων" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Φόρτωση περισσότερων προτεινόμενων ροών" @@ -7346,16 +7392,16 @@ msgstr "Φόρτωση νέων ειδοποιήσεων" msgid "Load new posts" msgstr "Φόρτωση νέων αναρτήσεων" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Ημερολόγιο" @@ -7405,11 +7451,6 @@ msgstr "Λογότυπο από <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Φαίνεται σαν XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Βεβαιωθείτε ότι αυτό είναι το μέρος που msgid "Manage saved feeds" msgstr "Διαχείριση αποθηκευμένων ροών" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "Διαχειριστείτε τις λέξεις και ετικέτες msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Μέσα" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "αναφερόμενοι χρήστες" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Το μήνυμα διαγράφηκε" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "Μήνυμα από τον διακομιστή: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Πεδίο εισαγωγής μηνύματος" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Μηνύματα" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Διαχείριση" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Λεπτομέρειες διαχείρισης" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Λίστα διαχείρισης από <0/>" msgid "Moderation list by you" msgstr "Λίστα διαχείρισης από εσάς" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Η Λίστα διαχείρισης δημιουργήθηκε" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Η Λίστα διαχείρισης ενημερώθηκε" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Λίστες διαχείρισης" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Λίστες Διαχείρισης" @@ -7697,11 +7755,11 @@ msgstr "Λίστες Διαχείρισης" msgid "moderation settings" msgstr "ρυθμίσεις διαχείρισης" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Καταστάσεις διαχείρισης" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Εργαλεία διαχείρισης" @@ -7710,8 +7768,8 @@ msgstr "Εργαλεία διαχείρισης" msgid "Moderator has chosen to set a general warning on the content." msgstr "Ο/η διαχειριστής επέλεξε να θέσει μια γενική προειδοποίηση στο περιεχόμενο." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Περισσότερες ροές" @@ -7720,10 +7778,10 @@ msgstr "Περισσότερες ροές" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Περισσότερες επιλογές" @@ -7747,7 +7805,7 @@ msgstr "Μουσική" msgid "Mute" msgstr "Σίγαση" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Σίγαση" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7874,13 @@ msgstr "Σίγαση αυτής της λέξης μόνο στις ετικέτ msgid "Mute this word until you unmute it" msgstr "Σίγαση αυτής της λέξης μέχρι να την ξεσιγάσετε" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Σίγαση νήματος" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Σίγαση λέξεων & ετικετών" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Λογαριασμοί σε σίγαση" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Λογαριασμοί σε σίγαση" @@ -7852,7 +7910,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "Σε σίγαση από “{0}”" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Λέξεις & ετικέτες σε σίγαση" @@ -7881,7 +7939,7 @@ msgstr "Οι Ροές μου" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Όνομα" @@ -7891,12 +7949,12 @@ msgstr "Φύση" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Μετάβαση σε {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "Μεταβαίνει στην επόμενη οθόνη" msgid "Navigates to your profile" msgstr "Μεταβαίνει στο προφίλ σας" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Δεν πειράζει, δημιουργήστε ένα όνομα χρήστη για μένα" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Νέο" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Νέος κωδικός πρόσβασης" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Νέα δημοσίευση" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Νέα δημοσίευση" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Πιο πρόσφατες απαντήσεις πρώτα" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Ειδήσεις" @@ -8088,15 +8142,15 @@ msgstr "Ειδήσεις" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Επόμενο" @@ -8108,12 +8162,16 @@ msgstr "Επόμενη εικόνα" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Δεν υπάρχουν ακόμη \"Μου αρέσει\"" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Δεν ακολουθώ πλέον τον {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Δεν υπάρχουν ακόμη ειδοποιήσεις!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Μόνο ο συγγραφέας μπορεί να παραθέσει αυτήν την δημοσίευση." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Χωρίς αποτελέσματα" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Όχι ευχαριστώ" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Κανείς" @@ -8360,7 +8418,7 @@ msgstr "Κανείς δεν το έχει παραθέσει ακόμη. Ίσω msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Κανείς δεν το έχει αναδημοσιεύσει ακόμη. Ίσως θα έπρεπε να είστε ο πρώτος!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Δεν βρέθηκε κανείς. Δοκιμάστε να αναζητήσετε κάποιον άλλον." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Δεν Βρέθηκε" @@ -8407,7 +8465,7 @@ msgstr "Δεν Βρέθηκε" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Σημείωση σχετικά με την κοινή χρήση" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Ρυθμίσεις ειδοποιήσεων" @@ -8435,8 +8497,8 @@ msgstr "Ρυθμίσεις ειδοποιήσεων" msgid "Notification sounds" msgstr "Ήχοι ειδοποιήσεων" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Ήχοι ειδοποιήσεων" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Ειδοποιήσεις" @@ -8490,7 +8552,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Εντάξει" @@ -8505,6 +8567,10 @@ msgstr "Πιο παλιές απαντήσεις πρώτα" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Ένα ή περισσότερα GIF λείπουν το εναλλακτικό κείμενο." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Μία ή περισσότερες εικόνες λείπουν το εναλλακτικό κείμενο." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Ένα ή περισσότερα βίντεο λείπουν το εναλλακτικό κείμενο." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Μόνο ο/η {0} μπορεί να απαντήσει." @@ -8556,7 +8622,7 @@ msgstr "Μόνο ο/η {0} μπορεί να απαντήσει." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Υποστηρίζονται μόνο αρχεία εικόνας" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Άνοιγμα δημιουργού εικόνας προφίλ" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Άνοιγμα επιλογών συνομιλίας" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Άνοιγμα επιλογέα emoji" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Άνοιγμα συνδέσμου προς {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Άνοιγμα επιλογών μηνύματος" msgid "Open moderation debug page" msgstr "Άνοιγμα σελίδας εντοπισμού σφαλμάτων διαχείρισης" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Άνοιγμα ρυθμίσεων λέξεων και ετικετών σε σίγαση" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Άνοιγμα μενού starter pack" @@ -8759,9 +8825,8 @@ msgstr "Άνοιγμα αρχείου καταγραφής συστήματος" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Ανοίγει πρόσθετες λεπτομέρειες για μια msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Ανοίγει την κάμερα στη συσκευή" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "Ανοίγει το εργαλείο σύνταξης κειμένου" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Ανοίγει τη διαδικασία για να δημιουργήσετε ένα νέο λογαριασμό Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Ανοίγει αυτό το προφίλ" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Επιλογές:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Ή, συνεχίστε με έναν άλλο λογαριασμό." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Κωδικός πρόσβασης" @@ -8993,7 +9094,7 @@ msgstr "Κωδικός πρόσβασης" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "Ο κωδικός πρόσβασης ενημερώθηκε" msgid "Password updated!" msgstr "Ο κωδικός πρόσβασης ενημερώθηκε!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Παύση" @@ -9020,7 +9121,7 @@ msgstr "Παύση βίντεο" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Άτομα" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Άτομα που ακολουθούν τον/την @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Άτομα που ακολουθούνται από τον/την @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Εναλλαγή προσώπου" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Εικόνες για ενήλικες." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Καρφίτσωμα στην αρχική" @@ -9131,8 +9232,8 @@ msgstr "Καρφίτσωμα στην αρχική" msgid "Pin to Home" msgstr "Καρφίτσωμα στην Αρχική" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Καρφίτσωμα στο προφίλ σας" @@ -9151,11 +9252,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "Καρφιτσωμένες ροές" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Καρφιτσωμένο στις ροές σας" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Αναπαραγωγή" @@ -9169,12 +9270,12 @@ msgstr "Αναπαραγωγή {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Αναπαραγωγή βίντεο" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Αναπαραγωγή Βίντεο" @@ -9182,7 +9283,7 @@ msgstr "Αναπαραγωγή Βίντεο" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "Αναπαράγει το GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Παρακαλώ επιλέξτε το όνομα χρήστη σας." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Παρακαλώ επιλέξτε τον κωδικό πρόσβασης σας." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Παρακαλώ ολοκληρώστε τον έλεγχο captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Παρακαλώ εισάγετε το email σας." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Παρακαλώ εισάγετε τον κωδικό πρόσκλησης σας." @@ -9306,8 +9407,8 @@ msgstr "Παρακαλώ εξηγήστε γιατί πιστεύετε ότι msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "Παρακαλώ συνδεθείτε ως @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Πολιτική" @@ -9367,18 +9468,18 @@ msgstr "Πολιτική" msgid "Porn" msgstr "Πορνογραφία" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Δημοσίευση" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Δημοσίευση" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Δημοσίευση Όλων" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Δημοσίευση από @{0}" @@ -9423,10 +9529,10 @@ msgstr "Η δημοσίευση διαγράφηκε" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Η δημοσίευση απέτυχε να μεταφορτωθεί. Παρακαλώ ελέγξτε τη σύνδεση στο internet και προσπαθήστε ξανά." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "Δημοσίευση κρυμμένη από Λέξη σε Σίγαση" msgid "Post Hidden by You" msgstr "Δημοσίευση κρυμμένη από εσάς" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Ρυθμίσεις αλληλεπίδρασης δημοσίευσης" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Η δημοσίευση δεν βρέθηκε" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Δημοσίευση καρφιτσωμένη" @@ -9478,7 +9584,7 @@ msgstr "Δημοσίευση καρφιτσωμένη" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Δημοσίευση ξεκαρφιτσωμένη" @@ -9487,7 +9593,7 @@ msgstr "Δημοσίευση ξεκαρφιτσωμένη" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Δημοσιεύσεις" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Πατήστε για να δοκιμάσετε ξανά τη σύνδεση" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Απόρρητο" msgid "Privacy and security" msgstr "Απόρρητο και ασφάλεια" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Πολιτική Απορρήτου" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Επεξεργασία βίντεο..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "προφίλ" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "Ο κωδικός QR αποθηκεύτηκε στο φιλμ της κ #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Παράθεση δημοσίευσης" @@ -9723,8 +9829,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Προσθήκη παράθεσης ξανά" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Επαναενεργοποίηση του λογαριασμού σας" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Διαβάστε το blog του Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Διαβάστε την Πολιτική Απορρήτου του Blues msgid "Read the Bluesky Terms of Service" msgstr "Διαβάστε τους Όρους Χρήσης του Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Επαναφόρτωση συνομιλιών" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Αφαίρεση" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Αφαίρεση του/της {displayName} από το starter pack" @@ -9914,8 +10021,8 @@ msgstr "Αφαίρεση συνημμένου" msgid "Remove Avatar" msgstr "Αφαίρεση φωτογραφίας προφίλ" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Αφαίρεση από τις ροές μου" @@ -9960,8 +10067,8 @@ msgstr "Αφαίρεση από τις ροές μου" msgid "Remove from quick access?" msgstr "Αφαίρεση από την γρήγορη πρόσβαση;" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Αφαίρεση από τις αποθηκευμένες ροές" @@ -9970,7 +10077,7 @@ msgstr "Αφαίρεση από τις αποθηκευμένες ροές" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Αφαίρεση αυτής της ροής από τις αποθηκευμένες ροές σας" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Αφαιρέθηκε από τον δημιουργό" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Αφαιρέθηκε από εσάς" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Αφαιρέθηκε από τις ροές σας" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Απαντήσεις" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Οι απαντήσεις είναι απενεργοποιημένες" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Οι απαντήσεις σε αυτή τη δημοσίευση είναι απενεργοποιημένες." @@ -10141,14 +10253,14 @@ msgstr "Οι απαντήσεις σε αυτή τη δημοσίευση είν msgid "Reply" msgstr "Απάντηση" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Απάντηση" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "Απάντηση κρυμμένη από τον δημιουργό το msgid "Reply Hidden by You" msgstr "Απάντηση κρυμμένη από εσάς" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Οι ρυθμίσεις απαντήσεων επιλέγονται από τον δημιουργό του νήματος" @@ -10185,8 +10297,8 @@ msgstr "Η απάντηση κρύφτηκε επιτυχώς" msgid "Report" msgstr "Αναφορά" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Αναφορά συνομιλίας" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Παράθυρο αναφοράς" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Αναφορά ροής" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "Αναφορά μηνύματος" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Αναφορά δημοσίευσης" @@ -10225,8 +10337,8 @@ msgstr "Αναφορά δημοσίευσης" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Αναφορά starter pack" @@ -10292,7 +10404,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Αναδημοσίευση ή παράθεση ανάρτησης" @@ -10330,12 +10442,12 @@ msgstr "Αναδημοσίευση αυτής της ανάρτησης" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Απαιτείται εναλλακτικό κείμενο πριν τη msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Απαιτείται για αυτόν τον πάροχο" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Επανεπιβεβαίωση email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Επανεπιβεβαίωση Email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Επανεπιβεβαίωση email επαλήθευσης" @@ -10453,6 +10565,11 @@ msgstr "Επαναφορά κωδικού πρόσβασης" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Επανάληψη της τελευταίας ενέργειας, η ο #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Επανάληψη της τελευταίας ενέργειας, η ο msgid "Retry" msgstr "Προσπαθείστε ξανά" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Επιστροφή στην προηγούμενη σελίδα" @@ -10521,7 +10638,7 @@ msgstr "Επιστροφή στην αρχική σελίδα" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Επιστροφή στην προηγούμενη σελίδα" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Αποθήκευση αλλαγών" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Αποθήκευση εικόνας" @@ -10608,8 +10725,8 @@ msgstr "Αποθήκευση νέου ονόματος χρήστη" msgid "Save QR code" msgstr "Αποθήκευση QR κώδικα" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Αποθήκευση στις ροές μου" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Αποθηκευμένες ροές" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Αποθηκεύτηκε στις ροές σας" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Πείτε γεια!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Μετακίνηση στην κορυφή" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Αναζήτηση" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Αναζητήστε ροές που θέλετε να προτείνετε σε άλλους." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Αναζήτηση προφίλ" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Δείτε θέσεις εργασίας στο Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Επιλογή χρώματος" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Επιλογή λογαριασμού" @@ -10910,7 +11022,7 @@ msgstr "Επιλογή εικόνας προφίλ" msgid "Select an emoji" msgstr "Επιλογή emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Επιλογή από υπάρχοντα λογαριασμό" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Επιλέξτε πόσο καιρό να σιωπήσετε αυτήν τη λέξη." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Επιλογή γλώσσας..." msgid "Select languages" msgstr "Επιλογή γλωσσών" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Επιλέξτε ποιες γλώσσες θέλετε να περιλαμβάνονται στις ροές που ακολουθείτε. Εάν δεν επιλεγεί καμία, θα εμφανίζονται όλες οι γλώσσες." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Επιλέξτε την ημερομηνία γέννησής σας" @@ -11045,7 +11157,7 @@ msgstr "Επιλέξτε την προτιμώμενη γλώσσα σας γι msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Αποστολή σχολίων" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Αποστολή μηνύματος" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Αποστολή ανάρτησης σε..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Αποστολή email επαλήθευσης" @@ -11133,7 +11245,7 @@ msgstr "" msgid "Set new password" msgstr "Ορισμός νέου κωδικού πρόσβασης" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Ρύθμιση του λογαριασμού σας" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Ορίζει email για επαναφορά κωδικού πρόσβασης" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Ρυθμίσεις" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Οι ρυθμίσεις αποθηκεύτηκαν" @@ -11242,7 +11354,7 @@ msgstr "Σεξουαλικά προκλητικό" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Κοινή χρήση" @@ -11251,7 +11363,7 @@ msgstr "Κοινή χρήση" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Κοινή χρήση ούτως ή άλλως" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Κοινή χρήση συνδέσμου" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Παράθυρο διαλόγου κοινής χρήσης συνδέσμου" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Κοινή χρήση QR κώδικα" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,22 +11430,22 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Κοινή χρήση αυτού του Starter Pack" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Μοιραστείτε αυτό το Starter Pack και βοηθήστε κι άλλους να γίνουν μέλη της κοινότητάς σας στο Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Ελεγκτής κοινών προτιμήσεων" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Εμφάνιση" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Εμφάνιση εναλλακτικού κειμένου" @@ -11373,14 +11489,14 @@ msgstr "Εμφάνιση εναλλακτικού κειμένου" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Εμφάνιση ούτως ή άλλως" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Εμφάνιση λιγότερων παρόμοιων" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Εμφάνιση λίστας ούτως ή άλλως" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Εμφάνιση περισσότερων σαν αυτό" @@ -11445,8 +11561,8 @@ msgstr "Εμφάνιση απαντήσεων" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Εμφάνιση απάντησης για όλους" @@ -11455,8 +11571,8 @@ msgstr "Εμφάνιση απάντησης για όλους" msgid "Show reposts" msgstr "Εμφάνιση αναδημοσιεύσεων" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Εμφάνιση προειδοποίησης και φιλτράρισ msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Σύνδεση" msgid "Sign in as {0}" msgstr "Σύνδεση ως {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Παράλειψη" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Ανάπτυξη λογισμικού" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Κάποιες άλλες ροές που μπορεί να σας αρέσουν" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Κάτι πήγε στραβά" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Κάτι πήγε στραβά, παρακαλώ δοκιμάστε ξανά" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11881,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Αθλήματα" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Έναρξη συνομιλίας με {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "starter pack" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "starter pack από {0}" @@ -11841,12 +11968,12 @@ msgstr "starter pack από {0}" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "starter pack από εσάς" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Το starter pack είναι άκυρο" @@ -11854,7 +11981,7 @@ msgstr "Το starter pack είναι άκυρο" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11893,7 +12020,7 @@ msgstr "Η αποθήκευση εκκαθαρίστηκε, πρέπει να ε msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Εγγραφείτε στο @{0} για να χρησιμοποιήσε msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Εγγραφείτε στον ετικετογράφο" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Εγγραφείτε σε αυτόν τον δημιουργό ετικετών" @@ -11975,7 +12102,7 @@ msgstr "Εγγραφείτε σε αυτόν τον δημιουργό ετικ msgid "Subscribe to this list" msgstr "Εγγραφείτε σε αυτήν τη λίστα" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Μόνο ετικέτες" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Όροι" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Σας ευχαριστούμε, έχετε επαληθεύσει με επιτυχία τη διεύθυνση email σας. Μπορείτε να κλείσετε αυτό το παράθυρο διαλόγου." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Αυτό περιέχει τα ακόλουθα:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Δεν βρέθηκε αυτό το starter pack." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Αυτά ήταν όλα, παιδιά!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Ο λογαριασμός θα μπορεί να αλληλεπιδράσει μαζί σας μετά την απελευθέρωση." @@ -12287,7 +12414,7 @@ msgstr "Ο συντάκτης αυτού του νήματος έχει κρύψ msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12479,32 @@ msgstr "Η δημοσίευση στην οποία απαντάτε έχει ε msgid "The Privacy Policy has been moved to <0/>" msgstr "Η Πολιτική Απορρήτου έχει μετακινηθεί στο <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Ο διακομιστής φαίνεται να αντιμετωπίζει προβλήματα. Παρακαλούμε δοκιμάστε ξανά σε λίγα λεπτά." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Το starter pack που προσπαθείτε να δείτε είναι άκυρο. Μπορείτε να διαγράψετε αυτό το starter pack αντίθετα." @@ -12402,7 +12529,7 @@ msgstr "Η φόρμα υποστήριξης έχει μετακινηθεί. Ε msgid "The Terms of Service have been moved to" msgstr "Οι Όροι Χρήσης έχουν μετακινηθεί στο" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Ο κωδικός επαλήθευσης που δώσατε είναι άκυρος. Βεβαιωθείτε ότι έχετε χρησιμοποιήσει το σωστό σύνδεσμο επαλήθευσης ή ζητήστε ένα νέο." @@ -12412,7 +12539,7 @@ msgstr "Ο κωδικός επαλήθευσης που δώσατε είναι msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Δεν υπάρχει χρονικό όριο για την απενεργοποίηση του λογαριασμού, επιστρέψτε οποιαδήποτε στιγμή." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Παρουσιάστηκε πρόβλημα επικοινωνίας με τον διακομιστή" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Παρουσιάστηκε πρόβλημα επικοινωνίας με τον διακομιστή, παρακαλούμε ελέγξτε τη σύνδεσή σας στο internet και δοκιμάστε ξανά." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Παρουσιάστηκε πρόβλημα λήψης ειδοποιήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Παρουσιάστηκε πρόβλημα λήψης αναρτήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά." @@ -12495,25 +12622,25 @@ msgstr "Παρουσιάστηκε πρόβλημα κατά την ενημέρ #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Παρουσιάστηκε πρόβλημα! {0}" @@ -12521,10 +12648,10 @@ msgstr "Παρουσιάστηκε πρόβλημα! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Παρουσιάστηκε πρόβλημα. Παρακαλούμε ελ msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Παρουσιάστηκε ένα απροσδόκητο πρόβλημα στην εφαρμογή. Παρακαλούμε ενημερώστε μας εάν σας συνέβη αυτό!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Υπήρξε μια έξαρση νέων χρηστών στο Bluesky! Θα ενεργοποιήσουμε τον λογαριασμό σας το συντομότερο δυνατόν." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Αυτό το {screenDescription} έχει επισημανθεί:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "Αυτή η ένσταση θα σταλεί στην υπηρεσία msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Αυτή η συνομιλία διακόπηκε" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Αυτό το χαρακτηριστικό βρίσκεται σε beta έκδοση. Μπορείτε να διαβάσετε περισσότερα για τις εξαγωγές αποθετηρίου σε <0>αυτή την ανάρτηση ιστολογίου." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Αυτός ο σύνδεσμος σας μεταφέρει στον ακόλουθο ιστότοπο:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Αυτή η ανάρτηση θα κρυφτεί από τις ροές και τα νήματα. Αυτό δεν μπορεί να αναιρεθεί." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Η υπηρεσία αυτή δεν έχει παράσχει όρους χρήσης ή πολιτική απορρήτου." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Αυτός ο χρήστης είναι νέος εδώ. Πατήστε msgid "This user isn't following anyone." msgstr "Αυτός ο χρήστης δεν ακολουθεί κανέναν." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Αυτό θα αφαιρέσει τον @{0} από τη λίστα γρήγορης πρόσβασης." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Προτιμήσεις Νήματος" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Προτιμήσεις Νημάτων" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Για να απενεργοποιήσετε τη μέθοδο email 2FA, παρακαλούμε επαληθεύστε την πρόσβαση σας στην ηλεκτρονική διεύθυνση." @@ -13012,7 +13134,7 @@ msgstr "Για να απενεργοποιήσετε τη μέθοδο email 2FA msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Σήμερα" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Εναλλαγή για να ενεργοποιήσετε ή να απενεργοποιήσετε περιεχόμενο για ενήλικες" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "Κορυφή" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13183,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Μετάφραση" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13221,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Αδυναμία σύνδεσης. Παρακαλούμε ελέγξτε τη σύνδεσή σας στο διαδίκτυο και προσπαθήστε ξανά." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Αδυναμία επικοινωνίας με την υπηρεσία σας. Παρακαλούμε ελέγξτε τη σύνδεσή σας στο διαδίκτυο." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Αδυναμία διαγραφής" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Ξεμπλοκάρισμα" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Ξεμπλοκάρισμα" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Ξεμπλοκάρισμα λογαριασμού" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Ξεμπλοκάρισμα Λογαριασμού;" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Διακοπή παρακολούθησης {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Ακύρωση Σίγασης" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13379,8 +13536,8 @@ msgstr "" msgid "Unmute conversation" msgstr "Ακύρωση Σίγασης συνομιλίας" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Ακύρωση Σίγασης νήματος" @@ -13397,14 +13554,14 @@ msgstr "Ακύρωση Σίγασης νήματος" msgid "Unmute video" msgstr "Ακύρωση Σίγασης βίντεο" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Αφαίρεση καρφιτσωμένου" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,13 +13571,13 @@ msgstr "" msgid "Unpin from home" msgstr "Αφαίρεση καρφιτσωμένου από την αρχική σελίδα" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Αφαίρεση καρφιτσωμένου από το προφίλ" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Αφαίρεση καρφιτσωμένου από τη λίστα διαχείρισης" @@ -13429,29 +13586,34 @@ msgstr "Αφαίρεση καρφιτσωμένου από τη λίστα δι msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Αφαιρέθηκε το καρφιτσωμένο από τις ροές σας" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Απεγγραφή" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Απεγγραφή από τη λίστα" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Απεγγραφή από αυτόν τον ετικετογράφο" @@ -13463,7 +13625,7 @@ msgstr "Απεγγραφή από αυτήν την λίστα" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Ενημέρωση σε {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Ανεβάστε ένα αρχείο κειμένου στο:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Ανεβάστε από την κάμερα" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Ανεβάστε από αρχεία" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Ανεβάστε από τη βιβλιοθήκη" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Ανεβάζω εικόνες..." msgid "Uploading link thumbnail..." msgstr "Ανεβάζω μικρογραφία συνδέσμου..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Ανεβάζω βίντεο..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Λίστα χρηστών από εσάς" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Η λίστα χρηστών δημιουργήθηκε" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Η λίστα χρηστών ενημερώθηκε" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Όνομα χρήστη ή διεύθυνση email" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "χρήστες που ακολουθούνται από <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "Τιμή:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Επαληθεύστε το email σας" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Βίντεο" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Αποτυχία επεξεργασίας βίντεο" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Βιντεοπαιχνίδια" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Το βίντεο δεν βρέθηκε." @@ -13859,12 +14021,12 @@ msgstr "Το βίντεο δεν βρέθηκε." msgid "Video settings" msgstr "Ρυθμίσεις βίντεο" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Το βίντεο ανέβηκε" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Βίντεο: {0}" @@ -13872,19 +14034,13 @@ msgstr "Βίντεο: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Προβολή εικόνας προφίλ του/της {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Προβολή προφίλ του/της {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Προβολή προφίλ αποκλεισμένου χρήστη" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Δείτε την ανάρτηση ιστολογίου για περισσότερες λεπτομέρειες" @@ -13936,8 +14092,8 @@ msgstr "Δείτε την ανάρτηση ιστολογίου για περι msgid "View debug entry" msgstr "Προβολή καταχώρησης εντοπισμού σφαλμάτων" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Προβολή λεπτομερειών" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Προβολή της υπηρεσίας επισήμανσης που msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Προβολή χρηστών που τους αρέσει αυτή η ροή" @@ -14026,11 +14182,11 @@ msgstr "Προβολή χρηστών που τους αρέσει αυτή η msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Προβολή των αποκλεισμένων λογαριασμών σας" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "Δείτε τις ροές σας και εξερευνήστε περισσότερα" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Προβολή των λιστών εποπτείας σας" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Προβολή των λογαριασμών που έχετε σε σίγαση" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Υπολογίζουμε {estimatedTime} μέχρι να είναι έτοιμος ο λογαριασμός σας." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Στείλαμε ένα νέο email επαλήθευσης στη διεύθυνση <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Δεν μπορέσαμε να προσδιορίσουμε εάν επιτρέπεται να ανεβάζετε βίντεο. Παρακαλώ προσπαθήστε ξανά." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Δεν μπορέσαμε να φορτώσουμε τους διαμορφωμένους ετικετογράφους σας αυτήν τη στιγμή." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Θα σας ενημερώσουμε όταν ο λογαριασμός σας είναι έτοιμος." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Αντιμετωπίζουμε προβλήματα δικτύου, δο msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Λυπούμαστε! Η ανάρτηση στην οποία απαντάτε έχει διαγραφεί." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Καλώς ήρθατε ξανά!" @@ -14351,17 +14519,17 @@ msgstr "Πώς θέλετε να ονομάσετε το starter pack σας;" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Τι συμβαίνει;" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Ποιος μπορεί να αλληλεπιδράσει με αυτήν την ανάρτηση;" @@ -14369,12 +14537,12 @@ msgstr "Ποιος μπορεί να αλληλεπιδράσει με αυτή msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Ποιος μπορεί να απαντήσει" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Γράψτε ανάρτηση" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Γράψτε την απάντησή σας" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Ναι, απενεργοποίηση" @@ -14495,19 +14663,19 @@ msgstr "Ναι, απενεργοποίηση" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Ναι, διαγράψτε αυτό το starter pack" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Ναι, αποσύνδεση" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Ναι, απόκρυψη" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Ναι, επανενεργοποιήστε τον λογαριασμό μου" @@ -14519,7 +14687,7 @@ msgstr "Χθες" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Είστε στην ουρά." @@ -14558,11 +14726,11 @@ msgstr "Είστε στην ουρά." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Δεν επιτρέπεται να ανεβάζετε βίντεο." @@ -14570,7 +14738,7 @@ msgstr "Δεν επιτρέπεται να ανεβάζετε βίντεο." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Μπορείτε επίσης να ανακαλύψετε νέες προσαρμοσμένες ροές για να ακολουθήσετε." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Τώρα μπορείτε να συνδεθείτε με τον νέο σας κωδικό πρόσβασης." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Μπορείτε να επανενεργοποιήσετε τον λογαριασμό σας για να συνεχίσετε να συνδέεστε. Το προφίλ και οι αναρτήσεις σας θα είναι ορατές σε άλλους χρήστες." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Δεν ακολουθείτε κανέναν χρήστη που ακολουθεί τον/την @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Έχετε εισαγάγει έναν μη έγκυρο κωδικό. Θα πρέπει να μοιάζει με XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Φτάσατε στο τέλος" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Έχετε φτάσει προσωρινά το όριο για μεταφορτώσεις βίντεο. Παρακαλώ προσπαθήστε ξανά αργότερα." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Πρέπει να ακολουθείτε τουλάχιστον επτά msgid "You must grant access to your photo library to save a QR code" msgstr "Πρέπει να παραχωρήσετε πρόσβαση στη βιβλιοθήκη φωτογραφιών σας για να αποθηκεύσετε έναν κωδικό QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Προηγουμένως απενεργοποιήσατε τον @{0}." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Θα αποσυνδεθείτε από όλους τους λογαριασμούς σας." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Είστε στην ουρά" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Φτάσατε στο τέλος της ροής σας! Βρείτε περισσότερους λογαριασμούς για να ακολουθήσετε." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφορτώσεις βίντεο (πάρα πολλά bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφορτώσεις βίντεο (πάρα πολλά βίντεο)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Ο λογαριασμός σας" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Ο λογαριασμός σας δεν είναι ακόμη αρκετά παλιός για να ανεβάσετε βίντεο. Παρακαλώ προσπαθήστε ξανά αργότερα." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Το αποθετήριο του λογαριασμού σας, που περιέχει όλα τα δημόσια δεδομένα, μπορεί να ληφθεί σε μορφή αρχείου \"CAR\". Αυτό το αρχείο δεν περιέχει ενσωματωμένα πολυμέσα, όπως εικόνες ή τα ιδιωτικά σας δεδομένα, τα οποία μπορούν να ληφθούν ξεχωριστά." @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Η ημερομηνία γέννησής σας" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Το email σας φαίνεται να είναι μη έγκυρο." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "Το πρώτο σας \"Μου αρέσει\"!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "Το πλήρες όνομα χρήστη σας θα είναι <0>@{0} msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Το προφίλ, οι αναρτήσεις, οι ροές και οι λίστες σας δεν θα είναι πλέον ορατές σε άλλους χρήστες του Bluesky. πορείτε να ενεργοποιήσετε τον λογαριασμό σας ανά πάσα στιγμή πραγματοποιώντας είσοδο." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/en-CA/messages.po b/src/locale/locales/en-CA/messages.po index cd1730619c..d6db0cd594 100644 --- a/src/locale/locales/en-CA/messages.po +++ b/src/locale/locales/en-CA/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: en_CA\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: English, Canada\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -834,7 +843,7 @@ msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "" msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,11 +5232,9 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5499,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5527,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5593,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5624,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5655,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "" @@ -5867,8 +5909,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6197,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6308,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6357,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "" @@ -6420,7 +6461,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,26 +6827,26 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6881,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" @@ -6893,7 +6934,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6948,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7121,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7155,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7163,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7181,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7232,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7294,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7392,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7451,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7489,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7755,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7768,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7720,10 +7778,10 @@ msgstr "" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7805,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7874,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7910,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7939,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7949,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,15 +8142,15 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "" @@ -8108,12 +8162,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8360,7 +8418,7 @@ msgstr "" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "" @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8465,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8497,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8552,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8567,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8622,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8779,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "" @@ -8759,9 +8825,8 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9094,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9121,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9232,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9252,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9270,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9283,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9407,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,18 +9468,18 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9529,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9584,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,7 +9593,7 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9829,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9900,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "" @@ -9914,8 +10021,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "" @@ -9960,8 +10067,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10077,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10253,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10297,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10337,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "" @@ -10292,7 +10404,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10442,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10565,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "" @@ -10521,7 +10638,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10725,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +11022,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11157,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11245,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11354,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11363,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,22 +11430,22 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11489,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11561,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11571,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11881,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11968,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "" @@ -11854,7 +11981,7 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11893,7 +12020,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12102,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12414,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12529,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12539,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12622,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,10 +12648,10 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13134,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13183,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13221,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13379,8 +13536,8 @@ msgstr "" msgid "Unmute conversation" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13554,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,13 +13571,13 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "" @@ -13429,29 +13586,34 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13625,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,12 +14021,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" @@ -13872,19 +14034,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14092,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14182,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14519,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14537,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14663,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14687,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14726,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14738,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14943,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/en-GB/messages.po b/src/locale/locales/en-GB/messages.po index ef4734dba9..db746b8523 100644 --- a/src/locale/locales/en-GB/messages.po +++ b/src/locale/locales/en-GB/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: en_GB\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: English, United Kingdom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" category (active)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# following} other {# following}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# friend found!} other {# friends found!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hour} other {# hours}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#mo} other {#mo}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {1 more post} other {# more posts}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {follower} other {followers}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {following} other {following}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {post} other {posts}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {# people have}} joined Bluesky via this starter pack!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# more}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {You must be # years of age or older to create an account in your region.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} is live" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} is not available" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} is not supported by your device." @@ -350,7 +356,7 @@ msgstr "{0} was removed from the group" #. placeholder {0}: link(lang) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:113 msgid "{0}, " -msgstr "" +msgstr "{0}, " #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {member} other {members}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} at {time}" msgid "{displayName}'s Starter Pack" msgstr "{displayName}'s Starter Pack" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {hour} other {hours}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} signed up with your starter pack" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verified you" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} following" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {post} other {posts}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# hour} other {# hours}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ new join requests" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# users have}} joined!" @@ -767,7 +776,7 @@ msgstr "{profileName} joined Bluesky using a starter pack {timeAgoString} ago" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} and {2, plural, one {# other} other {# others}} are included in your starter pack" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} and {2, plural, one {# other} other {# others}} a #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} and {2, plural, one {# other} other {# others}} are included in your starter pack" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {save} other {saves}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {like} other {likes}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} and<1> <2>{1} are included in your starter pack" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} is included in your starter pack" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} members" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Tap here to update your location with GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>You and<1> <2>{0} are included in your starter pack" @@ -946,6 +955,12 @@ msgstr "7 days" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "A network error occurred. Please check your internet connection." msgid "A new code has been sent" msgstr "A new code has been sent" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "A new form of verification" @@ -1005,7 +1020,7 @@ msgstr "A screenshot of the post composer with a new button next to the post but msgid "A selected recipient is not followed by the sender." msgstr "A selected recipient is not followed by the sender." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Access requested! The group owner will review your request." msgid "Accessibility" msgstr "Accessibility" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Accessibility Settings" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Account blocked" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Account followed" @@ -1086,8 +1101,8 @@ msgstr "Account has been suspended" msgid "Account is deactivated" msgstr "Account is deactivated" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Account muted" @@ -1111,24 +1126,24 @@ msgstr "Account removed from quick access" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Account unblocked" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Account unfollowed" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Account unmuted" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Accounts with a scalloped blue check mark <0><1/> can verify others. msgid "Activity from others" msgstr "Activity from others" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Activity notifications" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Add" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Add {0} more to continue" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Add {displayName} to starter pack" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Add a user to this list" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Add account" @@ -1201,11 +1216,11 @@ msgstr "Add alt text (optional)" msgid "Add another account" msgstr "Add another account" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Add another post" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Add another post to thread" @@ -1223,7 +1238,7 @@ msgstr "Add app password" msgid "Add App Password" msgstr "Add App Password" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Add automation label to account" @@ -1239,12 +1254,12 @@ msgstr "Add filter" msgid "Add group chat members" msgstr "Add group chat members" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Add image" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Add media to post" @@ -1254,8 +1269,8 @@ msgstr "Add media to post" msgid "Add members" msgstr "Add members" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Add more details (optional)" @@ -1295,7 +1310,7 @@ msgstr "Add Reaction" msgid "Add recommended feeds" msgstr "Add recommended feeds" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Add some feeds to your starter pack!" @@ -1307,12 +1322,12 @@ msgstr "Add the default feed of only people you follow" msgid "Add the following DNS record to your domain:" msgstr "Add the following DNS record to your domain:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Add this feed to your feeds" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Add to lists" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Add to saved posts" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Add to starter packs" @@ -1330,7 +1345,7 @@ msgstr "Add to starter packs" msgid "Add user to list" msgstr "Add user to list" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Add your birthdate" @@ -1361,7 +1376,7 @@ msgstr "Adding members to list..." msgid "Additional details (limit 1000 characters)" msgstr "Additional details (limit 1000 characters)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Additional details (limit 300 characters)" @@ -1378,14 +1393,14 @@ msgstr "Adult" msgid "Adult content" msgstr "Adult content" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Adult Content" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Adult content can only be enabled via the Web at <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Adult Content labels" msgid "Adult sexual abuse content" msgstr "Adult sexual abuse content" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Advanced" @@ -1423,7 +1438,7 @@ msgstr "Age assurance enquiry was submitted" msgid "Age assurance only takes a few minutes" msgstr "Age assurance only takes a few minutes" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "Age assurance only takes a few minutes." @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "All" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "All" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "All {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "All accounts have been followed!" @@ -1474,7 +1494,7 @@ msgstr "All the feeds you've saved, right in one place." msgid "Allow access to your direct messages" msgstr "Allow access to your direct messages" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Allow anyone to reply" @@ -1488,8 +1508,8 @@ msgstr "Allow direct messages from" msgid "Allow group chat invites from" msgstr "Allow group chat invites from" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Allow location access" @@ -1498,24 +1518,24 @@ msgstr "Allow location access" msgid "Allow others to be notified of your posts" msgstr "Allow others to be notified of your posts" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Allow people you follow to reply" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Allow people you mention to reply" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Allow quote posts" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Allow users in {0} to reply" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Allow your followers to reply" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Allows access to direct messages" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Already have a code?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Already have an account?" @@ -1540,7 +1560,7 @@ msgstr "Already signed in as @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} characters.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "An email has been sent to {0}. It includes a confirmation code which you can enter below." @@ -1587,7 +1607,7 @@ msgstr "An error has occurred" msgid "An error occurred" msgstr "An error occurred" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "An error occurred while compressing the video." @@ -1596,7 +1616,7 @@ msgstr "An error occurred while compressing the video." msgid "An error occurred while fetching suggested accounts." msgstr "An error occurred while fetching suggested accounts." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "An error occurred while fetching the feed." @@ -1609,15 +1629,15 @@ msgstr "An error occurred while generating your starter pack. Want to try again? msgid "An error occurred while hiding suggestion. {0}" msgstr "An error occurred while hiding suggestion. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "An error occurred while loading the video. Please try again later." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "An error occurred while loading the video. Please try again." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "An error occurred while loading your lists :/" @@ -1628,16 +1648,16 @@ msgstr "An error occurred while saving the QR code!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "An error occurred while trying to follow all" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "An error occurred while uploading the video. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "An error occurred while uploading the video. Please check your internet connection and try again." @@ -1661,8 +1681,8 @@ msgstr "An illustration of several Bluesky posts alongside repost, like, and com msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "An illustration of the Bluesky app with a paper aeroplane flying out of it, representing inviting friends" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." @@ -1686,14 +1706,14 @@ msgstr "An issue occurred starting the group chat, please try again." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "An issue occurred, please try again." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "A mockup of an iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." @@ -1702,7 +1722,7 @@ msgstr "A mockup of an iPhone showing the Bluesky app open to the profile of a v msgid "an unknown labeler" msgstr "an unknown labeller" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "and" @@ -1735,7 +1755,7 @@ msgstr "Announcing verification on Bluesky" msgid "Any date" msgstr "Any date" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Anyone" @@ -1767,7 +1787,7 @@ msgstr "Anyone who follows me" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Anyone who has it will no longer be able to join or request to join. You can always create a new one." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "App password names must be at least 4 characters long" msgid "App passwords" msgstr "App passwords" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "App Passwords" @@ -1856,7 +1876,7 @@ msgstr "Appeal this decision" msgid "Appeal this label" msgstr "Appeal this label" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Apply Pull Request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archived from {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Archived post" @@ -1903,7 +1923,7 @@ msgstr "Are you searching for posts in {0}?" #. placeholder {1}: link(last) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:110 msgid "Are you searching for posts in {0}or {1}?" -msgstr "" +msgstr "Are you searching for posts in {0}or {1}?" #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 @@ -1914,7 +1934,7 @@ msgstr "Are you sure you want to delete the app password \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Are you sure you want to delete this starter pack?" @@ -1936,7 +1956,7 @@ msgstr "Are you sure you want to leave this conversation?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Are you sure you want to remove this from your feeds?" @@ -1945,7 +1965,7 @@ msgstr "Are you sure you want to remove this from your feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Are you sure you want to rescind your request to join {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Are you sure you'd like to discard this post?" @@ -1953,7 +1973,7 @@ msgstr "Are you sure you'd like to discard this post?" msgid "Are you sure?" msgstr "Are you sure?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Are you the person depicted, or an authorised representative acting on behalf of the person depicted?" @@ -1969,8 +1989,8 @@ msgstr "Art" msgid "Artistic or non-erotic nudity." msgstr "Artistic or non-erotic nudity." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Ask apps and sites not to show my account to logged-out users" @@ -1979,12 +1999,12 @@ msgstr "Ask apps and sites not to show my account to logged-out users" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Ask apps to hide my posts from algorithmic recommendations" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Assign topic for algo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "At least 8 characters" @@ -2017,8 +2037,8 @@ msgstr "Automatic" msgid "Automation label" msgstr "Automation label" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Automation Label" @@ -2038,6 +2058,10 @@ msgstr "Available" msgid "Avatar creator" msgstr "Avatar creator" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Avatar creator" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Avatar creator" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Back" msgid "Back to Chats" msgstr "Back to Chats" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Banned activities or security violations" @@ -2081,7 +2109,7 @@ msgstr "Banned activities or security violations" msgid "Banned user returning" msgstr "Banned user returning" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Based on your device's location, we think you're in <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "Based on your device's location, we think you're in <0>{geolocationStrin msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Based on your device's location, we think you're in <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." @@ -2148,16 +2176,16 @@ msgstr "Begin the age assurance process by completing the fields below." msgid "Beta Feature" msgstr "Beta Feature" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Beta features" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Beta features enabled" @@ -2193,12 +2221,12 @@ msgstr "Block {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Block account" @@ -2255,15 +2283,15 @@ msgstr "Block user and/or delete this conversation" msgid "Block user and/or leave this conversation" msgstr "Block user and/or leave this conversation" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blocked" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Blocked accounts" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Blocked Accounts" @@ -2288,7 +2316,7 @@ msgstr "Blocking is public. Blocked accounts cannot reply in your threads, menti 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." msgstr "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." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky cannot confirm the authenticity of the claimed date." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." @@ -2357,15 +2389,11 @@ msgstr "Bluesky stores your contacts as encoded data. Removing your contacts wil msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky will choose a set of recommended accounts from people in your network." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honour this request. It doesn't make your account private." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky will proactively verify notable and authentic accounts." @@ -2424,29 +2452,29 @@ msgstr "Browse more suggestions on the Explore page" msgid "Browse other feeds" msgstr "Browse other feeds" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Browse posts about {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Browse posts tagged with {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Browse starter pack {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Browse topic {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Browse topic {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Business" @@ -2459,10 +2487,10 @@ msgstr "Button to go back to the home timeline" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "By {0}" @@ -2475,7 +2503,7 @@ msgstr "by @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "By <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "By creating an account you agree to the <0>Terms of Service and <1>P msgid "By creating an account you agree to the <0>Terms of Service." msgstr "By creating an account you agree to the <0>Terms of Service." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "By you" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Camera" @@ -2521,16 +2549,16 @@ msgstr "Camera access needed" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Camera access needed" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Camera access needed" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Cancel" msgid "Cancel quote post" msgstr "Cancel quote post" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Cancel reactivation and sign out" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Cancels signing in so you can check your username" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Cannot interact with a blocked user" @@ -2609,7 +2637,7 @@ msgstr "Subtitles (.vtt)" msgid "Captions & alt text" msgstr "Subtitles & alt text" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "carousel" @@ -2651,24 +2679,24 @@ msgstr "Change Handle" msgid "Change hosting provider" msgstr "Change hosting provider" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Change moderation service" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Change password" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Change password dialog" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Change report category" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Change report reason" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Changes to the starter pack will not be reflected in the list after creation. The list will be an independent copy." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chat" @@ -2758,7 +2786,7 @@ msgstr "Chat owners cannot leave a group chat." msgid "Chat recipient is not followed by the sender." msgstr "Chat recipient is not followed by the sender." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Chat request inbox" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Chat requests" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Check <0>{currentEmail} for an email with the confirmation code to e msgid "Check back later!" msgstr "Check back later!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Check my status" @@ -2895,7 +2923,7 @@ msgstr "Choose your hosting provider" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Choose your own timeline! Feeds built by the community help you find content you love." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Choose your password" @@ -2931,7 +2959,7 @@ msgstr "Clear GIF search" msgid "Clear image cache" msgstr "Clear image cache" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Clear search query" @@ -2951,11 +2979,11 @@ msgstr "Click here to add people to this group chat" msgid "Click here to create or manage an invite link for this group chat" msgstr "Click here to create or manage an invite link for this group chat" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Click here to delete your account" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Click here to log out" @@ -2968,8 +2996,8 @@ msgstr "Click here to resend the email" msgid "Click here to restart the verification process." msgstr "Click here to restart the verification process." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Click here to update your birthdate" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Click to retry failed message" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Click to retry failed message" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Click to retry failed message" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Close" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Close active dialog" @@ -3068,13 +3097,13 @@ msgstr "Close banner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Close dialog" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Close drawer menu" @@ -3110,7 +3139,7 @@ msgstr "Close the incoming requests banner" msgid "Close this dialog" msgstr "Close this dialog" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Close welcome modal" @@ -3118,7 +3147,7 @@ msgstr "Close welcome modal" msgid "Closes password update alert" msgstr "Closes password update alert" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Closes post composer and discards post draft" @@ -3126,7 +3155,7 @@ msgstr "Closes post composer and discards post draft" msgid "Collapse list of users" msgstr "Collapse list of users" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Collapses list of users for a given notification" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Comics" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Community Guidelines" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Complete onboarding and start using your account" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Complete the challenge" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Compose new post" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Compose posts up to {0, plural, other {# characters}} in length" @@ -3180,11 +3209,11 @@ msgstr "Compose posts up to {0, plural, other {# characters}} in length" msgid "Compose reply" msgstr "Compose reply" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Compressing GIF..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Compressing video..." @@ -3198,18 +3227,18 @@ msgstr "Configured in <0>moderation settings." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirm" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Confirmation code" @@ -3226,12 +3255,12 @@ msgstr "Connecting to service…" msgid "Connecting…" msgstr "Connecting…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Connection issue" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Contact our support team" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contact support" @@ -3273,7 +3302,7 @@ msgstr "Content & Media" msgid "Content and media" msgstr "Content and media" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Content and Media" @@ -3281,7 +3310,7 @@ msgstr "Content and Media" msgid "Content Blocked" msgstr "Content Blocked" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Content filters" @@ -3421,8 +3450,8 @@ msgstr "Copy" msgid "Copy App Password" msgstr "Copy App Password" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copy at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copy code" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copy DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Copy invite link" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copy link" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copy Link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copy link to list" @@ -3472,12 +3501,12 @@ msgstr "Copy link to list" msgid "Copy link to post" msgstr "Copy link to post" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copy link to profile" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copy link to starter pack" @@ -3491,8 +3520,8 @@ msgstr "Copy message text" msgid "Copy post at:// URI" msgstr "Copy post at:// URI" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copy post text" @@ -3506,7 +3535,7 @@ msgstr "Copy TXT record value" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Copyright Policy" @@ -3632,7 +3661,7 @@ msgstr "Create" msgid "Create a list" msgstr "Create a list" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Create a list from this starter pack" @@ -3642,7 +3671,7 @@ msgstr "Create a QR code for a starter pack" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Create a starter pack" @@ -3655,12 +3684,12 @@ msgstr "Create a Starter Pack" msgid "Create a starter pack for me" msgstr "Create a starter pack for me" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Create group chat" msgid "Create list" msgstr "Create list" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Create list from members" @@ -3708,13 +3737,13 @@ msgstr "Create list from members" msgid "Create list from starter pack" msgstr "Create list from starter pack" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Create moderation list" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Create new account" @@ -3724,8 +3753,8 @@ msgstr "Create or modify an invite link for this group chat" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Create report for {0}" @@ -3734,7 +3763,7 @@ msgstr "Create report for {0}" msgid "Create starter pack" msgstr "Create starter pack" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Create user list" @@ -3747,7 +3776,7 @@ msgstr "Create user list" msgid "Created {0}" msgstr "Created {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Creator has been blocked" @@ -3800,7 +3829,7 @@ msgstr "Dark" msgid "Dark theme" msgstr "Dark theme" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Date of birth" @@ -3814,7 +3843,7 @@ msgstr "Day" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Deactivate account" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Default icons" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Delete" @@ -3892,8 +3921,8 @@ msgstr "Delete conversation" msgid "Delete for me" msgstr "Delete for me" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Delete list" @@ -3909,30 +3938,30 @@ msgstr "Delete message for me" msgid "Delete my account" msgstr "Delete my account" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Delete post" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Delete starter pack" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Delete starter pack?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Delete this list?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Delete this post?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Deleted" @@ -3953,7 +3982,7 @@ msgstr "Deleted by Plivo after verification" msgid "Deleted list" msgstr "Deleted list" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Description (1000 characters max)" msgid "Descriptive alt text" msgstr "Descriptive alt text" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Detach quote" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Detach quote post?" @@ -3993,11 +4022,11 @@ msgstr "Developer mode enabled" msgid "Developer options" msgstr "Developer options" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Device failed to translate :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: adjust who can interact with this post" @@ -4009,6 +4038,11 @@ msgstr "Dialog: Set search filters" msgid "Dim" msgstr "Dim" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Disable subtitles" msgid "Disable email 2FA" msgstr "Disable email 2FA" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Disable Email 2FA" @@ -4041,11 +4075,11 @@ msgstr "Disable haptic feedback" msgid "Disable link" msgstr "Disable link" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Disable quote posts of this post" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Disable replies entirely" @@ -4056,17 +4090,17 @@ msgstr "Disable this invite link?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Disabled" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Discard" @@ -4075,23 +4109,28 @@ msgstr "Discard" msgid "Discard changes?" msgstr "Discard changes?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Discard draft?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Discard post?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Disconnect Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Discover feeds" @@ -4106,8 +4145,8 @@ msgstr "Discover new custom feeds" msgid "Discover New Feeds" msgstr "Discover New Feeds" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Dismiss" @@ -4115,7 +4154,7 @@ msgstr "Dismiss" msgid "Dismiss banner" msgstr "Dismiss banner" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Dismiss error" @@ -4217,8 +4256,9 @@ msgstr "Don't worry! All existing messages and settings are saved and will be av #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Done" msgid "Double tap or long press the message to add a reaction" msgstr "Double tap or long press the message to add a reaction" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Double tap to close the dialog" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Double tap to like" @@ -4248,11 +4288,11 @@ msgstr "Download" msgid "Download Bluesky" msgstr "Download Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Download chat data" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Download chat data" @@ -4266,11 +4306,11 @@ msgstr "Download image" msgid "Download invite QR code" msgstr "Download invite QR code" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Download profile data" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Download profile data" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Doxxing" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Drafts" @@ -4318,19 +4358,19 @@ msgstr "e.g. alice.com" msgid "E.g. artistic nudes." msgstr "E.g. artistic nudes." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "e.g. Great Posters" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "e.g. Spammers" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "e.g. The posters who never miss." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "e.g. Users that repeatedly reply with ads." @@ -4341,7 +4381,7 @@ msgstr "Eating disorders" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Edit" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Edit avatar" @@ -4373,8 +4413,8 @@ msgstr "Edit group name" msgid "Edit image" msgstr "Edit image" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Edit interaction settings" @@ -4396,21 +4436,21 @@ msgstr "Edit invite link" msgid "Edit link settings" msgstr "Edit link settings" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Edit list details" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Edit live status" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Edit moderation list" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Edit My Feeds" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Edit People" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Edit post interaction settings" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Edit profile" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Edit Profile" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Edit starter pack" @@ -4454,15 +4494,15 @@ msgstr "Edit starter pack" msgid "Edit this group chat’s name" msgstr "Edit this group chat’s name" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Edit user list" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Edit who can reply" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Edit your starter pack" @@ -4470,16 +4510,16 @@ msgstr "Edit your starter pack" msgid "Education" msgstr "Education" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Either the creator of this list has blocked you or you have blocked the creator." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Email" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Email 2FA disabled" @@ -4492,7 +4532,7 @@ msgstr "Email 2FA enabled" msgid "Email address" msgstr "Email address" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Email Resent" @@ -4508,7 +4548,7 @@ msgstr "Email sent! <0>Click here to resend." msgid "Email verification complete!" msgstr "Email verification complete!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Email Verified" @@ -4527,7 +4567,7 @@ msgstr "Embed post" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Embedded video player" @@ -4542,12 +4582,7 @@ msgstr "Enable" msgid "Enable {0} only" msgstr "Enable {0} only" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Enable 10-minute video uploads." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Enable adult content" @@ -4583,7 +4618,7 @@ msgstr "Enable notifications for an account by visiting their profile and pressi msgid "Enable push notifications" msgstr "Enable push notifications" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Enable quote posts of this post" @@ -4601,7 +4636,7 @@ msgstr "Enable trending topics" msgid "Enable trending videos in your Discover feed" msgstr "Enable trending videos in your Discover feed" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Enabled" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Enter your birthdate" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Enter your email address" @@ -4670,15 +4705,15 @@ msgstr "Enter your password" msgid "Enter your username and password" msgstr "Enter your username and password" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Enters fullscreen" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Entertainment" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Error message" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Error occurred while saving file" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Error receiving captcha response." @@ -4712,11 +4747,11 @@ msgstr "Error receiving captcha response." msgid "Error: {error}" msgstr "Error: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Everybody can reply" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Everybody can reply to this post." @@ -4783,7 +4818,7 @@ msgstr "Expand or collapse the full post you are replying to" msgid "Expand post text" msgstr "Expand post text" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Expands or collapses post text" @@ -4826,21 +4861,21 @@ msgstr "Explicit or potentially disturbing media." msgid "Explicit sexual images." msgstr "Explicit sexual images." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Explore" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Explore the app" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Export my chat data" @@ -4849,7 +4884,7 @@ msgstr "Export my chat data" msgid "Export my data" msgstr "Export my data" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Export my profile data" @@ -4868,7 +4903,7 @@ msgstr "External Media" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "External Media Preferences" @@ -4946,7 +4981,7 @@ msgstr "Failed to delete message" msgid "Failed to delete post, please try again" msgstr "Failed to delete post, please try again" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Failed to delete starter pack" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Failed to disable invite link" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Failed to disconnect Germ DM. Error: {0}" @@ -5003,16 +5038,16 @@ msgstr "Failed to leave group chat" msgid "Failed to load conversations" msgstr "Failed to load conversations" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Failed to load feeds" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Failed to load feeds preferences" @@ -5037,14 +5072,14 @@ msgstr "Failed to load preference." msgid "Failed to load profiles" msgstr "Failed to load profiles" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Failed to load suggested feeds" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Failed to load suggested follows" @@ -5067,12 +5102,12 @@ msgstr "Failed to mark all requests as read" msgid "Failed to mute group chat" msgstr "Failed to mute group chat" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Failed to pin post" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Failed to reconnect Germ DM. Error: {0}" @@ -5121,7 +5156,7 @@ msgstr "Failed to rescind your request. Please try again." msgid "Failed to resolve location. Please try again." msgstr "Failed to resolve location. Please try again." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Failed to save draft" @@ -5135,7 +5170,7 @@ msgstr "Failed to save image" msgid "Failed to save image: {0}" msgstr "Failed to save image: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Failed to save settings. Please try again." @@ -5168,7 +5203,7 @@ msgstr "Failed to toggle thread mute, please try again" msgid "Failed to unlock group chat" msgstr "Failed to unlock group chat" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Failed to unpin list" @@ -5185,7 +5220,7 @@ msgstr "Failed to update email 2FA settings" msgid "Failed to update email, please try again." msgstr "Failed to update email, please try again." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Failed to update feeds" @@ -5197,12 +5232,10 @@ msgstr "Failed to update notification declaration" msgid "Failed to update settings" msgstr "Failed to update settings" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Failed to upload video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Fake account or bot" msgid "False information about elections" msgstr "False information about elections" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "Feed creator" msgid "Feed identifier" msgstr "Feed identifier" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Feed menu" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Feed toggle" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Feedback sent to feed operator" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feeds" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Fetch update" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "File saved successfully!" @@ -5306,6 +5343,10 @@ msgstr "Filter by author (currently: {currentLabel})" msgid "Filter from feeds" msgstr "Filter from feeds" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filter search by language (currently: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filters" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finalising" @@ -5358,15 +5399,15 @@ msgstr "Finance" msgid "Find accounts to follow" msgstr "Find accounts to follow" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Find and invite friends" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Find Contacts" @@ -5378,7 +5419,7 @@ msgstr "Find my friends" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Find people to follow" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Focus the search field" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Follow" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Follow {0}" @@ -5458,7 +5499,7 @@ msgstr "Follow {0}" msgid "Follow {displayName}" msgstr "Follow {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Follow {handle}" @@ -5474,8 +5515,8 @@ msgstr "Follow 10 people to get started" msgid "Follow 7 accounts" msgstr "Follow 7 accounts" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Follow account" @@ -5486,8 +5527,8 @@ msgstr "Follow account" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Follow all" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Follow all accounts" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Followers can join" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Followers of @{0} that you know" @@ -5552,28 +5593,29 @@ msgstr "Followers you know" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Following" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Following" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Following {0}" @@ -5582,7 +5624,7 @@ msgstr "Following {0}" msgid "Following {displayName}" msgstr "Following {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Following {handle}" @@ -5591,7 +5633,7 @@ msgstr "Following {handle}" msgid "Following feed preferences" msgstr "Following feed preferences" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Following Feed Preferences" @@ -5613,7 +5655,7 @@ msgstr "Font size" msgid "Food" msgstr "Food" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "For organisational accounts, use the birthdate of the person who is responsible for the account." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Generate new link" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM disconnected" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM Link" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM reconnected" @@ -5812,7 +5854,7 @@ msgstr "Get started" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF uploaded" @@ -5835,8 +5877,8 @@ msgstr "Glorification of violence" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorification of violence" msgid "Go back" msgstr "Go back" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Go Back" @@ -5867,8 +5909,8 @@ msgstr "Go back to previous step" msgid "Go home" msgstr "Go home" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Go live" @@ -5879,8 +5921,8 @@ msgstr "Go live" msgid "Go Live" msgstr "Go Live" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Go live (disabled)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Go live for" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Go to {0}'s profile" @@ -5900,7 +5942,7 @@ msgstr "Go to {firstAuthorName}'s profile" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Go to account settings" @@ -5943,8 +5985,8 @@ msgstr "Going live is currently disabled for your account" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Got it" @@ -5953,6 +5995,11 @@ msgstr "Got it" msgid "Grant access" msgstr "Grant access" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Group chat name updated" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Group chat settings" @@ -6083,6 +6130,11 @@ msgstr "Happy GIFs" msgid "Haptics" msgstr "Haptics" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Harassment or hate" @@ -6095,7 +6147,7 @@ msgstr "Harmful or high-risk activities" msgid "Harming or endangering minors" msgstr "Harming or endangering minors" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "Hate speech" msgid "Have a code? <0>Click here." msgstr "Have a code? <0>Click here." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Have we got your location wrong? <0>Tap here to update your location with GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Having trouble?" @@ -6145,11 +6197,11 @@ msgstr "Here is your app password!" msgid "Hey there 👋" msgstr "Hey there 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Hey there!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Hi there!" @@ -6158,7 +6210,7 @@ msgstr "Hi there!" msgid "Hidden" msgstr "Hidden" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Hidden by your moderation settings." @@ -6166,23 +6218,19 @@ msgstr "Hidden by your moderation settings." msgid "Hidden list" msgstr "Hidden list" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Hide" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Hide" @@ -6195,7 +6243,7 @@ msgstr "Hide customisation options" msgid "Hide group chat updates" msgstr "Hide group chat updates" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Hide lists" @@ -6203,23 +6251,23 @@ msgstr "Hide lists" msgid "Hide password" msgstr "Hide password" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Hide post for me" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Hide reply for everyone" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Hide reply for me" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Hide reposts in feeds" @@ -6227,38 +6275,31 @@ msgstr "Hide reposts in feeds" msgid "Hide this card" msgstr "Hide this card" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Hide this post?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Hide this reply?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Hide translation" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Hide trending topics" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Hide trending topics?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Hide trending videos?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Hide user list" @@ -6267,12 +6308,12 @@ msgstr "Hide user list" msgid "Hide verification badges" msgstr "Hide verification badges" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Hides the content" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Hides the invite friends promo banner" @@ -6308,7 +6349,7 @@ msgstr "Hmm, the feed server gave a bad response. Please let the feed owner know msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, we're having trouble finding this feed. It may have been deleted." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." @@ -6316,14 +6357,14 @@ msgstr "Hmm, it seems we're having trouble loading this data. See below for more msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, we couldn't load that moderation service." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Hold up! We’re gradually giving access to video and you’re still waiting in line. Check back soon!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Home" @@ -6369,8 +6410,8 @@ msgstr "Human trafficking" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "I have a code" @@ -6400,15 +6441,15 @@ msgstr "If none are selected, all languages will be shown in your feeds." 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." msgstr "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." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "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." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "If you believe your birthdate is incorrect, you can update it by <0>clicking here." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "If you delete this list, you won't be able to recover it." @@ -6420,7 +6461,7 @@ msgstr "If you have your own domain, you can use that as your handle. This lets msgid "If you need to update your email, <0>click here." msgstr "If you need to update your email, <0>click here." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "If you remove this post, you won't be able to recover it." @@ -6441,7 +6482,7 @@ msgstr "If you want to restrict who can receive notifications for your account's msgid "If you're a developer, you can host your own server." msgstr "If you're a developer, you can host your own server." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "If you're trying to change your handle or email, do so before you deactivate." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Image" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Image {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Image {0} of {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Image {0} of {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Image cache cleared, freed {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Image gallery, {0} images" @@ -6526,7 +6567,7 @@ msgstr "Import contacts" msgid "Import Contacts" msgstr "Import Contacts" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Import contacts or invite your friends" @@ -6540,7 +6581,7 @@ msgstr "Import contacts to find your friends" msgid "Imported on {0}" msgstr "Imported on {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Include posts made until this date" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Include video timestamp ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Input the code which has been emailed to you" msgid "Interaction limited" msgstr "Interaction limited" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Interaction settings" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Introducing saved posts AKA bookmarks" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Invalid 2FA confirmation code." @@ -6691,7 +6732,7 @@ msgstr "Invalid report subject" msgid "Invalid rescind request." msgstr "Invalid rescind request." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Invalid Verification Code" @@ -6703,15 +6744,15 @@ msgstr "Invite" msgid "Invite {name} to join Bluesky" msgstr "Invite {name} to join Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Invite code" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Invite code not accepted. Check that you input it correctly and try again." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Invite friends" @@ -6761,7 +6802,7 @@ msgstr "Invite link edited" msgid "Invite link enabled" msgstr "Invite link enabled" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Invite people to this starter pack!" @@ -6786,26 +6827,26 @@ msgstr "Invites, but personal" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customising a draft message we will provide." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "It's correct" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "It's just <0>{0} right now! Add more people to your starter pack by searching above." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "It's just you right now! Add more people to your starter pack by searching above." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Job ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Jobs" @@ -6816,8 +6857,8 @@ msgstr "Join" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Join Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Join the conversation" msgid "Journalism" msgstr "Journalism" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Keep editing" @@ -6854,17 +6895,17 @@ msgstr "Keep me posted" msgid "KWS website" msgstr "KWS website" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Label reply for algo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Labelled by {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Labelled by the author." @@ -6893,7 +6934,7 @@ msgstr "Labels on your account" msgid "Language" msgstr "Language" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Language Settings" @@ -6907,12 +6948,12 @@ msgstr "Languages" msgid "Larger" msgstr "Larger" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Last initiated {timeAgo} ago" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Last initiated just now" @@ -6923,8 +6964,8 @@ msgstr "Last initiated just now" msgid "Latest" msgstr "Latest" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Learn more about <0>how to use advanced search." msgid "Learn more about age assurance" msgstr "Learn more about age assurance" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Learn more about Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Learn more about importing contacts" msgid "Learn more about self hosting your PDS." msgstr "Learn more about self-hosting your PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Learn more about the moderation applied to this content" @@ -6984,8 +7025,8 @@ msgstr "Learn more about these changes and how to share your thoughts with us by msgid "Learn more about this warning" msgstr "Learn more about this warning" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Learn more about verification on Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Learn more about verification on Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Learn more about what is public on Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Learn more about your Germ DM link" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Learn more in your <0>account settings." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Learn more." @@ -7067,7 +7108,7 @@ msgstr "Leaving this chat will lock it permanently and you won’t be able to re msgid "Left group chat." msgstr "Left group chat." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "left to go." @@ -7080,7 +7121,7 @@ msgstr "Let me choose" msgid "Let's get your password reset!" msgstr "Let's get your password reset!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Let's go!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Light" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Like" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Like ({0, plural, one {# like} other {# likes}})" @@ -7114,7 +7155,7 @@ msgstr "Like 10 posts" msgid "Like 10 posts to train the Discover feed" msgstr "Like 10 posts to train the Discover feed" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Like this feed" @@ -7122,8 +7163,8 @@ msgstr "Like this feed" msgid "Like this labeler" msgstr "Like this labeller" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Liked by" @@ -7140,26 +7181,26 @@ msgstr "Liked By" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Liked by {0, plural, one {# user} other {# users}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Liked by {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Liked by {0} and {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Likes" msgid "Likes of your reposts" msgstr "Likes of your reposts" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Likes on this post" @@ -7191,11 +7232,16 @@ msgstr "Linear" msgid "Link copied to clipboard" msgstr "Link copied to clipboard" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "List" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "List avatar" @@ -7227,20 +7273,20 @@ msgstr "List created, but failed to add some members" msgid "List creator" msgstr "List creator" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "List deleted" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "List description" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "List has been hidden" @@ -7248,7 +7294,7 @@ msgstr "List has been hidden" msgid "List Hidden" msgstr "List Hidden" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "List must have a name." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "List muted" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "List name" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "List unblocked" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "List unmuted" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Lists" @@ -7326,12 +7372,12 @@ msgstr "Live feature is in beta" msgid "Live link" msgstr "Live link" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Load more" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Load more suggested feeds" @@ -7346,16 +7392,16 @@ msgstr "Load new notifications" msgid "Load new posts" msgstr "Load new posts" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Loading chat…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Loading lists..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Loading post interaction settings..." @@ -7383,7 +7429,7 @@ msgstr "Lock this group chat" msgid "Locked" msgstr "Locked" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Log" @@ -7405,11 +7451,6 @@ msgstr "Logo by <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Long press to open tag menu for {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Longer videos" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Looks like XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Make sure this is where you intend to go!" msgid "Manage saved feeds" msgstr "Manage saved feeds" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Manage verification settings" @@ -7461,8 +7502,14 @@ msgstr "Manage your muted words and tags" msgid "Manual" msgstr "Manual" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Mark all as read" @@ -7473,6 +7520,10 @@ msgstr "Mark all as read" msgid "Mark all chats as read" msgstr "Mark all chats as read" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Media" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Media stored on {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Media stored on another device" @@ -7540,7 +7591,7 @@ msgstr "Members" msgid "Members can still read chat history but can’t send new messages." msgstr "Members can still read chat history but can’t send new messages." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "mentioned users" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Message" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Message" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Message {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Message deleted" @@ -7603,7 +7655,7 @@ msgstr "Message from @{0}: {1}" msgid "Message from server: {0}" msgstr "Message from server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Message input field" @@ -7615,7 +7667,7 @@ msgstr "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Message options" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Messages" @@ -7640,12 +7692,12 @@ msgstr "Minor harassment or bullying" msgid "Misleading" msgstr "Misleading" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Missing media" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderation" @@ -7658,6 +7710,12 @@ msgstr "Moderation and content filters" msgid "Moderation details" msgstr "Moderation details" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Moderation inbox" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Moderation list by <0/>" msgid "Moderation list by you" msgstr "Moderation list by you" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderation list created" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderation list updated" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Moderation lists" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Moderation Lists" @@ -7697,11 +7755,11 @@ msgstr "Moderation Lists" msgid "moderation settings" msgstr "moderation settings" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderation states" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderation tools" @@ -7710,8 +7768,8 @@ msgstr "Moderation tools" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderator has chosen to set a general warning on the content." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "More feeds" @@ -7720,10 +7778,10 @@ msgstr "More feeds" msgid "More languages..." msgstr "More languages..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "More options" @@ -7747,7 +7805,7 @@ msgstr "Music" msgid "Mute" msgstr "Mute" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Mute" msgid "Mute {0}" msgstr "Mute {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Mute account" @@ -7816,13 +7874,13 @@ msgstr "Mute this word in tags only" msgid "Mute this word until you unmute it" msgstr "Mute this word until you unmute it" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Mute thread" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Mute words & tags" @@ -7834,11 +7892,11 @@ msgstr "Mute, leave, or remove people anytime. It’s your chat." msgid "Muted" msgstr "Muted" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Muted accounts" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Muted Accounts" @@ -7852,7 +7910,7 @@ msgstr "Muted accounts have their posts removed from your feed and from your not msgid "Muted by \"{0}\"" msgstr "Muted by \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Muted words & tags" @@ -7881,7 +7939,7 @@ msgstr "My Feeds" msgid "My starter pack" msgstr "My starter pack" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Name" @@ -7891,12 +7949,12 @@ msgstr "Nature" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navigate to {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Navigate to starter pack" @@ -7910,8 +7968,8 @@ msgstr "Navigates to the next screen" msgid "Navigates to your profile" msgstr "Navigates to your profile" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Need to report a copyright violation, legal request, or regulatory compliance issue?" @@ -7919,10 +7977,6 @@ msgstr "Need to report a copyright violation, legal request, or regulatory compl msgid "Nevermind, create a handle for me" msgstr "Nevermind, create a handle for me" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "New" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "New email address" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "New Feature" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "New messages" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "New password" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "New post" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "New post" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Newest replies first" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "News" @@ -8088,15 +8142,15 @@ msgstr "News" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Next" @@ -8108,12 +8162,16 @@ msgstr "Next image" msgid "Night" msgstr "Night" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "No" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -8194,11 +8252,11 @@ msgstr "No likes yet" msgid "No lists" msgstr "No lists" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "No longer following {0}" @@ -8224,7 +8282,7 @@ msgstr "No more doomscrolling junk-filled algorithms. Find feeds that work for y msgid "No name" msgstr "No name" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "No notifications yet!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "No one" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "No one but the author can quote this post." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "No results" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "No results for \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "No results found for “<0>{query}”." msgid "No results found for your query with advanced search filters applied." msgstr "No results found for your query with advanced search filters applied." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "No results." @@ -8335,7 +8393,7 @@ msgstr "No Starter Packs yet" msgid "No thanks" msgstr "No thanks" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "No translation received from your device." @@ -8343,7 +8401,7 @@ msgstr "No translation received from your device." msgid "No video posts yet" msgstr "No video posts yet" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Nobody" @@ -8360,7 +8418,7 @@ msgstr "Nobody has quoted this yet. Maybe you should be the first!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Nobody has reposted this yet. Maybe you should be the first!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Nobody was found. Try searching for someone else." @@ -8398,7 +8456,7 @@ msgstr "Not available on this platform." msgid "Not followed by anyone you’re following" msgstr "Not followed by anyone you’re following" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Not Found" @@ -8407,7 +8465,7 @@ msgstr "Not Found" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Note about sharing" @@ -8419,13 +8477,17 @@ msgstr "Note: Bluesky is part of the Atmosphere, an open public network. These s msgid "Note: This post is only visible to logged-in users." msgstr "Note: This post is only visible to logged-in users." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Nothing saved yet" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Notification settings" @@ -8435,8 +8497,8 @@ msgstr "Notification settings" msgid "Notification sounds" msgstr "Notification sounds" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Notification sounds" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notifications" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Okay" @@ -8505,6 +8567,10 @@ msgstr "Oldest replies first" msgid "On" msgstr "On" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "on<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "One of the selected recipients does not allow group chats." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "One of the selected recipients has blocked you and cannot be messaged." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "One or more GIFs is missing alt text." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "One or more images is missing alt text." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "One or more of your selected files are not supported." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {The maximum number of characters is # characters.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "One or more videos is missing alt text." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Only {0} can reply." @@ -8556,7 +8622,7 @@ msgstr "Only {0} can reply." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Only followers can join this group chat." msgid "Only followers who I follow" msgstr "Only followers who I follow" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Only image files are supported" @@ -8637,7 +8703,7 @@ msgstr "Open advanced search options" msgid "Open avatar creator" msgstr "Open avatar creator" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Open camera" @@ -8655,7 +8721,7 @@ msgstr "Open chat member options for {displayName}" msgid "Open conversation options" msgstr "Open conversation options" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Open draft" @@ -8663,8 +8729,8 @@ msgstr "Open draft" msgid "Open drawer menu" msgstr "Open drawer menu" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Open emoji picker" @@ -8695,12 +8761,12 @@ msgstr "Open group chat" msgid "Open group chat settings" msgstr "Open group chat settings" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Open in Google Translate" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Open link to {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Open message options" msgid "Open moderation debug page" msgstr "Open moderation debug page" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Open muted words and tags settings" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Open pack" @@ -8743,7 +8809,7 @@ msgstr "Open settings" msgid "Open share menu" msgstr "Open share menu" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Open starter pack menu" @@ -8759,10 +8825,9 @@ msgstr "Open system log" msgid "Open this group chat" msgstr "Open this group chat" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Opens {0} feed" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Opens additional details for a debug entry" msgid "Opens alt text dialog" msgstr "Opens alt text dialog" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Opens camera on device" @@ -8804,28 +8869,28 @@ msgstr "Opens change handle dialog" msgid "Opens composer" msgstr "Opens composer" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Opens device camera" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Opens flow to create a new Bluesky account" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Opens flow to sign in to your existing Bluesky account" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Opens full image" @@ -8833,7 +8898,7 @@ msgstr "Opens full image" msgid "Opens helpdesk in browser" msgstr "Opens helpdesk in browser" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Opens image picker" @@ -8854,7 +8919,7 @@ msgstr "Opens post language settings" msgid "Opens profile" msgstr "Opens profile" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Opens the find and invite friends settings" @@ -8867,11 +8932,11 @@ msgstr "Opens the GIF picker dialog" msgid "Opens the invite friends sheet to share your profile" msgstr "Opens the invite friends sheet to share your profile" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Opens the post composer" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Opens this draft in the composer" @@ -8879,15 +8944,51 @@ msgstr "Opens this draft in the composer" msgid "Opens this profile" msgstr "Opens this profile" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Options:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Or, continue with another account." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Or, sign in to one of your other accounts." @@ -8985,7 +9086,7 @@ msgstr "Party GIFs" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Password" @@ -8993,7 +9094,7 @@ msgstr "Password" msgid "Password changed" msgstr "Password changed" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Password must be at least 8 characters long." @@ -9005,7 +9106,7 @@ msgstr "Password updated" msgid "Password updated!" msgstr "Password updated!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pause" @@ -9020,7 +9121,7 @@ msgstr "Pause video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "People" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "People {ownerName} follows can request to join" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "People followed by @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "People following @{0}" @@ -9070,11 +9171,11 @@ msgstr "People I follow can join instantly" msgid "People I follow can request to join" msgstr "People I follow can request to join" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "People you follow" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "People you mention" @@ -9082,7 +9183,7 @@ msgstr "People you mention" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Permission to access your photo library was denied. Please enable it in your system settings." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Person toggle" @@ -9115,15 +9216,15 @@ msgstr "Pick a colour theme" msgid "Pictures meant for adults." msgstr "Pictures meant for adults." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Pin feed" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Pin to home" @@ -9131,8 +9232,8 @@ msgstr "Pin to home" msgid "Pin to Home" msgstr "Pin to Home" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Pin to your profile" @@ -9151,11 +9252,11 @@ msgstr "Pinned {0} to Home" msgid "Pinned Feeds" msgstr "Pinned Feeds" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Pinned to your feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Play" @@ -9169,12 +9270,12 @@ msgstr "Play {0}" msgid "Play GIF" msgstr "Play GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Play video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Play Video" @@ -9182,7 +9283,7 @@ msgstr "Play Video" msgid "Plays or pauses the GIF" msgstr "Plays or pauses the GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Plays or pauses the video" @@ -9190,7 +9291,7 @@ msgstr "Plays or pauses the video" msgid "Plays the GIF" msgstr "Plays the GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Plays the video" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Please choose your handle." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Please choose your password." @@ -9219,12 +9320,12 @@ msgstr "Please click on the link in the email we just sent you to verify your ne msgid "Please complete the verification captcha." msgstr "Please complete the verification captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Please confirm your email address to upload videos." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Please double-check that you have entered your email address correctly." @@ -9232,7 +9333,7 @@ msgstr "Please double-check that you have entered your email address correctly." msgid "Please enter a password." msgstr "Please enter a password." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Please enter a password. It must be at least 8 characters long." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Please enter the security code we sent to your previous email address." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Please enter your email." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Please enter your invite code." @@ -9306,8 +9407,8 @@ msgstr "Please explain why you think your chats were incorrectly disabled" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Please explain why you think your Go Live access was incorrectly disabled." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Please go back, or activate this element to return to the start of the active content." @@ -9333,7 +9434,7 @@ msgstr "Please select a reason for this report" msgid "Please sign in as @{0}" msgstr "Please sign in as @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Please submit your report through the Report non-consensual intimate imagery (NCII) form." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Please write your message below:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politics" @@ -9367,18 +9468,18 @@ msgstr "Politics" msgid "Porn" msgstr "Porn" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Post" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Post" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Post {index} of {count}" @@ -9393,12 +9494,12 @@ msgstr "Post a photo" msgid "Post a video" msgstr "Post a video" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Post All" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Post anyway" @@ -9406,11 +9507,16 @@ msgstr "Post anyway" msgid "Post blocked" msgstr "Post blocked" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Post by @{0}" @@ -9423,10 +9529,10 @@ msgstr "Post deleted" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Post failed to upload. Please check your Internet connection and try again." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Post has been deleted" @@ -9440,11 +9546,11 @@ msgstr "Post Hidden by Muted Word" msgid "Post Hidden by You" msgstr "Post Hidden by You" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Post interaction settings" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Post Interaction Settings" @@ -9468,7 +9574,7 @@ msgstr "Post link" msgid "Post not found" msgstr "Post not found" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Post pinned" @@ -9478,7 +9584,7 @@ msgstr "Post pinned" msgid "Post type" msgstr "Post type" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Post unpinned" @@ -9487,7 +9593,7 @@ msgstr "Post unpinned" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Posts" @@ -9520,7 +9626,7 @@ msgstr "Preferred language" msgid "Press to attempt reconnection" msgstr "Press to attempt reconnection" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacy" msgid "Privacy and security" msgstr "Privacy and security" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Privacy and Security settings" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Privacy Policy" msgid "Privacy violation of a minor" msgstr "Privacy violation of a minor" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Processing GIF..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Processing video..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profile" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Public, shareable lists of users to mute or block in bulk." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publish post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publish posts" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publish replies" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publish reply" @@ -9685,7 +9791,7 @@ msgstr "QR code saved to your camera roll!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Quote post" @@ -9723,8 +9829,8 @@ msgstr "Rate limit exceeded – you've tried to change your handle too many time msgid "Rate limit exceeded. Please try again later." msgstr "Rate limit exceeded. Please try again later." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Re-attach quote" @@ -9745,7 +9851,7 @@ msgstr "React with {emoji}" msgid "Reactions" msgstr "Reactions" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reactivate your account" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Read about how to use advanced search filters" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Read blog post" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Read less" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Read more" @@ -9780,7 +9886,7 @@ msgstr "Read more replies" msgid "Read our blog post" msgstr "Read our blog post" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Read the Bluesky blog" @@ -9794,11 +9900,11 @@ msgstr "Read the Bluesky Privacy Policy" msgid "Read the Bluesky Terms of Service" msgstr "Read the Bluesky Terms of Service" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Real conversations." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Real people." @@ -9862,23 +9968,24 @@ msgstr "Reload conversations" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Remove" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Remove {displayName} from group chat" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Remove {displayName} from starter pack" @@ -9914,8 +10021,8 @@ msgstr "Remove attachment" msgid "Remove Avatar" msgstr "Remove Avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Remove Banner" @@ -9950,8 +10057,8 @@ msgstr "Remove from chat" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Remove from my feeds" @@ -9960,8 +10067,8 @@ msgstr "Remove from my feeds" msgid "Remove from quick access?" msgstr "Remove from quick access?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Remove from saved feeds" @@ -9970,7 +10077,7 @@ msgstr "Remove from saved feeds" msgid "Remove from saved posts" msgstr "Remove from saved posts" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Remove from your feeds?" @@ -10010,7 +10117,7 @@ msgstr "Remove suggestion" msgid "Remove this feed from your saved feeds" msgstr "Remove this feed from your saved feeds" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Remove unavailable moderation services" @@ -10018,10 +10125,14 @@ msgstr "Remove unavailable moderation services" msgid "Remove user from list" msgstr "Remove user from list" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Remove verification" @@ -10029,11 +10140,11 @@ msgstr "Remove verification" msgid "Remove your verification for this account?" msgstr "Remove your verification for this account?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Removed by author" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Removed by you" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Removed from saved posts" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Removed from starter pack" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Removed from your feeds" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Removed unavailable services" @@ -10128,11 +10240,11 @@ msgstr "Replied-to message, tap to scroll to it" msgid "Replies" msgstr "Replies" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Replies disabled" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Replies to this post are disabled." @@ -10141,14 +10253,14 @@ msgstr "Replies to this post are disabled." msgid "Reply" msgstr "Reply" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Reply" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Reply ({0, plural, one {# reply} other {# replies}})" @@ -10162,7 +10274,7 @@ msgstr "Reply Hidden by Thread Author" msgid "Reply Hidden by You" msgstr "Reply Hidden by You" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Reply settings are chosen by the author of the thread" @@ -10185,8 +10297,8 @@ msgstr "Reply was successfully hidden" msgid "Report" msgstr "Report" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Report account" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Report conversation" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Report dialog" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Report feed" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Report list" @@ -10216,8 +10328,8 @@ msgstr "Report list" msgid "Report message" msgstr "Report message" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Report post" @@ -10225,8 +10337,8 @@ msgstr "Report post" msgid "Report sent" msgstr "Report sent" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Report starter pack" @@ -10292,7 +10404,7 @@ msgstr "Repost ({0, plural, one {# repost} other {# reposts}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Repost or quote post" @@ -10330,12 +10442,12 @@ msgstr "Reposts of this post" msgid "Reposts of your reposts" msgstr "Reposts of your reposts" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Reposts will be hidden in feeds" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Reposts will be shown in feeds" @@ -10348,8 +10460,8 @@ msgstr "Request access to group chat" msgid "Request approved." msgstr "Request approved." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Request code" @@ -10371,7 +10483,7 @@ msgstr "Requested" msgid "Requests" msgstr "Requests" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Require alt text before posting" msgid "Require an email code to sign in to your account." msgstr "Require an email code to sign in to your account." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Required for this provider" @@ -10418,16 +10530,16 @@ msgstr "Resend code" msgid "Resend code in <0>00:{0}" msgstr "Resend code in <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Resend email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Resend Email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Resend Verification Email" @@ -10453,6 +10565,11 @@ msgstr "Reset password" msgid "Reset your password by sending a code to your email" msgstr "Reset your password by sending a code to your email" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Restore default" @@ -10479,9 +10596,9 @@ msgstr "Retries the last action, which errored out" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Retries the last action, which errored out" msgid "Retry" msgstr "Retry" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Retry loading report options" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Return to previous page" @@ -10521,7 +10638,7 @@ msgstr "Returns to home page" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Returns to previous page" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "Sad GIFs" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Save birthdate" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Save changes" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Save changes?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Save draft" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Save draft?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Save image" @@ -10608,8 +10725,8 @@ msgstr "Save new handle" msgid "Save QR code" msgstr "Save QR code" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Save these options for next time" @@ -10618,7 +10735,7 @@ msgstr "Save these options for next time" msgid "Save to my feeds" msgstr "Save to my feeds" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Saved Feeds" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Saved Posts" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Saved to your feeds" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Say hello!" @@ -10661,7 +10778,7 @@ msgstr "Scan" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Scan QR code" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Scroll to top" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Search" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Search @{0}'s posts" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Search by name or interest" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Search feeds" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Search for \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Search for \"{interestsDisplayName}\" (active)" @@ -10734,19 +10851,19 @@ msgstr "Search for “{searchText}”" msgid "Search for {q}" msgstr "Search for {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Search for feeds that you want to suggest to others." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Search for more accounts" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Search for more feeds" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Search for people" @@ -10774,14 +10891,14 @@ msgstr "Search languages" msgid "Search my posts" msgstr "Search my posts" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Search posts" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Search profiles" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Search..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Searches for profiles" @@ -10829,14 +10946,14 @@ msgstr "See #{tag} posts" msgid "See #{tag} posts by user" msgstr "See #{tag} posts by user" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "See jobs at Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "See more" @@ -10844,16 +10961,11 @@ msgstr "See more" msgid "See more suggested profiles" msgstr "See more suggested profiles" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "See more trending topics" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Select {langName}" msgid "Select a color" msgstr "Select a colour" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Select a reason" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Select account" @@ -10910,7 +11022,7 @@ msgstr "Select an avatar" msgid "Select an emoji" msgstr "Select an emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Select an option" @@ -10946,11 +11058,11 @@ msgstr "Select filter type (currently: {0})" msgid "Select from an existing account" msgstr "Select from an existing account" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Select from your lists" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Select how long to mute this word for." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Select language" @@ -10987,7 +11099,7 @@ msgstr "Select language..." msgid "Select languages" msgstr "Select languages" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Select moderation service" @@ -11028,7 +11140,7 @@ msgstr "Select which language to use for the app's user interface." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Select your date of birth" @@ -11045,7 +11157,7 @@ msgstr "Select your preferred language for translations in your feed." msgid "Select your preferred notification channels" msgstr "Select your preferred notification channels" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Selecting multiple media types is not supported." @@ -11076,7 +11188,7 @@ msgstr "Send error report" msgid "Send feedback" msgstr "Send feedback" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Send message" @@ -11089,7 +11201,7 @@ msgstr "Send post to {name}" msgid "Send post to..." msgstr "Send post to..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Send report to {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Send the message from your phone" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Send verification email" @@ -11133,7 +11245,7 @@ msgstr "Set app icon to {0}" msgid "Set new password" msgstr "Set new password" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Set precisely which groups of people can reply to your post" @@ -11141,11 +11253,11 @@ msgstr "Set precisely which groups of people can reply to your post" msgid "Set up your account" msgstr "Set up your account" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Set who can reply to your post" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Set your birthdate below and we'll get you back to posting and exploring in no time!" @@ -11161,9 +11273,9 @@ msgstr "Set your hosting provider manually" msgid "Sets email for password reset" msgstr "Sets email for password reset" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Settings" @@ -11222,7 +11334,7 @@ msgstr "Settings for reply notifications" msgid "Settings for repost notifications" msgstr "Settings for repost notifications" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Settings saved" @@ -11242,7 +11354,7 @@ msgstr "Sexually Suggestive" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Share" @@ -11251,7 +11363,7 @@ msgstr "Share" msgid "Share age range" msgstr "Share age range" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Share anyway" @@ -11279,13 +11391,13 @@ msgstr "Share invite link" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Share link" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Share link dialog" @@ -11304,12 +11416,12 @@ msgstr "Share post at:// URI" msgid "Share Profile" msgstr "Share Profile" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Share QR code" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Share this feed" @@ -11318,22 +11430,22 @@ msgstr "Share this feed" msgid "Share this search" msgstr "Share this search" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Share this starter pack" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Share this starter pack and help people join your community on Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Share via..." @@ -11345,7 +11457,7 @@ msgstr "Share your contacts to find friends" msgid "Share your thoughts…" msgstr "Share your thoughts…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Shared Preferences Tester" @@ -11359,12 +11471,16 @@ msgstr "Sharing your age range reveals only the range associated with your Apple msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner KWS to complete your verification and enable access on all platforms." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Show" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Show alt text" @@ -11373,14 +11489,14 @@ msgstr "Show alt text" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Show anyway" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Show automation label" @@ -11401,16 +11517,16 @@ msgstr "Show customisation options" msgid "Show group chat updates" msgstr "Show group chat updates" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Show less like this" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Show list anyway" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Show lists of users to select from" @@ -11418,8 +11534,8 @@ msgstr "Show lists of users to select from" msgid "Show more" msgstr "Show more" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Show more like this" @@ -11445,8 +11561,8 @@ msgstr "Show replies" msgid "Show replies as" msgstr "Show replies as" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Show reply for everyone" @@ -11455,8 +11571,8 @@ msgstr "Show reply for everyone" msgid "Show reposts" msgstr "Show reposts" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Show reposts in feeds" @@ -11478,7 +11594,7 @@ msgstr "Show warning and filter from feeds" msgid "Show when you’re live" msgstr "Show when you’re live" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Shows information about when this post was created" @@ -11486,15 +11602,15 @@ msgstr "Shows information about when this post was created" msgid "Shows other accounts you can switch to" msgstr "Shows other accounts you can switch to" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Shows the content" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Shows the content" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Sign in" msgid "Sign in as {0}" msgstr "Sign in as {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Sign in as…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Sign in or create an account" @@ -11551,16 +11667,17 @@ msgstr "Sign in to Bluesky or create a new account" msgid "Sign in to request access to this group chat." msgstr "Sign in to request access to this group chat." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Sign in to view post" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Since" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Skip" msgid "Skip contact sharing and continue to the app" msgstr "Skip contact sharing and continue to the app" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Skip empty posts?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Skip introduction and start using your account" @@ -11628,7 +11745,7 @@ msgstr "Skip introduction and start using your account" msgid "Skip to next step" msgstr "Skip to next step" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "slide" @@ -11644,19 +11761,24 @@ msgstr "Snoozes the reminder" msgid "So many thoughts, you should post one" msgstr "So many thoughts, you should post one" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Social media you control." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Software Dev" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Some moderation services in your list are no longer available." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Some of your verifications are invalid." @@ -11664,7 +11786,7 @@ msgstr "Some of your verifications are invalid." msgid "Some other feeds you might like" msgstr "Some other feeds you might like" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Some people can reply" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Something went wrong" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Something went wrong, please try again" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Something went wrong. Please try again in a moment." msgid "Something went wrong. Please try again." msgstr "Something went wrong. Please try again." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Something wrong? Let us know." @@ -11759,8 +11881,8 @@ msgstr "Something wrong? Let us know." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Sorry, we're unable to load account suggestions at this time." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Sorry! Your session expired. Please sign in again." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam or other inauthentic behaviour or deception" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sports" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Start a conversation, and it will appear here." @@ -11826,14 +11953,14 @@ msgstr "Start chat" msgid "Start chat with {displayName}" msgstr "Start chat with {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Starter Pack" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Starter pack by {0}" @@ -11841,12 +11968,12 @@ msgstr "Starter pack by {0}" msgid "Starter pack by <0/>" msgstr "Starter pack by <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Starter pack by you" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Starter pack is invalid" @@ -11854,7 +11981,7 @@ msgstr "Starter pack is invalid" msgid "Starter packs" msgstr "Starter packs" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Starter Packs" @@ -11893,7 +12020,7 @@ msgstr "Storage cleared, you need to restart the app now." msgid "Stored as part of a secure code for matching with others" msgstr "Stored as part of a secure code for matching with others" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "Submit Appeal" msgid "Submit feedback" msgstr "Submit feedback" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Submit report" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Submit your report through the Report non-consensual intimate imagery (NCII) form" @@ -11963,11 +12090,11 @@ msgstr "Subscribe to @{0} to use these labels:" msgid "Subscribe to account activity" msgstr "Subscribe to account activity" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subscribe to Labeller" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subscribe to this labeller" @@ -11975,7 +12102,7 @@ msgstr "Subscribe to this labeller" msgid "Subscribe to this list" msgstr "Subscribe to this list" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Success" @@ -11998,7 +12125,7 @@ msgstr "Successfully verified" msgid "Suggested" msgstr "Suggested" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Suggested accounts" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Sunset" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Tags only" msgid "Take the conversation private." msgstr "Take the conversation private." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." @@ -12103,8 +12230,8 @@ msgstr "Tap for information" msgid "Tap for more information" msgstr "Tap for more information" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Tap here to update your location with GPS." @@ -12206,7 +12333,7 @@ msgstr "Terms" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Thank you for your feedback! It has been sent to the feed operator." msgid "Thanks for your feedback!" msgstr "Thanks for your feedback!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Thanks, you have successfully verified your email address. You can close this dialog." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Thanks! You're all set." @@ -12246,16 +12373,16 @@ msgstr "Thanks! You're all set." msgid "That contains the following:" msgstr "That contains the following:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "That starter pack could not be found." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "That username is already taken" @@ -12263,13 +12390,13 @@ msgstr "That username is already taken" msgid "That's all, folks!" msgstr "That's all, folks!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "That's everything!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "The account will be able to interact with you after unblocking." @@ -12287,7 +12414,7 @@ msgstr "The author of this thread has hidden this reply." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "The Bluesky web application" @@ -12352,32 +12479,32 @@ msgstr "The post you’re replying to was marked as being written in {suggestedL msgid "The Privacy Policy has been moved to <0/>" msgstr "The Privacy Policy has been moved to <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "The processed video is too large. Please try again with a smaller file." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "The selected video could not be encoded." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "The selected video could not be processed." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "The selected video has an unsupported aspect ratio." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "The selected video is too long." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "The selected video uses an unsupported format." @@ -12386,7 +12513,7 @@ msgstr "The selected video uses an unsupported format." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "The server appears to be experiencing issues. Please try again in a few moments." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." @@ -12402,7 +12529,7 @@ msgstr "The support form has been moved. If you need help, please <0/> or visit msgid "The Terms of Service have been moved to" msgstr "The Terms of Service have been moved to" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "The verification code you have provided is invalid. Please make sure that you have used the correct verification link or request a new one." @@ -12412,7 +12539,7 @@ msgstr "The verification code you have provided is invalid. Please make sure tha msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "The video could not be uploaded to your hosting provider. Please try again." @@ -12428,7 +12555,7 @@ msgstr "There is a limit to how often you can change your birthdate. You may nee msgid "There is no invite link for this group chat." msgstr "There is no invite link for this group chat." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "There is no time limit for account deactivation, come back any time." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "There was a problem with your internet connection, please try again" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "There was an issue contacting the server" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "There was an issue contacting the server, please check your internet connection and try again." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "There was an issue fetching notifications. Tap here to try again." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "There was an issue fetching posts. Tap here to try again." @@ -12495,25 +12622,25 @@ msgstr "There was an issue updating your feeds, please check your internet conne #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "There was an issue! {0}" @@ -12521,10 +12648,10 @@ msgstr "There was an issue! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "There was an issue. Please check your internet connection and try again. msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "There was an unexpected issue in the application. Please let us know if this happened to you!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "These are your default settings" @@ -12576,7 +12703,7 @@ msgstr "They won’t be able to rejoin unless you invite them again." msgid "This {screenDescription} has been flagged:" msgstr "This {screenDescription} has been flagged:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "This account has a checkmark because it's been verified by trusted sources." @@ -12584,7 +12711,7 @@ msgstr "This account has a checkmark because it's been verified by trusted sourc msgid "This account has been marked as automated by its owner." msgstr "This account has been marked as automated by its owner." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "This account has one or more attempted verifications, but it is not currently verified." @@ -12618,7 +12745,7 @@ msgstr "This appeal will be sent to Bluesky's moderation service." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "This author has chosen to make their posts visible only to people who are signed in." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." @@ -12649,7 +12776,7 @@ msgstr "This chat was disconnected" msgid "This code is invalid. Resend to get a new code." msgstr "This code is invalid. Resend to get a new code." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "This confirmation code is not valid. Please try again." @@ -12683,7 +12810,7 @@ msgstr "This conversation is locked." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "This conversation is with a deleted or a deactivated account. Press for options" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "This draft will be permanently deleted." @@ -12700,7 +12827,7 @@ msgstr "This exact phrase" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "This feature is in beta. You can read more about repository exports in <0>this blogpost." @@ -12763,7 +12890,7 @@ msgstr "This is just a one-time security check, since we haven’t seen this acc msgid "This is not a valid link" msgstr "This is not a valid link" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "This link is taking you to the following website:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." @@ -12829,11 +12956,11 @@ msgstr "This person is blocking you" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "This post has an unknown type of threadgate on it. Your app may be out of date." @@ -12845,19 +12972,19 @@ msgstr "This post is only visible to logged-in users." msgid "This post was deleted by its author" msgstr "This post was deleted by its author" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "This post will be hidden from feeds and threads. This cannot be undone." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "This post's author has disabled quote posts." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "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." @@ -12870,7 +12997,7 @@ msgstr "This screen is only available for group conversations." msgid "This service has not provided terms of service or a privacy policy." msgstr "This service has not provided terms of service or a privacy policy." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "This user is new here. Press for more info about when they joined." msgid "This user isn't following anyone." msgstr "This user isn't following anyone." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "This will irreversibly delete your Bluesky account <0>{currentHandle}{0}" msgstr "To disable your email 2FA method, please verify your access to <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." @@ -13020,11 +13142,11 @@ msgstr "To log out, <0>click here. Or if you’d prefer, you can <1>delete y msgid "Today" msgstr "Today" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Toggle to enable or disable adult content" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Toggles the sound" @@ -13053,7 +13175,7 @@ msgstr "Top" msgid "Top replies first" msgstr "Top replies first" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Topic" @@ -13061,8 +13183,8 @@ msgstr "Topic" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Translate" @@ -13074,12 +13196,12 @@ msgstr "Translated" msgid "Translating" msgstr "Translating" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Translating…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Translation to the same language is unavailable on your device." @@ -13088,9 +13210,9 @@ msgstr "Translation to the same language is unavailable on your device." msgid "Tree view" msgstr "Tree view" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Trending" @@ -13099,12 +13221,20 @@ msgstr "Trending" msgid "Trending GIFs" msgstr "Trending GIFs" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Trending options" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Trending topics" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Trending videos" @@ -13113,7 +13243,7 @@ msgstr "Trending videos" msgid "Trolling" msgstr "Trolling" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Trust emerges from relationships, communities and shared context, so we’re also enabling <0>trusted verifiers: organisations that can directly issue verification." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Unable to connect. Please check your internet connection and try again." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Unable to contact your service. Please check your internet connection and try again." @@ -13187,7 +13317,7 @@ msgstr "Unable to contact your service. Please check your internet connection an msgid "Unable to contact your service. Please check your Internet connection." msgstr "Unable to contact your service. Please check your Internet connection." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Unable to delete" @@ -13205,6 +13335,10 @@ msgstr "Unable to find a selected recipient." msgid "Unable to find the selected recipient." msgstr "Unable to find the selected recipient." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Unable to resolve handle" @@ -13233,14 +13367,14 @@ msgstr "Unavailable feed information" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Unblock" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Unblock" @@ -13251,8 +13385,8 @@ msgstr "Unblock {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Unblock account" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Unblock account?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Unblock Account?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Unblock list" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Undo" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Undo" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Undo repost ({0, plural, one {# repost} other {# reposts}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Unfollow {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Unfollow account" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Unfollows the user" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Unfortunately, none of your subscribed labellers support this report type." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Unknown verifier" @@ -13333,13 +13490,13 @@ msgstr "Unlabelled adult content" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Unlabelled, abusive, or non-consensual adult content" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Unlike" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Unlike ({0, plural, one {# like} other {# likes}})" @@ -13351,12 +13508,12 @@ msgstr "Unlock chat" msgid "Unlock this group chat" msgstr "Unlock this group chat" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Unmute" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Unmute" msgid "Unmute {0}" msgstr "Unmute {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Unmute account" @@ -13379,8 +13536,8 @@ msgstr "Unmute account" msgid "Unmute conversation" msgstr "Unmute conversation" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Unmute list" @@ -13388,8 +13545,8 @@ msgstr "Unmute list" msgid "Unmute this group chat" msgstr "Unmute this group chat" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Unmute thread" @@ -13397,14 +13554,14 @@ msgstr "Unmute thread" msgid "Unmute video" msgstr "Unmute video" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Unpin" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Unpin feed" @@ -13414,13 +13571,13 @@ msgstr "Unpin feed" msgid "Unpin from home" msgstr "Unpin from home" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Unpin from profile" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Unpin moderation list" @@ -13429,29 +13586,34 @@ msgstr "Unpin moderation list" msgid "Unpinned {0} from Home" msgstr "Unpinned {0} from Home" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Unpinned from your feeds" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Unpinned list" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Unsnooze email reminder" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Unsubscribe" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Unsubscribe from list" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Unsubscribe from this labeller" @@ -13463,7 +13625,7 @@ msgstr "Unsubscribed from list" msgid "Unsupported clipboard content" msgstr "Unsupported clipboard content" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Unsupported video type: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Update to {domain}" msgid "Update your email" msgstr "Update your email" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Update your location" @@ -13539,24 +13701,24 @@ msgstr "Upload a text file to:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Upload from Camera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Upload from Files" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Upload from Library" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Uploading GIF..." @@ -13570,7 +13732,7 @@ msgstr "Uploading images..." msgid "Uploading link thumbnail..." msgstr "Uploading link thumbnail..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Uploading video..." @@ -13659,25 +13821,25 @@ msgstr "User List by {0}" msgid "User list by you" msgstr "User list by you" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "User list created" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "User list updated" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Username cannot begin or end with a hyphen" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Username must only contain letters (a–z), numbers, and hyphens" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Username or email address" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "users followed by <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "users following <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Value:" msgid "Verification failed, please try again." msgstr "Verification failed, please try again." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Verification settings" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Verification Settings" @@ -13720,14 +13882,14 @@ msgstr "Verification Settings" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verified by:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verify account" @@ -13790,12 +13952,12 @@ msgstr "Verify your age" msgid "Verify your email" msgstr "Verify your email" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Verifying" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Verifying your age assurance status" @@ -13815,16 +13977,16 @@ msgstr "Version {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "via starter pack <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Video failed to process" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Video Feed" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video from {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Video from {0}. Tap to play or pause the video" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Video Games" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Video is paused" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Video is playing" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video not found." @@ -13859,12 +14021,12 @@ msgstr "Video not found." msgid "Video settings" msgstr "Video settings" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video uploaded" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Videos must be 10 minutes or less." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Videos must be less than 3 minutes long." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "View" @@ -13903,9 +14059,9 @@ msgstr "View {0}'s avatar" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "View {0}'s profile" @@ -13924,11 +14080,11 @@ msgstr "View {displayName}’s profile" msgid "View {publicationTitle}" msgstr "View {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "View blocked user's profile" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "View blogpost for more details" @@ -13936,8 +14092,8 @@ msgstr "View blogpost for more details" msgid "View debug entry" msgstr "View debug entry" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "View details" @@ -13977,13 +14133,13 @@ msgstr "View more" msgid "View more trending videos" msgstr "View more trending videos" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "View post" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "View the labelling service provided by @{0}" msgid "View this user's verifications" msgstr "View this user's verifications" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "View users who like this feed" @@ -14026,11 +14182,11 @@ msgstr "View users who like this feed" msgid "View video" msgstr "View video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "View your blocked accounts" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "View your default post interaction settings" @@ -14039,11 +14195,15 @@ msgstr "View your default post interaction settings" msgid "View your feeds and explore more" msgstr "View your feeds and explore more" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "View your moderation inbox" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "View your moderation lists" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "View your muted accounts" @@ -14060,6 +14220,10 @@ msgstr "Views full image" msgid "Views video in immersive mode" msgstr "Views video in immersive mode" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Violence" @@ -14136,6 +14300,10 @@ msgstr "We couldn’t load this conversation’s join requests" msgid "We couldn’t load this conversation’s settings" msgstr "We couldn’t load this conversation’s settings" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "We couldn’t verify your hosting provider. Please check your internet connection, or <0>set your hosting provider manually." @@ -14148,7 +14316,7 @@ msgstr "We delete hashes after matches are made" msgid "We don't store your friends' phone numbers or send any messages" msgstr "We don't store your friends' phone numbers or send any messages" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "We estimate {estimatedTime} until your account is ready." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "We have partnered with <0>KWS to handle age verification. When you click \"Begin\" below, KWS will email you instructions to complete the verification process. If your email address has already been used to verify your age for another game or service that uses KWS, you won’t need to do it again. When you’re done, you'll be brought back to continue using Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "We have sent another verification email to <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "We recommend selecting at least two interests." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "We were unable to determine if you are allowed to upload videos. Please try again." @@ -14198,16 +14366,16 @@ msgstr "We were unable to load the age assurance configuration for your region, msgid "We were unable to load your birthdate preferences. Please try again." msgstr "We were unable to load your birthdate preferences. Please try again." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "We were unable to load your configured labellers at this time." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "We will let you know when your account is ready." @@ -14236,7 +14404,7 @@ msgstr "We're also updating our <0>Community Guidelines, and we want your in msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on 15 October 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "We're confirming your age assurance status with our servers. This should only take a few seconds." @@ -14255,7 +14423,7 @@ msgstr "We're having network issues, try again" msgid "We’re having network issues, try again" msgstr "We’re having network issues, try again" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." @@ -14267,7 +14435,7 @@ msgstr "We’re so excited to have you join us!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." @@ -14296,7 +14464,7 @@ msgstr "We’re sorry, but your search could not be completed. Please try again msgid "We're sorry, you cannot access this screen at this time." msgstr "We're sorry, you cannot access this screen at this time." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "We're sorry! The post you are replying to has been deleted." @@ -14325,12 +14493,12 @@ msgstr "We’re updating our Terms of Service, Privacy Policy, and Copyright Pol msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective 15 September 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on 15 October 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "We've confirmed your age assurance status. You can now close this dialog." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Welcome back!" @@ -14351,17 +14519,17 @@ msgstr "What do you want to call your starter pack?" msgid "what’s up" msgstr "what’s up" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "What's up?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "When you tap on a check, you’ll see which organisations have granted verification." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Who can interact with this post?" @@ -14369,12 +14537,12 @@ msgstr "Who can interact with this post?" msgid "Who can join this group chat and how" msgstr "Who can join this group chat and how" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Who can reply" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Who can verify?" @@ -14434,11 +14602,11 @@ msgstr "Would you like to block this user and/or delete this conversation?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Would you like to block this user and/or leave this conversation?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Would you like to save this as a draft before viewing your drafts?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Would you like to save this as a draft to edit later?" @@ -14447,12 +14615,12 @@ msgstr "Would you like to save this as a draft to edit later?" msgid "Write a post" msgstr "Write a post" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Write post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Write your reply" @@ -14475,8 +14643,8 @@ msgstr "Wrong kind of conversation" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Yes" @@ -14486,8 +14654,8 @@ msgstr "Yes" msgid "Yes GIFs" msgstr "Yes GIFs" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Yes, deactivate" @@ -14495,19 +14663,19 @@ msgstr "Yes, deactivate" msgid "Yes, delete my account" msgstr "Yes, delete my account" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Yes, delete this starter pack" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Yes, detach" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Yes, hide" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Yes, reactivate my account" @@ -14519,7 +14687,7 @@ msgstr "Yesterday" msgid "You are a trusted verifier" msgstr "You are a trusted verifier" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." @@ -14544,12 +14712,12 @@ msgstr "You are creating an account on" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "You are in line." @@ -14558,11 +14726,11 @@ msgstr "You are in line." msgid "You are Live" msgstr "You are Live" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "You are no longer live" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "You are not allowed to upload videos." @@ -14570,7 +14738,7 @@ msgstr "You are not allowed to upload videos." msgid "You are not following anyone yet" msgstr "You are not following anyone yet" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "You are now live!" @@ -14599,7 +14767,7 @@ msgstr "You can also <0>temporarily deactivate your account instead. Your pr msgid "You can also discover new Custom Feeds to follow." msgstr "You can also discover new Custom Feeds to follow." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "You can now sign in with your new password." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "You can only save drafts up to 1,000 characters." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "You can only save drafts up to 1,000 characters. Would you like to discard this post before viewing your drafts?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "You can only select one GIF at a time." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "You can only select one video at a time." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "You can read chat history but can’t send new messages." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "You can update this later from your settings." @@ -14690,7 +14855,7 @@ msgstr "You cannot update your birthdate while using an app password. Please sig msgid "You don't follow any users who follow @{name}." msgstr "You don't follow any users who follow @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "You don't have any lists yet." @@ -14728,7 +14893,7 @@ msgstr "You have completely disabled reply, quote and mention notifications, so #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "You have entered an invalid code. It should look like XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "You have reached the end" msgid "You have successfully verified your email address. You can close this dialog." msgstr "You have successfully verified your email address. You can close this dialog." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "You have temporarily reached the limit for video uploads. Please try again later." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "You have unsaved changes to this draft, would you like to save them?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "You have unsaved changes. Would you like to save them before viewing your drafts?" @@ -14858,7 +15023,7 @@ msgstr "You must be following at least seven other people to generate a starter msgid "You must grant access to your photo library to save a QR code" msgstr "You must grant access to your photo library to save a QR code" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "You need to allow access to your media library." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "You own this chat" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "You previously deactivated @{0}." @@ -14911,11 +15076,21 @@ msgstr "You replied to yourself" msgid "You requested to join" msgstr "You requested to join" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "You will be signed out of all your accounts." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "You're all set! However, certain features may still be restricted until msgid "You’re in control" msgstr "You’re in control" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "You're in line" @@ -15010,7 +15185,7 @@ msgstr "You've denied access to your contacts" msgid "You've found some people to follow" msgstr "You've found some people to follow" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "You've reached the end of the active content." @@ -15018,7 +15193,7 @@ msgstr "You've reached the end of the active content." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "You've reached the end of your feed! Find some more accounts to follow." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "You've reached the maximum number of drafts" @@ -15030,22 +15205,23 @@ msgstr "You've reached the maximum number of requests allowed. Please try again msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "You've reached the start of the active content." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "You've reached your daily limit for video uploads (too many bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "You've reached your daily limit for video uploads (too many videos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "You've run out of videos to watch. Maybe it's a good time to take a break?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Your account" @@ -15062,7 +15238,19 @@ msgstr "Your account has been deleted, see ya! ✌️" msgid "Your account has been suspended" msgstr "Your account has been suspended" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Your account is not yet old enough to upload videos. Please try again later." @@ -15074,7 +15262,7 @@ msgstr "Your account is too new" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Your account must be at least 7 days old to create a new group chat." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." @@ -15086,7 +15274,7 @@ msgstr "Your account was found to be in violation of the <0>Bluesky Social Terms msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Your appeal has been submitted. If your appeal succeeds, you will receive an email." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Your birthdate" @@ -15115,7 +15303,7 @@ msgstr "Your contact {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." @@ -15128,7 +15316,7 @@ msgstr "Your email" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Your email appears to be invalid." @@ -15140,7 +15328,7 @@ msgstr "Your email has not yet been verified. Please verify your email in order msgid "Your first like!" msgstr "Your first like!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Your followers" @@ -15157,7 +15345,7 @@ msgstr "Your full handle will be <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Please enter your username instead, or set your provider manually." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Your hosting provider does not support videos this large. Please try again with a smaller file." @@ -15165,7 +15353,7 @@ msgstr "Your hosting provider does not support videos this large. Please try aga msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Your hosting provider is detected automatically from the username you enter." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Your interests have been updated!" msgid "Your interests help us find what you like!" msgstr "Your interests help us find what you like!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Your location has been updated." @@ -15198,15 +15386,20 @@ msgstr "Your name, avatar, the name of the group chat, and the number of members msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Your password must be at least 8 characters long." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Your post was sent" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Your posts were sent" @@ -15214,7 +15407,7 @@ msgstr "Your posts were sent" msgid "Your preferred language" msgstr "Your preferred language" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Your profile picture" @@ -15223,24 +15416,28 @@ msgstr "Your profile picture" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Your profile picture surrounded by concentric circles of other users' profile pictures" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "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." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Your reply was sent" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Your report will be sent to <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Your selected interests help us serve you content you care about." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index 8c2e4809e9..602b5c9a4a 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -204,7 +204,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:493 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -830,7 +830,7 @@ msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -838,7 +838,7 @@ msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -885,13 +885,13 @@ msgstr "<0>{0} {likeCount, plural, one {like} other {likes}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "" @@ -915,7 +915,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Tap here to update your location with GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "" @@ -1163,11 +1163,11 @@ msgid "Add" msgstr "" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "" @@ -1305,7 +1305,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "" @@ -1460,7 +1460,7 @@ msgid "All {0}" msgstr "All {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:394 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "" @@ -1643,8 +1643,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:353 -#: src/screens/StarterPack/StarterPackScreen.tsx:380 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "" @@ -1929,7 +1929,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." -#: src/screens/StarterPack/StarterPackScreen.tsx:673 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -3476,7 +3476,7 @@ msgstr "Copy invite link" #: src/components/dms/ChatInvite/Root.tsx:92 #: src/components/StarterPack/ShareDialog.tsx:116 -#: src/screens/StarterPack/StarterPackScreen.tsx:633 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "" @@ -3484,8 +3484,8 @@ msgstr "" msgid "Copy Link" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "" @@ -3501,7 +3501,7 @@ msgstr "" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:626 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3656,7 +3656,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:609 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3723,7 +3723,7 @@ msgstr "Create group chat" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:615 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3864,11 +3864,11 @@ msgstr "" #: src/components/dms/MessageOverlays.tsx:184 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:604 -#: src/screens/StarterPack/StarterPackScreen.tsx:704 -#: src/screens/StarterPack/StarterPackScreen.tsx:783 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "" @@ -3916,8 +3916,8 @@ msgstr "" msgid "Delete for me" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3939,16 +3939,16 @@ msgstr "" msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:598 -#: src/screens/StarterPack/StarterPackScreen.tsx:774 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:670 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "" @@ -4376,7 +4376,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:593 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4431,8 +4431,8 @@ msgstr "Edit invite link" msgid "Edit link settings" msgstr "Edit link settings" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "" @@ -4480,7 +4480,7 @@ msgstr "" msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:585 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "" @@ -4976,7 +4976,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:743 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "" @@ -5198,7 +5198,7 @@ msgstr "" msgid "Failed to unlock group chat" msgstr "Failed to unlock group chat" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5227,6 +5227,11 @@ msgstr "" msgid "Failed to update settings" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "Failed to update starter pack opt-out" + #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5268,7 +5273,7 @@ msgstr "" msgid "Feed menu" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "" @@ -5292,7 +5297,7 @@ msgstr "" #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 #: src/view/shell/desktop/LeftNav.tsx:711 @@ -5517,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:441 -#: src/screens/StarterPack/StarterPackScreen.tsx:449 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "" @@ -5882,7 +5887,7 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:796 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "" @@ -6439,7 +6444,7 @@ msgstr "" msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "" @@ -6822,11 +6827,11 @@ msgid "It's correct" msgstr "" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" @@ -6847,8 +6852,8 @@ msgstr "Join" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:467 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "" @@ -7263,7 +7268,7 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "" @@ -7302,13 +7307,13 @@ msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The ma msgstr "" #: src/screens/ProfileList/components/Header.tsx:120 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "" #: src/screens/ProfileList/components/Header.tsx:106 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "" @@ -7768,7 +7773,7 @@ msgstr "" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 #: src/view/com/composer/drafts/DraftItem.tsx:191 #: src/view/com/profile/ProfileMenu.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:286 @@ -8139,8 +8144,8 @@ msgstr "" #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "" @@ -8408,7 +8413,7 @@ msgstr "" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "" @@ -8799,7 +8804,7 @@ msgstr "Open settings" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:571 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "" @@ -8934,6 +8939,42 @@ msgstr "" msgid "Opens this profile" msgstr "" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "Opt out" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "Opt out of starter pack" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "Opt out of this starter pack?" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "Opt-out undone" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "Opted out" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "Opted out of starter pack" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "Opted out of this starter pack" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "" @@ -9075,7 +9116,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "" @@ -9137,7 +9178,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "" @@ -9547,7 +9588,7 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9923,8 +9964,9 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 #: src/components/FeedCard.tsx:375 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 @@ -9938,7 +9980,7 @@ msgstr "" msgid "Remove {displayName} from group chat" msgstr "Remove {displayName} from group chat" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "" @@ -10010,8 +10052,8 @@ msgstr "Remove from chat" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "" @@ -10078,6 +10120,10 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "Remove user from starter pack" + #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:418 @@ -10112,11 +10158,12 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "" @@ -10267,8 +10314,8 @@ msgstr "" msgid "Report feed" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10285,8 +10332,8 @@ msgstr "" msgid "Report sent" msgstr "Report sent" -#: src/screens/StarterPack/StarterPackScreen.tsx:646 -#: src/screens/StarterPack/StarterPackScreen.tsx:649 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "" @@ -10352,7 +10399,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:566 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "" @@ -10576,7 +10623,7 @@ msgstr "" #: src/components/Error.tsx:116 #: src/screens/List/ListHiddenScreen.tsx:222 -#: src/screens/StarterPack/StarterPackScreen.tsx:790 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "" @@ -10799,7 +10846,7 @@ msgstr "Search for “{searchText}”" msgid "Search for {q}" msgstr "Search for {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "" @@ -11302,7 +11349,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:436 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11378,7 +11425,7 @@ msgstr "" msgid "Share this search" msgstr "Share this search" -#: src/screens/StarterPack/StarterPackScreen.tsx:429 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "" @@ -11388,10 +11435,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:627 -#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 #: src/view/com/profile/ProfileMenu.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." @@ -11921,7 +11968,7 @@ msgstr "" msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:754 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "" @@ -12321,10 +12368,10 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:113 #: src/screens/StarterPack/StarterPackScreen.tsx:114 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 #: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." @@ -12461,7 +12508,7 @@ msgstr "The selected video uses an unsupported format." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12521,7 +12568,7 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 #: src/screens/ProfileList/components/Header.tsx:96 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" @@ -12598,8 +12645,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:103 #: src/screens/ProfileList/components/Header.tsx:111 #: src/screens/ProfileList/components/Header.tsx:125 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -13265,7 +13312,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "" @@ -13347,8 +13394,8 @@ msgstr "Unblock account?" msgid "Unblock Account?" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" @@ -13371,6 +13418,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "Undo opt-out" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "Undo opt-out from starter pack" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "Undo opt-out?" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13466,8 +13531,8 @@ msgstr "" msgid "Unmute conversation" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13506,8 +13571,8 @@ msgstr "" msgid "Unpin from profile" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "" @@ -13520,7 +13585,7 @@ msgstr "" msgid "Unpinned from your feeds" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" @@ -14593,7 +14658,7 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:701 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "" @@ -15006,11 +15071,21 @@ msgstr "You replied to yourself" msgid "You requested to join" msgstr "You requested to join" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "You will be eligible to appear in this starter pack again." + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" diff --git a/src/locale/locales/eo/messages.po b/src/locale/locales/eo/messages.po index b99787ce51..fcf5a26ebd 100644 --- a/src/locale/locales/eo/messages.po +++ b/src/locale/locales/eo/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: eo\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Esperanto\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorio \"{interestsDisplayName}\" (aktiva)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# sekvata} other {# sekvataj}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# amiko trovita!} other {# amikoj trovitaj!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# horo} other {# horoj}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#mo} other {#mo}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {1 pli afiŝo} other {# pli afiŝoj}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {sekvanto} other {sekvantoj}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {sekvata} other {sekvataj}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {afiŝo} other {afiŝoj}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, one {# homo}other {# homoj}} aliĝis al Bluesky uzante ĉi tiun startpakon!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# pli}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {Vi devas esti #-jaraĝa aŭ pli maljuna por krei konton en via regiono.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} tujelsendas" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} ne estas disponebla" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} ne estas subtenata de via aparato." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {ano} other {anoj}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} je {time}" msgid "{displayName}'s Starter Pack" msgstr "Startpako de {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {horo} other {horoj}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutoj}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} registriĝis kun via startpako" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} konfirmis vin" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} sekvataj" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {afiŝo} other {afiŝoj}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# horo} other {# horoj}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ novaj aliĝpetoj" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, one {# uzanto}other {# uzantoj}} aliĝis!" @@ -767,7 +776,7 @@ msgstr "{profileName} aliĝis al Bluesky uzante startpakon antaŭ {timeAgoString #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, kaj {2, plural, one {# alia} other {# aliaj}} estas en via startpako" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, kaj {2, plural, one {# alia} other {# aliaj}} es #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, kaj {2, plural, one {# alia} other {# aliaj}} estas en via startpako" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {konservo} other {konservoj}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {ŝato} other {ŝatoj}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} kaj<1> <2>{1} estas en via startpako" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} estas en via startpako" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} anoj" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Tuŝeti ĉi tie por aktualigi vian lokon per GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Vi kaj<1> <2>{0} estas en via startpako" @@ -946,6 +955,12 @@ msgstr "7 tagoj" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Aro de popularaj fluoj, kiujn vi povas trovi ĉe Bluesky, inkluzive de News, Booksky, Game Dev, Blacksky kaj Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Reta eraro okazis. Bonvolu kontroli vian interretan konekton." msgid "A new code has been sent" msgstr "Nova kodo estis sendita" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Nova konfirmada metodo" @@ -984,7 +999,7 @@ msgstr "Respondo al mesaĝo sendita antaŭ ol vi aniĝis" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:147 msgid "A screenshot of a post from @esb.lol, showing the user is currently livestreaming content on Twitch. The post reads: \"Hello! I'm live on Twitch, and I'm testing Bluesky's latest feature too!\"" -msgstr "" +msgstr "Ekrankopio de afiŝo de @esb.lol, montranta ke la uzanto nuntempe rekte elsendas enhavon en Twitch. La afiŝo tekstas (tradukite el la angla): «Saluton! Mi rekte elsendas en Twitch, kaj mi ankaŭ testas la plej novan funkcion de Bluesky!»" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:121 @@ -998,14 +1013,14 @@ msgstr "Ekrankopio montranta paĝon kun sonorila piktogramo apud la sekvi-butono #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:98 msgid "A screenshot of the post composer with a new button next to the post button that says \"Drafts\", with a rainbow firework effect. Below, the text in the composer reads \"Hey, did you hear the news? Bluesky has drafts now!!!\"." -msgstr "" +msgstr "Ekrankopio de la afiŝa redaktilo kun nova butono apud la afiŝada butono kiu tekstas \"Malnetoj\" kun bunta artfajraĵa efekto. Sube, la teksto en la afiŝa redaktilo estas \"He, ĉu vi eksciis la novaĵon? Bluesky nun havas malnetojn!!!\"." #: src/components/dms/dialogs/NewChatDialog.tsx:102 #: src/components/dms/dialogs/ShareViaChatDialog.tsx:118 msgid "A selected recipient is not followed by the sender." msgstr "Elektita ricevonto ne estas sekvata de la sendanto." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Aliĝpeto farita! La grupa posedanto kontrolos vian peton." msgid "Accessibility" msgstr "Alirebleco" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Alireblecaj agordoj" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Konto blokita" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Konto eksekvita" @@ -1086,8 +1101,8 @@ msgstr "Konto estis suspendita" msgid "Account is deactivated" msgstr "Konto estas malaktivigita" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Konto silentigita" @@ -1111,24 +1126,24 @@ msgstr "Konto forigita el la rapidatingo" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Konto malblokita" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Konto ne plu sekvata" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Konto malsilentigita" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Kontoj kun gravurita blua kontrolmarko<0><1/>povas kontroli aliulojn. Tiuj fidataj konfirmantoj estas elektataj de Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Kontoj kun gravurita blua kontrolmarko<0><1/>povas kontroli aliulojn msgid "Activity from others" msgstr "Agado de aliuloj" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Agadaj sciigoj" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Aldoni" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Aldoni {0} pli por daŭrigi" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Aldoni {displayName} al la startpako" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Aldoni uzanton al ĉi tiu listo" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Aldoni konton" @@ -1201,11 +1216,11 @@ msgstr "Aldoni alternativan tekston (nedeviga)" msgid "Add another account" msgstr "Aldoni plian konton" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Aldoni plian afiŝon" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Aldoni plian afiŝon al fadeno" @@ -1223,7 +1238,7 @@ msgstr "Aldoni apan pasvorton" msgid "Add App Password" msgstr "Aldoni apan pasvorton" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Aldoni aŭtomatigan etikedon al konto" @@ -1239,12 +1254,12 @@ msgstr "Aldoni filtrilon" msgid "Add group chat members" msgstr "Aldoni anojn al grupa babilejo" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Aldoni bildon" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Aldoni aŭdvidaĵojn al afiŝo" @@ -1254,8 +1269,8 @@ msgstr "Aldoni aŭdvidaĵojn al afiŝo" msgid "Add members" msgstr "Aldoni anojn" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Aldoni pliaj detaloj (nedeviga)" @@ -1295,7 +1310,7 @@ msgstr "Aldoni reagon" msgid "Add recommended feeds" msgstr "Aldoni rekomenditajn fluojn" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Aldonu iujn fluojn al via startpako!" @@ -1307,12 +1322,12 @@ msgstr "Aldoni la defaŭltan fluon kun nur sekvataj homoj" msgid "Add the following DNS record to your domain:" msgstr "Aldonu jenan DNS-rikordon al via domajno:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Aldoni ĉi tiun fluon al viaj fluoj" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Aldoni al listoj" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Aldoni al konservitaj afiŝoj" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Aldoni al startpakoj" @@ -1330,7 +1345,7 @@ msgstr "Aldoni al startpakoj" msgid "Add user to list" msgstr "Aldoni uzanton al la listo" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Aldoni vian naskiĝdaton" @@ -1361,7 +1376,7 @@ msgstr "Aldonado de anoj al listo..." msgid "Additional details (limit 1000 characters)" msgstr "Aldonaj detaloj (limo de 1000 signoj)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Aldonaj detaloj (limo de 300 signoj)" @@ -1378,14 +1393,14 @@ msgstr "Poradolta" msgid "Adult content" msgstr "Poradolta enhavo" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Poradolta enhavo" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Poradolta enhavo povas esti ebligita nur reteje ĉe <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etikedoj pri poradolta enhavo" msgid "Adult sexual abuse content" msgstr "Seksperforto farita al plenaĝuloj" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Altnivelaj" @@ -1423,9 +1438,9 @@ msgstr "Informpeto de garantio pri aĝo estis sendita" msgid "Age assurance only takes a few minutes" msgstr "Garantio pri aĝo daŭros nur kelkajn minutojn" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." -msgstr "" +msgstr "Garantio pri aĝo daŭros nur kelkajn minutojn." #: src/components/dialogs/EmailDialog/screens/Update.tsx:220 msgid "alice@example.com" @@ -1438,6 +1453,11 @@ msgstr "ludoviko@ekzemplo.com" msgid "All" msgstr "Ĉiuj" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Ĉiuj" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Ĉiuj {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Ĉiuj kontoj estas sekvataj!" @@ -1474,7 +1494,7 @@ msgstr "Ĉiuj fluoj, kiujn vi konservis, kune en unu loko." msgid "Allow access to your direct messages" msgstr "Permesi aliron al viaj rektaj mesaĝoj" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Permesi al ĉiuj respondi" @@ -1488,8 +1508,8 @@ msgstr "Permesi rektajn mesaĝojn de" msgid "Allow group chat invites from" msgstr "Permesi invitilojn al grupaj babilejoj de" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Permesu aliron al la loko" @@ -1498,24 +1518,24 @@ msgstr "Permesu aliron al la loko" msgid "Allow others to be notified of your posts" msgstr "Permesi aliulojn esti sciigotaj pri viaj afiŝoj" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Permesi al homoj kiujn vi sekvas respondi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Permesi al homoj kiujn vi menciis respondi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Permesi citafiŝojn" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Permesi al uzantoj en {0} respondi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Permesi al viaj sekvantoj respondi" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permesas aliron al rektaj mesaĝoj" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Ĉu vi jam havas kodon?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Ĉu vi jam havas konton?" @@ -1540,7 +1560,7 @@ msgstr "Jam ensalutinta kiel @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Alternativa teksto estos stucita. Limo: {MAX_ALT_TEXT, plural, one {{0} signo}other {{0} signoj}}." #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Retmesaĝo estis sendita al {0}. Ĝi enhavas konfirmkodon, kiun vi povas entajpi sube." @@ -1587,7 +1607,7 @@ msgstr "Eraro okazis" msgid "An error occurred" msgstr "Eraro okazis" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Eraro okazis dum densigo de la videaĵo." @@ -1596,7 +1616,7 @@ msgstr "Eraro okazis dum densigo de la videaĵo." msgid "An error occurred while fetching suggested accounts." msgstr "Eraro okazis dum ŝargado de proponitaj kontoj." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Eraro okazis dum ŝargado de la fluo." @@ -1609,15 +1629,15 @@ msgstr "Eraro okazis dum generado de via startpako. Ĉu vi volas reprovi?" msgid "An error occurred while hiding suggestion. {0}" msgstr "Eraro okazis dum kaŝado de propono. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Eraro okazis dum ŝargado de la videaĵo. Bonvolu reprovi poste." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Eraro okazis dum ŝargado de la videaĵo. Bonvolu reprovi." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Eraro okazis dum ŝargado de viaj listoj :/" @@ -1628,16 +1648,16 @@ msgstr "Eraro okazis dum konservado de la QR-kodo!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Eraro okazis dum provo eksekvi ĉiujn" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Eraro okazis dum alŝutado de la videaĵo. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Eraro okazis dum alŝutado de la videaĵo. Bonvolu kontroli vian retkonekton kaj reprovu." @@ -1661,8 +1681,8 @@ msgstr "Ilustraĵo montranta plurajn Bluesky-afiŝojn apud piktogramoj de reafi msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Ilustraĵo de la apo Bluesky kun papera aviadilo, kiu elflugas el ĝi, simboligante la invitadon de amikoj" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Ilustraĵo montranta ke Bluesky elektas fidatajn konfirmantojn kaj poste fidataj konfirmantoj konfirmas individuajn kontojn de uzantoj." @@ -1686,14 +1706,14 @@ msgstr "Problemo okazis komencante la grupan babilejon, bonvolu reprovi." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Problemo okazis, bonvolu reprovi." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Ekrankopio de iPhone montranta la Bluesky-apon malfermitan kun la profilo de konfirmita uzanto kun blua kontrolmarko apud ties montrata nomo." @@ -1702,7 +1722,7 @@ msgstr "Ekrankopio de iPhone montranta la Bluesky-apon malfermitan kun la profil msgid "an unknown labeler" msgstr "nekonata etikedilo" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "kaj" @@ -1735,7 +1755,7 @@ msgstr "Anoncas konfirmadon ĉe Bluesky" msgid "Any date" msgstr "Iu ajn dato" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Ĉiuj" @@ -1767,7 +1787,7 @@ msgstr "Ĉiu kiu sekvas min" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Ĉiu kiu havas ĝin ne plu eblos aliĝi aŭ peti aliĝi. Vi ĉiam povas krei novan." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Nomoj de apaj pasvortoj devas havi longon de almenaŭ 4 signoj" msgid "App passwords" msgstr "Apaj pasvortoj" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Apaj pasvortoj" @@ -1856,7 +1876,7 @@ msgstr "Apelacii pri ĉi tiu decido" msgid "Appeal this label" msgstr "Apelacii pri ĉi tiu etikedo" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Apliki tirpeton" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arkivigita de {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Arkivigita afiŝo" @@ -1914,7 +1934,7 @@ msgstr "Ĉu vi certas, ke vi volas forigi la apan pasvorton \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Ĉu vi certas, ke vi volas forigi ĉi tiun mesaĝon? La mesaĝo estos forigota por vi, sed ne por la aliaj partoprenantoj." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Ĉu vi certas, ke vi volas forigi ĉi tiun startpakon?" @@ -1936,7 +1956,7 @@ msgstr "Ĉu vi certas ke vi volas foriri el ĉi tiu konversacio?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Ĉu vi certas, ke vi volas forlasi ĉi tiun konversacion? La mesaĝoj estos forigitaj por vi, sed ne por la aliaj partoprenantoj." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Ĉu vi certas, ke vi volas forigi ĉi tion el viaj fluoj?" @@ -1945,7 +1965,7 @@ msgstr "Ĉu vi certas, ke vi volas forigi ĉi tion el viaj fluoj?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Ĉu vi certas, ke vi volas nuligi vian aliĝpeton al {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Ĉu vi certas, ke vi volas forĵeti ĉi tiun afiŝon?" @@ -1953,7 +1973,7 @@ msgstr "Ĉu vi certas, ke vi volas forĵeti ĉi tiun afiŝon?" msgid "Are you sure?" msgstr "Ĉu vi certas?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Ĉu vi estas la persono prezentita aŭ rajtigita reprezentanto aganta nome de la persono prezentita?" @@ -1969,22 +1989,22 @@ msgstr "Arto" msgid "Artistic or non-erotic nudity." msgstr "Arta aŭ ne-erotika nudeco." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" -msgstr "" +msgstr "Peti apojn kaj retejojn ne montri mian konton al elsalutintaj uzantoj" #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:32 #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:35 msgid "Ask apps to hide my posts from algorithmic recommendations" -msgstr "" +msgstr "Peti apojn kaŝi miajn afiŝojn el algoritmaj rekomendoj" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Asigni temon por algoritmo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Almenaŭ 8 signoj" @@ -2017,8 +2037,8 @@ msgstr "Aŭtomata" msgid "Automation label" msgstr "Aŭtomatiga etikedo" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Aŭtomatiga etikedo" @@ -2038,6 +2058,10 @@ msgstr "Disponebla" msgid "Avatar creator" msgstr "Profilbilda kreilo" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Profilbilda kreilo" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Profilbilda kreilo" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Reen" msgid "Back to Chats" msgstr "Reveni al babilejoj" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Malpermesitaj agadoj aŭ sekurecaj malobservoj" @@ -2081,7 +2109,7 @@ msgstr "Malpermesitaj agadoj aŭ sekurecaj malobservoj" msgid "Banned user returning" msgstr "Reveno de forbarita uzanto" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Surbaze de la loko de via aparato, ni pensas ke vi estas en <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "Surbaze de la loko de via aparato, ni pensas ke vi estas en <0>{geolocat msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Surbaze de la loko de via aparato, ni pensas ke vi estas en <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Surbaze de la loko de via aparato, ni pensas ke vi estas en <0>{geolocationString}. Tiu kalkulo povas esti nepreciza se vi uzas VPN-on." @@ -2148,16 +2176,16 @@ msgstr "Komencu procezon de garantio pri aĝo kompletigante la kampojn sube." msgid "Beta Feature" msgstr "Beta-funkcio" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Beta-funkcioj" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Beta-funkcioj ŝaltitaj" @@ -2193,12 +2221,12 @@ msgstr "Bloki {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bloki konton" @@ -2255,15 +2283,15 @@ msgstr "Bloki uzanton kaj/aŭ forigi ĉi tiun konversacion" msgid "Block user and/or leave this conversation" msgstr "Bloki uzanton kaj/aŭ foriri el ĉi tiu konversacio" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blokita" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Blokitaj kontoj" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Blokitaj kontoj" @@ -2288,7 +2316,7 @@ msgstr "Blokado estas publika. Baritaj kontoj ne povas respondi en viaj fadenoj, 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." msgstr "Barado ne malebligos al oni meti etikedojn sur vian konton, sed malebligos al ĉi tiu konto respondi en viaj fadenoj aŭ interagi kun vi." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blogo" @@ -2299,11 +2327,11 @@ msgstr "eĥoŝanĝo ĉiuĵaŭde" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky ne povas konfirmi la aŭtentecon de la donita dato." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky helpas amikojn trovi unu la alian per kreado de ĉifrita cifereca fingropremaĵo nomita \"haketo\" kaj poste serĉado de kongruaj haketoj." @@ -2357,15 +2389,11 @@ msgstr "Bluesky konservas viajn kontaktojn kiel ĉifritaj datumoj. Forigado de v msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky elektos aron de rekomenditaj kontoj de homoj en via reto." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." -msgstr "" +msgstr "Bluesky ne montros vian konton al elsalutintaj uzantoj kaj petos aliajn apojn fari la samon. Aliaj apoj eble ne respektos ĉi tiun peton. Ĝi ne igas vian konton privata." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky aktive konfirmos rimarkindajn kaj aŭtentikajn kontojn." @@ -2424,29 +2452,29 @@ msgstr "Foliumi pli da proponoj sur la paĝo Esplori" msgid "Browse other feeds" msgstr "Foliumi aliajn fluojn" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Foliumi afiŝojn pri {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Foliumi afiŝojn etikeditajn per {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Foliumi startpakon {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Foliumi temon {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Foliumi temon {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Komerco" @@ -2459,10 +2487,10 @@ msgstr "Butono por reveni al la hejma novaĵfluo" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "De {0}" @@ -2475,7 +2503,7 @@ msgstr "de @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "De <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Kreante konton vi konsentas pri la <0>Uzokondiĉoj kaj <1>Regularo p msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Kreante konton vi konsentas pri la <0>Uzokondiĉoj." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "De vi" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamerao" @@ -2521,16 +2549,16 @@ msgstr "Aliro al kamerao estas bezonata" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Aliro al kamerao estas bezonata" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Aliro al kamerao estas bezonata" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Nuligi" msgid "Cancel quote post" msgstr "Nuligi citadon de afiŝo" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Nuligi reaktivigon kaj elsaluti" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Nuligas ensaluton por kontroli vian uzantnomon" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Ne eblas interagi kun blokita uzanto" @@ -2609,7 +2637,7 @@ msgstr "Subtekstoj (.vtt)" msgid "Captions & alt text" msgstr "Subtekstoj kaj alternativa teksto" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "karuselo" @@ -2651,24 +2679,24 @@ msgstr "Ŝanĝi identigilon" msgid "Change hosting provider" msgstr "Ŝanĝi la gastigan provizanton" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Ŝanĝi kontrol-servon" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Ŝanĝi pasvorton" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Dialogujo pri pasvorta ŝanĝo" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Ŝanĝi kategorion de raporto" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Ŝanĝi kialon de raporto" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Ŝanĝoj al la startpako ne estos reflektota en la listo post kreo. La listo estos sendependa kopio." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Babilejoj" @@ -2751,14 +2779,14 @@ msgstr "Babilejaj opcioj" #: src/components/moderation/BlockDialog.tsx:288 msgid "Chat owners cannot leave a group chat." -msgstr "" +msgstr "Babilejaj posedantoj ne povas forlasi grupan babilejon." #: src/components/dms/dialogs/NewChatDialog.tsx:67 #: src/components/dms/dialogs/ShareViaChatDialog.tsx:82 msgid "Chat recipient is not followed by the sender." msgstr "Babileja ricevonto ne estas sekvata de la sendanto." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Ricevujo de babilpetoj" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Babilpetoj" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "En ricevujo de <0>{currentEmail} serĉu retmesaĝon kun konfirmkodo msgid "Check back later!" msgstr "Revenu poste!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Kontroli mian staton" @@ -2895,7 +2923,7 @@ msgstr "Elektu vian gastigan provizanton" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Elektu vian propran novaĵfluon! Fluoj konstruitaj de la komunumo helpas vin trovi enhavon, kiun vi amos." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Elektu vian pasvorton" @@ -2931,7 +2959,7 @@ msgstr "Viŝi GIF-serĉon" msgid "Clear image cache" msgstr "Viŝi bildan kaŝmemoron" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Forigi serĉotekston" @@ -2951,11 +2979,11 @@ msgstr "Klaku ĉi tie por aldoni homojn al ĉi tiu grupa babilejo" msgid "Click here to create or manage an invite link for this group chat" msgstr "Klaku ĉi tie por krei aŭ administri invitligilon por ĉi tiu grupa babilejo" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Alklaku ĉi tie por forigi vian konton" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Klaku ĉi tie por elsaluti" @@ -2968,8 +2996,8 @@ msgstr "Klaku ĉi tie por resendi la retmesaĝon" msgid "Click here to restart the verification process." msgstr "Klaku ĉi tie por restarti la konfimadan procezon." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Klaku ĉi tie por ĝisdatigi vian naskiĝdaton" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Alklaku por reprovi sendi mesaĝon" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Alklaku por reprovi sendi mesaĝon" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Alklaku por reprovi sendi mesaĝon" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Fermi" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Fermi la aktivan dialogujon" @@ -3068,13 +3097,13 @@ msgstr "Fermi rubandon" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Fermi la dialogujon" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Fermi la flankmenuon" @@ -3110,7 +3139,7 @@ msgstr "Fermi la rubandon de envenantaj aliĝpetoj" msgid "Close this dialog" msgstr "Fermi ĉi tiun dialogujon" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Fermi bonvenon-fenestron" @@ -3118,7 +3147,7 @@ msgstr "Fermi bonvenon-fenestron" msgid "Closes password update alert" msgstr "Fermas la averton pri pasvorta ĝisdatigo" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Fermas afiŝan redaktilon kaj forĵetas afiŝan malneton" @@ -3126,7 +3155,7 @@ msgstr "Fermas afiŝan redaktilon kaj forĵetas afiŝan malneton" msgid "Collapse list of users" msgstr "Maletendi liston de uzantoj" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Maletendas liston de uzantoj por donita sciigo" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Komiksoj" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Komunumaj gvidnormoj" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Finu la lernilon kaj komencu uzi vian konton" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Plenumi la defion" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Krei novan afiŝon" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Krei afiŝojn maksimume {0, plural, one {# signon}other {# signojn}} longajn" @@ -3180,11 +3209,11 @@ msgstr "Krei afiŝojn maksimume {0, plural, one {# signon}other {# signojn}} lon msgid "Compose reply" msgstr "Krei respondon" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Densigado de GIF..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Densigado de videaĵo..." @@ -3198,18 +3227,18 @@ msgstr "Agordita en <0>agordoj de kontrolado." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Konfirmi" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Konfirmkodo" @@ -3226,12 +3255,12 @@ msgstr "Konektado al la servo…" msgid "Connecting…" msgstr "Konektado…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Konekta problemo" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Kontaktu nian subtenan teamon" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Kontakti subtenejon" @@ -3273,7 +3302,7 @@ msgstr "Enhavo kaj aŭdvidaĵoj" msgid "Content and media" msgstr "Enhavo kaj aŭdvidaĵoj" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Enhavo kaj aŭdvidaĵoj" @@ -3281,7 +3310,7 @@ msgstr "Enhavo kaj aŭdvidaĵoj" msgid "Content Blocked" msgstr "Enhavo blokita" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtriloj por la enhavo" @@ -3421,8 +3450,8 @@ msgstr "Kopii" msgid "Copy App Password" msgstr "Kopii apan pasvorton" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Kopii URI-on at://" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kopii kodon" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Kopii DID-on" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Kopii invitilon" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Kopii ligilon" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Kopii ligilon" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Kopii ligilon al listo" @@ -3472,12 +3501,12 @@ msgstr "Kopii ligilon al listo" msgid "Copy link to post" msgstr "Kopii ligilon al afiŝo" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Kopii ligilon al profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Kopii ligilon al startpako" @@ -3491,8 +3520,8 @@ msgstr "Kopii mesaĝan tekston" msgid "Copy post at:// URI" msgstr "Kopii URI-on at:// de afiŝo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Kopii afiŝan tekston" @@ -3506,7 +3535,7 @@ msgstr "Kopii la valoron de la TXT-rikordo" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Regularo pri kopirajto" @@ -3632,7 +3661,7 @@ msgstr "Krei" msgid "Create a list" msgstr "Krei liston" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Krei liston el ĉi tiu startpako" @@ -3642,7 +3671,7 @@ msgstr "Krei QR-kodon por startpako" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Krei startpakon" @@ -3655,12 +3684,12 @@ msgstr "Krei startpakon" msgid "Create a starter pack for me" msgstr "Krei startpakon por mi" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Krei grupan babilejon" msgid "Create list" msgstr "Krei liston" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Krei liston el anoj" @@ -3708,13 +3737,13 @@ msgstr "Krei liston el anoj" msgid "Create list from starter pack" msgstr "Krei liston el startpako" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Krei la kontrol-liston" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Krei novan konton" @@ -3724,8 +3753,8 @@ msgstr "Krei aŭ modifi invitligilon por ĉi tiu grupa babilejo" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Krei raporton pri {0}" @@ -3734,7 +3763,7 @@ msgstr "Krei raporton pri {0}" msgid "Create starter pack" msgstr "Krei startpakon" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Krei liston de uzantoj" @@ -3747,7 +3776,7 @@ msgstr "Krei liston de uzantoj" msgid "Created {0}" msgstr "Kreita {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "La kreinto estis blokita" @@ -3800,7 +3829,7 @@ msgstr "Malhela" msgid "Dark theme" msgstr "Malhela etoso" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Naskiĝdato" @@ -3814,7 +3843,7 @@ msgstr "Tago" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Malaktivigi konton" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Defaŭltaj piktogramoj" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Forigi" @@ -3892,8 +3921,8 @@ msgstr "Forigi konversacion" msgid "Delete for me" msgstr "Forigi por mi" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Forigi liston" @@ -3909,30 +3938,30 @@ msgstr "Forigi mesaĝon por mi" msgid "Delete my account" msgstr "Forigi mian konton" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Forigi afiŝon" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Forigi startpakon" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Ĉu forigi startpakon?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Ĉu forigi ĉi tiun liston?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Ĉu forigi ĉi tiun afiŝon?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Forigita" @@ -3953,7 +3982,7 @@ msgstr "Forigita de Plivo post kontrolo" msgid "Deleted list" msgstr "Forigita listo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Priskribo (1000 signoj maksimume)" msgid "Descriptive alt text" msgstr "Priskriba alternativa teksto" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Malligi citaĵon" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Ĉu malligi citatan afiŝon?" @@ -3993,22 +4022,27 @@ msgstr "Programista reĝimo ŝaltita" msgid "Developer options" msgstr "Programistaj opcioj" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Aparato malsukcesis traduki :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialogujo: kiu povas interagi kun ĉi tiu afiŝo" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:233 msgid "Dialog: Set search filters" -msgstr "" +msgstr "Dialogujo: Agordi serĉfiltrilojn" #: src/screens/Settings/AppearanceSettings.tsx:108 msgid "Dim" msgstr "Malheleta" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Malŝalti subtekstojn" msgid "Disable email 2FA" msgstr "Malŝalti retpoŝtan 2FA-on" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Malŝalti retpoŝtan 2FA-on" @@ -4041,11 +4075,11 @@ msgstr "Malŝalti tuŝ-retrokupladan prikomentadon" msgid "Disable link" msgstr "Malŝalti invitligilon" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Malebligi citafiŝojn de ĉi tiu afiŝo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Malebligi respondojn entute" @@ -4056,17 +4090,17 @@ msgstr "Ĉu malŝalti ĉi tiun invitligilon?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Malŝaltita" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Forĵeti" @@ -4075,23 +4109,28 @@ msgstr "Forĵeti" msgid "Discard changes?" msgstr "Ĉu forĵeti ŝanĝojn?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Ĉu forĵeti malneton?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Ĉu forĵeti afiŝon?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Malkonekti Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Malkovri fluojn" @@ -4106,8 +4145,8 @@ msgstr "Malkovri novajn proprajn fluojn" msgid "Discover New Feeds" msgstr "Malkovri novajn fluojn" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Ignori" @@ -4115,7 +4154,7 @@ msgstr "Ignori" msgid "Dismiss banner" msgstr "Fermi rubandon" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Ignori eraron" @@ -4217,8 +4256,9 @@ msgstr "Ne maltrankvilu! Ĉiuj ekzistantaj mesaĝoj kaj agordoj estas konservita #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Farite" msgid "Double tap or long press the message to add a reaction" msgstr "Duoble tuŝetu aŭ longe premu la mesaĝon por aldoni reagon" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Duoble tuŝeti por fermi la dialogujon" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Duoble tuŝeti por ŝati" @@ -4248,11 +4288,11 @@ msgstr "Elŝuti" msgid "Download Bluesky" msgstr "Elŝuti Bluesky-apon" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Elŝuti babilejajn datumojn" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Elŝuti babilejajn datumojn" @@ -4266,11 +4306,11 @@ msgstr "Elŝuti bildon" msgid "Download invite QR code" msgstr "Elŝuti invitan QR-kodon" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Elŝuti profilajn datumojn" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Elŝuti profilajn datumojn" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Malkaŝo de privataj informoj" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Malnetoj" @@ -4318,19 +4358,19 @@ msgstr "ekz. ludoviko.com" msgid "E.g. artistic nudes." msgstr "Ekz. artista nudeco." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "ekz. Plej bonaj kontoj" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "ekz. Spamistoj" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "ekz. Neerarantaj afiŝantoj." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "ekz. Uzantoj kiuj ripete respondas per reklamoj." @@ -4341,7 +4381,7 @@ msgstr "Manĝadaj perturboj" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Redakti" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Redakti profilbildon" @@ -4373,8 +4413,8 @@ msgstr "Redakti grupan nomon" msgid "Edit image" msgstr "Redakti bildon" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Redakti interagajn agordojn" @@ -4396,21 +4436,21 @@ msgstr "Redakti invitilon" msgid "Edit link settings" msgstr "Redakti agordojn de ligilo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Redakti detalojn de listo" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Redakti tujelsendan staton" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Redakti la kontrol-liston" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Redakti miajn fluojn" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Redakti homojn" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Redakti interagajn agordojn de afiŝo" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Redakti profilon" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Redakti profilon" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Redakti startpakon" @@ -4454,15 +4494,15 @@ msgstr "Redakti startpakon" msgid "Edit this group chat’s name" msgstr "Redakti nomon de ĉi tiu grupa babilejo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Redakti la liston de uzantoj" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Elekti kiu povas respondi" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Redakti vian startpakon" @@ -4470,16 +4510,16 @@ msgstr "Redakti vian startpakon" msgid "Education" msgstr "Eduko" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Aŭ la kreinto de ĉi tiu listo blokis vin aŭ vi blokis la kreinton." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Retpoŝtadreso" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Retpoŝta 2FA malŝaltita" @@ -4492,7 +4532,7 @@ msgstr "Retpoŝta 2FA ŝaltita" msgid "Email address" msgstr "Retpoŝtadreso" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Retmesaĝo resendita" @@ -4508,7 +4548,7 @@ msgstr "Retmesaĝo sendita! <0>Klaku ĉi tie por resendi." msgid "Email verification complete!" msgstr "Retpoŝtadresa konfirmado finita!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Retpoŝtadreso konfirmita" @@ -4527,7 +4567,7 @@ msgstr "Enkorpigi afiŝon" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Enkorpigi ĉi tiun afiŝon en vian retejon. Simple kopiu la jenan kodaĵon kaj algluu ĝin en la HTML-kodo de via retejo." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Enkorpigita videoludilo" @@ -4542,12 +4582,7 @@ msgstr "Ŝalti" msgid "Enable {0} only" msgstr "Ŝalti nur {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Videbligi poradoltan enhavon" @@ -4583,7 +4618,7 @@ msgstr "Por ŝalti sciigojn pri konto, vizitu ties profilon kaj premu la <0>sono msgid "Enable push notifications" msgstr "Ŝalti ŝprucosciigojn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Ebligi citafiŝojn de ĉi tiu afiŝo" @@ -4601,7 +4636,7 @@ msgstr "Videbligi furorajn temojn" msgid "Enable trending videos in your Discover feed" msgstr "Videbligi furorajn videaĵojn en via fluo Discover" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Ŝaltita" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Entajpu vian naskiĝdaton" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Entajpu vian retpoŝtadreson" @@ -4670,15 +4705,15 @@ msgstr "Entajpu vian pasvorton" msgid "Enter your username and password" msgstr "Entajpu vian uzantnomon kaj pasvorton" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Ŝaltas plenekranon" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Amuzo" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Eraro" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Erara mesaĝo" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Eraro okazis dum konservado de dosiero" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Eraris ricevante la captcha-respondon." @@ -4712,11 +4747,11 @@ msgstr "Eraris ricevante la captcha-respondon." msgid "Error: {error}" msgstr "Eraro: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Ĉiuj povas respondi" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Ĉiuj povas respondi al ĉi tiu afiŝo." @@ -4783,7 +4818,7 @@ msgstr "Etendi aŭ maletendi la tutan afiŝon, al kiu vi respondas" msgid "Expand post text" msgstr "Etendi afiŝan tekston" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Etendas aŭ maletendas la tekston de la afiŝo" @@ -4826,21 +4861,21 @@ msgstr "Poradolta aŭ maltrankviliga aŭdvidaĵo." msgid "Explicit sexual images." msgstr "Detalaj seksumaj bildoj." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Esplori" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Esplori la apon" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Eksporti miajn babilejajn datumojn" @@ -4849,7 +4884,7 @@ msgstr "Eksporti miajn babilejajn datumojn" msgid "Export my data" msgstr "Eksporti miajn datumojn" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Eksporti miajn profilajn datumojn" @@ -4868,7 +4903,7 @@ msgstr "Eksteraj aŭdvidaĵoj" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Eksteraj aŭdvidaĵoj eblas permesi al retejoj kolekti informojn pri vi kaj via aparato. Neniu informo estos sendota aŭ postulota antaŭ vi premos la butonon \"ludi\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferoj pri eksteraj aŭdvidaĵoj" @@ -4946,7 +4981,7 @@ msgstr "Malsukcesis forigi mesaĝon" msgid "Failed to delete post, please try again" msgstr "Malsukcesis forigi afiŝon, bonvolu reprovi" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Malsukcesis forigi startpakon" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Malsukcesis malŝalti invitligilon" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Fiaskis malkonekti Germ DM. Eraro: {0}" @@ -5003,16 +5038,16 @@ msgstr "Malsukcesis foriri el grupa babilejo" msgid "Failed to load conversations" msgstr "Malsukcesis ŝargi konversaciojn" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Fiaskis ŝargi fluojn" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Malsukcesis ŝargi preferojn de fluoj" @@ -5037,14 +5072,14 @@ msgstr "Malsukcesis ŝargi preferon." msgid "Failed to load profiles" msgstr "Malsukcesis ŝargi profilojn" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Malsukcesis ŝargi propontiajn fluojn" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Malsukcesis ŝargi proponitajn kontojn" @@ -5067,12 +5102,12 @@ msgstr "Malsukcesis marki ĉiujn petojn kiel legitaj" msgid "Failed to mute group chat" msgstr "Malsukcesis silentigi grupan babilejon" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Malsukcesis alpingli afiŝon" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Fiaskis rekonekti Germ DM. Eraro: {0}" @@ -5121,7 +5156,7 @@ msgstr "Malsukcesis nuligi vian peton. Bonvolu reprovi." msgid "Failed to resolve location. Please try again." msgstr "Malsukcesis trovi la lokon. Bonvolu reprovi." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Malsukcesis konservi malneton" @@ -5135,7 +5170,7 @@ msgstr "Fiaskis konservi bildon" msgid "Failed to save image: {0}" msgstr "Malsukcesis konservi bildon: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Malsukcesis konservi agordojn. Bonvolu reprovi." @@ -5168,13 +5203,13 @@ msgstr "Malsukcesis baskuligi la silentigon de fadeno, bonvolu reprovi" msgid "Failed to unlock group chat" msgstr "Malsukcesis malŝlosi grupan babilejon" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Malsukcesis depingli la liston" #: src/state/queries/content-visibility.ts:83 msgid "Failed to update content visibility" -msgstr "" +msgstr "Malsukcesis ĝisdatigi enhavan videblecon" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:148 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:82 @@ -5185,7 +5220,7 @@ msgstr "La ĝisdatigo de retpoŝtaj 2FA-agordoj malsukcesis" msgid "Failed to update email, please try again." msgstr "Malsukcesis ĝisdatigi retpoŝtadreson, bonvolu reprovi." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Malsukcesis ĝisdatigi fluojn" @@ -5197,12 +5232,10 @@ msgstr "Malsukcesis ĝisdatigi sciigan deklaron" msgid "Failed to update settings" msgstr "Malsukcesis ĝisdatigi agordojn" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Malsukcesis alŝuti videaĵon" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Falsa konto aŭ roboto" msgid "False information about elections" msgstr "Malveraj informoj pri balotoj" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Fluo" @@ -5241,11 +5274,11 @@ msgstr "Kreinto de fluo" msgid "Feed identifier" msgstr "Identigilo de fluo" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menuo de la fluo" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Baskuligi fluon" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Prikomentado sendita al operatoro de la fluo" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Fluoj" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Fluoj estas propraj algoritmoj, kiujn uzantoj konstruas kun malmulto da programada scipovo. <0>Rigardu ĉi tiun gvidilon por pli da informo." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Elŝuti ĝisdatigon" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Dosiero konservita sukcese!" @@ -5306,6 +5343,10 @@ msgstr "Filtri per aŭtoro (nune: {currentLabel})" msgid "Filter from feeds" msgstr "Filtri el fluoj" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtri serĉon laŭ lingvo (nune: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtriloj" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finante" @@ -5358,15 +5399,15 @@ msgstr "Financoj" msgid "Find accounts to follow" msgstr "Trovi kontojn por sekvi" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Trovi kaj inviti amikojn" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Trovi kontaktojn" @@ -5378,7 +5419,7 @@ msgstr "Trovi miajn amikojn" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Trovi homojn por sekvi" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Enfokusigi la serĉujon" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Sekvi" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Sekvi {0}" @@ -5458,7 +5499,7 @@ msgstr "Sekvi {0}" msgid "Follow {displayName}" msgstr "Sekvi {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Sekvi {handle}" @@ -5474,8 +5515,8 @@ msgstr "Eksekvu 10 homojn por komenci" msgid "Follow 7 accounts" msgstr "Eksekvu 7 kontojn" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Sekvi konton" @@ -5486,8 +5527,8 @@ msgstr "Sekvi konton" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Sekvi ĉiujn" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Eksekvu ĉiujn kontojn" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Sekvantoj povas aliĝi" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Sekvantoj de @{0}, kiujn vi konas" @@ -5552,28 +5593,29 @@ msgstr "Sekvantoj, kiujn vi konas" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Sekvas" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Sekvas" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Sekvas {0}" @@ -5582,7 +5624,7 @@ msgstr "Sekvas {0}" msgid "Following {displayName}" msgstr "Sekvas {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Sekvas {handle}" @@ -5591,7 +5633,7 @@ msgstr "Sekvas {handle}" msgid "Following feed preferences" msgstr "Preferoj de la fluo pri sekvatoj" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferoj de la fluo pri sekvatoj" @@ -5613,9 +5655,9 @@ msgstr "Tipara grando" msgid "Food" msgstr "Manĝaĵo" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." -msgstr "" +msgstr "Por kontoj de organizoj, uzu la naskiĝdaton de la homo, kiu respondecas pri la konto." #: src/screens/Settings/components/DeleteAccountDialog.tsx:192 msgid "For security reasons, we’ll need to send a confirmation code to your email address <0>{currentEmail}." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Generi novan ligilon" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM malkonektita" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Ligilo de Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM rekonektita" @@ -5812,7 +5854,7 @@ msgstr "Enkonduko" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF alŝutita" @@ -5835,8 +5877,8 @@ msgstr "Glorigo de violento" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorigo de violento" msgid "Go back" msgstr "Reen" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Iri reen" @@ -5867,8 +5909,8 @@ msgstr "Reveni al la antaŭa paŝo" msgid "Go home" msgstr "Hejmen" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Tujelsendi" @@ -5879,8 +5921,8 @@ msgstr "Tujelsendi" msgid "Go Live" msgstr "Tujelsendi" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Tujelsendi (malŝaltita)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Tujelsendi dum" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Iri al profilo de {0}" @@ -5900,7 +5942,7 @@ msgstr "Iri al la profilo de {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Iri al kontaj agordoj" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Kompreninte" @@ -5953,6 +5995,11 @@ msgstr "Kompreninte" msgid "Grant access" msgstr "Doni alirpermeson" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5966,7 +6013,7 @@ msgstr "Enhavo eksplicite perforta" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:171 msgid "Grooming or predatory behavior" -msgstr "" +msgstr "Fi-kaĵolo al neplenaĝuloj aŭ deloga konduto" #: src/components/dms/ChatInvite/Card.tsx:53 #: src/components/intents/GroupChatJoinDialog.tsx:338 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Nomo de grupa babilejo aktualigita" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Agordoj de grupa babilejo" @@ -6040,7 +6087,7 @@ msgstr "La grupa nomo estas tro longa. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, #: src/screens/Settings/Settings.tsx:469 msgid "GrowthBook" -msgstr "" +msgstr "GrowthBook" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:221 msgid "Hacking or system attacks" @@ -6083,6 +6130,11 @@ msgstr "GIF-oj pri amuzo" msgid "Haptics" msgstr "Tuŝ-retrokuplado" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Ĉikanado aŭ malamo" @@ -6095,7 +6147,7 @@ msgstr "Agoj kun granda riziko de danĝero" msgid "Harming or endangering minors" msgstr "Damaĝo aŭ endanĝerigado de neplenaĝuloj" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Kradvorto" @@ -6112,17 +6164,17 @@ msgstr "Malama parolado" msgid "Have a code? <0>Click here." msgstr "Ĉu vi havas kodon? <0>Klaku ĉi tie." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Ĉu ni misdivenis vian lokon? <0>Tuŝetu ĉi tie por aktualigi vian lokon per GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Ĉu vi havas problemon?" #: src/components/contacts/screens/PhoneInput.tsx:290 msgid "Held by Bluesky for 7 days to prevent abuse, then deleted" -msgstr "" +msgstr "Retenita de Bluesky dum 7 tagoj por malhelpi misuzon, poste forigita" #: src/screens/Settings/Settings.tsx:259 #: src/screens/Settings/Settings.tsx:263 @@ -6145,11 +6197,11 @@ msgstr "Jen via apa pasvorto!" msgid "Hey there 👋" msgstr "Ho, sal 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Saluton!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Saluton!" @@ -6158,7 +6210,7 @@ msgstr "Saluton!" msgid "Hidden" msgstr "Kaŝita" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Kaŝita laŭ viaj agordoj pri kontrolado." @@ -6166,23 +6218,19 @@ msgstr "Kaŝita laŭ viaj agordoj pri kontrolado." msgid "Hidden list" msgstr "Kaŝita listo" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Kaŝi" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Kaŝi" @@ -6195,70 +6243,63 @@ msgstr "Kaŝi adaptadajn opciojn" msgid "Hide group chat updates" msgstr "Kaŝi aktualigojn de grupaj babilejoj" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Kaŝi listojn" #: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" -msgstr "" +msgstr "Kaŝi pasvorton" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Kaŝi afiŝon por mi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Kaŝi respondon por ĉiuj" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Kaŝi respondon por mi" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" -msgstr "" +msgstr "Kaŝi reafiŝojn en fluoj" #: src/screens/Search/modules/ExploreInterestsCard.tsx:105 msgid "Hide this card" msgstr "Kaŝi ĉi tiun karton" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Ĉu kaŝi ĉi tiun afiŝon?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Ĉu kaŝi ĉi tiun respondon?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Kaŝi tradukon" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Kaŝi furorajn temojn" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Ĉu kaŝi furorajn temojn?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Ĉu kaŝi furorajn videaĵojn?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Kaŝi la liston de uzantoj" @@ -6267,12 +6308,12 @@ msgstr "Kaŝi la liston de uzantoj" msgid "Hide verification badges" msgstr "Kaŝi konfirmajn ŝildojn" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Kaŝas la enhavon" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6282,11 +6323,11 @@ msgstr "" #: src/ageAssurance/useVerificationFlow.ts:122 msgid "Hmm, it seems we weren't able to compute your level of access. Please try again." -msgstr "" +msgstr "Hmm, ŝajnas, ke ni ne povis komputi vian atingonivelon. Bonvolu reprovi." #: src/ageAssurance/useVerificationFlow.ts:141 msgid "Hmm, it seems your device was unable to share age information with us." -msgstr "" +msgstr "Hmm, ŝajnas ke via aparato ne eblis kunigi aĝan informon kun ni." #: src/view/com/posts/PostFeedErrorMessage.tsx:123 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." @@ -6308,7 +6349,7 @@ msgstr "Hmm, la servilo de la fluo misrespondis. Bonvolu sciigi posedanton de la msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, ni ne sukcesas trovi ĉi tiun fluon. Eble ĝi estis forigita." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm, ŝajne ni havas problemon ŝargi ĉi tiun datumon. Rigardu sube por pliaj detaloj. Se la problemo daŭras, bonvolu kontakti nin." @@ -6316,14 +6357,14 @@ msgstr "Hmmmm, ŝajne ni havas problemon ŝargi ĉi tiun datumon. Rigardu sube p msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, ni ne povis ŝargi tiun kontrol-servon." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Momenton! Ni iom post iom donas aliron al la videaĵo, kaj vi ankoraŭ atendas en vico. Rekontrolu baldaŭ!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Hejmo" @@ -6342,11 +6383,11 @@ msgstr "Gastiga provizanto" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) #: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" -msgstr "" +msgstr "Gastiga provizanto: {0}" #: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" -msgstr "" +msgstr "Gastiga provizanto: Bluesky" #: src/components/contacts/components/InviteInfo.tsx:54 msgid "How it works:" @@ -6369,8 +6410,8 @@ msgstr "Homa ŝakrado" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Mi konsentas, ke Bluesky uzos miajn kontaktojn por malkovro de reciprokaj amikoj kaj konservos haketajn datumojn ĝis mi supozos permeson." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Mi havas kodon" @@ -6400,15 +6441,15 @@ msgstr "Se neniu elektita, ĉiuj lingvoj estos montrotaj en viaj fluoj." 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Se vi ankoraŭ ne estas plenkreskulo laŭ la leĝaro de via lando, via patr(in)o aŭ kuratoro devas legi ĉi tiujn kondiĉojn en via nomo." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." -msgstr "" +msgstr "Se vi kredas, ke via naskiĝdato estas malĝusta, vi povas ĝisdatigi ĝin <0>klakante ĉi tie." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Se vi forigos ĉi tiun liston, vi ne povos restaŭri ĝin." @@ -6420,7 +6461,7 @@ msgstr "Se vi havas vian propran domajnon, vi povas uzi ĝin kiel vian identigil msgid "If you need to update your email, <0>click here." msgstr "Se vi bezonas ĝisdatigi vian retpoŝtadreson, <0>klaku ĉi tie." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Se vi forigos ĉi tiun afiŝon, vi ne povos restaŭri ĝin." @@ -6441,7 +6482,7 @@ msgstr "Se vi volas limigi kiu povos ricevi sciigojn pri agado de via konto, vi msgid "If you're a developer, you can host your own server." msgstr "Se vi estas programisto, vi povas gastigi vian propran servilon." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se vi provas ŝanĝi vian identigilon aŭ retpoŝtadreson, faru tion antaŭ ol malaktivigi vian konton." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Bildo" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Bildo {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Bildo {0} el {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Bildo {0} el {imageCount}" @@ -6476,14 +6517,14 @@ msgid "Image cache cleared, freed {0}" msgstr "Bilda kaŝmemoro viŝita, {0} liberita(j)" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Bildogalerio, {0} bildoj" #. Image has been moderated and user has the option of showing it temporarily #: src/features/liveNow/components/LiveStatusDialog.tsx:297 msgid "Image is hidden due to your moderation settings." -msgstr "" +msgstr "Bildo estas kaŝita laŭ viaj agordoj pri kontrolado." #. Image has been moderated and is not visible to the user #: src/features/liveNow/components/LiveStatusDialog.tsx:307 @@ -6526,9 +6567,9 @@ msgstr "Importi kontaktojn" msgid "Import Contacts" msgstr "Importi kontaktojn" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "Importu kontaktojn aŭ invitu amikojn" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 @@ -6540,9 +6581,9 @@ msgstr "Importu kontaktojn por trovi viajn amikojn" msgid "Imported on {0}" msgstr "Importita je {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." -msgstr "" +msgstr "Por provizi sperton taŭgan por via aĝo, ni bezonas ekscii vian naskiĝdaton. Ĉi tio okazas nur unufoje, kaj viaj datumoj restos privataj." #: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Inkluzivi afiŝojn faritajn ĝis ĉi tiu dato" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Inkluzivi videaĵan tempindikon ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Entajpu la kodon senditan al via retpoŝtadreso" msgid "Interaction limited" msgstr "Interago limigita" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Agordoj pri interagado" @@ -6649,18 +6690,18 @@ msgstr "Ni prezentas \"malnetoj\"" #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:56 msgid "Introducing finding friends via contacts" -msgstr "" +msgstr "Ni prezentas la trovadon de amikoj per kontaktoj" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "Ni prezentas grupajn babilejojn" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" msgstr "Ni prezentas \"konservitaj afiŝoj\" alinome \"legosignoj\"" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Nevalida 2FA-konfirmkodo." @@ -6691,7 +6732,7 @@ msgstr "Nevalida temlinio de raporto" msgid "Invalid rescind request." msgstr "Nevalida nuligpeto." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Nevalida aŭtentikig-kodo" @@ -6703,15 +6744,15 @@ msgstr "Inviti" msgid "Invite {name} to join Bluesky" msgstr "Invitu {name} por aliĝi Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Invita kodo" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Invita kodo neakceptita. Kontrolu ĉu vi entajpis ĝin ĝuste kaj reprovu." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Inviti amikojn" @@ -6761,7 +6802,7 @@ msgstr "Invitligilo redaktita" msgid "Invite link enabled" msgstr "Invitligilo ŝaltita" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Invitu homojn al ĉi tiu startpako!" @@ -6784,28 +6825,28 @@ msgstr "Invitoj sed personaj" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." -msgstr "" +msgstr "Ŝajnas, ke kelkaj el viaj kontaktoj ankoraŭ ne provis trovi vin en Bluesky. Vi povas persone inviti ilin per adaptita mesaĝo, kiun ni provizos." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Ĝi ĝustas" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "<0>{0} estas sola ĉi-momente! Aldoni pli da homoj al via startpako serĉante supre." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Vi estas sola ĉi-momente! Aldoni pli da homoj al via startpako serĉante supre." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID de laboro: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Laboroj" @@ -6816,8 +6857,8 @@ msgstr "Aliĝi" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Aliĝi al Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Aliĝi al konversacio" msgid "Journalism" msgstr "Ĵurnalismo" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Daŭre redakti" @@ -6854,17 +6895,17 @@ msgstr "Informadi min" msgid "KWS website" msgstr "Retejo de KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" -msgstr "" +msgstr "Etikedi respondon por algoritmo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Etikedita de {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Etikedita de la aŭtoro." @@ -6891,9 +6932,9 @@ msgstr "Etikedoj sur via konto" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:357 msgid "Language" -msgstr "" +msgstr "Lingvo" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Lingvaj agordoj" @@ -6907,12 +6948,12 @@ msgstr "Lingvoj" msgid "Larger" msgstr "Pli granda" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Laste iniciatita antaŭ {timeAgo}" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Laste iniciatita ĝuste nun" @@ -6923,8 +6964,8 @@ msgstr "Laste iniciatita ĝuste nun" msgid "Latest" msgstr "Plej freŝaj" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6940,13 +6981,13 @@ msgstr "Eksciu pli" #: src/screens/Search/SearchResults.tsx:273 msgctxt "english-only-resource" msgid "Learn more about <0>how to use advanced search." -msgstr "" +msgstr "Eksciu pli pri <0>kiel uzi altnivelan serĉon." #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Eksciu pli pri garantio pri aĝo" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Eksciu pli pri Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Eksciu pli pri importado de kontaktoj" msgid "Learn more about self hosting your PDS." msgstr "Eksciu pli pri gastigado de via PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Eksciu pli pri la kontrolado farita al ĉi tiu enhavo" @@ -6984,8 +7025,8 @@ msgstr "Eksciu pli pri tiuj ŝanĝoj kaj kiel konigi viajn opiniojn al ni legant msgid "Learn more about this warning" msgstr "Eksciu pli pri ĉi tiu averto" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Ekscii pli pri konfirmado ĉe Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Ekscii pli pri konfirmado ĉe Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Eksciu pli pri kio estas publika ĉe Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Eksciu pli pri via ligilo de Germ DM" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Eksciu pli en viaj <0>kontaj agordoj." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Eksciu pli." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "Foriris el grupa babilejo." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "restas." @@ -7080,7 +7121,7 @@ msgstr "Lasu min elekti" msgid "Let's get your password reset!" msgstr "Ni restarigu vian pasvorton!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Ek!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Hela" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Ŝati" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Ŝati ({0, plural, one {# ŝato} other {# ŝatoj}})" @@ -7114,7 +7155,7 @@ msgstr "Ŝatu 10 afiŝojn" msgid "Like 10 posts to train the Discover feed" msgstr "Ŝatu 10 afiŝojn por trejni la fluon Discover" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Ŝati ĉi tiun fluon" @@ -7122,8 +7163,8 @@ msgstr "Ŝati ĉi tiun fluon" msgid "Like this labeler" msgstr "Ŝati ĉi tiun etikedilon" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Ŝatata de" @@ -7140,26 +7181,26 @@ msgstr "Ŝatata de" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Ŝatata de {0, plural, one {# uzanto} other {# uzantoj}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Ŝatata de {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Ŝatata de {0} kaj {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Ŝatoj" msgid "Likes of your reposts" msgstr "Ŝatoj de viaj reafiŝoj" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Ŝatoj de ĉi tiu afiŝo" @@ -7191,11 +7232,16 @@ msgstr "Linie" msgid "Link copied to clipboard" msgstr "Ligilo kopiita al tondujo" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Listo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Profilbildo de listo" @@ -7227,20 +7273,20 @@ msgstr "Listo kreita sed malsukcesis aldoni kelkajn anojn" msgid "List creator" msgstr "Kreinto de listo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Listo forigita" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Priskribo de la listo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Priskribo de la listo estas tro longa. La maksimuma nombro da signoj estas {DESCRIPTION_MAX_GRAPHEMES, plural, other {#.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Listo estis kaŝita" @@ -7248,7 +7294,7 @@ msgstr "Listo estis kaŝita" msgid "List Hidden" msgstr "Listo kaŝita" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Listo devas havi nomon." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Listo silentigita" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Nomo de la listo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Nomo de la listo estas tro longa. La maksimuma nombro da signoj estas {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {#.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Listo malblokita" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Listo malsilentigita" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listoj" @@ -7326,12 +7372,12 @@ msgstr "Tujelsenda funkcio estas en beta" msgid "Live link" msgstr "Tujelsenda ligilo" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Ŝargi pli" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Ŝargi pliajn proponitajn fluojn" @@ -7346,16 +7392,16 @@ msgstr "Ŝargi novajn sciigojn" msgid "Load new posts" msgstr "Ŝargi novajn afiŝojn" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Ŝargado de babilejo…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Ŝargado de listoj..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Ŝargado de interagaj agordoj de afiŝo..." @@ -7383,7 +7429,7 @@ msgstr "Ŝlosi ĉi tiun grupan babilejon" msgid "Locked" msgstr "Ŝlosita" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Protokolo" @@ -7405,11 +7451,6 @@ msgstr "Emblemo farita de <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Longe premu por malfermi kradvortan menuon por {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Aspektas tiel: XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Certiĝu, ke vi volas iri tien!" msgid "Manage saved feeds" msgstr "Administri la konservitajn fluojn" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Administri konfirmadajn agordojn" @@ -7461,8 +7502,14 @@ msgstr "Administri la silentigitajn vortojn k kradvortojn" msgid "Manual" msgstr "Permana" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Marki ĉiujn kiel legitaj" @@ -7473,6 +7520,10 @@ msgstr "Marki ĉiujn kiel legitaj" msgid "Mark all chats as read" msgstr "Marki ĉiujn babilejojn kiel legitajn" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Aŭdvidaĵoj" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Aŭdvidaĵo konservita en {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Aŭdvidaĵo konservita en alia aparato" @@ -7540,7 +7591,7 @@ msgstr "Anoj" msgid "Members can still read chat history but can’t send new messages." msgstr "Anoj ankoraŭ povas legi babilejan historion sed ne povas sendi novajn mesaĝojn." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "menciitaj uzantoj" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Mesaĝi" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Mesaĝo" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Mesaĝi {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Mesaĝo forigita" @@ -7603,7 +7655,7 @@ msgstr "Mesaĝo de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mesaĝo de la servilo: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Enigujo de la mesaĝo" @@ -7615,7 +7667,7 @@ msgstr "Mesaĝo tro longas ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Opcioj de mesaĝo" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mesaĝoj" @@ -7640,24 +7692,30 @@ msgstr "Ne tro grava ĉikanado aŭ turmentado" msgid "Misleading" msgstr "Miskonkludiga" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Mankanta aŭdvidaĵo" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Kontrolado" #: src/screens/Settings/Settings.tsx:193 #: src/screens/Settings/Settings.tsx:196 msgid "Moderation and content filters" -msgstr "" +msgstr "Kontrolado kaj enhavfiltriloj" #: src/components/moderation/ModerationDetailsDialog.tsx:175 msgid "Moderation details" msgstr "Detaloj pri la kontrolo" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Kontrolada enirkesto" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Kontrol-listo de <0/>" msgid "Moderation list by you" msgstr "Kontrol-listo farita de vi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Kontrol-listo kreita" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Kontrol-listo ĝisdatigita" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Kontrol-listoj" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Kontrol-listoj" @@ -7697,11 +7755,11 @@ msgstr "Kontrol-listoj" msgid "moderation settings" msgstr "agordoj pri kontrolado" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Statoj de kontrolado" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Kontroladaj iloj" @@ -7710,8 +7768,8 @@ msgstr "Kontroladaj iloj" msgid "Moderator has chosen to set a general warning on the content." msgstr "Kontrolanto decidis starigi ĝeneralan averton pri la enhavo." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Pli da fluoj" @@ -7720,10 +7778,10 @@ msgstr "Pli da fluoj" msgid "More languages..." msgstr "Pliaj lingvoj..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Pli da opcioj" @@ -7747,7 +7805,7 @@ msgstr "Muziko" msgid "Mute" msgstr "Silentigi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Silentigi" msgid "Mute {0}" msgstr "Silentigi {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Silentigi konton" @@ -7816,29 +7874,29 @@ msgstr "Silentigi ĉi tiun vorton nur en kradvortoj" msgid "Mute this word until you unmute it" msgstr "Silentigi ĉi tiun vorton ĝis kiam ĝi estos malsilentigita" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silentigi fadenon" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silentigi vortojn kaj kradvortojn" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. It’s your chat." -msgstr "" +msgstr "Silentigu, foriru, aŭ forpelu anojn en ajna momento. La babilejo estas via." #: src/screens/Messages/ConversationSettings/index.tsx:529 msgid "Muted" msgstr "Silentigita" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Silentigitaj kontoj" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Silentigitaj kontoj" @@ -7852,7 +7910,7 @@ msgstr "Kiam vi silentigas konton, ties afiŝoj estos forigitaj el via fluo kaj msgid "Muted by \"{0}\"" msgstr "Silentigita de \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Silentigitaj vortoj k kradvortoj" @@ -7881,7 +7939,7 @@ msgstr "Miaj fluoj" msgid "My starter pack" msgstr "Mia startpako" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nomo" @@ -7891,12 +7949,12 @@ msgstr "Naturo" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Iri al {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Iri al startpako" @@ -7910,8 +7968,8 @@ msgstr "Iras al la sekva ekrano" msgid "Navigates to your profile" msgstr "Iras al via profilo" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Ĉu vi bezonas raporti kopirajtan malobservon, jurpeton aŭ problemon pri reguliga observo?" @@ -7919,10 +7977,6 @@ msgstr "Ĉu vi bezonas raporti kopirajtan malobservon, jurpeton aŭ problemon pr msgid "Nevermind, create a handle for me" msgstr "Ne gravas, krei identigilon por mi" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nova" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Nova retpoŝtadreso" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Nova funkcio" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Novaj mesaĝoj" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nova pasvorto" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nova afiŝo" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nova afiŝo" @@ -8062,7 +8116,7 @@ msgstr "Nova startpako" #: src/screens/Login/LoginForm.tsx:570 msgid "New to Bluesky? <0>Sign up" -msgstr "" +msgstr "Ĉu vi novas ĉe Bluesky? <0>Registriĝu" #: src/components/NewskieDialog.tsx:123 msgid "New user info dialog" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "La plej novaj respondoj unue" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Novaĵoj" @@ -8088,15 +8142,15 @@ msgstr "Novaĵoj" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Sekva" @@ -8108,12 +8162,16 @@ msgstr "Sekva bildo" msgid "Night" msgstr "Nokto" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Ne" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Sen reklamoj, sen enpenetra spurado, sen okupo-kaptiloj. Bluesky respektas vian tempon kaj atenton." @@ -8194,11 +8252,11 @@ msgstr "Ankoraŭ neniu ŝato" msgid "No lists" msgstr "Neniu listo" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Vi ne plu sekvas {0}" @@ -8206,7 +8264,7 @@ msgstr "Vi ne plu sekvas {0}" #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 msgid "No media filter" -msgstr "" +msgstr "Sen aŭdvidaĵa filtrilo" #: src/view/screens/Profile.tsx:484 msgid "No media yet" @@ -8224,7 +8282,7 @@ msgstr "Ne plu da eterna rulumado tra aĉaĵo-plenaj algoritmoj. Trovu fluojn ki msgid "No name" msgstr "Sen nomo" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Ankoraŭ neniu sciigo!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Neniu" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Neniu krom la aŭtoro povas citi ĉi tiun afiŝon." @@ -8256,7 +8314,7 @@ msgstr "Neniu povas sendi mesaĝojn" #: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 #: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:27 msgid "No post filter" -msgstr "" +msgstr "Sen afiŝa filtrilo" #: src/screens/Notifications/ActivityList.tsx:43 msgid "No posts here" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Sen rezultoj" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Sen rezultoj por \"{0}\"." @@ -8312,7 +8370,7 @@ msgstr "Neniu rezulto trovita por \"{query}\"" #: src/screens/Search/SearchResults.tsx:233 msgid "No results found for “<0>{query}” with advanced search filters applied." -msgstr "" +msgstr "Neniuj rezultoj trovitaj por \"<0>{query}\" kun aplikitaj altnivelaj serĉfiltriloj." #: src/screens/Search/SearchResults.tsx:245 msgid "No results found for “<0>{query}”." @@ -8320,9 +8378,9 @@ msgstr "Neniu rezulto trovita por \"<0>{query}\"." #: src/screens/Search/SearchResults.tsx:239 msgid "No results found for your query with advanced search filters applied." -msgstr "" +msgstr "Neniuj rezultoj trovitaj por via serĉo kun aplikitaj altnivelaj serĉfiltriloj." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Sen rezultoj." @@ -8335,7 +8393,7 @@ msgstr "Anoraŭ neniu startpako" msgid "No thanks" msgstr "Ne, dankon" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Neniu traduko ricevita de via aparato." @@ -8343,7 +8401,7 @@ msgstr "Neniu traduko ricevita de via aparato." msgid "No video posts yet" msgstr "Ankoraŭ neniu videaĵa afiŝo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Neniu" @@ -8360,7 +8418,7 @@ msgstr "Ankoraŭ neniu citis ĉi tion. Eble vi estu la unua!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ankoraŭ neniu reafiŝis ĉi tion. Eble vi estu la unua!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Neniu estis trovita. Provu serĉi iun alian." @@ -8398,7 +8456,7 @@ msgstr "Nedisponebla ĉe ĉi tiu platformo." msgid "Not followed by anyone you’re following" msgstr "Sekvata de neniu el viaj sekvatoj" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Netrovita" @@ -8407,7 +8465,7 @@ msgstr "Netrovita" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Ĉu vi ne pretas afiŝi? Konservu viajn plej bonajn ideojn en Malnetoj ĝis la momento estos bona." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Noto pri kundivido" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "Noto: Ĉi tiu afiŝo videblas nur al ensalutintaj uzantoj." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Ankoraŭ nenio konservita" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Sciigaj agordoj" @@ -8435,8 +8497,8 @@ msgstr "Sciigaj agordoj" msgid "Notification sounds" msgstr "Sciigaj sonoj" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sciigaj sonoj" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Sciigoj" @@ -8490,7 +8552,7 @@ msgstr "Bone" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Bone" @@ -8505,6 +8567,10 @@ msgstr "La plej malnovaj respondoj unue" msgid "On" msgstr "Ŝaltita" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "ĉe<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Unu el la elektitaj ricevontoj ne permesas grupajn babilejojn." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Unu el la elektitaj ricevontoj blokis vin kaj nemesaĝeblas." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Al unu aŭ pli da GIF-oj mankas alt-teksto." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Al unu aŭ pli da bildoj mankas alternativa teksto." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Unu aŭ pli el viaj elektitaj dosieroj ne estas subtenata." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Unu aŭ pli el viaj elektitaj dosieroj estas tro grandaj. Maksimuma grando estas {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Unu aŭ pli afiŝoj estas tro longaj por konservi kiel malneto. La maksimuma nombro da signoj estas {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {# signo.} other {# signoj.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Al unu aŭ pli da videaĵoj mankas alternativa teksto." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Nur {0} povas respondi." @@ -8556,7 +8622,7 @@ msgstr "Nur {0} povas respondi." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Nur {0} el {1} {2, plural, one {bildo} other {bildoj}} estis aldonitaj; la limo estas {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Nur sekvantoj povas aliĝi al ĉi tiu grupa babilejo." msgid "Only followers who I follow" msgstr "Nur sekvantoj kiujn mi sekvas" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Nur bildaj dosieroj estas subtenataj" @@ -8631,13 +8697,13 @@ msgstr "Ups!" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:66 msgid "Open advanced search options" -msgstr "" +msgstr "Malfermi altnivelajn serĉajn opciojn" #: src/screens/Onboarding/StepProfile/index.tsx:309 msgid "Open avatar creator" msgstr "Malfermi la profilbildan kreilon" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Malfermi kameraon" @@ -8655,7 +8721,7 @@ msgstr "Malfermi opciojn de babilejano por {displayName}" msgid "Open conversation options" msgstr "Malfermi la opciojn pri konversacio" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Malfermi malneton" @@ -8663,8 +8729,8 @@ msgstr "Malfermi malneton" msgid "Open drawer menu" msgstr "Malfermi flankmenuon" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Malfermi emoĝi-elektilon" @@ -8695,12 +8761,12 @@ msgstr "Malfermi grupan babilejon" msgid "Open group chat settings" msgstr "Malfermi agrdojn de grupa babilejo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Malfermi en Google Translate" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Malfermi ligilon al {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Malfermi opciojn de mesaĝoj" msgid "Open moderation debug page" msgstr "Malfermi la paĝon de kontrolada sencimigo" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Malfermi agordojn de silentigitaj vortoj kaj kradvortoj" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Malfermi pakon" @@ -8743,7 +8809,7 @@ msgstr "Malfermi agordojn" msgid "Open share menu" msgstr "Malfermi konigadan menuon" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Malfermi menuon de startpako" @@ -8759,10 +8825,9 @@ msgstr "Malfermi sisteman protokolon" msgid "Open this group chat" msgstr "Malfermi ĉi tiun grupan babilejon" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Malfermas fluon {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8770,7 +8835,7 @@ msgstr "Malfermas dialogujon por aldoni averton pri enhavo al via afiŝo" #: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" -msgstr "" +msgstr "Malfermas dialogujon por ŝanĝi la gastigan provizanton, al kiu vi ensalutos" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:152 msgid "Opens a dialog to choose who can interact with this post" @@ -8788,7 +8853,7 @@ msgstr "Malfermas pliajn detalojn por sencimigo" msgid "Opens alt text dialog" msgstr "Malfermas dialogujon de alternativa teksto" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Malfermas kameraon de aparato" @@ -8804,28 +8869,28 @@ msgstr "Malfermas dialogujon por ŝanĝi la identigilon" msgid "Opens composer" msgstr "Malfermas redaktilon" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Malfermi kameraon de aparato" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Malfermi la galerion por elekti ĝis {MAX_GALLERY_IMAGES, plural, one {# bildon} other {# bildojn}}, aŭ unuopan videaĵon aŭ GIF-on." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Malfermas procezon de kreado de nova Bluesky-konto" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Malfermas procezon de ensalutado al via ekzistanta Bluesky-konto" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Malfermas la tutan bildon" @@ -8833,7 +8898,7 @@ msgstr "Malfermas la tutan bildon" msgid "Opens helpdesk in browser" msgstr "Malfermas la helpocentron en retumilo" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Malfermas la bildo-elektilon" @@ -8854,7 +8919,7 @@ msgstr "Malfermi agordojn de afiŝaj lingvoj" msgid "Opens profile" msgstr "Malfermas profilon" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Malfermi la agordojn por trovi kaj inviti amikojn" @@ -8867,11 +8932,11 @@ msgstr "Malfermas dialogujon de la GIF-elektilo" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Malfermas la afiŝan redaktilon" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Malfermas ĉi tiun malneton en la redaktilo" @@ -8879,15 +8944,51 @@ msgstr "Malfermas ĉi tiun malneton en la redaktilo" msgid "Opens this profile" msgstr "Malfermas ĉi tiun profilon" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opcioj:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Aŭ daŭrigu uzante alian konton." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Aŭ ensalutu al unu el viaj aliaj kontoj." @@ -8935,7 +9036,7 @@ msgstr "Alia miskonkludiga enhavo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:233 msgid "Other network rule-breaking" -msgstr "" +msgstr "Alia malobservo de Bluesky-reguloj" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:93 msgid "Other sexual violence content" @@ -8985,7 +9086,7 @@ msgstr "GIF-oj pri festo" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Pasvorto" @@ -8993,7 +9094,7 @@ msgstr "Pasvorto" msgid "Password changed" msgstr "Pasvorto ŝanĝita" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Pasvorto devas havi longon de almenaŭ 8 signojn." @@ -9005,7 +9106,7 @@ msgstr "Pasvorto ĝisdatigita" msgid "Password updated!" msgstr "Pasvorto ĝisdatigita!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Paŭzigi" @@ -9020,7 +9121,7 @@ msgstr "Paŭzigi videaĵon" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Homoj" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Homoj, kiujn {ownerName} sekvas, povas peti aliĝi" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Homoj sekvataj de @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Homoj sekvantaj @{0}" @@ -9070,11 +9171,11 @@ msgstr "Homoj, kiujn mi sekvas, povas aliĝi tuje" msgid "People I follow can request to join" msgstr "Homoj, kiujn mi sekvas, povas peti aliĝi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Homoj kiujn vi sekvas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Homoj kiujn vi menciis" @@ -9082,7 +9183,7 @@ msgstr "Homoj kiujn vi menciis" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Permeso por aliro al via bildbiblioteko estis neita. Bonvolu doni ĝin en viaj sistemagordoj." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Aldoni/Forigi personon" @@ -9115,15 +9216,15 @@ msgstr "Elekti koloran etoson" msgid "Pictures meant for adults." msgstr "Bildoj destinitaj por adoltoj." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Alpingli fluon" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Alpingli al hejmo" @@ -9131,8 +9232,8 @@ msgstr "Alpingli al hejmo" msgid "Pin to Home" msgstr "Alpingli al hejmo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Alpingli al via profilo" @@ -9151,11 +9252,11 @@ msgstr "{0} alpinglita al hejmo" msgid "Pinned Feeds" msgstr "Alpinglitaj fluoj" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Alpinglita al viaj fluoj" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Ludi" @@ -9169,12 +9270,12 @@ msgstr "Ludi {0}" msgid "Play GIF" msgstr "Ludi GIF-on" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Ludi videaĵon" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Ludi videaĵon" @@ -9182,7 +9283,7 @@ msgstr "Ludi videaĵon" msgid "Plays or pauses the GIF" msgstr "Ludas aŭ paŭzigas la GIF-on" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Ludas aŭ paŭzigas la videaĵon" @@ -9190,7 +9291,7 @@ msgstr "Ludas aŭ paŭzigas la videaĵon" msgid "Plays the GIF" msgstr "Ludas la GIF-on" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Ludas la videaĵon" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Bonvolu elekti vian identigilon." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Bonvolu elekti vian pasvorton." @@ -9219,12 +9320,12 @@ msgstr "Bonvolu alklaki la ligilon en la retmesaĝo, kiun ni ĵus sendis al vi, msgid "Please complete the verification captcha." msgstr "Bonvolu plenumi la captcha-kontrolon." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Bonvolu konfirmi vian retpoŝtadreson por alŝuti videaĵojn." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Bonvolu rekontroli ĉu vi ĝuste entajpis vian retpoŝtadreson." @@ -9232,7 +9333,7 @@ msgstr "Bonvolu rekontroli ĉu vi ĝuste entajpis vian retpoŝtadreson." msgid "Please enter a password." msgstr "Bonvolu entajpi pasvorton." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Bonvolu entajpi pasvorton. Ĝi devas havi longon de almenaŭ 8 signojn." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Bonvolu entajpi la sekurecan kodon, kiun ni sendis al via antaŭa retpoŝtadreso." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Bonvolu entajpi vian retpoŝtadreson." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Bonvolu entajpi vian invitan kodon." @@ -9306,8 +9407,8 @@ msgstr "Bonvolu klarigi kial vi pensas, ke viaj babilejoj estis malebligitaj mis msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Bonvolu klarigi kial vi pensas, ke via aliro al tujelsendado estis erare malebligita." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Bonvolu iri reen aŭ aktivigi ĉi tiun elementon por reveni al la komenco de la aktiva enhavo." @@ -9333,7 +9434,7 @@ msgstr "Bonvolu elekti kaŭzon de ĉi tiu raporto" msgid "Please sign in as @{0}" msgstr "Bonvolu ensaluti kiel @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9348,7 +9449,7 @@ msgstr "Bonvolu uzi la indiĝenan aplikaĵon por importi viajn kontaktojn." #: src/screens/FindContactsFlowScreen.tsx:63 msgid "Please use the native app to sync your contacts." -msgstr "" +msgstr "Bonvolu uzi la indiĝenan aplikaĵon por sinkronigi viajn kontaktojn." #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:59 msgid "Please verify your email" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Bonvolu tajpi vian mesaĝon sube:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politiko" @@ -9367,18 +9468,18 @@ msgstr "Politiko" msgid "Porn" msgstr "Pornografio" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Afiŝi" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Afiŝo" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Afiŝo {index} el {count}" @@ -9393,12 +9494,12 @@ msgstr "Afiŝi foton" msgid "Post a video" msgstr "Afiŝi videaĵon" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Afiŝi ĉiujn" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Afiŝi ĉiuokaze" @@ -9406,11 +9507,16 @@ msgstr "Afiŝi ĉiuokaze" msgid "Post blocked" msgstr "Afiŝo blokita" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Afiŝo de @{0}" @@ -9423,10 +9529,10 @@ msgstr "Afiŝo forigita" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Malsukcesis ŝargi afiŝon. Bonvolu kontroli vian retkonekton kaj reprovi." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Afiŝo estis forigita" @@ -9440,11 +9546,11 @@ msgstr "Afiŝo kaŝita de silentigita vorto" msgid "Post Hidden by You" msgstr "Afiŝo kaŝita de vi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Interagaj agordoj de afiŝo" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Interagaj agordoj de afiŝo" @@ -9468,7 +9574,7 @@ msgstr "Afiŝi ligilon" msgid "Post not found" msgstr "Afiŝo netrovita" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Afiŝo alpinglita" @@ -9478,7 +9584,7 @@ msgstr "Afiŝo alpinglita" msgid "Post type" msgstr "Afiŝa tipo" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Afiŝo depinglita" @@ -9487,7 +9593,7 @@ msgstr "Afiŝo depinglita" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Afiŝoj" @@ -9520,7 +9626,7 @@ msgstr "Preferata lingvo" msgid "Press to attempt reconnection" msgstr "Premu por provi rekonekti" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privateco" msgid "Privacy and security" msgstr "Privateco kaj sekureco" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Agordoj de privateco kaj sekureco" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Regularo pri privateco" msgid "Privacy violation of a minor" msgstr "Malobservo de neplenaĝula privateco" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Traktado de GIF..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Traktado de videaĵo..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profilo" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9621,7 +9727,7 @@ msgstr "Profilo ĝisdatigita" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:225 msgid "Promoting or selling prohibited items or services" -msgstr "" +msgstr "Privarbo aŭ vendo de malpermesitaj aĵoj kaj servoj" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:161 #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:162 @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Publikaj kaj kundivideblaj listoj por bloki aŭ silentigi uzantojn amase." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publikigi afiŝon" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publikigi afiŝojn" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publikigi respondojn" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publikigi respondon" @@ -9685,7 +9791,7 @@ msgstr "QR-kodo konservita en via bildgalerio!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citi afiŝon" @@ -9721,10 +9827,10 @@ msgstr "Limo de operacioj transpasita – vi provis ŝanĝi vian identigilon tro #: src/components/contacts/screens/PhoneInput.tsx:110 msgid "Rate limit exceeded. Please try again later." -msgstr "" +msgstr "Vi transpasis la limon de petoj. Bonvolu reprovi poste." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Religi citaĵon" @@ -9745,7 +9851,7 @@ msgstr "Reagi per {emoji}" msgid "Reactions" msgstr "Reagoj" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reaktivigi vian konton" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Legu pri uzado de altnivelaj serĉfiltriloj" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Legu blogafiŝon" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Legi malpli" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Legi pli" @@ -9780,7 +9886,7 @@ msgstr "Legi pli da respondoj" msgid "Read our blog post" msgstr "Legu nian blogafiŝon" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Legi la blogon de Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Legi la Regularon pri privateco de Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Legi la uzokondiĉojn de Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Realaj konservacioj." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Realaj homoj." @@ -9862,23 +9968,24 @@ msgstr "Reŝargi konversaciojn" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Forigi" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Forigi {displayName} el grupa babilejo" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Forigi {displayName} el la startpako" @@ -9914,8 +10021,8 @@ msgstr "Forigi aldonaĵon" msgid "Remove Avatar" msgstr "Forigi profilbildon" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Forigi rubandon" @@ -9950,8 +10057,8 @@ msgstr "Forigi el babilejo" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Forigi el miaj fluoj" @@ -9960,8 +10067,8 @@ msgstr "Forigi el miaj fluoj" msgid "Remove from quick access?" msgstr "Ĉu forigi el la rapitatingo?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Forigi el konservitaj fluoj" @@ -9970,7 +10077,7 @@ msgstr "Forigi el konservitaj fluoj" msgid "Remove from saved posts" msgstr "Forigi el konservitaj afiŝoj" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Ĉu forigi el viaj fluoj?" @@ -10010,18 +10117,22 @@ msgstr "Forigi proponon" msgid "Remove this feed from your saved feeds" msgstr "Forigi ĉi tiun fluon el viaj konservitaj fluoj" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" -msgstr "" +msgstr "Forigi la nedisponeblajn kontrol-servojn" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:180 msgid "Remove user from list" msgstr "Forigi uzanton el la listo" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Forigi konfirmon" @@ -10029,11 +10140,11 @@ msgstr "Forigi konfirmon" msgid "Remove your verification for this account?" msgstr "Ĉu forigi vian konfirmon por ĉi tiu konto?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Forigita de la aŭtoro" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Forigita de vi" @@ -10052,18 +10163,19 @@ msgid "Removed from saved posts" msgstr "Forigita el konservitaj afiŝoj" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Forigita el la startpako" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Forigite el viaj fluoj" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" -msgstr "" +msgstr "La nedisponeblaj servoj estis forigitaj" #: src/components/verification/VerificationRemovePrompt.tsx:32 msgid "Removed verification" @@ -10128,11 +10240,11 @@ msgstr "Respondita mesaĝo, tuŝetu por rulumi al ĝi" msgid "Replies" msgstr "Respondoj" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Respondoj malebligitaj" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Respondoj por ĉi tiu afiŝo estis malebligitaj." @@ -10141,14 +10253,14 @@ msgstr "Respondoj por ĉi tiu afiŝo estis malebligitaj." msgid "Reply" msgstr "Respondi" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Respondi" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Respondi ({0, plural, one {# respondo} other {# respondoj}})" @@ -10162,7 +10274,7 @@ msgstr "Respondo kaŝita de la faden-aŭtoro" msgid "Reply Hidden by You" msgstr "Respondo kaŝita de vi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Agordoj pri respondado estas elektitaj de la aŭtoro de la fadeno" @@ -10185,8 +10297,8 @@ msgstr "Respondo estis sukcese kaŝita" msgid "Report" msgstr "Raporti" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Raporti konton" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Raporti konversacion" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Raporta dialogujo" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Raporti fluon" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Raporti liston" @@ -10216,8 +10328,8 @@ msgstr "Raporti liston" msgid "Report message" msgstr "Raporti mesaĝon" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Raporti afiŝon" @@ -10225,8 +10337,8 @@ msgstr "Raporti afiŝon" msgid "Report sent" msgstr "Raporto sendita" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Raporti startpakon" @@ -10292,7 +10404,7 @@ msgstr "Reafiŝi ({0, plural, one {# reafiŝo} other {# reafiŝoj}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Reafiŝi aŭ citafiŝi" @@ -10330,12 +10442,12 @@ msgstr "Reafiŝoj de ĉi tiu afiŝo" msgid "Reposts of your reposts" msgstr "Reafiŝoj de viaj reafiŝoj" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Reafiŝoj estos kaŝitaj en fluoj" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Reafiŝoj estos montritaj en fluoj" @@ -10348,8 +10460,8 @@ msgstr "Sendi peton por aliĝi al la grupa babilejo" msgid "Request approved." msgstr "Aliĝpeto aprobita." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Peti kodon" @@ -10371,7 +10483,7 @@ msgstr "Aliĝpeto sendita" msgid "Requests" msgstr "Petoj" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Devigi alternativan tekston antaŭ ol afiŝi" msgid "Require an email code to sign in to your account." msgstr "Devigi retmesaĝan kodon por ensaluti al via konto." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Necesa por ĉi tiu provizanto" @@ -10418,16 +10530,16 @@ msgstr "Resendi kodon" msgid "Resend code in <0>00:{0}" msgstr "Resendi kodon post <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Resendi retmesaĝon" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Resendi retmesaĝon" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Resendi konfirman retmesaĝon" @@ -10453,9 +10565,14 @@ msgstr "Restarigi pasvorton" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" -msgstr "" +msgstr "Restarigi defaŭlton" #: src/components/OTAChannelNotice.tsx:54 msgid "Restore the {defaultChannel} deployment" @@ -10479,9 +10596,9 @@ msgstr "Reprovas la lastan agon, kiu eraris" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Reprovas la lastan agon, kiu eraris" msgid "Retry" msgstr "Reprovi" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Reprovi ŝargi raportajn opciojn" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Reveni al la antaŭa paĝo" @@ -10521,7 +10638,7 @@ msgstr "Revenas al hejmpaĝo" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Revenas al antaŭa paĝo" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIF-oj pri malfeliĉo" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Konservi naskiĝdaton" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Konservi ŝanĝojn" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Ĉu konservi ŝanĝojn?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Konservi malneton" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Ĉu konservi malneton?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Konservi bildon" @@ -10608,8 +10725,8 @@ msgstr "Konservi novan identigilon" msgid "Save QR code" msgstr "Konservi QR-kodon" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Konservi tiujn opciojn por venonta fojo" @@ -10618,7 +10735,7 @@ msgstr "Konservi tiujn opciojn por venonta fojo" msgid "Save to my feeds" msgstr "Konservi al miaj fluoj" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Konservitaj fluoj" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Konservitaj afiŝoj" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Konservita al viaj fluoj" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Diru saluton!" @@ -10661,7 +10778,7 @@ msgstr "Skani" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Skani QR-kodon" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Rulumi al la supro" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Serĉi" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Serĉi afiŝojn de @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Serĉi per nomo aŭ intereso" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Serĉi fluojn" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Serĉi \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Serĉi \"{interestsDisplayName}\" (aktiva)" @@ -10734,19 +10851,19 @@ msgstr "Serĉi \"{searchText}\"" msgid "Search for {q}" msgstr "Serĉi {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Serĉu fluojn, kiujn vi volas proponi al aliuloj." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Serĉi pliajn kontojn" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Serĉi pliajn fluojn" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Serĉi homojn" @@ -10774,14 +10891,14 @@ msgstr "Serĉi lingvojn" msgid "Search my posts" msgstr "Serĉi miajn afiŝojn" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Serĉi afiŝojn" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Serĉi profilojn" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Serĉi..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Serĉas profilojn" @@ -10829,14 +10946,14 @@ msgstr "Vidi afiŝojn pri #{tag}" msgid "See #{tag} posts by user" msgstr "Vidi afiŝojn pri #{tag} de uzanto" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Vidu laborpostenojn ĉe Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Vidi pli" @@ -10844,16 +10961,11 @@ msgstr "Vidi pli" msgid "See more suggested profiles" msgstr "Vidi pli da proponataj profiloj" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Vidi pli da furoraj temoj" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Elekti {langName}" msgid "Select a color" msgstr "Elekti koloron" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Elektu kialon" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Elektu konton" @@ -10910,7 +11022,7 @@ msgstr "Elekti profilbildon" msgid "Select an emoji" msgstr "Elekti emoĝion" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Elektu opcion" @@ -10940,17 +11052,17 @@ msgstr "Agordi daŭrecon" #. placeholder {0}: labels[filter.field].title #: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 msgid "Select filter type (currently: {0})" -msgstr "" +msgstr "Elektu filtrilan tipon (nune: {0})" #: src/screens/Login/index.tsx:166 msgid "Select from an existing account" msgstr "Elektu el ekzistanta konto" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Elekti el viaj listoj" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Elektu el viaj listoj <0>{numberOfListsSelected, plural, one{(# elektita)}other{(# elektitaj)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Elektu por kiom longe silentigi ĉi tiun vorton." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Elektu lingvon" @@ -10987,7 +11099,7 @@ msgstr "Elekti lingvon..." msgid "Select languages" msgstr "Elektu lingvojn" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Elektu kontrol-servon" @@ -11028,7 +11140,7 @@ msgstr "Elektu kiun lingvon uzi por la apa uzantinterfaco." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Elektu kiujn lingvojn vi volas en viaj abonitaj fluoj. Se neniu elektita, ĉiuj lingvoj estos montrotaj." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Elektu la daton de via naskiĝo" @@ -11045,7 +11157,7 @@ msgstr "Elektu vian preferatan lingvon por tradukoj en via fluo." msgid "Select your preferred notification channels" msgstr "Elektu viajn preferajn sciigajn kanalojn" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Elektado de pluraj aŭdvidaĵaj specoj ne estas subtenata." @@ -11076,7 +11188,7 @@ msgstr "Sendi eraran raporton" msgid "Send feedback" msgstr "Sendi prikomentadon" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Sendi mesaĝon" @@ -11089,7 +11201,7 @@ msgstr "Sendi afiŝon al {name}" msgid "Send post to..." msgstr "Sendi afiŝon al..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Sendi raporton al {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Sendu la mesaĝon per via telefono" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Sendi konfirman retmesaĝon" @@ -11108,7 +11220,7 @@ msgstr "Sendi konfirman retmesaĝon" #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:103 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:109 msgid "Send via chat" -msgstr "" +msgstr "Sendi per babilejo" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) #: src/components/dms/MessageContextMenu.tsx:173 @@ -11133,7 +11245,7 @@ msgstr "Agordi apan piktogramon al {0}" msgid "Set new password" msgstr "Agordi novan pasvorton" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Elektu precize tiujn grupojn, kiuj povos respondi al via afiŝo" @@ -11141,29 +11253,29 @@ msgstr "Elektu precize tiujn grupojn, kiuj povos respondi al via afiŝo" msgid "Set up your account" msgstr "Agordu vian konton" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Agordi kiu povas respondi al via afiŝo" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Agordu vian naskiĝdaton sube kaj vi baldaŭ povos afiŝi kaj esplori denove!" #: src/screens/Login/LoginForm.tsx:353 msgid "set your hosting provider manually" -msgstr "" +msgstr "agordi vian gastigan provizanton permane" #: src/screens/Login/LoginForm.tsx:487 msgid "Set your hosting provider manually" -msgstr "" +msgstr "Agordi vian gastigan provizanton permane" #: src/screens/Login/ForgotPasswordForm.tsx:108 msgid "Sets email for password reset" msgstr "Agordas retpoŝtadreson por restarigi pasvorton" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Agordoj" @@ -11199,12 +11311,12 @@ msgstr "Agordoj por sciigoj pri ŝatoj de viaj reafiŝoj" #: src/screens/Messages/Settings.tsx:280 #: src/screens/Settings/NotificationSettings/index.tsx:276 msgid "Settings for notifications for new message requests" -msgstr "" +msgstr "Agordoj por sciigoj pri novaj mesaĝpetoj" #: src/screens/Messages/Settings.tsx:259 #: src/screens/Settings/NotificationSettings/index.tsx:259 msgid "Settings for notifications for new messages" -msgstr "" +msgstr "Agordoj por sciigoj pri novaj mesaĝoj" #: src/screens/Settings/NotificationSettings/index.tsx:246 msgid "Settings for notifications for reposts of your reposts" @@ -11222,7 +11334,7 @@ msgstr "Agordoj por sciigoj pri respondoj" msgid "Settings for repost notifications" msgstr "Agordoj por sciigoj pri reafiŝoj" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Agordoj konservitaj" @@ -11242,7 +11354,7 @@ msgstr "Seksume sugesta" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Konigi" @@ -11251,7 +11363,7 @@ msgstr "Konigi" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Diskonigi malgraŭ tio" @@ -11279,13 +11391,13 @@ msgstr "Diskonigi invitilon" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Konigi ligilon" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Dialogujo pri ligila konigado" @@ -11302,38 +11414,38 @@ msgstr "Konigi URI-on at:// de afiŝo" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:144 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:159 msgid "Share Profile" -msgstr "" +msgstr "Diskonigi profilon" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Konigi QR-kodon" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Konigi ĉi tiun fluon" #: src/screens/Search/Shell.tsx:565 #: src/screens/Search/Shell.tsx:634 msgid "Share this search" -msgstr "" +msgstr "Konigi ĉi tiun serĉon" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Konigi ĉi tiun startpakon" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Konigu ĉi tiun startpakon kaj helpu homojn aliĝi vian komunumon ĉe Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Konigi per..." @@ -11343,9 +11455,9 @@ msgstr "Konigi viajn kontaktojn por trovi amikojn" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:123 msgid "Share your thoughts…" -msgstr "" +msgstr "Konigi viajn pensojn…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Testanto de komunaj preferoj" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Montri" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Montri alternativan tekston" @@ -11373,14 +11489,14 @@ msgstr "Montri alternativan tekston" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Montri ĉiuokaze" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Montri aŭtomatigan etikedon" @@ -11401,25 +11517,25 @@ msgstr "Montri adaptadajn opciojn" msgid "Show group chat updates" msgstr "Montri aktualigojn de grupaj babilejoj" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Montri malpli da similaj afiŝoj" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Montri liston ĉiuokaze" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Montri listojn de elekteblaj uzantoj" #: src/components/Post/ShowMoreTextButton.tsx:50 msgid "Show more" -msgstr "" +msgstr "Montri pli" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Montri pli da similaj afiŝoj" @@ -11445,8 +11561,8 @@ msgstr "Montri respondojn" msgid "Show replies as" msgstr "Montri respondojn" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Montri respondojn por ĉiuj" @@ -11455,10 +11571,10 @@ msgstr "Montri respondojn por ĉiuj" msgid "Show reposts" msgstr "Montri reafiŝojn" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" -msgstr "" +msgstr "Montri reafiŝojn en fluoj" #: src/screens/Settings/FollowingFeedPreferences.tsx:133 #: src/screens/Settings/FollowingFeedPreferences.tsx:143 @@ -11478,7 +11594,7 @@ msgstr "Montri averton kaj elfiltri el fluoj" msgid "Show when you’re live" msgstr "Montri kiam vi tujelsendas" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Montri informojn pri kiam ĉi tiu afiŝo estis kreita" @@ -11486,15 +11602,15 @@ msgstr "Montri informojn pri kiam ĉi tiu afiŝo estis kreita" msgid "Shows other accounts you can switch to" msgstr "Montras aliajn kontojn al kiuj vi povas ŝanĝi" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Montras la enhavon" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Montras la enhavon" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Ensaluti" msgid "Sign in as {0}" msgstr "Ensaluti kiel {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" -msgstr "" +msgstr "Ensaluti kiel…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Ensalutu aŭ kreu konton" @@ -11551,16 +11667,17 @@ msgstr "Ensalutu al Bluesky aŭ kreu novan konton" msgid "Sign in to request access to this group chat." msgstr "Ensalutu por sendi aliĝpeton al ĉi tiu grupa babilejo." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Ensalutu por vidi la afiŝon" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11579,7 +11696,7 @@ msgstr "Ĉu elsaluti?" #: src/screens/Login/LoginForm.tsx:573 msgid "Sign up" -msgstr "" +msgstr "Registriĝi" #: src/components/moderation/ScreenHider.tsx:96 #: src/lib/moderation/useGlobalLabelStrings.ts:28 @@ -11595,14 +11712,14 @@ msgstr "Ensalutinta kiel @{0}" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:299 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:302 msgid "Since" -msgstr "" +msgstr "Ekde" #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Preterpasi" msgid "Skip contact sharing and continue to the app" msgstr "Preterpasi kontaktan konigon kaj daŭrigi al la apo" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Ĉu preterlasi malplenajn afiŝojn?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Preterpasi enkondukon kaj komenci uzi vian konton" @@ -11628,7 +11745,7 @@ msgstr "Preterpasi enkondukon kaj komenci uzi vian konton" msgid "Skip to next step" msgstr "Preterpasi al sekva paŝo" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "lumbilda" @@ -11644,19 +11761,24 @@ msgstr "Dormetas la sciigon" msgid "So many thoughts, you should post one" msgstr "Tiom da pensoj, ke vi devas afiŝi iu el ili" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Socia komunikilo regata de vi." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Programado" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Iuj kontrol-servoj en via listo ne plu disponeblas." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Iuj de viaj konfirmoj estas nevalidaj." @@ -11664,7 +11786,7 @@ msgstr "Iuj de viaj konfirmoj estas nevalidaj." msgid "Some other feeds you might like" msgstr "Kelkaj aliaj fluoj, kiuj eble plaĉos al vi" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Kelkaj homoj povas respondi" @@ -11696,7 +11818,7 @@ msgstr "Iu reagis per {0} al {target}" #: src/components/dms/MessageItem.tsx:828 msgid "Someone replied" -msgstr "" +msgstr "Iu respondis" #: src/components/dms/getSystemMessageInfo.ts:61 msgid "Someone was added" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Io misfunkciis" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Io misokazis, bonvolu reprovi" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Io misfunkciis. Bonvolu reprovi post momento." msgid "Something went wrong. Please try again." msgstr "Io misfunkciis. Bonvolu reprovi." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Ĉu io misfunkciis? Sciigu nin." @@ -11759,8 +11881,8 @@ msgstr "Ĉu io misfunkciis? Sciigu nin." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Pordonu, ni ne eblis ŝargi kontajn proponojn nune." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Pardonu! Via seanco eksvalidiĝis. Bonvolu ensaluti denove." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Trudmesaĝoj aŭ alia neaŭtentika konduto aŭ trompo" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sporto" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Komencu konversacion, kaj ĝi aperos ĉi tie." @@ -11826,14 +11953,14 @@ msgstr "Komenci babilejon" msgid "Start chat with {displayName}" msgstr "Komenci babili kun {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Startpako" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Startpako de {0}" @@ -11841,20 +11968,20 @@ msgstr "Startpako de {0}" msgid "Starter pack by <0/>" msgstr "Startpako de <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Startpako de vi" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Startpako nevalidas" #: src/screens/Search/SearchResults.tsx:120 msgid "Starter packs" -msgstr "" +msgstr "Startpakoj" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Startpakoj" @@ -11893,7 +12020,7 @@ msgstr "Konservejo vakigita, nun relanĉu la apon." msgid "Stored as part of a secure code for matching with others" msgstr "Konservita kiel parto de sekura kodo por kongrui kun aliaj" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Historio de agoj" @@ -11926,15 +12053,15 @@ msgstr "Sendi apelacion" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:139 msgid "Submit feedback" -msgstr "" +msgstr "Sendi prikomentadon" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Sendi raporton" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Aboni al @{0} por uzi tiujn etikedojn:" msgid "Subscribe to account activity" msgstr "Aboni al agado de la konto" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Aboni al etikedilo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Aboni al ĉi tiu etikedilo" @@ -11975,7 +12102,7 @@ msgstr "Aboni al ĉi tiu etikedilo" msgid "Subscribe to this list" msgstr "Aboni al ĉi tiu listo" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Sukceso" @@ -11998,7 +12125,7 @@ msgstr "Sukcese konfirmita" msgid "Suggested" msgstr "Proponita" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Proponitaj kontoj" @@ -12015,7 +12142,7 @@ msgstr "Maldeca" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Sunlight" -msgstr "" +msgstr "Sunbrilo" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Sunsubiro" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Nur kradvortoj" msgid "Take the conversation private." msgstr "Igi la konversacion privata." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tuŝetu sube por permesi al Bluesky aliri vian GPS-pozicion. Ni tiam uzos tiujn datumojn por pli precize determini la enhavon kaj funkciojn disponeblajn en via regiono." @@ -12103,8 +12230,8 @@ msgstr "Tuŝetu por informoj" msgid "Tap for more information" msgstr "Tuŝetu por pliaj informoj" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Tuŝeti ĉi tie por aktualigi vian lokon per GPS." @@ -12206,7 +12333,7 @@ msgstr "Kondiĉoj" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12231,13 +12358,13 @@ msgstr "Dankon pro via prikomentado! Ĝi estis sendita al la operatoro de la flu #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:77 msgid "Thanks for your feedback!" -msgstr "" +msgstr "Dankon pro via prikomentado!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Dankon, vi sukcese konfirmis vian retpoŝtadreson. Vi povas fermi ĉi tiun dialogujon." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Dankon! Ĉio agordita." @@ -12246,16 +12373,16 @@ msgstr "Dankon! Ĉio agordita." msgid "That contains the following:" msgstr "Tio enhavas la jenan:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Tiu startpako ne troveblas." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Tiu uzantnomo jam estas uzata" @@ -12263,13 +12390,13 @@ msgstr "Tiu uzantnomo jam estas uzata" msgid "That's all, folks!" msgstr "Jen ĉio, uloj!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Tio estas ĉio!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Post malbloki, la konto povos interagi kun vi." @@ -12287,7 +12414,7 @@ msgstr "La aŭtoro de ĉi tiu fadeno kaŝis tiun respondon." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "La naskiĝdato kiun vi entajpis signifas, ke vi aĝas malpli ol 18 jarojn. Certa enhavo kaj funkcioj eble estos nedisponeblaj al vi." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "La reta aplikaĵo de Bluesky" @@ -12317,7 +12444,7 @@ msgstr "La fluo estis anstataŭigita per Discover." #: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to this post." -msgstr "" +msgstr "La jenaj etikedoj estis aplikitaj al ĉi tiu afiŝo." #: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." @@ -12352,41 +12479,41 @@ msgstr "La afiŝo al kiu vi respondas estis markita kiel tajpita en {suggestedLa msgid "The Privacy Policy has been moved to <0/>" msgstr "La regularo pri privateco translokiĝis al <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." -msgstr "" +msgstr "La elektita videaĵo estas tro granda. Bonvolu reprovi kun pli malgranda dosiero." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." -msgstr "" +msgstr "La elektita videaĵo ne povis esti kodita." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." -msgstr "" +msgstr "La elektita videaĵo ne povis esti traktita." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." -msgstr "" +msgstr "La elektita videaĵo havas nesubtenatan proporcion." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "La elektita videaĵo estas pli granda ol {VIDEO_MAX_SIZE_MB} MB. Bonvolu reprovi kun pli malgranda dosiero." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." -msgstr "" +msgstr "La elektita videaĵo estas tro longa." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." -msgstr "" +msgstr "La elektita videaĵo uzas nesubtenatan formon." #: src/lib/hooks/useCleanError.ts:41 #: src/lib/strings/errors.ts:53 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "La servilo ŝajnas havi problemon. Bonvolu reprovi post kelkaj momentoj." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "La startpako, kiun vi provas vidi, estas nevalida. Vi povas forigi ĝin." @@ -12402,7 +12529,7 @@ msgstr "La formularo de subteno estis movita. Se vi bezonas helpon, bonvolu <0/> msgid "The Terms of Service have been moved to" msgstr "La Uzkondiĉoj translokiĝis al" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "La konfirmkodo kiun vi entajpis estas nevalida. Bonvolu certiĝi, ke vi uzis la ĝustan konfirman ligilon aŭ petu la novan." @@ -12412,9 +12539,9 @@ msgstr "La konfirmkodo kiun vi entajpis estas nevalida. Bonvolu certiĝi, ke vi msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "La kontrola provizanto ne povis sendi kodon al via telefonnumero. Bonvolu kontroli vian telefonnumeron kaj reprovi." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." -msgstr "" +msgstr "La elektita videaĵo ne povis esti alŝutita al via gastiga provizanto. Bonvolu reprovi." #: src/screens/Settings/AppearanceSettings.tsx:137 msgid "Theme" @@ -12428,7 +12555,7 @@ msgstr "Ekzistas limigo pri kiom ofte vi povas ŝanĝi vian naskiĝdaton. Eble v msgid "There is no invite link for this group chat." msgstr "Estas neniu invitligilo por ĉi tiu grupa babilejo." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Ne estas templimo por konta malaktivigo, revenu iam ajn." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Estis problemo kun via interreta konekto, bonvolu reprovi denove" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Estis problemo konektante servilon" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Estis problemo konektante servilon, bonvolu kontroli vian interretan konekton kaj reprovu." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Estis problemo ŝargante sciigojn. Tuŝetu ĉi tie por reprovi." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Estis problemo ŝargante afiŝojn. Tuŝeti ĉi tie por reprovi." @@ -12495,25 +12622,25 @@ msgstr "Estis problemo ĝisdatigante viajn fluojn, bonvolu kontroli vian interre #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Estis problemo! {0}" @@ -12521,10 +12648,10 @@ msgstr "Estis problemo! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,23 +12664,23 @@ msgstr "Okazis problemo. Bonvolu kontroli vian interretan konekton kaj reprovi." msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Okazis neatendita problemo en la aplikaĵo. Bonvolu sciigi nin se tio okazis al vi!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Estas impeto de novaj uzantoj ĉe Bluesky! Ni aktivigos vian konton kiel eble plej rapide." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Ĉi tiuj estas viaj defaŭltaj agordoj" #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 msgid "These domains" -msgstr "" +msgstr "Ĉi tiuj domajnoj" #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 msgid "These hashtags" -msgstr "" +msgstr "Ĉi tiuj kradvortoj" #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." @@ -12562,7 +12689,7 @@ msgstr "Ĉi tiuj agordoj nur aplikas al la Following-fluo." #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 msgid "These URLs" -msgstr "" +msgstr "Ĉi tiuj URL-oj" #: src/components/moderation/BlockDialog.tsx:354 msgid "They own this chat" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Ĉi tiu {screenDescription} estas markita per flago:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Ĉi tiu konto havas kontrolmarkon, ĉar ĝi estis konfirmita de fidataj fontoj." @@ -12584,7 +12711,7 @@ msgstr "Ĉi tiu konto havas kontrolmarkon, ĉar ĝi estis konfirmita de fidataj msgid "This account has been marked as automated by its owner." msgstr "La posedanto de la konto markis ĝin kiel \"aŭtomatigita\"." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Ĉi tiu konto havas unu aŭ pli provitajn konfirmojn, sed ĝi ne estas nune konfirmita." @@ -12618,7 +12745,7 @@ msgstr "Ĉi tiu apelacio estos sendota al la kontrolservo de Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "La posedanto de ĉi tiu konto elektis fari siajn afiŝojn videblaj nur al ensalutintoj." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Ĉi tiu butono permesas al aliaj malfermi la apon Germ DM por sendi al vi mesaĝon. Vi povas administri ĝian videblecon per la apo Germ DM, aŭ vi povas tute malligi vian Bluesky-konton disde Germ DM klakante la malsupran butonon." @@ -12639,7 +12766,7 @@ msgstr "Ĉi tiu babilejo estas ŝlosita" #: src/screens/Messages/components/ChatLocked.tsx:49 #: src/screens/Messages/ConversationSettings/index.tsx:430 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "Kontrolistoj ŝlosis ĉi tiun babilejon" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -12649,7 +12776,7 @@ msgstr "Ĉi tiu babilo malkonektiĝis" msgid "This code is invalid. Resend to get a new code." msgstr "Ĉi tiu kodo nevalidas. Resendu por ricevi novan kodon." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Tiu konfirmkodo ne estas valida. Bonvolu reprovi." @@ -12683,7 +12810,7 @@ msgstr "Ĉi tiu konversacio estas ŝlosita." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Ĉi tiu konversacio estas kun forigita aŭ malaktivigita konto. Premu por opcioj" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Ĉi tiu malneto estos porĉiame forigota." @@ -12694,13 +12821,13 @@ msgstr "Ĉi tiu retpoŝtadreso jam estas ligita al via konto." #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:283 msgid "This exact phrase" -msgstr "" +msgstr "Ĉi tiu ekzakta frazo" #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Ĉi tiu funkcio permesas al uzantoj ricevi sciigojn pri viaj novaj afiŝoj kaj respondoj. Por kiu vi volas ŝalti ĝin?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Ĉi tiu funkcio estas en beta. Vi povas legi pli pri deponejaj eksportoj en <0>ĉi tiu blogafiŝo." @@ -12740,7 +12867,7 @@ msgstr "Tiu identigilo estas rezervita. Bonvolu provi alian." #: src/screens/Onboarding/StepProfile/index.tsx:141 msgid "This image could not be used. Try a different format like .jpg or .png." -msgstr "" +msgstr "Ĉi tiu bildo ne povis esti uzita. Provu alian formon kiel .jpg aŭ .png." #: src/components/dialogs/BirthDateSettings.tsx:62 msgid "This information is private and not shared with other users." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "Ĉi tio ne estas valida ligilo" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Ĉi tiu etikedo informas onin, ke ĉi tiu konto estas aŭtomatigita. Kiam ĝi estas ŝaltita, la etikedo aperas apud la nomo de la konto, en kaj profilo kaj afiŝoj. Ĝi povas esti ŝaltita aŭ malŝaltita iam ajn." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Ĉi tiu ligilo kondukas vin al la jena retejo:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Nomo aŭ priskribo de ĉi tiu listo – kreita de <0>{0} – enhavas eble malobservojn de komunumaj gvidnormoj de Bluesky." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Nomo aŭ priskribo de ĉi tiu listo – kreita de vi – enhavas eble malobservojn de komunumaj gvidnormoj de Bluesky." @@ -12829,11 +12956,11 @@ msgstr "Ĉi tiu persono blokas vin" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Ĉi tiu afiŝo asertas, ke ĝi estis kreita je <0>{0}, sed ĝi estis unue vidita ĉe Bluesky je <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Ĉi tiu afiŝo havas nekonatan tipon de fadenado. Via apo eble estas malaktuala." @@ -12845,19 +12972,19 @@ msgstr "Ĉi tiu afiŝo videblas nur al ensalutintaj uzantoj." msgid "This post was deleted by its author" msgstr "Ĉi tiu afiŝo estis forigita de ĝia aŭtoro" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ĉi tiu afiŝo estos kaŝota el fluoj kaj fadenoj. Tio ne povas esti malfarita." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "La aŭtoro de ĉi tiu afiŝo malŝaltis citafiŝojn." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Ĉi tiu profilo estas videbla nur al ensalutintaj uzantoj. Ĝi ne estos videbla al ne ensalutintaj homoj." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Ĉi tiu respondo estos ordigota en kaŝitan sekcion ĉe la subo de via fadeno kaj silentigos sciigojn pri sekvontaj respondoj - ambaŭ por vi kaj aliuloj." @@ -12870,7 +12997,7 @@ msgstr "Ĉi tiu ekrano disponeblas nur por grupaj konversacioj." msgid "This service has not provided terms of service or a privacy policy." msgstr "Ĉi tiu servo ne havigis uzokondiĉojn aŭ regularon pri privateco." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Ĉi tiu uzanto novas ĉi tie. Premu por pliaj informoj pri kiam tiu ali msgid "This user isn't following anyone." msgstr "Ĉi tiu uzanto sekvas neniun." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Ĉi tiu videaĵo neludeblas per via aparato. Nepraj videokodekoj (H.264/AAC) eble mankas en via retumilo aŭ operaciumo." @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Ĉi tio forigos @{0} el la listo de rapidatingo." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Ĉi tio forigos vian afiŝon el ĉi tiu citafiŝo por ĉiuj uzantoj kaj anstataŭigos ĝin per lokokupilo." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Fadenaj preferoj" msgid "Threaded" msgstr "Fadene" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Agordoj pri fadenoj" @@ -13002,7 +13124,7 @@ msgstr "Titolo" msgid "Title (100 characters max)" msgstr "Titolo (100 signoj maksimume)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Por malŝalti la retpoŝtan 2FA-metodon, bonvolu konfirmi vian atingon al la retpoŝtadreso." @@ -13012,7 +13134,7 @@ msgstr "Por malŝalti la retpoŝtan 2FA-metodon, bonvolu konfirmi vian atingon a msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Por malŝalti vian retpoŝtan 2FA-metodon, bonvolu konfirmi vian atingon al <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Por elsaluti <0>klaku ĉi tie. Aŭ, se vi preferas, vi povas <1>forigi vian konton." @@ -13020,11 +13142,11 @@ msgstr "Por elsaluti <0>klaku ĉi tie. Aŭ, se vi preferas, vi povas <1>fori msgid "Today" msgstr "Hodiaŭ" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Baskuligi por ebligi aŭ malebligi poradoltan enhavon" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Baskulas la sonon" @@ -13053,7 +13175,7 @@ msgstr "Plej popularaj" msgid "Top replies first" msgstr "La plej popularaj respondoj unue" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Temo" @@ -13061,8 +13183,8 @@ msgstr "Temo" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traduki" @@ -13074,12 +13196,12 @@ msgstr "Tradukita" msgid "Translating" msgstr "Tradukado" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Tradukado…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Tradukado al la sama lingvo estas nedisponebla sur via aparato." @@ -13088,9 +13210,9 @@ msgstr "Tradukado al la sama lingvo estas nedisponebla sur via aparato." msgid "Tree view" msgstr "Arbovido" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Furoraĵoj" @@ -13099,31 +13221,39 @@ msgstr "Furoraĵoj" msgid "Trending GIFs" msgstr "Furoraj GIF-oj" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Opcioj pri furoraĵoj" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Furoraj temoj" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Furoraj temoj baziĝas sur tio pri kio homoj parolas en la reto. Titoloj kaj priskriboj de temoj estas generitaj per AI." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" -msgstr "" +msgstr "Furoraj videaĵoj" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:104 msgid "Trolling" msgstr "Trolado" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Fido aperas per interrilatoj, komunumoj kaj komunaj kuntekstoj, do ni ankaŭ estigis <0>fidataj konfirmantoj: organizoj kiuj povas rekte fari konfirmadon." #: src/screens/Search/SearchResults.tsx:260 msgid "Try a different search term or remove some filters." -msgstr "" +msgstr "Provu alian serĉvorton aŭ forigi kelkajn filtrilojn." #: src/screens/Search/SearchResults.tsx:262 msgid "Try a different search term." -msgstr "" +msgstr "Provu alian serĉvorton." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -13155,7 +13285,7 @@ msgstr "TV" #: src/features/inviteFriends/components/ThemePicker.tsx:32 msgid "Twilight" -msgstr "" +msgstr "Krepusko" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:72 msgid "Two-factor authentication (2FA)" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Ne eblas konektiĝi. Bonvolu kontroli vian retkonekton kaj reprovi." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Ne eblis konekti al via servo. Bonvolu kontroli vian retkonekton kaj reprovi." @@ -13187,7 +13317,7 @@ msgstr "Ne eblis konekti al via servo. Bonvolu kontroli vian retkonekton kaj rep msgid "Unable to contact your service. Please check your Internet connection." msgstr "Ne eblas kontakti vian servon. Bonvolu kontroli vian interretan konekton." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Ne eblas forigi" @@ -13205,6 +13335,10 @@ msgstr "Ne eblas trovi elektitan ricevonton." msgid "Unable to find the selected recipient." msgstr "Ne eblas trovi la elektitan ricevonton." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Ne eblas trovi identigilon" @@ -13233,14 +13367,14 @@ msgstr "Nedisponeblaj informoj pri fluo" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Malbloki" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Malbloki" @@ -13251,8 +13385,8 @@ msgstr "Malbloki {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Malbloki konton" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Ĉu malbloki la konton?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Ĉu malbloki konton?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Malbloki liston" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Malfari" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Malfari" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Malfari reafiŝon ({0, plural, one {# reafiŝo} other {# reafiŝoj}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Ne sekvi {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Ne sekvi konton" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Ĉesas sekvi la uzanton" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Bedaŭrinde, neniu el viaj abonitaj etikediloj subtenas ĉi tiun tipon de raporto." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." -msgstr "" +msgstr "Bedaŭrinde, la naskiĝdato en via profilo igas vin tro juna por aliri Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." -msgstr "" +msgstr "Bedaŭrinde, via deklarita aĝo indikas, ke vi ne estas sufiĉe aĝa por aliri Bluesky en via regiono." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Nekonata konfirmanto" @@ -13333,13 +13490,13 @@ msgstr "Neetikedita poradolta enhavo" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Neetikedita, perforta aŭ ne-interkonsentita poradolta enhavo" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Ne plu ŝati" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Ne plu ŝati ({0, plural, one {# ŝato} other {# ŝatoj}})" @@ -13351,12 +13508,12 @@ msgstr "Malŝlosi babilejon" msgid "Unlock this group chat" msgstr "Malbloki ĉi tiun grupan babilejon" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Malsilentigi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Malsilentigi" msgid "Unmute {0}" msgstr "Malsilentigi {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Malsilentigi konton" @@ -13379,8 +13536,8 @@ msgstr "Malsilentigi konton" msgid "Unmute conversation" msgstr "Malsilentigi konversacion" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Malsilentigi liston" @@ -13388,8 +13545,8 @@ msgstr "Malsilentigi liston" msgid "Unmute this group chat" msgstr "Malsilentigi ĉi tiun grupan babilejon" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Malsilentigi fadenon" @@ -13397,14 +13554,14 @@ msgstr "Malsilentigi fadenon" msgid "Unmute video" msgstr "Malsilentigi videaĵon" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Depingli" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Depingli fluon" @@ -13414,13 +13571,13 @@ msgstr "Depingli fluon" msgid "Unpin from home" msgstr "Depingli de la hejmpaĝo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Depingli de la profilo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Depingli kontrol-liston" @@ -13429,29 +13586,34 @@ msgstr "Depingli kontrol-liston" msgid "Unpinned {0} from Home" msgstr "{0} depinglita de Hejmo" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Depinglita de viaj fadenoj" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Listo depinglita" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Maldormeti retmesaĝan sciigon" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Malaboni" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Malaboni de listo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Malaboni de ĉi tiu etikedilo" @@ -13463,14 +13625,14 @@ msgstr "Malabonita de listo" msgid "Unsupported clipboard content" msgstr "Nesubtenata tonduja enhavo" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Nesubtenata videaĵa tipo: {mimeType}" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:323 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:326 msgid "Until" -msgstr "" +msgstr "Ĝis" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" @@ -13484,7 +13646,7 @@ msgstr "Ĝisdatigi" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Aktualigi {0} en listoj" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -13495,7 +13657,7 @@ msgstr "Ĝisdatigi retpoŝtadreson" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Aktualigi en listoj" #: src/screens/Messages/components/InviteLinkDialog.tsx:236 #: src/screens/Messages/components/InviteLinkDialog.tsx:272 @@ -13512,10 +13674,10 @@ msgstr "Ŝanĝi al {domain}" msgid "Update your email" msgstr "Ĝisdatigi vian retpoŝtadreson" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Aktualigi vian lokon" @@ -13539,24 +13701,24 @@ msgstr "Alŝuti tekstodosieron al:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Alŝuti el la kamerao" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Alŝuti el la dosieroj" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Alŝuti el la biblioteko" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Alŝutado de GIF..." @@ -13570,7 +13732,7 @@ msgstr "Alŝutado de bildoj..." msgid "Uploading link thumbnail..." msgstr "Alŝutado de ligila miniaturo..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Alŝutado de videaĵo..." @@ -13659,43 +13821,43 @@ msgstr "Listo de uzantoj de {0}" msgid "User list by you" msgstr "Listo de uzantoj de vi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Listo de uzantoj kreita" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Listo de uzantoj ĝisdatigita" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Uzantnomo ne povas esti pli longa ol {MAX_SERVICE_HANDLE_LENGTH, plural, other {# signoj}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Uzantnomo ne povas komenci aŭ fini per dividstreko" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Uzantnomo devas enhavi nur literojn (a-z), numerojn kaj dividstrekojn" #: src/screens/Login/LoginForm.tsx:306 msgid "Username or email" -msgstr "" +msgstr "Uzantnomo aŭ retpoŝtadreso" #: src/screens/Login/LoginForm.tsx:316 msgid "Username or email address" msgstr "Uzantnomo aŭ retpoŝtadreso" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "uzantoj sekvataj de <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "uzantoj sekvantaj <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Valoro:" msgid "Verification failed, please try again." msgstr "Konfirmado malsukcesis, bonvolu reprovi." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Konfirmadaj agordoj" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Konfirmadaj agordoj" @@ -13720,14 +13882,14 @@ msgstr "Konfirmadaj agordoj" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Konfirmado ĉe Bluesky funkcias alie ol ĉe aliaj platformoj. <0>Eksciu pli ĉi tie." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Konfirmita de:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Konfirmi konton" @@ -13764,7 +13926,7 @@ msgstr "Konfirmi nun" #: src/ageAssurance/components/DeviceSignalsNotice.tsx:34 #: src/ageAssurance/components/DeviceSignalsNotice.tsx:52 msgid "Verify now using KWS" -msgstr "" +msgstr "Konfirmu nun per KWS" #: src/components/contacts/screens/PhoneInput.tsx:175 #: src/components/contacts/screens/VerifyNumber.tsx:220 @@ -13790,12 +13952,12 @@ msgstr "Konfirmi vian aĝon" msgid "Verify your email" msgstr "Konfirmi vian retpoŝtadreson" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Konfirmado" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Konfirmado de via stato de garantio pri aĝo" @@ -13813,18 +13975,18 @@ msgstr "Versio {0}" #. When the source of a follow is a starter pack, i.e., 'via starter pack {starterPackName}'. #: src/view/com/notifications/NotificationFeedItem.tsx:738 msgid "via starter pack <0/><1>{starterPackName}" -msgstr "" +msgstr "per startpako <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Videaĵo" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Pritraktado de videaĵo fiaskis" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Videaĵo-fluo" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Videaĵo de {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Videaĵo de {0}. Tuŝetu por ludi aŭ paŭzigi la videaĵon" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videoludoj" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Videaĵo estas paŭzigita" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Videaĵo estas ludata" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Videaĵo netrovita." @@ -13859,12 +14021,12 @@ msgstr "Videaĵo netrovita." msgid "Video settings" msgstr "Agordoj pri videaĵoj" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Videaĵo alŝutita" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Videaĵo: {0}" @@ -13872,19 +14034,13 @@ msgstr "Videaĵo: {0}" msgid "Videos" msgstr "Videaĵoj" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." -msgstr "" +msgstr "Videoj devas longi 10 minutojn aŭ malpli." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Videaĵoj devas esti malpli ol 3 minute longaj." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vidi" @@ -13903,9 +14059,9 @@ msgstr "Vidi la profilbildon de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Vidi la profilon de {0}" @@ -13924,11 +14080,11 @@ msgstr "Vidi profilon de {displayName}" msgid "View {publicationTitle}" msgstr "Vidi {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Vidi la profilon de blokita uzanto" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Vidi blogafiŝon por pli da detaloj" @@ -13936,8 +14092,8 @@ msgstr "Vidi blogafiŝon por pli da detaloj" msgid "View debug entry" msgstr "Vidi protokolan eron" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Vidi detalojn" @@ -13948,7 +14104,7 @@ msgstr "Vidi tutan fadenon" #: src/screens/Settings/Settings.tsx:467 msgid "View GrowthBook information" -msgstr "" +msgstr "Vidi informojn de GrowthBook" #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:48 msgid "View incoming group chat requests" @@ -13977,13 +14133,13 @@ msgstr "Vidi pli" msgid "View more trending videos" msgstr "Vidi pli da furoraj videaĵoj" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Vidi afiŝon" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Vidi la etikedadan servon provizitan de @{0}" msgid "View this user's verifications" msgstr "Vidi konfirmojn de ĉi tiu uzanto" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Vidi uzantojn, kiuj ŝatis ĉi tiun fluon" @@ -14026,11 +14182,11 @@ msgstr "Vidi uzantojn, kiuj ŝatis ĉi tiun fluon" msgid "View video" msgstr "Vidi videaĵon" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Vidi viajn blokitajn kontojn" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Vidi viajn defaŭltajn interagajn agordojn de afiŝoj" @@ -14039,11 +14195,15 @@ msgstr "Vidi viajn defaŭltajn interagajn agordojn de afiŝoj" msgid "View your feeds and explore more" msgstr "Vidi viajn fluojn kaj esplori pli" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Vidi vian kontroladan ricevujon" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Montru viajn kontrol-listojn" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Vidi viajn silentigitajn kontojn" @@ -14060,6 +14220,10 @@ msgstr "Montras la tutan bildon" msgid "Views video in immersive mode" msgstr "Montras videaĵon plenekrane" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Violento" @@ -14136,6 +14300,10 @@ msgstr "Ni ne povis ŝargi la aliĝpetojn de ĉi tiu konversacio" msgid "We couldn’t load this conversation’s settings" msgstr "Ni ne povis ŝargi agordojn de ĉi tiu konversacio" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "Ni forigas haketojn post kiam kontaktoj estas trovitaj" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Ni ne konservas telefonnumerojn de viaj amikoj kaj sendas neniujn mesaĝojn" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Ni taksas, ke via konto pretos post {estimatedTime}." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Ni sendis plian konfirman retmesaĝon al <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Ni rekomendas al vi elekti almenaŭ du interesojn." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Ni sendis retmesaĝon al <0>{0} enhavatan ligilon. Bonvolu alklaki ĝin por plenumi la procezon de retpoŝtadresa konfirmado." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Ni ne povis determini ĉu vi rajtas alŝuti videaĵojn. Bonvolu provi denove." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Ni ne povis ŝargi viajn preferojn pri naskiĝdato. Bonvolu provi denove." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Ni ne eblis ŝargi viajn konfiguritajn etikedilojn nuntempe." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Ni ne eblis ricevi la konfirmadon pro konekta problemo. Eble ĝi alvenos poste. Se jes, via konto ĝisdatigos aŭtomate." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Ni informos vin kiam via konto estos preta." @@ -14236,7 +14404,7 @@ msgstr "Ni ankaŭ aktualigas niajn <0>Komunumaj gvidnormoj kaj ni volas vian msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Ni ankaŭ aktualigas niajn Komunumaj gvidnormoj kaj ni volas vian opinion! Tiuj novaj gvidnormoj efektiviĝos je la 15-a de Oktobro, 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Ni konfirmas vian statuson de garantio pri aĝo kun niaj serviloj. Tio daŭru nur kelkajn sekundojn." @@ -14255,7 +14423,7 @@ msgstr "Ni havas retajn problemojn, provu denove" msgid "We’re having network issues, try again" msgstr "Ni havas retajn problemojn, provu denove" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Ni prezentas novan tavolon de konfirmado ĉe Bluesky — facile videbla kontrolmarko." @@ -14267,7 +14435,7 @@ msgstr "Ni estas tre ekscitita, ke vi aliĝis al ni!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Bedaŭrinde, sed laŭ la loko de via aparato vi nune estas poziciita en regiono, kiu devigas aĝan garantion." @@ -14284,7 +14452,7 @@ msgstr "Ni bedaŭras, sed ni ne povis ŝargi viajn silentigitajn vortojn nuntemp #: src/screens/Search/SearchResults.tsx:580 #: src/screens/Search/SearchResults.tsx:798 msgid "We’re sorry, but your search could not be completed." -msgstr "" +msgstr "Pardonu, sed via serĉo ne povis esti farita." #: src/screens/Search/SearchResults.tsx:438 #: src/screens/Search/SearchResults.tsx:579 @@ -14296,7 +14464,7 @@ msgstr "Bedaŭrinde, via serĉo ne povis esti plenumita. Bonvolu reprovi post ke msgid "We're sorry, you cannot access this screen at this time." msgstr "Bedaŭrinde, vi ne povas aliri ĉi tiun ekranon nuntempe." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ni bedaŭras! La afiŝo al kiu vi respondas estis forigita." @@ -14325,12 +14493,12 @@ msgstr "Ni aktualigas niajn Uzokondiĉojn, Regularon pri privateco kaj Regularon msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Ni aktualigas niajn Uzokondiĉojn, Regularon pri privateco kaj Regularon pri kopirajtoj efektiviĝantajn je la 15-a de Septembro, 2025. Ni ankaŭ aktualigas niajn Komunumaj gvidnormoj kaj ni volas vian opinion! Tiuj novaj gvidnormoj efektiviĝos je la 15-a de Oktobro, 2025. Eksciu pli pri tiuj ŝanĝoj kaj kiel konigi viajn opiniojn kun ni legante nian blogafiŝon." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Ni konfirmis vian staton de garantio pri aĝo. Nun vi povas fermi ĉi tiun dialogujon." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Rebonvenon!" @@ -14349,19 +14517,19 @@ msgstr "Kiel vi volas nomi vian startpakon?" #. Advanced search: Example of an “exact phrase” search #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:285 msgid "what’s up" -msgstr "" +msgstr "kio okazas" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Kio okazas?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Kiam vi tuŝetos markon, vi vidos kiuj organizoj donis konfirmon." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Kiu povas interagi kun ĉi tiu afiŝo?" @@ -14369,12 +14537,12 @@ msgstr "Kiu povas interagi kun ĉi tiu afiŝo?" msgid "Who can join this group chat and how" msgstr "Kiu povas aliĝi al ĉi tiu grupa babilejo kaj kiel" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Kiu povas respondi" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Kiu povas konfirmi?" @@ -14434,11 +14602,11 @@ msgstr "Ĉu vi volas bloki ĉi tiun uzanton kaj/aŭ forigi ĉi tiun konversacion msgid "Would you like to block this user and/or leave this conversation?" msgstr "Ĉu vi volas bloki ĉi tiun uzanton kaj/aŭ foriri el ĉi tiu konversacio?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Ĉu vi volas konservi ĉi tion kiel malneto antaŭ ol vidi viajn malnetojn?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Ĉu vi volas konservi ĉi tion kiel malneto por redakti ĝin poste?" @@ -14447,12 +14615,12 @@ msgstr "Ĉu vi volas konservi ĉi tion kiel malneto por redakti ĝin poste?" msgid "Write a post" msgstr "Tajpu afiŝon" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Tajpu afiŝon" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Tajpu vian respondon" @@ -14475,19 +14643,19 @@ msgstr "Neĝusta speco de konversacio" msgid "www.mylivestream.tv" msgstr "www.miatujelsendo.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" -msgstr "" +msgstr "Jes" #. Accessibility label for the icon-only pill that filters the GIF picker to affirmation/agreement GIFs. #: src/features/gifPicker/components/GifCategoryPills.tsx:95 msgid "Yes GIFs" msgstr "Jesaj GIF-oj" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Jes, malaktivigi" @@ -14495,19 +14663,19 @@ msgstr "Jes, malaktivigi" msgid "Yes, delete my account" msgstr "Jes, forigu mian konton" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Jes, forigu ĉi tiun startpakon" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Jes, malligi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Jes, kaŝi" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Jes, reaktivigu mian konton" @@ -14519,9 +14687,9 @@ msgstr "Hieraŭ" msgid "You are a trusted verifier" msgstr "Vi estas fidata konfirmanto" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." -msgstr "" +msgstr "Vi aliras Bluesky el regiono, kiu laŭleĝe postulas, ke ni kontrolu vian aĝon antaŭ ol vi rajtos aliri la apon." #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/dms/MessageItem.tsx:735 @@ -14544,12 +14712,12 @@ msgstr "Vi kreas konton ĉe" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Vi nune ne eblas aliri procezon de Garantio pri aĝo de Bluesky. Bonvolu <0>kontakti nian kontrolad-teamon se vi kredas, ke tio estas eraro." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Vi estas en vico." @@ -14558,11 +14726,11 @@ msgstr "Vi estas en vico." msgid "You are Live" msgstr "Vi tujelsendas" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Vi ne plu tujelsendas" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Vi ne rajtas alŝuti videaĵojn." @@ -14570,7 +14738,7 @@ msgstr "Vi ne rajtas alŝuti videaĵojn." msgid "You are not following anyone yet" msgstr "Vi ankoraŭ sekvas neniun" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Vi nun tujelsendas!" @@ -14599,9 +14767,9 @@ msgstr "Anstataŭe, vi povas <0>provizore malaktivigi vian konton. Viaj prof msgid "You can also discover new Custom Feeds to follow." msgstr "Vi ankaŭ povas malkovri novajn proprajn fluojn por sekvi." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." -msgstr "" +msgstr "Vi povas ankaŭ elŝuti viajn babilejajn datumojn kiel JSONL-dosieron. Ĉi tiu dosiero inkluzivas nur mesaĝojn, kiujn vi sendis, kaj ne inkluzivas la mesaĝojn, kiujn vi ricevis." #: src/components/contacts/screens/GetContacts.tsx:252 msgid "You can always opt out and delete your data" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Vi nun povas ensaluti per via nova pasvorto." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Vi povas aldoni ĝis po {MAX_GALLERY_IMAGES, plural, one {# bildon} other {# bildojn}} en afiŝo" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Vi povas konservi malnetojn maksimume nur 1000 signojn longajn." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Vi povas konservi malnetojn maksimume nur 1000 signojn longajn. Ĉu vi volas forĵeti ĉi tiun afiŝon antaŭ ol vidi viajn malnetojn?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Vi povas elekti nur unu GIF-on samtempe." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Vi povas elekti nur unu videaĵon samtempe." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Vi povas reaktivigi vian konton por daŭrigi ensaluton. Via profilo kaj afiŝoj videblos al aliaj uzantoj." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Vi povas legi babilejan historion sed ne povas sendi novajn mesaĝojn." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Vi povas elekti {MAX_GALLERY_IMAGES, plural, one {# bildon} other {# bildojn}} entute." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Vi povas ĝisdatigi ĉi tion poste en viaj agordoj." @@ -14690,7 +14855,7 @@ msgstr "Vi ne povas ĝisdatigi vian naskiĝdaton se vi uzas apan pasvorton. Bonv msgid "You don't follow any users who follow @{name}." msgstr "Vi sekvas neniun uzanton kiu sekvas @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Vi ankoraŭ havas neniun liston." @@ -14728,7 +14893,7 @@ msgstr "Vi tute malŝaltis sciigojn pri respondoj, citaĵoj kaj mencioj, do ĉi #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Vi entajpis nevalidan kodon. Ĝi aspektu tiel: XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Vi atingis la finon" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Vi sukcese konfirmis vian retpoŝtadreson. Vi povas fermi ĉi tiun dialogujon." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Vi dumtempe atingis la limon por videaĵaj alŝutoj. Bonvolu reprovi poste." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Vi havas nekonservitajn ŝanĝojn al ĉi tiu malneto, ĉu vi volas konservi ilin?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Vi havas nekonservitajn ŝanĝojn. Ĉu vi volas konservi ilin antaŭ ol vidi viajn malnetojn?" @@ -14858,7 +15023,7 @@ msgstr "Vi devas sekvi almenaŭ sep aliajn homojn por generi startpakon." msgid "You must grant access to your photo library to save a QR code" msgstr "Vi devas doni alirpermeson al via bildbiblioteko por konservi QR-kodon" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Vi devas permesi aliron al via aŭdvida biblioteko." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Vi posedas ĉi tiun babilejon" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Vi antaŭe malaktivigis @{0}." @@ -14911,11 +15076,21 @@ msgstr "Vi respondis al vi mem" msgid "You requested to join" msgstr "Vi sendis aliĝpeton" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Vi elsalutos el ĉiuj viaj kontoj." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14974,17 +15149,17 @@ msgstr "Vi estos ĝisdata kun ĉi tiuj fluoj" #: src/ageAssurance/useVerificationFlow.ts:133 msgid "You're all set!" -msgstr "" +msgstr "Ĉio pretas!" #: src/ageAssurance/useVerificationFlow.ts:127 msgid "You're all set! However, certain features may still be restricted until you're able to verify you're an adult." -msgstr "" +msgstr "Ĉio pretas! Tamen, certaj funkcioj eble ankoraŭ estos limigitaj ĝis vi povos konfirmi ke vi estas plenkreskulo." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "You’re in control" msgstr "Vi regas" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Vi estas en vico" @@ -15010,7 +15185,7 @@ msgstr "Vi malpermesis aliron al viaj kontaktoj" msgid "You've found some people to follow" msgstr "Vi trovis kelkajn homojn por sekvi" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Vi atingis la finon de la aktiva enhavo." @@ -15018,7 +15193,7 @@ msgstr "Vi atingis la finon de la aktiva enhavo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Vi atingis la finon de via fluo! Trovu pliajn kontojn por sekvi." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Vi atingis la maksimuman nombron da malnetoj" @@ -15028,31 +15203,32 @@ msgstr "Vi atingis la maksimuman nombron da permesitaj petoj. Bonvolu reprovi po #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:430 msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." -msgstr "" +msgstr "Vi atingis la maksimuman nombron de {MAX_FILTERS, plural, one {# filtrilo} other {# filtriloj}}. Aldoni pliajn valorojn al ekzistanta filtrilo anstataŭ krei novajn." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Vi atingis la komencon de la aktiva enhavo." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Vi atingis vian tagan limon por videaĵ-alŝutoj (tro da bajtoj)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Vi atingis vian tagan limon por videaĵ-alŝutoj (tro da videaĵoj)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Vi elĉerpis videaĵojn por spekti. Ĉu eble estas bona tempo fari paŭzon?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Via konto" #: src/components/moderation/ReportDialog/index.tsx:311 msgid "Your account cannot submit reports while it is suspended." -msgstr "" +msgstr "Via konto ne povas sendi raportojn dum ĝi estas suspendita." #: src/screens/Settings/components/DeleteAccountDialog.tsx:133 msgid "Your account has been deleted, see ya! ✌️" @@ -15062,7 +15238,19 @@ msgstr "Via konto estis forigita, ĝis! ✌️" msgid "Your account has been suspended" msgstr "Via konto estis suspendita" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Via konto ne estas sufiĉe malnova por alŝuti videaĵojn. Bonvolu reprovi poste." @@ -15074,7 +15262,7 @@ msgstr "Via konto estas tro nova" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Via konto devas esti almenaŭ 7 tagojn malnova por krei novan grupan babilejon." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Via konta deponejo enhavanta ĉiujn publikajn datum-rikordojn estas elŝutebla kiel \"CAR\"-dosiero. Tiu dosiero ne enhavas aŭdvidaĵajn enkorpigaĵojn kiel bildoj aŭ viaj privataj datumoj kiuj devas esti elŝutotaj aparte." @@ -15086,7 +15274,7 @@ msgstr "Via konto evidentiĝis esti kontraŭ la <0>Uzokondiĉoj de Bluesky Socia msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Via apelacio estas sendita. Se via apelacio sukcesos, vi ricevos retmesaĝon." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Via naskiĝdato" @@ -15115,7 +15303,7 @@ msgstr "Via kontakto {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Via nuna identigilo, <0>{0}, estos aŭtomate rezervita por vi. Vi povos denove ekuzi ĝin iam ajn de ĉi tiu konto." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Via deklarita aĝo estas pli juna ol 18. Kelkaj agordoj sube eble estas malebligitaj. Se tio estis eraro, vi povas ŝanĝi vian naskiĝdaton en viaj <0>kontaj agordoj." @@ -15128,7 +15316,7 @@ msgstr "Via retpoŝtadreso" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Via retpoŝtadreso ŝajnas esti nevalida." @@ -15140,7 +15328,7 @@ msgstr "Via retpoŝtadreso ankoraŭ ne estas konfirmita. Bonvolu konfirmi vian r msgid "Your first like!" msgstr "Via unua ŝato!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Viaj sekvantoj" @@ -15157,7 +15345,7 @@ msgstr "Via tuta identigilo estos <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Viaj interesoj estis ĝisdatigitaj!" msgid "Your interests help us find what you like!" msgstr "Viaj interesoj helpas nin ekscii, kion vi ŝatas!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Via loko estis ĝisdatigita." @@ -15198,15 +15386,20 @@ msgstr "Via nomo, via profilbildo, la nomo de la grupa babilejo kaj la nombro de msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Via pasvorto estis sukcese ŝanĝita! Bonvolu ekuzi vian novan pasvorton kiam vi ensalutados al Bluesky." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Via pasvorto bezonas almenaŭ 8 signojn." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Via afiŝo estis sendita" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Viaj afiŝoj estis senditaj" @@ -15214,7 +15407,7 @@ msgstr "Viaj afiŝoj estis senditaj" msgid "Your preferred language" msgstr "Via preferata lingvo" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Via profilbildo" @@ -15223,30 +15416,34 @@ msgstr "Via profilbildo" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Via profilbildo ĉirkaŭita per samcentraj cirkloj de profilbildoj de aliaj uzantoj" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Via profilo, afiŝoj, fluoj kaj listoj ne plu videblos por aliaj uzantoj de Bluesky. Vi povas reaktivigi vian konton iam ajn per ensaluto." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Via respondo estis sendita" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Via raporto estos sendota al <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Viaj elektitaj interesoj helpas nin havigi al vi enhavon, kiu gravas al vi." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Via fadeno havas malplenajn afiŝojn, kiuj estos preterlasitaj. La restantaj afiŝoj estos publikigitaj kiel fadeno." #: src/screens/Login/components/ConfirmHostingProviderDialog.tsx:80 msgid "Your username and password will be shared with <0>{host}. If you don’t recognize this provider, double-check your username." -msgstr "" +msgstr "Via uzantnomo kaj pasvorto estos kunigita kun <0>{host}. Se vi ne rekonas tiun provizanton, rekontrolu vian uzantnomon." #: src/components/verification/VerificationsDialog.tsx:67 msgid "Your verifications" diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 94a2fe71d3..632431a70e 100644 --- a/src/locale/locales/es/messages.po +++ b/src/locale/locales/es/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: es\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,10 +23,14 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoría \"{interestsDisplayName}\" (activa)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" -msgstr "" +msgstr "(mensaje bloqueado oculto)" #. A reply summary in chat #: src/components/dms/getMessageInfo.ts:118 @@ -41,22 +45,22 @@ msgstr "(contiene contenido incrustado)" #. A reply summary in chat #: src/components/dms/MessageItem.tsx:933 msgid "(deleted message)" -msgstr "" +msgstr "(mensaje eliminado)" #. A reply summary in chat #: src/components/dms/replyPreview.ts:68 msgid "(disabled chat invite link)" -msgstr "" +msgstr "(enlace de invitación al chat deshabilitado)" #. A reply summary in chat #: src/components/dms/replyPreview.ts:82 msgid "(invalid chat invite link)" -msgstr "" +msgstr "(enlace de invitación al chat no válido)" #. A reply summary in chat #: src/components/dms/MessageItem.tsx:927 msgid "(message sent before you joined)" -msgstr "" +msgstr "(mensaje enviado antes de que te unieras)" #: src/screens/Settings/AccountSettings.tsx:74 msgid "(no email)" @@ -65,17 +69,17 @@ msgstr "(sin correo electrónico)" #. A reply summary in chat #: src/components/dms/replyPreview.ts:112 msgid "(no text)" -msgstr "" +msgstr "(sin texto)" #. A reply summary in chat #: src/components/dms/replyPreview.ts:104 msgid "(quoted post)" -msgstr "" +msgstr "(publicación citada)" #. placeholder {0}: labels.length #: src/components/moderation/LabelsOnMe.tsx:57 msgid "{0, plural, one {# account label} other {# account labels}}" -msgstr "" +msgstr "{0, plural, one {# etiqueta de cuenta} other {# etiquetas de cuenta}}" #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 @@ -97,20 +101,22 @@ msgstr "{0, plural, one {# siguiendo} other {# siguiendo}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {¡# amigo encontrado!} other {¡# amigos encontrados!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" #. placeholder {0}: labels.length #: src/components/moderation/PostAlerts.tsx:153 msgid "{0, plural, one {# label applied to your post} other {# labels applied to your post}}" -msgstr "" +msgstr "{0, plural, one {# etiqueta aplicada a tu publicación} other {# etiquetas aplicadas a tu publicación}}" #. placeholder {0}: labels.length #: src/components/moderation/PostAlerts.tsx:160 msgid "{0, plural, one {# label applied} other {# labels applied}}" -msgstr "" +msgstr "{0, plural, one {# etiqueta aplicada} other {# etiquetas aplicadas}}" #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# mes} other {# meses}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {1 publicación más} other {# publicaciones más}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {seguidor} other {seguidores}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {siguiendo} other {siguiendo}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {publicación} other {publicaciones}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, one {# persona se ha unido} other {# personas se han unido}} a Bluesky a través de este paquete de inicio!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# más}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, one {Debes tener al menos # año para crear una cuenta en tu región.} other {Debes tener al menos # años para crear una cuenta en tu región.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} está en directo" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} no está disponible" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} no es compatible con tu dispositivo." @@ -324,7 +330,7 @@ msgstr "{0} reaccionó con {1}" #. placeholder {0}: numUnreadMessages.numUnread #: src/view/shell/bottom-bar/BottomBar.tsx:246 msgid "{0} unread items" -msgstr "" +msgstr "{0} elementos sin leer" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:58 @@ -350,7 +356,7 @@ msgstr "{0} fue eliminado del grupo" #. placeholder {0}: link(lang) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:113 msgid "{0}, " -msgstr "" +msgstr "{0}, " #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) @@ -401,22 +407,25 @@ msgstr "{0}/{1} {2, plural, one {miembro} other {miembros}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" -msgstr "" +msgstr "{0}+" #. Displayed when the number of requests exceeds the cap #. placeholder {0}: UNREAD_REQUEST_CAP - 1 #: src/screens/Messages/components/InboxRequests.tsx:30 msgid "{0}+ requests" -msgstr "" +msgstr "{0}+ solicitudes" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -476,17 +485,17 @@ msgstr "{date} a las {time}" msgid "{displayName}'s Starter Pack" msgstr "Paquete de inicio de {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" #: src/screens/Search/components/SearchHistory.tsx:170 msgid "{filterCount, plural, one {+# filter} other {+# filters}}" -msgstr "" +msgstr "{filterCount, plural, one {+# filtro} other {+# filtros}}" #: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" @@ -570,7 +579,7 @@ msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuth #: src/view/com/notifications/NotificationFeedItem.tsx:347 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you via starter pack {starterPackName}" -msgstr "" +msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} te siguieron a través del paquete de inicio {starterPackName}" #: src/view/com/notifications/NotificationFeedItem.tsx:385 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" @@ -614,11 +623,11 @@ msgstr "{firstAuthorName} también te siguió" #: src/view/com/notifications/NotificationFeedItem.tsx:341 msgid "{firstAuthorName} followed you back via starter pack {starterPackName}" -msgstr "" +msgstr "{firstAuthorName} te siguió de vuelta a través del paquete de inicio {starterPackName}" #: src/view/com/notifications/NotificationFeedItem.tsx:351 msgid "{firstAuthorName} followed you via starter pack {starterPackName}" -msgstr "" +msgstr "{firstAuthorName} te siguió a través del paquete de inicio {starterPackName}" #: src/view/com/notifications/NotificationFeedItem.tsx:389 msgid "{firstAuthorName} liked your custom feed" @@ -652,16 +661,16 @@ msgstr "{firstAuthorName} se inscribió con tu paquete de inicio" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} te verificó" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} siguiendo" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" -msgstr "" +msgstr "{formattedPostCount} {postCount, plural, one {publicación} other {publicaciones}}" #: src/components/dms/components/GroupChatProfileCard.tsx:62 #: src/components/dms/InitiateChatFlow.tsx:1158 @@ -685,10 +694,10 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# hora} other {# horas}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" -msgstr "" +msgstr "{index}/{count}" #. Displayed when the number of requests is greater than 20 #: src/screens/Messages/components/RequestStatus.tsx:69 @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ nuevas solicitudes para unirse" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "Se han unido {joinedAllTimeCount, plural, other {# usuarios}}." @@ -767,25 +776,25 @@ msgstr "{profileName} se unió a Bluesky usando un paquete de inicio hace {timeA #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:106 msgid "{remaining, plural, one {# character remaining} other {# characters remaining}}" -msgstr "" +msgstr "{remaining, plural, one {# carácter restante} other {# caracteres restantes}}" #: src/components/dms/MessageItem.tsx:826 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} respondió" #: src/components/dms/MessageItem.tsx:825 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} respondió a {originalName}" #: src/components/dms/MessageItem.tsx:823 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} te respondió" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "Se ha incluido a <0>{0}, <1>{1}, y {2, plural, one {# más} other {# más}} a tu paquete de inicio" @@ -834,7 +843,7 @@ msgstr "Se ha incluido a <0>{0}, <1>{1}, y {2, plural, one {# más} othe #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "Se ha incluido a <0>{0}, <1>{1}, y {2, plural, one {# más} other {# más}} a tu paquete de inicio" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {guardado} other {guardados}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" -msgstr "" +msgstr "<0>{0} {likeCount, plural, one {me gusta} other {me gusta}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} y<1> <2>{1} forman parte de tu paquete de inicio" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} forma parte de tu paquete de inicio" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} miembros" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Toca aquí para actualizar tu ubicación con GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Tú y<1> <2>{0} estáis incluidos en tu paquete de inicio" @@ -946,6 +955,12 @@ msgstr "7 días" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Una colección de feeds populares que puedes encontrar en Bluesky, incluyendo News, Booksky, Game Dev, Blacksky y Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,13 +988,13 @@ msgstr "Se produjo un error de red. Por favor, verifica tu conexión a internet. msgid "A new code has been sent" msgstr "Se ha enviado un nuevo código" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Una nueva forma de verificar" #: src/components/dms/MessageItem.tsx:836 msgid "A reply to a message sent before you joined" -msgstr "" +msgstr "Una respuesta a un mensaje enviado antes de que te unieras" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:147 @@ -1005,7 +1020,7 @@ msgstr "Una captura de pantalla del editor de publicaciones con un nuevo botón msgid "A selected recipient is not followed by the sender." msgstr "Un destinatario seleccionado no es seguido por el remitente." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "¡Acceso solicitado! El propietario del grupo revisará tu solicitud." msgid "Accessibility" msgstr "Accesibilidad" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Ajustes de accesibilidad" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Cuenta bloqueada" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Cuenta seguida" @@ -1086,8 +1101,8 @@ msgstr "La cuenta ha sido suspendida" msgid "Account is deactivated" msgstr "La cuenta está desactivada" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Cuenta silenciada" @@ -1111,24 +1126,24 @@ msgstr "Cuenta eliminada del acceso rápido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Cuenta desbloqueada" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Has dejado de seguir a esta cuenta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Cuenta no silenciada" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Las cuentas con una marca de verificación ondeada <0><1/> pueden verificar a otras. Bluesky se encarga de seleccionar a estas cuentas de confianza." @@ -1138,9 +1153,9 @@ msgstr "Las cuentas con una marca de verificación ondeada <0><1/> pueden ve msgid "Activity from others" msgstr "Actividad de otras personas" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" -msgstr "" +msgstr "Notificaciones de actividad" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:192 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Añadir" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Agregar {0} más para continuar" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Añadir {displayName} al paquete de inicio" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Añadir una cuenta a esta lista" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Añadir una cuenta" @@ -1201,17 +1216,17 @@ msgstr "Añadir un texto alternativo (opcional)" msgid "Add another account" msgstr "Añadir otra cuenta" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Añadir otra publicación" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Añadir otra publicación al hilo" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:439 msgid "Add another search filter" -msgstr "" +msgstr "Añadir otro filtro de búsqueda" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:102 msgid "Add app password" @@ -1223,7 +1238,7 @@ msgstr "Añadir contraseña de app" msgid "Add App Password" msgstr "Añadir contraseña de app" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Añadir etiqueta de automatización a la cuenta" @@ -1233,18 +1248,18 @@ msgstr "Añadir reacción con emoji" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:447 msgid "Add filter" -msgstr "" +msgstr "Añadir filtro" #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Añadir miembros al chat de grupo" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Añadir imagen" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Agregar multimedia a la publicación" @@ -1254,8 +1269,8 @@ msgstr "Agregar multimedia a la publicación" msgid "Add members" msgstr "Añadir miembros" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Añadir más detalles (opcional)" @@ -1295,7 +1310,7 @@ msgstr "Añadir reacción" msgid "Add recommended feeds" msgstr "Añadir feeds recomendados" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "¡Añade algunos feeds a tu paquete de inicio!" @@ -1307,12 +1322,12 @@ msgstr "Añade el feed predeterminado de solo personas que sigues" msgid "Add the following DNS record to your domain:" msgstr "Añade el siguiente registro DNS a tu dominio:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Añade este feed a tus feeds" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Añadir a las listas" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Añadir a publicaciones guardadas" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Añadir a paquetes de inicio" @@ -1330,7 +1345,7 @@ msgstr "Añadir a paquetes de inicio" msgid "Add user to list" msgstr "Añadir usuario a la lista" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Añade tu fecha de nacimiento" @@ -1361,7 +1376,7 @@ msgstr "Añadiendo miembros a la lista..." msgid "Additional details (limit 1000 characters)" msgstr "Detalles adicionales (máximo 1000 caracteres)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Detalles adicionales (máximo 300 caracteres)" @@ -1378,14 +1393,14 @@ msgstr "Solo para adultos" msgid "Adult content" msgstr "Contenido para adultos" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Contenido para adultos" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "El contenido para adultos solo se puede activar a través de la web en <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etiquetas de contenido para adultos" msgid "Adult sexual abuse content" msgstr "Contenido de abuso sexual a adultos" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avanzado" @@ -1423,9 +1438,9 @@ msgstr "Solicitud de verificación de edad enviada" msgid "Age assurance only takes a few minutes" msgstr "La verificación de edad tarda unos pocos minutos" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." -msgstr "" +msgstr "La verificación de edad tarda solo unos minutos." #: src/components/dialogs/EmailDialog/screens/Update.tsx:220 msgid "alice@example.com" @@ -1438,6 +1453,11 @@ msgstr "alice@ejemplo.com" msgid "All" msgstr "Todas" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Todas" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Todas {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "¡Se han seguido todas las cuentas!" @@ -1463,7 +1483,7 @@ msgstr "Se mostrarán todos los idiomas en tus feeds." #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:245 msgid "All of these words" -msgstr "" +msgstr "Todas estas palabras" #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." @@ -1474,7 +1494,7 @@ msgstr "Todos los feeds que has guardado, en un mismo sitio." msgid "Allow access to your direct messages" msgstr "Permitir el acceso a tus mensajes directos" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Permitir que cualquiera pueda responder" @@ -1488,8 +1508,8 @@ msgstr "Permitir mensajes directos de" msgid "Allow group chat invites from" msgstr "Permitir invitaciones a chats de grupo de" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Permitir acceso a la ubicación" @@ -1498,24 +1518,24 @@ msgstr "Permitir acceso a la ubicación" msgid "Allow others to be notified of your posts" msgstr "Permite que las otras personas reciban notificaciones de tus publicaciones" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Permitir que las personas a las que sigues puedan responder" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Permitir que las personas a las que mencionas puedan responder" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Permitir citas" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Permitir que los usuarios de {0} puedan responder" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Permitir que tus seguidores puedan responder" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permite acceso a los mensajes directos" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "¿Ya tienes un código?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "¿Ya tienes una cuenta?" @@ -1540,7 +1560,7 @@ msgstr "Ya has iniciado sesión como @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "El texto alternativo aparecerá cortado. {MAX_ALT_TEXT, plural, other {Límite: {0} caracteres.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Te hemos enviado un correo electrónico a {0} con un código de confirmación. Introdúcelo a continuación." @@ -1587,7 +1607,7 @@ msgstr "Se ha producido un error" msgid "An error occurred" msgstr "Se produjo un error" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Se produjo un error al comprimir el video." @@ -1596,7 +1616,7 @@ msgstr "Se produjo un error al comprimir el video." msgid "An error occurred while fetching suggested accounts." msgstr "Se produjo un error al obtener cuentas sugeridas." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Error al recuperar el feed." @@ -1609,15 +1629,15 @@ msgstr "Se produjo un error al generar tu paquete de inicio. ¿Quieres intentarl msgid "An error occurred while hiding suggestion. {0}" msgstr "Se produjo un error al ocultar la sugerencia. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Se produjo un error al cargar el video. Vuelve a intentarlo." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Se produjo un error mientras cargaba el video. Vuelve a intentarlo." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Se produjo un error al cargar tus listas :/" @@ -1628,16 +1648,16 @@ msgstr "Error al guardar el código QR." #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Se produjo un error mientras intentabas seguir a todos" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Se produjo un error al subir el video. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Se produjo un error al subir el video. Por favor, verifica tu conexión a internet e inténtalo de nuevo." @@ -1661,8 +1681,8 @@ msgstr "Una ilustración de varias publicaciones de Bluesky junto con los iconos msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Una ilustración de la aplicación de Bluesky con un avión de papel volando hacia afuera, representando la invitación a amigos" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Una ilustración que muestra que Bluesky selecciona a verificadores de confianza, los cuales verifican las cuentas de usuarios individuales." @@ -1682,18 +1702,18 @@ msgstr "Se produjo un problema al iniciar el chat. Inténtalo de nuevo." #: src/components/dms/dialogs/NewChatDialog.tsx:87 #: src/components/dms/dialogs/ShareViaChatDialog.tsx:103 msgid "An issue occurred starting the group chat, please try again." -msgstr "" +msgstr "Se produjo un problema al iniciar el chat de grupo. Inténtalo de nuevo." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Ocurrió un problema. Inténtalo de nuevo." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Una simulación de un iPhone mostrando la aplicación de Bluesky abierta con el perfil de un usuario verificado con una marca de verificación junto a su nombre para mostrar." @@ -1702,7 +1722,7 @@ msgstr "Una simulación de un iPhone mostrando la aplicación de Bluesky abierta msgid "an unknown labeler" msgstr "un etiquetador desconocido" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "y" @@ -1733,9 +1753,9 @@ msgstr "La verificación llega a Bluesky" #. Placeholder text for a date picker #: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 msgid "Any date" -msgstr "" +msgstr "Cualquier fecha" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Cualquiera" @@ -1767,7 +1787,7 @@ msgstr "Cualquier persona que me siga" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Quien lo tenga ya no podrá unirse ni solicitar unirse. Siempre puedes crear uno nuevo." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1794,7 +1814,7 @@ msgstr "El nombre de la contraseña de app debe ser único" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:62 msgid "App password names can only contain letters, numbers, spaces, hyphens, and underscores" -msgstr "" +msgstr "Los nombres de contraseñas de app solo pueden contener letras, números, espacios, guiones y guiones bajos" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:80 msgid "App password names must be at least 4 characters long" @@ -1805,7 +1825,7 @@ msgstr "El nombre de la contraseña de app debe tener al menos cuatro caracteres msgid "App passwords" msgstr "Contraseñas de app" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Contraseñas de app" @@ -1823,7 +1843,7 @@ msgstr "Apelar la etiqueta de \"{0}\"" #: src/components/moderation/ModerationDetailsDialog.tsx:159 msgid "Appeal label" -msgstr "" +msgstr "Apelar etiqueta" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:92 msgid "Appeal livestream suspension" @@ -1854,9 +1874,9 @@ msgstr "Apelar esta decisión" #: src/components/moderation/ModerationDetailsDialog.tsx:219 msgid "Appeal this label" -msgstr "" +msgstr "Apelar esta etiqueta" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Aplicar Pull Request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archivado desde {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Publicación archivada" @@ -1891,19 +1911,19 @@ msgstr "¿Estás realmente, realmente seguro?" #. placeholder {1}: link(languages[1]) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 msgid "Are you searching for posts in {0} or {1}?" -msgstr "" +msgstr "¿Estás buscando publicaciones en {0} o {1}?" #. placeholder {0}: link(languages[0]) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:95 msgid "Are you searching for posts in {0}?" -msgstr "" +msgstr "¿Estás buscando publicaciones en {0}?" #. List formatting: {0}, {1}, or {2} #. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) #. placeholder {1}: link(last) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:110 msgid "Are you searching for posts in {0}or {1}?" -msgstr "" +msgstr "¿Estás buscando publicaciones en {0}o {1}?" #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 @@ -1914,7 +1934,7 @@ msgstr "¿Seguro que quieres eliminar la contraseña de app \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "¿Estás seguro de que quieres eliminar este mensaje? El mensaje se eliminará para ti, pero no para los otros participantes." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "¿Quieres eliminar este paquete de inicio?" @@ -1936,7 +1956,7 @@ msgstr "¿Quieres salir de esta conversación?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "¿Estás seguro de que quieres salir de esta conversación? Tus mensajes se eliminarán para ti, pero no para los otros participantes." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "¿Quieres eliminar esto de tus feeds?" @@ -1945,7 +1965,7 @@ msgstr "¿Quieres eliminar esto de tus feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "¿Estás seguro de que quieres retirar tu solicitud para unirte a {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "¿Quieres descartar esta publicación?" @@ -1953,9 +1973,9 @@ msgstr "¿Quieres descartar esta publicación?" msgid "Are you sure?" msgstr "¿Seguro?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" -msgstr "" +msgstr "¿Eres la persona representada o un representante autorizado que actúa en nombre de la persona representada?" #: src/view/com/composer/select-language/SuggestedLanguage.tsx:349 msgid "Are you writing in <0>{suggestedLanguageName}?" @@ -1969,22 +1989,22 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Desnudez artística o no erótica." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" -msgstr "" +msgstr "Pedir a las aplicaciones y sitios que no muestren mi cuenta a usuarios desconectados" #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:32 #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:35 msgid "Ask apps to hide my posts from algorithmic recommendations" -msgstr "" +msgstr "Pedir a las aplicaciones que oculten mis publicaciones de las recomendaciones algorítmicas" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Asignar un tema para el algoritmo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Al menos 8 caracteres" @@ -2000,7 +2020,7 @@ msgstr "Aurora" #. Filter search results by a specific post author #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:408 msgid "Author" -msgstr "" +msgstr "Autor" #: src/components/BotAccountAlert.tsx:32 #: src/components/BotBadge.tsx:65 @@ -2010,15 +2030,15 @@ msgstr "Cuenta automatizada" #: src/screens/Login/components/HostingProviderDialog.tsx:165 #: src/screens/Login/components/HostingProviderDialog.tsx:167 msgid "Automatic" -msgstr "" +msgstr "Automático" #: src/screens/Settings/AccountSettings.tsx:155 #: src/screens/Settings/AccountSettings.tsx:158 msgid "Automation label" msgstr "Etiqueta de automatización" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Etiqueta de automatización" @@ -2036,6 +2056,10 @@ msgstr "Disponible" #: src/screens/Onboarding/StepProfile/index.tsx:327 msgid "Avatar creator" +msgstr "Creador de avatares" + +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" msgstr "" #: src/components/dms/AddMembersFlow.tsx:359 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Atrás" msgid "Back to Chats" msgstr "Volver a los chats" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Actividades prohibidas o violaciones de seguridad" @@ -2081,17 +2109,17 @@ msgstr "Actividades prohibidas o violaciones de seguridad" msgid "Banned user returning" msgstr "Regreso de un usuario baneado" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." -msgstr "" +msgstr "Según la ubicación de tu dispositivo, creemos que estás en <0>{geolocationString}." #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:236 msgid "Based on your device's location, we think you're in <0>{region}." -msgstr "" +msgstr "Según la ubicación de tu dispositivo, creemos que estás en <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." -msgstr "" +msgstr "Según tu red, creemos que estás en <0>{geolocationString}. Esta estimación puede ser inexacta si estás usando una VPN." #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:241 msgid "Based on your network, we think you're in <0>{region}. This estimate may be inaccurate if you're using a VPN." @@ -2148,28 +2176,28 @@ msgstr "Comience el proceso de verificación de edad completando los campos deba msgid "Beta Feature" msgstr "Función beta" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" -msgstr "" +msgstr "Funciones beta" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" -msgstr "" +msgstr "Funciones beta habilitadas" #: src/screens/Settings/BetaFeaturesSettings.tsx:152 msgctxt "web" msgid "Beta features may be unstable. Some changes may require reloading the app." -msgstr "" +msgstr "Las funciones beta pueden ser inestables. Algunos cambios pueden requerir recargar la aplicación." #: src/screens/Settings/BetaFeaturesSettings.tsx:157 msgctxt "native" msgid "Beta features may be unstable. Some changes may require restarting the app." -msgstr "" +msgstr "Las funciones beta pueden ser inestables. Algunos cambios pueden requerir reiniciar la aplicación." #: src/components/dialogs/BirthDateSettings.tsx:163 msgid "Birthdate" @@ -2193,12 +2221,12 @@ msgstr "Bloquear a {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bloquear cuenta" @@ -2255,15 +2283,15 @@ msgstr "Bloquear al usuario o eliminar esta conversación" msgid "Block user and/or leave this conversation" msgstr "Bloquear al usuario o salir de esta conversación" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Bloqueado" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Cuentas bloqueadas" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Cuentas bloqueadas" @@ -2288,22 +2316,22 @@ msgstr "El bloqueo es público. Las cuentas bloqueadas no podrán responder en t 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." msgstr "Si bloqueas a un etiquetador aún podrán seguir aplicando etiquetas a tu cuenta, pero evitará que respondan en tus hilos, te mencionen o interactúen contigo." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" #. Advanced search: Examples of hashtags #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 msgid "bloomscrolling booksky" -msgstr "" +msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky no puede confirmar la autenticidad de la fecha declarada." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Clásico™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky ayuda a los amigos a encontrarse mediante la creación de una huella digital codificada, llamada \"hash\", y luego busca los hash coincidentes." @@ -2357,15 +2389,11 @@ msgstr "Bluesky almacena tus contactos como datos codificados. Eliminar tus cont msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky elegirá un conjunto de cuentas recomendadas de personas en su red." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." -msgstr "" +msgstr "Bluesky no mostrará tu cuenta a los usuarios desconectados y pedirá a otras aplicaciones que hagan lo mismo. Es posible que otras aplicaciones no respeten esta solicitud. Esto no hace que tu cuenta sea privada." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky verificará proactivamente cuentas destacadas y auténticas." @@ -2424,29 +2452,29 @@ msgstr "Busca más sugerencias en la página Explorar" msgid "Browse other feeds" msgstr "Explorar otros feeds" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Explorar publicaciones sobre {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Explorar publicaciones etiquetadas con {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Explorar el paquete de inicio {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Explorar el tema {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Explorar el tema {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Negocios" @@ -2459,10 +2487,10 @@ msgstr "Botón para volver a la línea de tiempo principal" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Por {0}" @@ -2475,7 +2503,7 @@ msgstr "por @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Por <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Al crear una cuenta, aceptas los <0>Términos de servicio y la <1>Po msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Al crear una cuenta, aceptas los <0>Términos de servicio." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Tuyos" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Cámara" @@ -2521,16 +2549,16 @@ msgstr "Se necesita acceso a la cámara" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Se necesita acceso a la cámara" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Se necesita acceso a la cámara" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,13 +2605,13 @@ msgstr "Cancelar" msgid "Cancel quote post" msgstr "Cancelar cita" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Cancelar la reactivación y cerrar la sesión" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Cancelar respuesta" #: src/screens/Search/Shell.tsx:592 msgid "Cancel search" @@ -2591,11 +2619,11 @@ msgstr "Cancelar búsqueda" #: src/screens/Login/components/ConfirmHostingProviderDialog.tsx:161 msgid "Cancels signing in so you can check your username" -msgstr "" +msgstr "Cancela el inicio de sesión para que puedas verificar tu nombre de usuario" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "No se puede interactuar con un usuario bloqueado" @@ -2609,7 +2637,7 @@ msgstr "Subtítulos (.vtt)" msgid "Captions & alt text" msgstr "Subtítulos y texto alternativo" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "carrusel" @@ -2620,7 +2648,7 @@ msgstr "Cashtag {tag}" #. Advanced search: Example of an “all of these words” search. Paired with “cows pigs”. #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:250 msgid "cats dogs" -msgstr "" +msgstr "gatos perros" #: src/components/Post/Translated/index.tsx:436 #: src/screens/Settings/components/Email2FAToggle.tsx:31 @@ -2649,26 +2677,26 @@ msgstr "Cambiar nombre de usuario" #: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" -msgstr "" +msgstr "Cambiar proveedor de alojamiento" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Cambiar el servicio de moderación" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Cambiar contraseña" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Diálogo de cambio de contraseña" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Cambiar categoría de la denuncia" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Cambiar la razón de la denuncia" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Los cambios en el paquete de inicio no se reflejarán en la lista después de su creación. La lista será una copia independiente." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chat" @@ -2747,7 +2775,7 @@ msgstr "Chat no encontrado." #: src/screens/Messages/ChatList.tsx:604 #: src/screens/Messages/ChatList.tsx:651 msgid "Chat options" -msgstr "" +msgstr "Opciones de chat" #: src/components/moderation/BlockDialog.tsx:288 msgid "Chat owners cannot leave a group chat." @@ -2758,7 +2786,7 @@ msgstr "Los propietarios de un chat no pueden salir de un chat de grupo." msgid "Chat recipient is not followed by the sender." msgstr "El destinatario del chat no es seguido por el remitente." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Bandeja de solicitudes de chat" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Solicitudes de chat" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2811,10 +2839,10 @@ msgstr "Revisa <0>{currentEmail} para ver el correo electrónico con el cód #: src/screens/Settings/BetaFeaturesSettings.tsx:190 msgid "Check back later!" -msgstr "" +msgstr "¡Vuelve más tarde!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Verifique mi estado" @@ -2834,20 +2862,20 @@ msgstr "Material de abuso sexual infantil (CSAM)" #: src/screens/Onboarding/StepInterests/index.tsx:85 #: src/screens/Onboarding/StepInterests/index.tsx:139 msgid "Choose an interest" -msgstr "" +msgstr "Elige un interés" #: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "Choose at least one interest to continue" -msgstr "" +msgstr "Elige al menos un interés para continuar" #: src/screens/Onboarding/StepInterests/index.tsx:150 #: src/screens/Onboarding/StepInterests/index.tsx:151 msgid "Choose at least one interest." -msgstr "" +msgstr "Elige al menos un interés." #: src/screens/Onboarding/StepInterests/index.tsx:102 msgid "Choose at least one. We'll use this to customize your experience. You can change these anytime." -msgstr "" +msgstr "Elige al menos uno. Lo usaremos para personalizar tu experiencia. Puedes cambiarlos en cualquier momento." #: src/screens/Settings/components/ChangeHandleDialog.tsx:401 msgid "Choose domain verification method" @@ -2889,13 +2917,13 @@ msgstr "Elige a quién invitar" #: src/components/dialogs/ServerInput.tsx:134 #: src/screens/Login/components/HostingProviderDialog.tsx:155 msgid "Choose your hosting provider" -msgstr "" +msgstr "Elige tu proveedor de alojamiento" #: src/view/screens/Feeds.tsx:726 msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Elige tu propia cronología: encuentra el contenido que más te gusta gracias a los feeds de la comunidad." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Elige tu contraseña" @@ -2907,7 +2935,7 @@ msgstr "Tu nombre de usuario" #: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 #: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 msgid "Clear" -msgstr "" +msgstr "Borrar" #: src/screens/Settings/Settings.tsx:519 msgid "Clear all storage data" @@ -2919,7 +2947,7 @@ msgstr "Borrar todos los datos de almacenamiento (reiniciar después de esto)" #: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 msgid "Clear date" -msgstr "" +msgstr "Borrar fecha" #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 @@ -2931,7 +2959,7 @@ msgstr "Limpiar búsqueda de GIF" msgid "Clear image cache" msgstr "Limpiar caché de imágenes" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Borrar consulta de búsqueda" @@ -2951,11 +2979,11 @@ msgstr "Haz clic aquí para añadir personas a este chat de grupo" msgid "Click here to create or manage an invite link for this group chat" msgstr "Haz clic aquí para crear o gestionar un enlace de invitación para este chat de grupo" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Haz clic aquí para eliminar tu cuenta" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Haz clic aquí para cerrar sesión" @@ -2968,8 +2996,8 @@ msgstr "Haz clic aquí para reenviar el correo electrónico" msgid "Click here to restart the verification process." msgstr "Haz clic aquí para reiniciar el proceso de verificación." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Haz clic aquí para actualizar tu fecha de nacimiento" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Clic para reintentar mensaje fallido" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Clic para reintentar mensaje fallido" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Clic para reintentar mensaje fallido" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Cerrar" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Cerrar diálogo activo" @@ -3068,13 +3097,13 @@ msgstr "Cerrar banner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Cerrar ventana" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Cerrar el menú lateral" @@ -3110,7 +3139,7 @@ msgstr "Cerrar el banner de solicitudes entrantes" msgid "Close this dialog" msgstr "Cierra este diálogo" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Cerrar diálogo de bienvenida" @@ -3118,7 +3147,7 @@ msgstr "Cerrar diálogo de bienvenida" msgid "Closes password update alert" msgstr "Cierra la alerta de actualización de contraseña" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Cierra la ventana de redacción y descarta el borrador" @@ -3126,7 +3155,7 @@ msgstr "Cierra la ventana de redacción y descarta el borrador" msgid "Collapse list of users" msgstr "Colapsa la lista de usuarios" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Colapsa la lista de usuarios para una notificación en particular" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Cómics" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Directrices de la comunidad" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Completa la incorporación y comienza a usar tu cuenta" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Completa el desafío" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Escribir nueva publicación" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Escribir publicaciones de hasta {0, plural, other {# caracteres}}" @@ -3180,11 +3209,11 @@ msgstr "Escribir publicaciones de hasta {0, plural, other {# caracteres}}" msgid "Compose reply" msgstr "Escribir la respuesta" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Comprimiendo GIF..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Comprimiendo video..." @@ -3198,18 +3227,18 @@ msgstr "Configurado en <0>ajustes de moderación." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirmar" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Código de confirmación" @@ -3219,19 +3248,19 @@ msgstr "Conectando con el servicio..." #: src/screens/Login/LoginForm.tsx:543 msgid "Connecting to service…" -msgstr "" +msgstr "Conectando con el servicio…" #: src/screens/Login/ForgotPasswordForm.tsx:142 #: src/screens/Login/LoginForm.tsx:549 msgid "Connecting…" -msgstr "" +msgstr "Conectando…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Problema de conexión" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Contactar con nuestro equipo de soporte" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contactar con el soporte" @@ -3273,7 +3302,7 @@ msgstr "Contenido y medios" msgid "Content and media" msgstr "Contenido y medios" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Contenido y medios" @@ -3281,7 +3310,7 @@ msgstr "Contenido y medios" msgid "Content Blocked" msgstr "Contenido bloqueado" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtros de contenido" @@ -3331,7 +3360,7 @@ msgstr "Continuar como {0} (actualmente ha iniciado sesión)" #: src/screens/Login/components/ConfirmHostingProviderDialog.tsx:150 msgid "Continue signing in" -msgstr "" +msgstr "Continuar iniciando sesión" #: src/screens/PostThread/components/ThreadItemReadMoreUp.tsx:28 msgid "Continue thread" @@ -3386,7 +3415,7 @@ msgstr "Versión de compilación copiada al portapapeles" #: src/screens/Search/Shell.tsx:512 msgid "Copied link to clipboard" -msgstr "" +msgstr "Enlace copiado al portapapeles" #: src/components/dms/ChatInvite/Root.tsx:100 #: src/components/dms/MessageContextMenu.tsx:95 @@ -3421,8 +3450,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar Contraseña de App" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copiar URI at://" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copiar código" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copiar DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Copiar enlace de invitación" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copiar link" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copiar Link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copia el enlace a la lista" @@ -3472,12 +3501,12 @@ msgstr "Copia el enlace a la lista" msgid "Copy link to post" msgstr "Copiar el enlace a la publicación" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copiar el enlace al perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copiar el enlace al paquete de inicio" @@ -3491,8 +3520,8 @@ msgstr "Copiar el texto del mensaje" msgid "Copy post at:// URI" msgstr "Copiar URI at:// de la publicación" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copiar el texto del post" @@ -3506,7 +3535,7 @@ msgstr "Copiar valor del registro TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Política de derechos de autor" @@ -3616,7 +3645,7 @@ msgstr "Código de país" #. Advanced search: Example of a “none of these words” search. Paired with “cats dogs”. #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:268 msgid "cows pigs" -msgstr "" +msgstr "vacas cerdos" #. Text on button to create a new starter pack #. Text on button to create a new starter pack @@ -3632,7 +3661,7 @@ msgstr "Crear" msgid "Create a list" msgstr "Crear una lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Crear una lista a partir de este paquete de inicio" @@ -3642,7 +3671,7 @@ msgstr "Crear un código QR para paquete de inicio" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Crea un paquete de inicio" @@ -3655,12 +3684,12 @@ msgstr "Crear un paquete de inicio" msgid "Create a starter pack for me" msgstr "Crea un paquete de inicio para mí" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Crear chat de grupo" msgid "Create list" msgstr "Crear lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Crear lista a partir de los miembros" @@ -3708,13 +3737,13 @@ msgstr "Crear lista a partir de los miembros" msgid "Create list from starter pack" msgstr "Crear lista a partir del paquete de inicio" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Crear lista de moderación" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Crear una cuenta nueva" @@ -3724,8 +3753,8 @@ msgstr "Crear o modificar un enlace de invitación para este chat de grupo" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Crea un reporte de {0}" @@ -3734,7 +3763,7 @@ msgstr "Crea un reporte de {0}" msgid "Create starter pack" msgstr "Crea paquete de inicio" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Crear lista de usuarios" @@ -3747,7 +3776,7 @@ msgstr "Crear lista de usuarios" msgid "Created {0}" msgstr "Creada {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Se ha bloqueado al creador" @@ -3757,7 +3786,7 @@ msgstr "Cultura" #: src/screens/Settings/BetaFeaturesSettings.tsx:196 msgid "Current beta features" -msgstr "" +msgstr "Funciones beta actuales" #: src/components/moderation/BlockDialog.tsx:376 msgid "Current chat" @@ -3800,7 +3829,7 @@ msgstr "Oscuro" msgid "Dark theme" msgstr "Tema oscuro" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Fecha de nacimiento" @@ -3814,7 +3843,7 @@ msgstr "Día" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Desactivar cuenta" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Iconos por defecto" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Borrar" @@ -3892,8 +3921,8 @@ msgstr "Eliminar la conversación" msgid "Delete for me" msgstr "Borrar para mi" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Borrar la lista" @@ -3909,30 +3938,30 @@ msgstr "Borrar mensaje para mi" msgid "Delete my account" msgstr "Eliminar mi cuenta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Borrar la publicación" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Borrar paquete de inicio" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "¿Borrar paquete de inicio?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "¿Borrar esta lista?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "¿Borrar esta publicación?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Eliminado" @@ -3953,7 +3982,7 @@ msgstr "Eliminado por Plivo después de la verificación" msgid "Deleted list" msgstr "Lista eliminada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Descripción (máx. 1000 caracteres)" msgid "Descriptive alt text" msgstr "Texto descriptivo alternativo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Desvincular cita" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "¿Desvincular cita?" @@ -3993,22 +4022,27 @@ msgstr "Modo de desarrollador activado" msgid "Developer options" msgstr "Opciones para desarrolladores" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "El dispositivo no pudo traducir :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Ajustar quién puede interactuar con esta publicación" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:233 msgid "Dialog: Set search filters" -msgstr "" +msgstr "Cuadro de diálogo: Establecer filtros de búsqueda" #: src/screens/Settings/AppearanceSettings.tsx:108 msgid "Dim" msgstr "Tenue" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Desactivar subtítulos" msgid "Disable email 2FA" msgstr "Desactivar la autenticación de doble factor por correo electrónico" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Desactivar la autenticación de doble factor por correo electrónico" @@ -4041,11 +4075,11 @@ msgstr "Desactivar la retroalimentación háptica" msgid "Disable link" msgstr "Deshabilitar enlace" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Deshabilitar las citas de esta publicación" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Desactivar respuestas por completo" @@ -4056,17 +4090,17 @@ msgstr "¿Deshabilitar este enlace de invitación?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Deshabilitado" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Descartar" @@ -4075,26 +4109,31 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "¿Descartar cambios?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "¿Descartar borrador?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "¿Descartar publicación?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Desconectar Germ DM" -#: src/screens/Search/Explore.tsx:444 -msgid "Discover feeds" +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" msgstr "" +#: src/screens/Search/Explore.tsx:445 +msgid "Discover feeds" +msgstr "Descubrir feeds" + #: src/view/com/posts/FollowingEmptyState.tsx:64 #: src/view/com/posts/FollowingEmptyState.tsx:69 #: src/view/com/posts/FollowingEndOfFeed.tsx:65 @@ -4106,8 +4145,8 @@ msgstr "Descubre nuevos feeds personalizados" msgid "Discover New Feeds" msgstr "Descubrir nuevos feeds" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Descartar" @@ -4115,7 +4154,7 @@ msgstr "Descartar" msgid "Dismiss banner" msgstr "Descartar banner" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Descartar error" @@ -4217,8 +4256,9 @@ msgstr "¡No te preocupes! Todos los mensajes y configuraciones existentes está #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Listo" msgid "Double tap or long press the message to add a reaction" msgstr "Toca dos veces o presiona durante un instante el mensaje para añadir una reacción" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Doble toque para cerrar el diálogo" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Pulsa dos veces para indicar que te gusta" @@ -4248,11 +4288,11 @@ msgstr "Descargar" msgid "Download Bluesky" msgstr "Descargar Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Descargar datos del chat" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Descargar datos del chat" @@ -4266,11 +4306,11 @@ msgstr "Descargar imagen" msgid "Download invite QR code" msgstr "Descargar código QR de invitación" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Descargar datos del perfil" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Descargar datos del perfil" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Doxing" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Borradores" @@ -4318,19 +4358,19 @@ msgstr "p. ej. alice.com" msgid "E.g. artistic nudes." msgstr "P. ej. desnudez artística." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "p. ej. Grandes usuarios" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "p. ej. Spammers" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "p. ej. Usuarios que siempre aciertan." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "p. ej. Usuarios que constantemente responden con publicidad." @@ -4341,7 +4381,7 @@ msgstr "Trastornos alimentarios" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Editar" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Editar avatar" @@ -4373,8 +4413,8 @@ msgstr "Editar nombre del grupo" msgid "Edit image" msgstr "Editar la imagen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Editar ajustes de interacción" @@ -4396,21 +4436,21 @@ msgstr "Editar enlace de invitación" msgid "Edit link settings" msgstr "Editar ajustes del enlace" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Editar los detalles de la lista" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Editar el estado del directo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Editar lista de moderación" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Editar mis feeds" @@ -4422,30 +4462,30 @@ msgstr "Editar nombre" #. placeholder {0}: createSanitizedDisplayName( profile, ) #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:242 msgid "Edit notifications from {0}" -msgstr "" +msgstr "Editar notificaciones de {0}" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:111 msgid "Edit People" msgstr "Editar las personas" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Editar ajustes de interacción de la publicación" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Editar el perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Editar el perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Editar paquete de inicio" @@ -4454,15 +4494,15 @@ msgstr "Editar paquete de inicio" msgid "Edit this group chat’s name" msgstr "Edita el nombre de este chat de grupo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Editar lista de usuarios" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Editar quién puede responder" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Edita tu paquete de inicio" @@ -4470,16 +4510,16 @@ msgstr "Edita tu paquete de inicio" msgid "Education" msgstr "Educación" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "La persona que creó esta lista te ha bloqueado, o tú la has bloqueado a ella." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Correo electrónico" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Autenticación de doble factor por correo electrónico desactivada" @@ -4492,7 +4532,7 @@ msgstr "Autenticación de doble factor por correo electrónico activada" msgid "Email address" msgstr "Dirección de correo electrónico" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Correo electrónico reenviado" @@ -4508,7 +4548,7 @@ msgstr "¡Correo enviado! <0>Haz clic aquí para reenviarlo." msgid "Email verification complete!" msgstr "Verificación de correo electrónico completada" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Correo electrónico verificado" @@ -4527,7 +4567,7 @@ msgstr "Incrustar la publicación" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta esta publicación en tu sitio web. Simplemente copia el siguiente fragmento y pégalo en el código HTML de tu sitio web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Reproductor de video incrustado" @@ -4542,19 +4582,14 @@ msgstr "Activar" msgid "Enable {0} only" msgstr "Activar {0} solamente" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Mostrar contenido para adultos" #: src/screens/Settings/BetaFeaturesSettings.tsx:125 #: src/screens/Settings/BetaFeaturesSettings.tsx:132 msgid "Enable beta features" -msgstr "" +msgstr "Habilitar funciones beta" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:402 msgid "Enable captions" @@ -4583,7 +4618,7 @@ msgstr "Activa las notificaciones de una cuenta visitando su perfil y pulsando e msgid "Enable push notifications" msgstr "Activar notificaciones push" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Habilitar las citas de esta publicación" @@ -4601,7 +4636,7 @@ msgstr "Activar las tendencias" msgid "Enable trending videos in your Discover feed" msgstr "Activar los videos populares en el feed Discover" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Activado" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Introduce tu fecha de nacimiento" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Ingresa tu dirección de correo electrónico" @@ -4670,15 +4705,15 @@ msgstr "Ingresa tu contraseña" msgid "Enter your username and password" msgstr "Ingresa tu nombre de usuario y contraseña" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Entra en pantalla completa" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Ocio" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Mensaje de error" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Se produjo un error al guardar el archivo" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Error al recibir la respuesta del captcha." @@ -4712,11 +4747,11 @@ msgstr "Error al recibir la respuesta del captcha." msgid "Error: {error}" msgstr "Error: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Todos pueden responder" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Todos pueden responder a esta publicación." @@ -4742,7 +4777,7 @@ msgstr "Todo lo demás" #: src/screens/Login/components/ConfirmHostingProviderDialog.tsx:76 msgid "Everything look right?" -msgstr "" +msgstr "¿Todo se ve bien?" #. Advanced search filter #. Advanced search filter @@ -4752,7 +4787,7 @@ msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 #: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 msgid "Exclude" -msgstr "" +msgstr "Excluir" #: src/components/dialogs/MutedWords.tsx:322 msgid "Exclude users you follow" @@ -4783,7 +4818,7 @@ msgstr "Expandir o colapsar la publicación completa a la que estás respondiend msgid "Expand post text" msgstr "Expandir el texto de la publicación" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Amplía o reduce el texto de la publicación" @@ -4826,21 +4861,21 @@ msgstr "Medios explícitos o potencialmente perturbadores." msgid "Explicit sexual images." msgstr "Imágenes sexuales explícitas." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Explorar" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Explora la aplicación" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Exportar mis datos de chat" @@ -4849,7 +4884,7 @@ msgstr "Exportar mis datos de chat" msgid "Export my data" msgstr "Exportar mis datos" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Exportar mis datos de perfil" @@ -4868,7 +4903,7 @@ msgstr "Medios externos" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Es posible que medios externos permitan que otros sitios recopilen datos sobre ti y tu dispositivo. No se envía o solicita información hasta que presionas el botón de reproducir." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferencias sobre Medios Externos" @@ -4898,7 +4933,7 @@ msgstr "Error al añadir miembros" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "Error al añadir a la lista" #: src/components/dialogs/StarterPackDialog.tsx:277 msgid "Failed to add to starter pack" @@ -4946,7 +4981,7 @@ msgstr "Error al eliminar el mensaje" msgid "Failed to delete post, please try again" msgstr "Error al eliminar la publicación, vuelve a intentarlo" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Error al eliminar el paquete de inicio" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Error al deshabilitar el enlace de invitación" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Error al desconectar Germ DM. Error: {0}" @@ -5003,16 +5038,16 @@ msgstr "Error al salir del chat de grupo" msgid "Failed to load conversations" msgstr "Error al cargar las conversaciones" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Error al cargar los feeds" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Error al cargar las preferencias de feeds" @@ -5037,14 +5072,14 @@ msgstr "Error al cargar las preferencias." msgid "Failed to load profiles" msgstr "Error al cargar los perfiles" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Error al cargar los feeds sugeridos" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Error al cargar las sugerencias de seguimiento" @@ -5055,7 +5090,7 @@ msgstr "Error al bloquear el chat de grupo" #: src/screens/Messages/ChatList.tsx:636 #: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" -msgstr "" +msgstr "Error al marcar todos los chats como leídos" #: src/screens/Messages/ChatList.tsx:645 #: src/screens/Messages/Inbox.tsx:303 @@ -5067,18 +5102,18 @@ msgstr "Error al marcar todas las solicitudes como leídas" msgid "Failed to mute group chat" msgstr "Error al silenciar el chat de grupo" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Error al fijar la publicación" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Error al reconectar Germ DM. Error: {0}" #: src/screens/Messages/JoinRequests.tsx:219 msgid "Failed to reject join request" -msgstr "" +msgstr "Error al rechazar la solicitud para unirse" #: src/screens/Settings/FindContactsSettings.tsx:513 msgid "Failed to remove data due to a network error, please check your internet connection." @@ -5097,7 +5132,7 @@ msgstr "Error al eliminar una reacción de emoji" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "Error al eliminar de la lista" #: src/components/dialogs/StarterPackDialog.tsx:290 msgid "Failed to remove from starter pack" @@ -5121,7 +5156,7 @@ msgstr "Error al retirar tu solicitud. Inténtalo de nuevo." msgid "Failed to resolve location. Please try again." msgstr "Error al determinar la ubicación. Inténtalo de nuevo." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Error al guardar el borrador" @@ -5135,7 +5170,7 @@ msgstr "Error al guardar la imagen" msgid "Failed to save image: {0}" msgstr "Error al guardar la imagen: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Error al guardar los ajustes, inténtalo de nuevo." @@ -5168,13 +5203,13 @@ msgstr "Error al cambiar el estado de silencio del hilo, vuelve a intentarlo" msgid "Failed to unlock group chat" msgstr "Error al desbloquear el chat de grupo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Error al dejar de fijar la lista" #: src/state/queries/content-visibility.ts:83 msgid "Failed to update content visibility" -msgstr "" +msgstr "No se pudo actualizar la visibilidad del contenido" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:148 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:82 @@ -5185,7 +5220,7 @@ msgstr "Error al actualizar los ajustes de autenticación de doble factor por co msgid "Failed to update email, please try again." msgstr "Error al actualizar el correo electrónico, vuelve a intentarlo." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Error al actualizar los feeds" @@ -5197,12 +5232,10 @@ msgstr "Error al actualizar la declaración de notificación" msgid "Failed to update settings" msgstr "Error al actualizar los ajustes" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Error al subir video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Cuenta falsa o bot" msgid "False information about elections" msgstr "Información falsa sobre elecciones" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "Creador del feed" msgid "Feed identifier" msgstr "Identificador del feed" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menú de feed" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Alternar Feed" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Comentarios enviados al operador del feed" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feeds" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Los feeds son algoritmos personalizados que los usuarios construyen con un poco de experiencia en codificación. <0>Consulta esta guía para más información." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,30 +5331,34 @@ msgid "Fetch update" msgstr "Buscar actualizaciones" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "¡Archivo guardado exitosamente!" #: src/screens/Search/components/AdvancedSearchDialog/FromDropdown.tsx:34 msgid "Filter by author (currently: {currentLabel})" -msgstr "" +msgstr "Filtrar por autor (actualmente: {currentLabel})" #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtrar de los feeds" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar la búsqueda por idioma (actualmente: {currentLanguageLabel})" #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:32 msgid "Filter search by media (currently: {currentLabel})" -msgstr "" +msgstr "Filtrar búsqueda por contenido multimedia (actualmente: {currentLabel})" #. placeholder {0}: lang.name #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:88 msgid "Filter this search by {0}" -msgstr "" +msgstr "Filtrar esta búsqueda por {0}" #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" @@ -5331,9 +5372,9 @@ msgstr "Filtra de quién recibes notificaciones" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 msgctxt "search" msgid "Filters" -msgstr "" +msgstr "Filtros" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finalizando" @@ -5358,15 +5399,15 @@ msgstr "Finanzas" msgid "Find accounts to follow" msgstr "Buscar cuentas para seguir" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Encontrar e invitar amigos" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Buscar contactos" @@ -5378,7 +5419,7 @@ msgstr "Encontrar a mis amigos" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Buscar a gente para seguir" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Enfocar el campo de búsqueda" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Seguir {0}" @@ -5458,7 +5499,7 @@ msgstr "Seguir {0}" msgid "Follow {displayName}" msgstr "Seguir a {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Seguir {handle}" @@ -5474,8 +5515,8 @@ msgstr "Sigue a 10 personas para comenzar" msgid "Follow 7 accounts" msgstr "Sigue 7 cuentas" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Seguir esta cuenta" @@ -5486,8 +5527,8 @@ msgstr "Seguir esta cuenta" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Seguir a todos" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Seguir todas las cuentas" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Los seguidores pueden unirse" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Seguidores de @{0} que conoces" @@ -5552,28 +5593,29 @@ msgstr "Seguidores que conoces" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Siguiendo" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Siguiendo" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Siguiendo {0}" @@ -5582,7 +5624,7 @@ msgstr "Siguiendo {0}" msgid "Following {displayName}" msgstr "Siguiendo a {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Siguiendo {handle}" @@ -5591,7 +5633,7 @@ msgstr "Siguiendo {handle}" msgid "Following feed preferences" msgstr "Preferencias del feed de cuentas que sigues" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferencias del feed de cuentas que sigues" @@ -5613,7 +5655,7 @@ msgstr "Tamaño de fuente" msgid "Food" msgstr "Comida" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Para cuentas organizativas, usa la fecha de nacimiento de la persona responsable de la cuenta." @@ -5671,7 +5713,7 @@ msgstr "De" #: src/screens/Hashtag.tsx:125 msgid "From {sanitizedAuthor}" -msgstr "" +msgstr "De {sanitizedAuthor}" #: src/screens/Hashtag.tsx:126 msgid "From @{sanitizedAuthor}" @@ -5685,7 +5727,7 @@ msgstr "De <0/>" #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 msgid "From these people" -msgstr "" +msgstr "De estas personas" #: src/components/StarterPack/ProfileStarterPacks.tsx:340 msgid "Generate a starter pack" @@ -5706,26 +5748,26 @@ msgid "Generate new link" msgstr "Generar nuevo enlace" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM desconectado" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Enlace de Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM reconectado" #: src/screens/Settings/BetaFeaturesSettings.tsx:140 msgid "Get early access to experimental features we’re testing." -msgstr "" +msgstr "Obtén acceso anticipado a funciones experimentales que estamos probando." #: src/view/shell/Drawer.tsx:434 msgid "Get help" @@ -5769,11 +5811,11 @@ msgstr "Recibe notificaciones cuando alguien republique tus republicaciones." #: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 msgid "Get notifications when people send you message requests." -msgstr "" +msgstr "Recibe notificaciones cuando alguien te envíe solicitudes de mensajes." #: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 msgid "Get notifications when people send you messages." -msgstr "" +msgstr "Recibe notificaciones cuando alguien te envíe mensajes." #: src/components/activity-notifications/SubscribeProfileButton.tsx:89 #: src/components/activity-notifications/SubscribeProfileButton.tsx:90 @@ -5782,7 +5824,7 @@ msgstr "Recibe una notificación de nuevas publicaciones" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:106 msgid "Get notified about posts and replies from accounts you choose." -msgstr "" +msgstr "Recibe notificaciones sobre publicaciones y respuestas de las cuentas que elijas." #: src/components/activity-notifications/SubscribeProfileDialog.tsx:223 msgid "Get notified of new posts from {name}" @@ -5812,7 +5854,7 @@ msgstr "Comenzar" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF subido" @@ -5835,8 +5877,8 @@ msgstr "Glorificación de la violencia" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorificación de la violencia" msgid "Go back" msgstr "Volver" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Volver" @@ -5867,8 +5909,8 @@ msgstr "Volver al paso anterior" msgid "Go home" msgstr "Ir al inicio" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Empezar el directo" @@ -5879,8 +5921,8 @@ msgstr "Empezar el directo" msgid "Go Live" msgstr "Empezar el directo" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Transmitir en vivo (deshabilitado)" @@ -5889,9 +5931,9 @@ msgid "Go live for" msgstr "Empezar el directo para" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" -msgstr "" +msgstr "Ir al perfil de {0}" #: src/view/com/notifications/NotificationFeedItem.tsx:250 msgid "Go to {firstAuthorName}'s profile" @@ -5900,7 +5942,7 @@ msgstr "Ir al perfil de {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Ir a la configuración de la cuenta" @@ -5943,8 +5985,8 @@ msgstr "Transmitir en vivo está actualmente deshabilitado para tu cuenta" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Entendido" @@ -5953,6 +5995,11 @@ msgstr "Entendido" msgid "Grant access" msgstr "Conceder acceso" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Nombre del chat de grupo actualizado" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Ajustes del chat de grupo" @@ -6040,7 +6087,7 @@ msgstr "El nombre del grupo es demasiado largo. {MAX_GROUP_NAME_GRAPHEME_LENGTH, #: src/screens/Settings/Settings.tsx:469 msgid "GrowthBook" -msgstr "" +msgstr "GrowthBook" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:221 msgid "Hacking or system attacks" @@ -6083,6 +6130,11 @@ msgstr "GIF alegres" msgid "Haptics" msgstr "Vibración" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Acoso u odio" @@ -6095,7 +6147,7 @@ msgstr "Actividades dañinas o de alto riesgo" msgid "Harming or endangering minors" msgstr "Daño o puesta en peligro de menores" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Etiqueta" @@ -6112,11 +6164,11 @@ msgstr "Discurso de odio" msgid "Have a code? <0>Click here." msgstr "¿Tienes un código? <0>Haz clic aquí." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "¿Tenemos mal tu ubicación? <0>Toca aquí para actualizar tu ubicación con GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "¿Tienes problemas?" @@ -6145,11 +6197,11 @@ msgstr "¡Aquí tienes tu contraseña de app!" msgid "Hey there 👋" msgstr "Hola 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "¡Hola!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "¡Hola!" @@ -6158,7 +6210,7 @@ msgstr "¡Hola!" msgid "Hidden" msgstr "Oculto" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Oculto por tus ajustes de moderación." @@ -6166,23 +6218,19 @@ msgstr "Oculto por tus ajustes de moderación." msgid "Hidden list" msgstr "Lista oculta" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -6195,70 +6243,63 @@ msgstr "Ocultar las opciones de personalización" msgid "Hide group chat updates" msgstr "Ocultar actualizaciones del chat de grupo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Ocultar listas" #: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" -msgstr "" +msgstr "Ocultar contraseña" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Ocultar el post para mí" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Ocultar respuesta para todos" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Ocultar la respuesta para mí" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" -msgstr "" +msgstr "Ocultar reposts en feeds" #: src/screens/Search/modules/ExploreInterestsCard.tsx:105 msgid "Hide this card" msgstr "Ocultar esta tarjeta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "¿Ocultar esta publicación?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "¿Ocultar esta respuesta?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Ocultar traducción" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Ocultar las tendencias" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "¿Quieres ocultar las tendencias?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "¿Quieres ocultar los videos populares?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Ocultar lista de usuarios" @@ -6267,12 +6308,12 @@ msgstr "Ocultar lista de usuarios" msgid "Hide verification badges" msgstr "Ocultar las marcas de verificación" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Oculta el contenido" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Oculta el banner promocional de invitar amigos" @@ -6282,11 +6323,11 @@ msgstr "Mmm, parece que has iniciado sesión con una <0>Contraseña de la aplica #: src/ageAssurance/useVerificationFlow.ts:122 msgid "Hmm, it seems we weren't able to compute your level of access. Please try again." -msgstr "" +msgstr "Vaya, parece que no hemos podido calcular tu nivel de acceso. Inténtalo de nuevo." #: src/ageAssurance/useVerificationFlow.ts:141 msgid "Hmm, it seems your device was unable to share age information with us." -msgstr "" +msgstr "Vaya, parece que tu dispositivo no ha podido compartir información sobre la edad con nosotros." #: src/view/com/posts/PostFeedErrorMessage.tsx:123 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." @@ -6308,7 +6349,7 @@ msgstr "El servidor del feed ha respondido de forma incorrecta. Por favor, infor msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Tenemos problemas para encontrar este feed. Puede que lo hayan borrado." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm, parece que estamos teniendo problemas para cargar estos datos. Consulta a continuación para más detalles. Si este problema persiste, por favor, contáctanos." @@ -6316,14 +6357,14 @@ msgstr "Hmmmm, parece que estamos teniendo problemas para cargar estos datos. Co msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, no conseguimos cargar ese servicio de moderación." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "¡Espera! Estamos dando acceso a videos gradualmente, y aún estás en la lista de espera. ¡Vuelve a consultar pronto!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Inicio" @@ -6342,11 +6383,11 @@ msgstr "Proveedor de alojamiento" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) #: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" -msgstr "" +msgstr "Proveedor de alojamiento: {0}" #: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" -msgstr "" +msgstr "Proveedor de alojamiento: Bluesky" #: src/components/contacts/components/InviteInfo.tsx:54 msgid "How it works:" @@ -6369,8 +6410,8 @@ msgstr "Trata de personas" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Doy mi consentimiento para que Bluesky utilice mis contactos para descubrir amigos en común y para retener datos codificados hasta que elija no participar." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Tengo un código" @@ -6400,15 +6441,15 @@ msgstr "Si no seleccionas ninguno, se mostrarán todos los idiomas en tus feeds. 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." msgstr "Si tienes 18 años o más y quieres intentarlo de nuevo, haz clic en el botón a continuación y usa un método de verificación diferente si hay uno disponible en tu región. Si tienes preguntas o dudas, <0>nuestro equipo de soporte puede ayudarte." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Si aún no eres un adulto según las leyes de tu país, tu padre, madre o tutor legal debe leer estos Términos en tu nombre." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Si crees que tu fecha de nacimiento es incorrecta, puedes actualizarla <0>haciendo clic aquí." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Si eliminas esta lista, no podrás recuperarla." @@ -6420,7 +6461,7 @@ msgstr "Si tienes tu propio dominio, puedes usarlo como tu nombre de usuario. Es msgid "If you need to update your email, <0>click here." msgstr "Si necesitas actualizar tu correo electrónico, <0>haz clic aquí." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Si eliminas esta publicación, no podrás recuperarla." @@ -6441,7 +6482,7 @@ msgstr "Si quieres restringir quién puede recibir notificaciones de la activida msgid "If you're a developer, you can host your own server." msgstr "Si eres desarrollador/a, puedes alojar tu propio servidor." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si estás intentando cambiar tu nombre de usuario o correo electrónico, hazlo antes de desactivar tu cuenta." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Imagen" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Imagen {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Imagen {0} de {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Imagen {0} de {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Caché de imágenes limpiado, {0} liberado" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Galería de imágenes, {0} imágenes" @@ -6526,7 +6567,7 @@ msgstr "Importar contactos" msgid "Import Contacts" msgstr "Importar contactos" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importa contactos o invita a tus amigos" @@ -6540,7 +6581,7 @@ msgstr "Importa contactos para encontrar a tus amigos" msgid "Imported on {0}" msgstr "Importado el {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Para ofrecerte una experiencia apropiada para tu edad, necesitamos saber tu fecha de nacimiento. Esto se hace una sola vez y tus datos se mantendrán privados." @@ -6589,31 +6630,31 @@ msgstr "La bandeja de entrada está vacía" #: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 #: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 msgid "Include" -msgstr "" +msgstr "Incluir" #. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) #: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 msgid "Include or exclude matching posts (currently: {0})" -msgstr "" +msgstr "Incluir o excluir publicaciones coincidentes (actualmente: {0})" #: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:32 msgid "Include posts and/or replies (currently: {currentLabel})" -msgstr "" +msgstr "Incluir publicaciones y/o respuestas (actualmente: {currentLabel})" #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:305 msgid "Include posts made since this date" -msgstr "" +msgstr "Incluir publicaciones realizadas desde esta fecha" #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:329 msgid "Include posts made until this date" -msgstr "" +msgstr "Incluir publicaciones realizadas hasta esta fecha" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" -msgstr "" +msgstr "Incluir marca de tiempo del video ({videoTimestamp})" #: src/screens/Login/LoginForm.tsx:164 msgid "Incorrect username or password" @@ -6635,7 +6676,7 @@ msgstr "Introduce el código que se te ha enviado por correo electrónico." msgid "Interaction limited" msgstr "Interacción limitada" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Ajustes de interacción" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Presentamos las publicaciones guardadas, también conocidos como borradores" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Código de confirmación de autenticación de doble factor no válido." @@ -6691,7 +6732,7 @@ msgstr "El tema de la denuncia no es válido" msgid "Invalid rescind request." msgstr "Solicitud de retirada no válida." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Código de Verificación no válido" @@ -6703,15 +6744,15 @@ msgstr "Invitar" msgid "Invite {name} to join Bluesky" msgstr "Invitar a {name} a unirse a Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Código de invitación" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "No se acepta el código de invitación. Comprueba que lo has introducido correctamente e inténtalo de nuevo." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Invitar amigos" @@ -6761,7 +6802,7 @@ msgstr "Enlace de invitación editado" msgid "Invite link enabled" msgstr "Enlace de invitación habilitado" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "¡Invita a personas a este paquete de inicio!" @@ -6786,26 +6827,26 @@ msgstr "Invitaciones más personales" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Parece que algunos de tus contactos aún no han intentado encontrarte aquí. Puedes invitarlos personalmente personalizando un borrador de mensaje que te proporcionaremos." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Es correcto" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "¡Solo está <0>{0} por ahora! Agrega más personas a tu paquete de inicio buscando arriba." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "¡Solo estás tú por ahora! Agrega más personas a tu paquete de inicio buscando arriba." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Tarea ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Tareas" @@ -6816,8 +6857,8 @@ msgstr "Unirse" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Únete a Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Únete a la conversación" msgid "Journalism" msgstr "Periodismo" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Seguir editando" @@ -6854,17 +6895,17 @@ msgstr "Mantenerme informado" msgid "KWS website" msgstr "Sitio web de KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" -msgstr "" +msgstr "Etiquetar respuesta para algoritmo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Etiquetado por {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Etiquetado por el autor." @@ -6879,7 +6920,7 @@ msgstr "Etiquetas añadidas" #: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels applied to this post" -msgstr "" +msgstr "Etiquetas aplicadas a esta publicación" #: src/screens/Profile/Sections/Labels.tsx:195 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." @@ -6891,9 +6932,9 @@ msgstr "Etiquetas en tu cuenta" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:357 msgid "Language" -msgstr "" +msgstr "Idioma" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Ajustes de Idiomas" @@ -6907,12 +6948,12 @@ msgstr "Idiomas" msgid "Larger" msgstr "Más grande" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Última iniciación hace {timeAgo}" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Última iniciación justo ahora" @@ -6923,8 +6964,8 @@ msgstr "Última iniciación justo ahora" msgid "Latest" msgstr "Último" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6940,13 +6981,13 @@ msgstr "Aprender más" #: src/screens/Search/SearchResults.tsx:273 msgctxt "english-only-resource" msgid "Learn more about <0>how to use advanced search." -msgstr "" +msgstr "Aprende más sobre <0>cómo usar la búsqueda avanzada." #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Más información acerca la verificación de edad" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Más información sobre Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Más información sobre la importación de contactos" msgid "Learn more about self hosting your PDS." msgstr "Más información sobre cómo autoalojar tu PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Más información sobre la moderación aplicada a este contenido" @@ -6984,8 +7025,8 @@ msgstr "Más información de estos cambios y como puedes compartir tus pensamien msgid "Learn more about this warning" msgstr "Más información sobre esta advertencia" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Más información sobre la verificación en Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Más información sobre la verificación en Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Más información sobre qué es público en Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Más información sobre tu enlace de Germ DM" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Más información en tus <0>ajustes de cuenta." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Aprender más." @@ -7067,7 +7108,7 @@ msgstr "Salir de este chat lo bloqueará permanentemente y no podrás volver a u msgid "Left group chat." msgstr "Saliste del chat de grupo." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "quedan." @@ -7080,7 +7121,7 @@ msgstr "Déjame escoger" msgid "Let's get your password reset!" msgstr "¡Vamos a restablecer tu contraseña!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "¡Vamos!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claro" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Me gusta" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Like ({0, plural, one {# me gusta} other {# me gusta}})" @@ -7114,7 +7155,7 @@ msgstr "Dale \"me gusta\" a 10 publicaciones" msgid "Like 10 posts to train the Discover feed" msgstr "Dale \"me gusta\" a 10 publicaciones para entrenar el feed de Descubrimiento." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Dar \"me gusta\" a este feed" @@ -7122,8 +7163,8 @@ msgstr "Dar \"me gusta\" a este feed" msgid "Like this labeler" msgstr "Dar \"me gusta\" a este etiquetador" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Le gusta a" @@ -7140,26 +7181,26 @@ msgstr "Le gusta a" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Le gusta a {0, plural, one {# usuario} other {# usuarios}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" -msgstr "" +msgstr "Le gustó a {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" -msgstr "" +msgstr "Le gustó a {0} y {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Me gusta" msgid "Likes of your reposts" msgstr "Me gusta de tus republicaciones" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "\"Me gusta\" en esta publicación" @@ -7191,11 +7232,16 @@ msgstr "Lineal" msgid "Link copied to clipboard" msgstr "Enlace copiado al portapapeles" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Avatar de la lista" @@ -7213,7 +7259,7 @@ msgstr "Lista por {0}" #: src/view/com/profile/ProfileSubpageHeader.tsx:145 msgid "List by <0/>" -msgstr "Lista de {0}" +msgstr "Lista de <0/>" #: src/view/com/profile/ProfileSubpageHeader.tsx:143 msgid "List by you" @@ -7227,20 +7273,20 @@ msgstr "Lista creada, pero no se pudieron añadir algunos miembros" msgid "List creator" msgstr "Creador de la lista" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lista eliminada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Descripción de la lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "La descripción de la lista es demasiado larga. {DESCRIPTION_MAX_GRAPHEMES, plural, one {Máximo # carácter.} other {Máximo # caracteres.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Se ha ocultado la lista" @@ -7248,7 +7294,7 @@ msgstr "Se ha ocultado la lista" msgid "List Hidden" msgstr "Lista oculta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "La lista debe tener un nombre." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Lista silenciada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Nombre de la lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "El nombre de la lista es demasiado largo. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {Longitud máxima: # carácter.} other {Longitud máxima: # caracteres.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Lista desbloqueada" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "La lista ya no está silenciada" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listas" @@ -7326,12 +7372,12 @@ msgstr "La función en vivo está en beta" msgid "Live link" msgstr "Enlace en vivo" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Cargar más" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Cargar más feeds sugeridos" @@ -7346,16 +7392,16 @@ msgstr "Cargar notificaciones nuevas" msgid "Load new posts" msgstr "Cargar publicaciones nuevas" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Cargando chat…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Cargando listas..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Cargando ajustes de interacción de la publicación..." @@ -7383,7 +7429,7 @@ msgstr "Bloquear este chat de grupo" msgid "Locked" msgstr "Bloqueado" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Registro" @@ -7393,7 +7439,7 @@ msgstr "Sesión cerrada" #: src/view/shell/desktop/RightNav.tsx:142 msgid "Logo by @sawaratsuki.bsky.social" -msgstr "Logo de @sawaratsuki.bsky.social" +msgstr "Logo de @sawaratsuki.bsky.social" #: src/view/shell/desktop/RightNav.tsx:139 #: src/view/shell/Drawer.tsx:771 @@ -7405,11 +7451,6 @@ msgstr "Logo de <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Mantén pulsado para abrir el menú de etiquetas de {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Es algo así: XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "¡Asegúrate de que es aquí a donde pretendes ir!" msgid "Manage saved feeds" msgstr "Gestiona los feeds guardados" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Gestionar los ajustes de verificación" @@ -7459,10 +7500,16 @@ msgstr "Gestiona tus palabras y etiquetas silenciadas" #: src/screens/Login/components/HostingProviderDialog.tsx:173 #: src/screens/Login/components/HostingProviderDialog.tsx:174 msgid "Manual" +msgstr "Manual" + +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" msgstr "" #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Marcar todo como leído" @@ -7471,6 +7518,10 @@ msgstr "Marcar todo como leído" #: src/view/shell/bottom-bar/BottomBar.tsx:465 #: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" +msgstr "Marcar todos los chats como leídos" + +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" msgstr "" #: src/screens/Messages/ChatList.tsx:663 @@ -7478,7 +7529,7 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:473 #: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" -msgstr "" +msgstr "Marcar todas las solicitudes como leídas" #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 @@ -7492,12 +7543,12 @@ msgstr "Se ha marcado todo como leído" #: src/screens/Messages/ChatList.tsx:633 #: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" -msgstr "" +msgstr "Se han marcado todos los chats como leídos" #: src/screens/Messages/ChatList.tsx:642 #: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" -msgstr "" +msgstr "Se han marcado todas las solicitudes como leídas" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 @@ -7506,7 +7557,7 @@ msgstr "En otro momento" #: src/screens/Search/components/AdvancedSearchDialog/FromDropdown.tsx:27 msgid "Me" -msgstr "" +msgstr "Yo" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 #: src/view/screens/Profile.tsx:237 @@ -7515,11 +7566,11 @@ msgstr "Multimedia" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Contenido multimedia almacenado en {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Contenido multimedia almacenado en otro dispositivo" @@ -7540,7 +7591,7 @@ msgstr "Miembros" msgid "Members can still read chat history but can’t send new messages." msgstr "Los miembros aún pueden leer el historial del chat, pero no pueden enviar nuevos mensajes." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "usuarios mencionados" @@ -7554,7 +7605,7 @@ msgstr "Menciones" #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 msgid "Mentions of these people" -msgstr "" +msgstr "Menciones a estas personas" #: src/components/Menu/index.tsx:119 msgid "Menu" @@ -7563,12 +7614,12 @@ msgstr "Menú" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" -msgstr "" +msgstr "Mensaje" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" -msgstr "" +msgstr "Mensaje" #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Enviar mensaje a {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Mensaje eliminado" @@ -7603,7 +7655,7 @@ msgstr "Mensaje de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mensaje del servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Campo de entrada de mensaje" @@ -7615,7 +7667,7 @@ msgstr "El mensaje es demasiado largo ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH}) msgid "Message options" msgstr "Opciones del mensaje" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mensajes" @@ -7640,12 +7692,12 @@ msgstr "Acoso o intimidación a un menor" msgid "Misleading" msgstr "Engañoso" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Contenido multimedia faltante" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderación" @@ -7658,6 +7710,12 @@ msgstr "Moderación y filtros de contenido" msgid "Moderation details" msgstr "Detalles de moderación" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Bandeja de moderación" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7667,28 +7725,28 @@ msgstr "Lista de moderación por {0}" #: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "Moderation list by <0/>" -msgstr "Lista de moderación por {0}" +msgstr "Lista de moderación por <0/>" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "Lista de moderación por ti" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Lista de moderación creada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Lista de moderación actualizada" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Listas de moderación" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Listas de moderación" @@ -7697,11 +7755,11 @@ msgstr "Listas de moderación" msgid "moderation settings" msgstr "ajustes de moderación" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Estados de moderación" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Herramientas de moderación" @@ -7710,8 +7768,8 @@ msgstr "Herramientas de moderación" msgid "Moderator has chosen to set a general warning on the content." msgstr "El moderador ha decidido establecer una advertencia general sobre el contenido." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Más feeds" @@ -7720,10 +7778,10 @@ msgstr "Más feeds" msgid "More languages..." msgstr "Más idiomas..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Más opciones" @@ -7747,7 +7805,7 @@ msgstr "Música" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Silenciar" msgid "Mute {0}" msgstr "Silenciar {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Silenciar esta cuenta" @@ -7816,13 +7874,13 @@ msgstr "Silenciar esta palabra solo en etiquetas" msgid "Mute this word until you unmute it" msgstr "Silenciar esta palabra hasta que la vuelvas a habilitar." +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silenciar el hilo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silenciar palabras y etiquetas" @@ -7834,11 +7892,11 @@ msgstr "Silencia, sal o elimina personas en cualquier momento. Es tu chat." msgid "Muted" msgstr "Silenciado" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Cuentas silenciadas" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Cuentas silenciadas" @@ -7852,7 +7910,7 @@ msgstr "Al silenciar a una cuenta no verás sus publicaciones en tu feed o notif msgid "Muted by \"{0}\"" msgstr "Silenciado por \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Palabras y etiquetas silenciadas" @@ -7881,7 +7939,7 @@ msgstr "Mis feeds" msgid "My starter pack" msgstr "Mi paquete de inicio" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nombre" @@ -7891,12 +7949,12 @@ msgstr "Naturaleza" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navegar a {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Ir al paquete de inicio" @@ -7910,8 +7968,8 @@ msgstr "Navega a la siguiente pantalla" msgid "Navigates to your profile" msgstr "Navega a tu perfil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "¿Necesitas denunciar una violación de derechos de autor, una solicitud legal o un problema de cumplimiento normativo?" @@ -7919,10 +7977,6 @@ msgstr "¿Necesitas denunciar una violación de derechos de autor, una solicitud msgid "Nevermind, create a handle for me" msgstr "Da igual, crea un nombre de usuario por mí" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nuevo" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Nueva dirección de correo electrónico" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Nueva característica" @@ -8019,17 +8073,17 @@ msgstr "Nueva lista" #: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 #: src/screens/Settings/NotificationSettings/index.tsx:281 msgid "New message requests" -msgstr "" +msgstr "Nuevas solicitudes de mensajes" #: src/screens/Messages/Settings.tsx:268 #: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 #: src/screens/Settings/NotificationSettings/index.tsx:264 msgid "New messages" -msgstr "" +msgstr "Nuevos mensajes" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nueva contraseña" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nueva publicación" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nueva publicación" @@ -8062,7 +8116,7 @@ msgstr "Nuevo paquete de inicio" #: src/screens/Login/LoginForm.tsx:570 msgid "New to Bluesky? <0>Sign up" -msgstr "" +msgstr "¿Eres nuevo en Bluesky? <0>Regístrate" #: src/components/NewskieDialog.tsx:123 msgid "New user info dialog" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Respuestas nuevas primero" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Noticias" @@ -8088,15 +8142,15 @@ msgstr "Noticias" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Siguiente" @@ -8108,10 +8162,14 @@ msgstr "Imagen nueva" msgid "Night" msgstr "Noche" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" +msgstr "No" + +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" msgstr "" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 @@ -8125,11 +8183,11 @@ msgstr "Aún no hay contraseñas de app" #: src/screens/Search/components/AdvancedSearchDialog/FromDropdown.tsx:22 #: src/screens/Search/components/AdvancedSearchDialog/FromDropdown.tsx:30 msgid "No author filter" -msgstr "" +msgstr "Sin filtro de autor" #: src/screens/Settings/BetaFeaturesSettings.tsx:185 msgid "No beta features at the moment." -msgstr "" +msgstr "No hay funciones beta en este momento." #: src/components/contacts/screens/ViewMatches.tsx:689 msgid "No contacts found" @@ -8182,7 +8240,7 @@ msgstr "Sin imagen" #: src/screens/Search/components/SearchLanguageDropdown.tsx:91 #: src/screens/Search/components/SearchLanguageDropdown.tsx:93 msgid "No language filter" -msgstr "" +msgstr "Sin filtro de idioma" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 @@ -8194,11 +8252,11 @@ msgstr "Todavía no tiene \"me gusta\"" msgid "No lists" msgstr "Sin listas" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Ya no sigues a {0}" @@ -8206,7 +8264,7 @@ msgstr "Ya no sigues a {0}" #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 msgid "No media filter" -msgstr "" +msgstr "Sin filtro de contenido multimedia" #: src/view/screens/Profile.tsx:484 msgid "No media yet" @@ -8224,7 +8282,7 @@ msgstr "Basta de algoritmos llenos de basura para el doomscrolling. Encuentra fe msgid "No name" msgstr "Sin nombre" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "No hay notificaciones" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Nadie" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Nadie, excepto el autor, puede citar esta publicación." @@ -8256,7 +8314,7 @@ msgstr "Nadie puede enviar mensajes" #: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 #: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:27 msgid "No post filter" -msgstr "" +msgstr "Sin filtro de publicaciones" #: src/screens/Notifications/ActivityList.tsx:43 msgid "No posts here" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Sin resultados" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "No hay resultados para \"{0}\"." @@ -8312,7 +8370,7 @@ msgstr "No se han encontrado resultados para \"{query}\"" #: src/screens/Search/SearchResults.tsx:233 msgid "No results found for “<0>{query}” with advanced search filters applied." -msgstr "" +msgstr "No se encontraron resultados para «<0>{query}» con los filtros de búsqueda avanzada aplicados." #: src/screens/Search/SearchResults.tsx:245 msgid "No results found for “<0>{query}”." @@ -8320,9 +8378,9 @@ msgstr "No se encontraron resultados para \"<0>{query}\"." #: src/screens/Search/SearchResults.tsx:239 msgid "No results found for your query with advanced search filters applied." -msgstr "" +msgstr "No se encontraron resultados para tu consulta con los filtros de búsqueda avanzada aplicados." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "No hay resultados." @@ -8335,7 +8393,7 @@ msgstr "Aún no hay paquetes de inicio" msgid "No thanks" msgstr "No gracias" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "No se recibió ninguna traducción de tu dispositivo." @@ -8343,7 +8401,7 @@ msgstr "No se recibió ninguna traducción de tu dispositivo." msgid "No video posts yet" msgstr "Aún no hay publicaciones con video" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Nadie" @@ -8360,7 +8418,7 @@ msgstr "Nadie ha citado esto todavía. ¡Quizás deberías ser el primero!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Nadie ha republicado esto todavía. ¡Quizás deberías ser el primero!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "No se encontró a nadie. Intenta buscar a otra persona." @@ -8374,16 +8432,16 @@ msgstr "Desnudez no sexual" #: src/components/OTAChannelNotice.tsx:37 msgid "Non-standard OTA channel" -msgstr "" +msgstr "Canal OTA no estándar" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:220 msgid "None" -msgstr "" +msgstr "Ninguna" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:263 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:266 msgid "None of these words" -msgstr "" +msgstr "Ninguna de estas palabras" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" @@ -8398,7 +8456,7 @@ msgstr "No disponible en esta plataforma." msgid "Not followed by anyone you’re following" msgstr "No lo sigue nadie a quien estés siguiendo" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "No encontrado" @@ -8407,25 +8465,29 @@ msgstr "No encontrado" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "¿No estás listo para publicar? Guarda tus mejores ideas en Borradores hasta que llegue el momento adecuado." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nota sobre compartir" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:127 msgid "Note: Bluesky is part of the Atmosphere, an open public network. These settings ask other apps and websites to limit your visibility, but they can choose not to. Your public content may still appear elsewhere." -msgstr "" +msgstr "Nota: Bluesky forma parte del Atmosphere, una red pública abierta. Estas configuraciones piden a otras aplicaciones y sitios web que limiten tu visibilidad, pero pueden decidir no hacerlo. Tu contenido público aún puede aparecer en otros lugares." #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:133 msgid "Note: This post is only visible to logged-in users." msgstr "Nota: Esta publicación solo es visible para los usuarios que han iniciado sesión." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Aún no se ha guardado nada" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Ajustes de notificaciones" @@ -8435,8 +8497,8 @@ msgstr "Ajustes de notificaciones" msgid "Notification sounds" msgstr "Sonidos de notificación" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sonidos de notificación" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notificaciones" @@ -8490,7 +8552,7 @@ msgstr "Aceptar" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Está bien" @@ -8505,6 +8567,10 @@ msgstr "Respuestas antiguas primero" msgid "On" msgstr "Activado" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "En Bluesky, esto significa que tus publicaciones solo aparecerán en el feed Descubrir para las personas que te siguen. Otras aplicaciones pueden optar por utilizar esta preferencia en sus propias recomendaciones algorítmicas." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "en<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Uno de los destinatarios seleccionados no permite chats de grupo." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Uno de los destinatarios seleccionados te ha bloqueado y no se le puede enviar mensajes." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Falta el texto alternativo en uno o más GIF." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Falta el texto alternativo en una o varias imágenes." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Uno o más de los archivos seleccionados no son compatibles." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Uno o más de los archivos seleccionados son demasiado grandes. El tamaño máximo es de {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Una o más publicaciones son demasiado largas para guardarse como borrador. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {El número máximo de caracteres es #.} other {El número máximo de caracteres es #.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Falta el texto alternativo en uno o más videos." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Solo {0} puede responder." @@ -8556,7 +8622,7 @@ msgstr "Solo {0} puede responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Solo se añadieron {0} de {1} {2, plural, one {imagen} other {imágenes}}; el límite es {MAX_GALLERY_IMAGES}" @@ -8566,7 +8632,7 @@ msgstr "Solo los administradores pueden aceptar solicitudes para unirse." #: src/screens/Messages/JoinRequests.tsx:228 msgid "Only admins can reject join requests." -msgstr "" +msgstr "Solo los administradores pueden rechazar solicitudes para unirse." #: src/components/intents/GroupChatJoinDialog.tsx:154 msgid "Only followers can join this group chat." @@ -8578,7 +8644,7 @@ msgstr "Solo los seguidores pueden unirse a este chat de grupo." msgid "Only followers who I follow" msgstr "Solo seguidores a quienes sigo" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Solo se admiten archivos de imagen" @@ -8594,19 +8660,19 @@ msgstr "Solo las personas que sigue el propietario del chat pueden unirse" #: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 msgid "Only posts" -msgstr "" +msgstr "Solo publicaciones" #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 msgid "Only posts with media" -msgstr "" +msgstr "Solo publicaciones con contenido multimedia" #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 msgid "Only posts with videos" -msgstr "" +msgstr "Solo publicaciones con videos" #: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 msgid "Only replies" -msgstr "" +msgstr "Solo respuestas" #: src/view/com/composer/videos/SubtitleFilePicker.tsx:39 msgid "Only WebVTT (.vtt) files are supported" @@ -8631,13 +8697,13 @@ msgstr "¡Uy!" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:66 msgid "Open advanced search options" -msgstr "" +msgstr "Abrir opciones de búsqueda avanzada" #: src/screens/Onboarding/StepProfile/index.tsx:309 msgid "Open avatar creator" msgstr "Abrir el creador de avatares" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Abrir cámara" @@ -8655,7 +8721,7 @@ msgstr "Abrir opciones de miembro del chat para {displayName}" msgid "Open conversation options" msgstr "Abrir las opciones de conversación" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Abrir borrador" @@ -8663,8 +8729,8 @@ msgstr "Abrir borrador" msgid "Open drawer menu" msgstr "Abrir el menú lateral" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Abrir el selector de emojis" @@ -8695,12 +8761,12 @@ msgstr "Abrir chat de grupo" msgid "Open group chat settings" msgstr "Abrir ajustes del chat de grupo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Abrir en Google Translate" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Abrir enlace a {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Abrir opciones de mensaje" msgid "Open moderation debug page" msgstr "Abrir página de depuración de moderación" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Abrir ajustes de palabras y etiquetas silenciadas" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Abrir" @@ -8743,7 +8809,7 @@ msgstr "Abrir ajustes" msgid "Open share menu" msgstr "Abrir menú de compartir" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Abrir menú del paquete de inicio" @@ -8759,10 +8825,9 @@ msgstr "Abrir el registro del sistema" msgid "Open this group chat" msgstr "Abrir este chat de grupo" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Abre el feed {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8770,7 +8835,7 @@ msgstr "Abre un diálogo para agregar una advertencia de contenido a tu publicac #: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" -msgstr "" +msgstr "Abre un cuadro de diálogo para cambiar el proveedor de alojamiento con el que inicias sesión" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:152 msgid "Opens a dialog to choose who can interact with this post" @@ -8788,7 +8853,7 @@ msgstr "Abre detalles adicionales para una entrada de depuración." msgid "Opens alt text dialog" msgstr "Abre el diálogo de texto alternativo" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Abrir cámara del dispositivo" @@ -8804,28 +8869,28 @@ msgstr "Abre el diálogo de cambio del nombre de usuario" msgid "Opens composer" msgstr "Abrir la ventana de redacción" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Abre la cámara del dispositivo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Abre la galería del dispositivo para seleccionar hasta {MAX_GALLERY_IMAGES, plural, one {# imagen} other {# imágenes}}, o un solo video o GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Abre el flujo para crear una nueva cuenta de Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Abre el flujo para iniciar sesión en tu cuenta existente de Bluesky" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Abre la imagen completa" @@ -8833,7 +8898,7 @@ msgstr "Abre la imagen completa" msgid "Opens helpdesk in browser" msgstr "Abre el centro de ayuda en el navegador" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Abre el selector de imágenes" @@ -8854,7 +8919,7 @@ msgstr "Abre la configuración de idioma de la publicación" msgid "Opens profile" msgstr "Abre el perfil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Abre los ajustes para encontrar e invitar amigos" @@ -8867,11 +8932,11 @@ msgstr "Abre el diálogo del selector de GIF" msgid "Opens the invite friends sheet to share your profile" msgstr "Abre la hoja de invitar amigos para compartir tu perfil" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Abre el editor de publicaciones" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Abre este borrador en el editor" @@ -8879,15 +8944,51 @@ msgstr "Abre este borrador en el editor" msgid "Opens this profile" msgstr "Abre este perfil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opciones:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "O, continúa con otra cuenta." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "O inicia sesión con una de tus otras cuentas." @@ -8985,7 +9086,7 @@ msgstr "GIF de fiesta" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Contraseña" @@ -8993,7 +9094,7 @@ msgstr "Contraseña" msgid "Password changed" msgstr "Contraseña cambiada" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "La contraseña debe tener al menos 8 caracteres." @@ -9005,7 +9106,7 @@ msgstr "Contraseña actualizada" msgid "Password updated!" msgstr "¡Contraseña actualizada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausar" @@ -9020,7 +9121,7 @@ msgstr "Pausar video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Personas" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Las personas que sigue {ownerName} pueden solicitar unirse" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Personas seguidas por @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Personas siguiendo a @{0}" @@ -9070,11 +9171,11 @@ msgstr "Las personas que sigo pueden unirse al instante" msgid "People I follow can request to join" msgstr "Las personas que sigo pueden solicitar unirse" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Personas a las que sigues" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Personas a las que mencionas" @@ -9082,7 +9183,7 @@ msgstr "Personas a las que mencionas" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "El permiso para acceder a tu galería de fotos fue denegado. Por favor, actívalo en la configuración de tu sistema." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Alternar persona" @@ -9115,15 +9216,15 @@ msgstr "Elige un tema de color" msgid "Pictures meant for adults." msgstr "Imágenes destinadas a adultos." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Anclar el feed" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Anclar en inicio" @@ -9131,8 +9232,8 @@ msgstr "Anclar en inicio" msgid "Pin to Home" msgstr "Anclar en inicio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Anclar en tu perfil" @@ -9151,11 +9252,11 @@ msgstr "{0} anclados en inicio" msgid "Pinned Feeds" msgstr "Feeds anclados" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Tus feeds anclados" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Reproducir" @@ -9169,12 +9270,12 @@ msgstr "Reproducir {0}" msgid "Play GIF" msgstr "Reproducir GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Reproducir video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Reproducir Video" @@ -9182,7 +9283,7 @@ msgstr "Reproducir Video" msgid "Plays or pauses the GIF" msgstr "Reproduce o pausa el GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Reproduce o pausa el video" @@ -9190,7 +9291,7 @@ msgstr "Reproduce o pausa el video" msgid "Plays the GIF" msgstr "Reproducir GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Reproduce el video" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Por favor, elige tu identificador." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Por favor, elige tu contraseña." @@ -9219,12 +9320,12 @@ msgstr "Haz clic en el enlace en el correo electrónico que te acabamos de envia msgid "Please complete the verification captcha." msgstr "Por favor, completa la verificación CAPTCHA." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Por favor, confirma tu dirección de correo electrónico para subir videos." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Comprueba que has ingresado tu correo electrónico correctamente." @@ -9232,7 +9333,7 @@ msgstr "Comprueba que has ingresado tu correo electrónico correctamente." msgid "Please enter a password." msgstr "Escribe una contraseña." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Escribe una contraseña. Debe tener al menos 8 caracteres." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Ingresa el código de seguridad que te enviamos a tu dirección de correo electrónico anterior." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Introduce tu correo electrónico." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Introduce tu código de invitación." @@ -9306,8 +9407,8 @@ msgstr "Por favor, explica por qué crees que tus chats fueron deshabilitados in msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Por favor, explica por qué crees que tu acceso a Transmitir en vivo se deshabilitó incorrectamente." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Por favor, vuelve atrás o activa este elemento para volver al inicio del contenido activo." @@ -9333,10 +9434,10 @@ msgstr "Selecciona un motivo para esta denuncia" msgid "Please sign in as @{0}" msgstr "Por favor, ingresa como @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." -msgstr "" +msgstr "Por favor, envía tu denuncia a través del formulario Report non-consensual intimate imagery (NCII)." #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Escribe tu mensaje abajo:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Política" @@ -9367,21 +9468,21 @@ msgstr "Política" msgid "Porn" msgstr "Pornografía" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Publicar" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Publicar" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" -msgstr "" +msgstr "Publicación {index} de {count}" #: src/view/screens/Profile.tsx:488 #: src/view/screens/Profile.tsx:489 @@ -9393,12 +9494,12 @@ msgstr "Publica una foto" msgid "Post a video" msgstr "Publica un video" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Publicar Todo" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Publicar de todas formas" @@ -9406,11 +9507,16 @@ msgstr "Publicar de todas formas" msgid "Post blocked" msgstr "Publicación bloqueada" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Publicación por {0}" @@ -9423,10 +9529,10 @@ msgstr "Publicación eliminada" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Error al subir la publicación. Por favor, verifica tu conexión a internet y vuelve a intentarlo." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Publicación eliminada" @@ -9440,11 +9546,11 @@ msgstr "Publicación ocultada por palabra silenciada" msgid "Post Hidden by You" msgstr "Publicación ocultada por ti" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Ajustes de interacción de la publicación" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Ajustes de interacción de la publicación" @@ -9468,7 +9574,7 @@ msgstr "Publicar enlace" msgid "Post not found" msgstr "Publicación no encontrada" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Publicación fijado" @@ -9476,9 +9582,9 @@ msgstr "Publicación fijado" #. Include search results with or without replies #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:392 msgid "Post type" -msgstr "" +msgstr "Tipo de publicación" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Publicación desfijado" @@ -9487,7 +9593,7 @@ msgstr "Publicación desfijado" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Publicaciones" @@ -9502,7 +9608,7 @@ msgstr "Publicaciones ocultas" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:214 msgid "Posts, Replies" -msgstr "" +msgstr "Publicaciones, respuestas" #: src/components/dialogs/LinkWarning.tsx:89 msgid "Potentially misleading link" @@ -9520,7 +9626,7 @@ msgstr "Idioma preferido" msgid "Press to attempt reconnection" msgstr "Presiona para reintentar la conexión" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacidad" msgid "Privacy and security" msgstr "Privacidad y seguridad" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Ajustes de privacidad y seguridad" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Política de privacidad" msgid "Privacy violation of a minor" msgstr "Violación de la privacidad de un menor" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Procesando GIF..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Procesando video..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "perfil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas públicas y compartibles para bloquear o silenciar a usuarios en grupo." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publicar la publicación" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publicar las publicaciones" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publicar las respuestas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publicar la respuesta" @@ -9685,7 +9791,7 @@ msgstr "¡Código QR guardado en tu galería!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citar la publicación" @@ -9723,8 +9829,8 @@ msgstr "Límite de velocidad excedido - has intentado cambiar tu nombre de usuar msgid "Rate limit exceeded. Please try again later." msgstr "Se ha excedido el límite de intentos. Por favor, inténtalo de nuevo en unos minutos." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Vincular cita de nuevo" @@ -9745,7 +9851,7 @@ msgstr "React con {emoji}" msgid "Reactions" msgstr "Reacciones" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reactivar tu cuenta" @@ -9757,18 +9863,18 @@ msgstr "Leer {0, plural, one {# respuesta más} other {# respuestas más}}" #: src/screens/Search/SearchResults.tsx:276 msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" -msgstr "" +msgstr "Lee sobre cómo usar los filtros de búsqueda avanzada" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Leer la publicación del blog (en inglés)" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Ver menos" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Ver más" @@ -9780,7 +9886,7 @@ msgstr "Leer más respuestas" msgid "Read our blog post" msgstr "Leer nuestra publicación de blog" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Leer el blog de Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Leer las Políticas de Privacidad de Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Leer los Términos y Condiciones de Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Conversaciones reales." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Personas reales." @@ -9862,23 +9968,24 @@ msgstr "Recargar conversaciones" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Eliminar" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Eliminar a {displayName} del chat de grupo" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Eliminar a {displayName} del paquete de inicio" @@ -9893,7 +10000,7 @@ msgstr "¿Eliminar a {displayName}?" #: src/screens/Search/components/SearchHistory.tsx:182 msgid "Remove {q}" -msgstr "" +msgstr "Eliminar {q}" #: src/screens/Settings/Settings.tsx:676 #: src/screens/Settings/Settings.tsx:679 @@ -9914,8 +10021,8 @@ msgstr "Eliminar adjunto" msgid "Remove Avatar" msgstr "Eliminar Avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Eliminar Banner" @@ -9942,7 +10049,7 @@ msgstr "¿Eliminar feed?" #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 msgid "Remove filter" -msgstr "" +msgstr "Eliminar filtro" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" @@ -9950,8 +10057,8 @@ msgstr "Eliminar del chat" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Eliminar de mis feeds" @@ -9960,8 +10067,8 @@ msgstr "Eliminar de mis feeds" msgid "Remove from quick access?" msgstr "¿Eliminar del acceso rápido?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Eliminar de los feeds guardados" @@ -9970,7 +10077,7 @@ msgstr "Eliminar de los feeds guardados" msgid "Remove from saved posts" msgstr "Eliminar de publicaciones guardadas" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "¿Eliminar de tus feeds?" @@ -9986,7 +10093,7 @@ msgstr "Eliminar el estado \"En directo\"" #: src/components/moderation/BlockDialog.tsx:363 #: src/components/moderation/BlockDialog.tsx:370 msgid "Remove member" -msgstr "" +msgstr "Eliminar miembro" #: src/components/dialogs/MutedWords.tsx:615 msgid "Remove mute word from your list" @@ -10010,7 +10117,7 @@ msgstr "Eliminar sugerencia" msgid "Remove this feed from your saved feeds" msgstr "Eliminar este feed de tus feeds guardados" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Eliminar servicios de moderación no disponibles" @@ -10018,10 +10125,14 @@ msgstr "Eliminar servicios de moderación no disponibles" msgid "Remove user from list" msgstr "Eliminar al usuario de la lista" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Eliminar la verificación" @@ -10029,11 +10140,11 @@ msgstr "Eliminar la verificación" msgid "Remove your verification for this account?" msgstr "¿Eliminar tu verificación para esta cuenta?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Eliminado por el autor" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Eliminado por ti" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Eliminada de publicaciones guardadas" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Eliminado del paquete de inicio" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Eliminado de tus feeds" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Servicios no disponibles eliminados" @@ -10108,15 +10220,15 @@ msgstr "Te respondió" #: src/components/dms/MessageItem.tsx:943 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "Mensaje respondido de {senderName}, toca para desplazarte hasta él" #: src/components/dms/MessageItem.tsx:941 msgid "Replied-to message was sent before you joined" -msgstr "" +msgstr "El mensaje respondido se envió antes de que te unieras" #: src/components/dms/MessageItem.tsx:944 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Mensaje respondido, toca para desplazarte hasta él" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:271 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:283 @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Respuestas" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Respuestas deshabilitadas" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Las respuestas en esta publicación estan deshabilitadas." @@ -10141,14 +10253,14 @@ msgstr "Las respuestas en esta publicación estan deshabilitadas." msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responder ({0, plural, one {# respuesta} other {# respuestas}})" @@ -10162,7 +10274,7 @@ msgstr "Respuesta ocultada por el autor del hilo" msgid "Reply Hidden by You" msgstr "Respuesta ocultada por ti" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "La configuración de respuestas es elegida por el autor del hilo" @@ -10185,8 +10297,8 @@ msgstr "La respuesta se ha ocultado correctamente" msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Denunciar la cuenta" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Denunciar conversación" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Ventana de denuncia" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Denunciar feed" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Denunciar la lista" @@ -10216,8 +10328,8 @@ msgstr "Denunciar la lista" msgid "Report message" msgstr "Denunciar mensaje" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Denunciar la publicación" @@ -10225,8 +10337,8 @@ msgstr "Denunciar la publicación" msgid "Report sent" msgstr "Denuncia enviada" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Denunciar paquete de inicio" @@ -10292,7 +10404,7 @@ msgstr "Republicar ({0, plural, one {# republicación} other {# republicaciones} #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Republicar o citar publicación" @@ -10318,7 +10430,7 @@ msgstr "Republicaciones" #: src/components/Pills.tsx:230 msgid "Reposts Hidden" -msgstr "" +msgstr "Reposts ocultos" #: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 msgid "Reposts of this post" @@ -10330,15 +10442,15 @@ msgstr "Republicaciones de esta publicación" msgid "Reposts of your reposts" msgstr "Republicaciones de tus republicaciones" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" -msgstr "" +msgstr "Los reposts se ocultarán en los feeds" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" -msgstr "" +msgstr "Los reposts se mostrarán en los feeds" #: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Request access to group chat" @@ -10348,14 +10460,14 @@ msgstr "Solicitar acceso al chat de grupo" msgid "Request approved." msgstr "Solicitud aprobada." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Solicitar código" #: src/screens/Messages/JoinRequests.tsx:211 msgid "Request rejected." -msgstr "" +msgstr "Solicitud rechazada." #: src/components/dms/ChatInvite/Root.tsx:118 #: src/components/intents/GroupChatJoinDialog.tsx:300 @@ -10371,7 +10483,7 @@ msgstr "Solicitado" msgid "Requests" msgstr "Solicitudes" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Requerir texto alternativo antes de publicar" msgid "Require an email code to sign in to your account." msgstr "Requerir un código por correo electrónico antes de iniciar sesión con tu cuenta." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Requerido para este proveedor" @@ -10418,16 +10530,16 @@ msgstr "Reenviar código" msgid "Resend code in <0>00:{0}" msgstr "Reenviar código en <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Reenviar correo" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Reenviar correo" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Reenviar correo de verificación" @@ -10451,15 +10563,20 @@ msgstr "Restablecer contraseña" #: src/screens/Login/LoginForm.tsx:423 msgid "Reset your password by sending a code to your email" +msgstr "Restablece tu contraseña enviando un código a tu correo electrónico" + +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" msgstr "" #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" -msgstr "" +msgstr "Restaurar predeterminado" #: src/components/OTAChannelNotice.tsx:54 msgid "Restore the {defaultChannel} deployment" -msgstr "" +msgstr "Restaurar el despliegue {defaultChannel}" #: src/screens/Settings/FindContactsSettings.tsx:548 #: src/screens/Settings/FindContactsSettings.tsx:564 @@ -10479,9 +10596,9 @@ msgstr "Reintenta la última acción, que presentó un error" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Reintenta la última acción, que presentó un error" msgid "Retry" msgstr "Reintentar" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Reintentar cargar opciones de denuncia" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Volver a la página anterior" @@ -10521,7 +10638,7 @@ msgstr "Volver a la página de inicio" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Volver a la página anterior" @@ -10532,7 +10649,7 @@ msgstr "Vuelve al paso anterior" #: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" -msgstr "" +msgstr "Mostrar contraseña" #. Accessibility label for the icon-only pill that filters the GIF picker to sad/crying GIFs. #: src/features/gifPicker/components/GifCategoryPills.tsx:75 @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIF tristes" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Guardar fecha de nacimiento" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Guardar cambios" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "¿Guardar cambios?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Guardar borrador" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "¿Guardar borrador?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Guardar imagen" @@ -10608,8 +10725,8 @@ msgstr "Guardar nuevo nombre de usuario" msgid "Save QR code" msgstr "Guardar código QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Guardar estas opciones para la próxima vez" @@ -10618,7 +10735,7 @@ msgstr "Guardar estas opciones para la próxima vez" msgid "Save to my feeds" msgstr "Guardar en mis feeds" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Feeds guardados" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Publicaciones guardadas" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Guardado en tus feeds" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "¡Di hola!" @@ -10661,7 +10778,7 @@ msgstr "Escanear" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Escanear código QR" @@ -10679,15 +10796,15 @@ msgstr "Desplazar a la derecha" #: src/components/dms/MessageItem.tsx:835 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Desplazarse al mensaje al que se está respondiendo" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" msgstr "Desplazar hacia arriba" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Buscar" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Buscar en las publicaciones de @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Buscar por nombre o interés" @@ -10717,36 +10834,36 @@ msgid "Search feeds" msgstr "Buscar feeds" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Buscar \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Buscar \"{interestsDisplayName}\" (activo)" #: src/screens/Search/components/AutocompleteResults.tsx:49 msgid "Search for “{searchText}”" -msgstr "" +msgstr "Buscar «{searchText}»" #: src/screens/Search/components/SearchHistory.tsx:136 msgid "Search for {q}" -msgstr "" +msgstr "Buscar {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Buscar feeds que quieras sugerir a otros." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Buscar más cuentas" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Buscar más feeds" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Buscar personas" @@ -10774,28 +10891,28 @@ msgstr "Buscar idiomas" msgid "Search my posts" msgstr "Buscar en mis publicaciones" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Buscar en sus publicaciones" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Buscar perfiles" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:248 msgid "Search query" -msgstr "" +msgstr "Consulta de búsqueda" #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Buscar..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Busca perfiles" @@ -10829,14 +10946,14 @@ msgstr "Ver las publicaciones sobre #{tag}" msgid "See #{tag} posts by user" msgstr "Ver las publicaciones sobre #{tag} de esta cuenta" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Ver empleos en Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Ver más" @@ -10844,15 +10961,10 @@ msgstr "Ver más" msgid "See more suggested profiles" msgstr "Ver más perfiles sugeridos" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" -msgstr "" - -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" +msgstr "Ver más tendencias" #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 @@ -10890,11 +11002,11 @@ msgstr "Elegir {langName}" msgid "Select a color" msgstr "Selecciona un color" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Selecciona un motivo" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Seleccionar cuenta" @@ -10910,7 +11022,7 @@ msgstr "Selecciona un avatar" msgid "Select an emoji" msgstr "Selecciona un emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Elegir una opción" @@ -10940,17 +11052,17 @@ msgstr "Elegir la duración" #. placeholder {0}: labels[filter.field].title #: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 msgid "Select filter type (currently: {0})" -msgstr "" +msgstr "Seleccionar tipo de filtro (actualmente: {0})" #: src/screens/Login/index.tsx:166 msgid "Select from an existing account" msgstr "Selecciona de una cuenta existente" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Seleccionar de tus listas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Seleccionar de tus listas <0>{numberOfListsSelected, plural, one {(# seleccionada)} other {(# seleccionadas)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Selecciona por cuánto tiempo se debería silenciar esta palabra." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Seleccionar idioma" @@ -10987,7 +11099,7 @@ msgstr "Seleccionar idioma..." msgid "Select languages" msgstr "Seleccionar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Seleccionar servicio de moderación" @@ -11028,7 +11140,7 @@ msgstr "Selecciona el idioma de la interfaz de usuario de la aplicación." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Elige en qué idiomas deseas que estén los posts de tus feeds. Si ninguno es seleccionado, se mostrarán en todos los idiomas." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Elige tu fecha de nacimiento" @@ -11045,7 +11157,7 @@ msgstr "Elige a qué idioma deseas traducir las publicaciones de tu feed." msgid "Select your preferred notification channels" msgstr "Elegir los canales de notificación que prefieres" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "No es compatible seleccionar varios tipos de medios." @@ -11076,7 +11188,7 @@ msgstr "Enviar informe de error" msgid "Send feedback" msgstr "Enviar comentarios" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Enviar mensaje" @@ -11089,7 +11201,7 @@ msgstr "Enviar la publicación a {name}" msgid "Send post to..." msgstr "Enviar publicación a..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Enviar denuncia a {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Envía el mensaje desde tu teléfono" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Enviar correo de verificación" @@ -11108,7 +11220,7 @@ msgstr "Enviar correo de verificación" #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:103 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:109 msgid "Send via chat" -msgstr "" +msgstr "Enviar por chat" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) #: src/components/dms/MessageContextMenu.tsx:173 @@ -11133,7 +11245,7 @@ msgstr "Cambiar el icono de la app a {0}" msgid "Set new password" msgstr "Establecer la contraseña nueva" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Define con precisión qué grupos de personas pueden responder a tu publicación" @@ -11141,29 +11253,29 @@ msgstr "Define con precisión qué grupos de personas pueden responder a tu publ msgid "Set up your account" msgstr "Configura tu cuenta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Define quién puede responder a tu publicación" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "¡Establece tu fecha de nacimiento abajo y volverás a publicar y explorar en un momento!" #: src/screens/Login/LoginForm.tsx:353 msgid "set your hosting provider manually" -msgstr "" +msgstr "establece tu proveedor de alojamiento manualmente" #: src/screens/Login/LoginForm.tsx:487 msgid "Set your hosting provider manually" -msgstr "" +msgstr "Establece tu proveedor de alojamiento manualmente" #: src/screens/Login/ForgotPasswordForm.tsx:108 msgid "Sets email for password reset" msgstr "Establece el correo electrónico para restablecer la contraseña" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Ajustes" @@ -11199,12 +11311,12 @@ msgstr "Configuración para notificaciones de me gusta de tus republicaciones" #: src/screens/Messages/Settings.tsx:280 #: src/screens/Settings/NotificationSettings/index.tsx:276 msgid "Settings for notifications for new message requests" -msgstr "" +msgstr "Configuración de notificaciones para nuevas solicitudes de mensajes" #: src/screens/Messages/Settings.tsx:259 #: src/screens/Settings/NotificationSettings/index.tsx:259 msgid "Settings for notifications for new messages" -msgstr "" +msgstr "Configuración de notificaciones para nuevos mensajes" #: src/screens/Settings/NotificationSettings/index.tsx:246 msgid "Settings for notifications for reposts of your reposts" @@ -11222,7 +11334,7 @@ msgstr "Configuración para notificaciones de respuestas" msgid "Settings for repost notifications" msgstr "Configuración para notificaciones de republicaciones" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Ajustes guardados" @@ -11242,16 +11354,16 @@ msgstr "Sexualmente sugestivo" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Compartir" #: src/ageAssurance/useVerificationFlow.ts:62 msgid "Share age range" -msgstr "" +msgstr "Compartir rango de edad" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Compartir de todas maneras" @@ -11265,7 +11377,7 @@ msgstr "Compartir el DID del autor" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:93 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:98 msgid "Share feedback" -msgstr "" +msgstr "Compartir comentarios" #: src/components/Lightbox/chrome/ImageMenu.tsx:94 #: src/components/Lightbox/Lightbox.web.tsx:281 @@ -11279,13 +11391,13 @@ msgstr "Compartir enlace de invitación" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Compartir enlace" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Ventana para compartir enlace" @@ -11302,38 +11414,38 @@ msgstr "Compartir el URI at:// de la publicación" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:144 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:159 msgid "Share Profile" -msgstr "" +msgstr "Compartir perfil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Compartir código QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Compartir este feed" #: src/screens/Search/Shell.tsx:565 #: src/screens/Search/Shell.tsx:634 msgid "Share this search" -msgstr "" +msgstr "Compartir esta búsqueda" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Compartir este paquete de inicio" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Comparte este paquete de inicio y ayuda a las personas a unirse a tu comunidad en Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Compartir por..." @@ -11343,28 +11455,32 @@ msgstr "Comparte tus contactos para encontrar amigos" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:123 msgid "Share your thoughts…" -msgstr "" +msgstr "Comparte tus opiniones…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Probador de Preferencias Compartidas" #. Shown next to the 'Share age range' button when on-device age verification is available. KWS is the name of a third-party verification partner. #: src/ageAssurance/components/DeviceSignalsNotice.tsx:25 msgid "Sharing your age range reveals only the range associated with your Apple Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." -msgstr "" +msgstr "Compartir tu rango de edad solo revela el rango asociado con tu cuenta de Apple, por ejemplo, que tienes al menos 18 años. <0>Tu edad exacta y fecha de nacimiento nunca se comparten, y estos datos nunca salen de este dispositivo. Por lo tanto, solo permite el acceso en este dispositivo. Alternativamente, <1>puedes usar a nuestro socio de confianza, KWS, para completar tu verificación y habilitar el acceso en todas las plataformas." #. Shown next to the 'Share age range' button when on-device age verification is available. KWS is the name of a third-party verification partner. #: src/ageAssurance/components/DeviceSignalsNotice.tsx:43 msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." -msgstr "" +msgstr "Compartir tu rango de edad solo revela el rango asociado con tu cuenta de Google, por ejemplo, que tienes al menos 18 años. <0>Tu edad exacta y fecha de nacimiento nunca se comparten, y estos datos nunca salen de este dispositivo. Por lo tanto, solo permite el acceso en este dispositivo. Alternativamente, <1>puedes usar a nuestro socio de confianza, KWS, para completar tu verificación y habilitar el acceso en todas las plataformas." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Ver" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Ver texto alternativo" @@ -11373,14 +11489,14 @@ msgstr "Ver texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Ver de todas maneras" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Mostrar etiqueta de automatización" @@ -11401,25 +11517,25 @@ msgstr "Mostrar opciones de personalización" msgid "Show group chat updates" msgstr "Mostrar actualizaciones del chat de grupo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Mostrar menos como esto" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Mostrar lista de todas maneras" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Mostrar listas de usuarios para seleccionar" #: src/components/Post/ShowMoreTextButton.tsx:50 msgid "Show more" -msgstr "" +msgstr "Ver más" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Mostrar más como esto" @@ -11445,8 +11561,8 @@ msgstr "Mostrar respuestas" msgid "Show replies as" msgstr "Mostrar las respuestas como" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Mostrar respuesta para todos" @@ -11455,10 +11571,10 @@ msgstr "Mostrar respuesta para todos" msgid "Show reposts" msgstr "Mostrar republicaciones" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" -msgstr "" +msgstr "Mostrar reposts en feeds" #: src/screens/Settings/FollowingFeedPreferences.tsx:133 #: src/screens/Settings/FollowingFeedPreferences.tsx:143 @@ -11478,7 +11594,7 @@ msgstr "Mostrar advertencia y filtrar de los feeds" msgid "Show when you’re live" msgstr "Mostrar cuando estés en directo" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Muestra información sobre la fecha de creación de esta publicación" @@ -11486,15 +11602,15 @@ msgstr "Muestra información sobre la fecha de creación de esta publicación" msgid "Shows other accounts you can switch to" msgstr "Muestra otras cuentas a las que puedes cambiar" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Muestra el contenido" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Muestra el contenido" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Iniciar sesión" msgid "Sign in as {0}" msgstr "Iniciar sesión como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" -msgstr "" +msgstr "Iniciar sesión como…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Iniciar sesión o crear una cuenta" @@ -11551,16 +11667,17 @@ msgstr "Inicia sesión en Bluesky o crea una nueva cuenta" msgid "Sign in to request access to this group chat." msgstr "Inicia sesión para solicitar acceso a este chat de grupo." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Inicia sesión para ver la publicación" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11579,7 +11696,7 @@ msgstr "¿Cerrar sesión?" #: src/screens/Login/LoginForm.tsx:573 msgid "Sign up" -msgstr "" +msgstr "Regístrate" #: src/components/moderation/ScreenHider.tsx:96 #: src/lib/moderation/useGlobalLabelStrings.ts:28 @@ -11595,14 +11712,14 @@ msgstr "Sesión iniciada como @{0}" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:299 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:302 msgid "Since" -msgstr "" +msgstr "Desde" #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "Omitir la compartición de contactos y continuar a la aplicación" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "¿Omitir publicaciones vacías?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Saltar introducción y empezar a usar tu cuenta" @@ -11628,7 +11745,7 @@ msgstr "Saltar introducción y empezar a usar tu cuenta" msgid "Skip to next step" msgstr "Saltar al siguiente paso" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "diapositiva" @@ -11644,19 +11761,24 @@ msgstr "Posponer el recordatorio" msgid "So many thoughts, you should post one" msgstr "Tantas ideas, deberías publicar una" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Red social que tú controlas." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Programación" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Algunos servicios de moderación de tu lista ya no están disponibles." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Algunas de tus verificaciones no son válidas." @@ -11664,7 +11786,7 @@ msgstr "Algunas de tus verificaciones no son válidas." msgid "Some other feeds you might like" msgstr "Otros feeds que podrían gustarte" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Algunas personas pueden responder" @@ -11696,7 +11818,7 @@ msgstr "Alguien reaccionó con {0} a {target}" #: src/components/dms/MessageItem.tsx:828 msgid "Someone replied" -msgstr "" +msgstr "Alguien respondió" #: src/components/dms/getSystemMessageInfo.ts:61 msgid "Someone was added" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Se produjo un error" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Se produjo un error. Por favor, inténtalo de nuevo" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Algo salió mal. Por favor, inténtalo de nuevo en un momento." msgid "Something went wrong. Please try again." msgstr "Se produjo un error. Inténtalo de nuevo." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "¿Algo va mal? Avísanos." @@ -11759,8 +11881,8 @@ msgstr "¿Algo va mal? Avísanos." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Lo sentimos, no podemos cargar las sugerencias de cuentas en este momento." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Lo sentimos, tu sesión ha expirado. Inicia sesión de nuevo." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam u otro comportamiento no auténtico o engaño" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Deportes" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Inicia una conversación y aparecerá aquí." @@ -11826,14 +11953,14 @@ msgstr "Iniciar chat" msgid "Start chat with {displayName}" msgstr "Iniciar chat con {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Paquete de inicio" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Paquete de inicio de {0}" @@ -11841,20 +11968,20 @@ msgstr "Paquete de inicio de {0}" msgid "Starter pack by <0/>" msgstr "Paquete de inicio de <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Paquete de inicio creado por ti" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "El paquete de inicio es inválido" #: src/screens/Search/SearchResults.tsx:120 msgid "Starter packs" -msgstr "" +msgstr "Paquetes de inicio" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Paquetes de inicio" @@ -11893,7 +12020,7 @@ msgstr "Almacenamiento limpio, necesitas reiniciar la aplicación ahora." msgid "Stored as part of a secure code for matching with others" msgstr "Almacenado como parte de un código seguro para hacer coincidencias con otros" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Libro de cuentos" @@ -11926,18 +12053,18 @@ msgstr "Enviar apelación" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:139 msgid "Submit feedback" -msgstr "" +msgstr "Enviar comentarios" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Enviar denuncia" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" -msgstr "" +msgstr "Envía tu denuncia a través del formulario Report non-consensual intimate imagery (NCII)" #: src/screens/ProfileList/components/SubscribeMenu.tsx:75 msgid "Subscribe" @@ -11963,11 +12090,11 @@ msgstr "Suscríbete a @{0} para usar estas etiquetas:" msgid "Subscribe to account activity" msgstr "Suscribirse a la actividad de la cuenta" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Suscribirse al etiquetador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Suscribirse a este etiquetador" @@ -11975,7 +12102,7 @@ msgstr "Suscribirse a este etiquetador" msgid "Subscribe to this list" msgstr "Suscribirse a esta lista" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Éxito" @@ -11998,7 +12125,7 @@ msgstr "Verificado correctamente" msgid "Suggested" msgstr "Sugerido" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Cuentas sugeridas" @@ -12015,7 +12142,7 @@ msgstr "Sugestivo" #: src/features/inviteFriends/components/ThemePicker.tsx:29 msgid "Sunlight" -msgstr "" +msgstr "Luz solar" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Atardecer" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Solo etiquetas" msgid "Take the conversation private." msgstr "Lleva la conversación a un lugar privado." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Toca abajo para permitir que Bluesky acceda a tu ubicación GPS. Luego usaremos esos datos para determinar con mayor precisión el contenido y las funciones disponibles en tu región." @@ -12103,8 +12230,8 @@ msgstr "Toca para obtener información" msgid "Tap for more information" msgstr "Toca para obtener más información" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Toca aquí para actualizar tu ubicación con GPS." @@ -12206,7 +12333,7 @@ msgstr "Condiciones" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12231,13 +12358,13 @@ msgstr "¡Gracias por tus comentarios! Estos han sido enviados al operador del f #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:77 msgid "Thanks for your feedback!" -msgstr "" +msgstr "¡Gracias por tus comentarios!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Gracias, has verificado tu dirección de correo electrónico exitosamente. Puedes cerrar esta ventana." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "¡Gracias! Ya está todo listo." @@ -12246,16 +12373,16 @@ msgstr "¡Gracias! Ya está todo listo." msgid "That contains the following:" msgstr "Eso contiene lo siguiente:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "No se pudo encontrar ese paquete de inicio." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Este nombre de usuario ya está en uso" @@ -12263,13 +12390,13 @@ msgstr "Este nombre de usuario ya está en uso" msgid "That's all, folks!" msgstr "¡Eso es todo, amigos!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "¡Se acabó!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrá interactuar contigo tras desbloquearla." @@ -12287,7 +12414,7 @@ msgstr "El autor de este hilo ha ocultado esta respuesta." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "La fecha de nacimiento que has introducido significa que tienes menos de 18 años. Ciertos contenidos y características pueden no estar disponibles para ti." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "La aplicación web de Bluesky" @@ -12317,7 +12444,7 @@ msgstr "El feed ha sido reemplazado por Descubrir." #: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to this post." -msgstr "" +msgstr "Las siguientes etiquetas se aplicaron a esta publicación." #: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." @@ -12342,7 +12469,7 @@ msgstr "Se ha alcanzado el límite de miembros." #: src/components/moderation/ReportDialog/index.tsx:315 msgid "The moderation service is temporarily unavailable. Please try again later." -msgstr "" +msgstr "El servicio de moderación no está disponible temporalmente. Inténtalo de nuevo más tarde." #: src/view/com/composer/select-language/SuggestedLanguage.tsx:400 msgid "The post you’re replying to was marked as being written in {suggestedLanguageName} by its author. Would you like to reply in <0>{suggestedLanguageName}?" @@ -12352,41 +12479,41 @@ msgstr "La publicación a la que estás respondiendo fue marcada como escrita en msgid "The Privacy Policy has been moved to <0/>" msgstr "La Política de Privacidad se ha trasladado a <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." -msgstr "" +msgstr "El video procesado es demasiado grande. Por favor, inténtalo de nuevo con un archivo más pequeño." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." -msgstr "" +msgstr "No se pudo codificar el video seleccionado." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." -msgstr "" +msgstr "No se pudo procesar el video seleccionado." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." -msgstr "" +msgstr "El video seleccionado tiene una relación de aspecto no compatible." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "El video seleccionado es mayor a {VIDEO_MAX_SIZE_MB} MB. Por favor, inténtalo de nuevo con un archivo más pequeño." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." -msgstr "" +msgstr "El video seleccionado es demasiado largo." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." -msgstr "" +msgstr "El video seleccionado usa un formato no compatible." #: src/lib/hooks/useCleanError.ts:41 #: src/lib/strings/errors.ts:53 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Parece que hay problemas en el servidor. Vuelve a intentarlo en breve." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "El paquete de inicio que intentas ver es inválido. Puedes eliminar este paquete de inicio en su lugar." @@ -12402,7 +12529,7 @@ msgstr "Se ha movido el formulario de soporte. Si necesitas ayuda, por favor, <0 msgid "The Terms of Service have been moved to" msgstr "Los Términos de servicio se han trasladado a" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "El código de verificación que has proporcionado es inválido. Por favor, asegúrate de haber utilizado el enlace de verificación correcto o solicita uno nuevo." @@ -12412,9 +12539,9 @@ msgstr "El código de verificación que has proporcionado es inválido. Por favo msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "El proveedor de verificación no pudo enviar un código a tu número de teléfono. Verifica tu número e inténtalo de nuevo." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." -msgstr "" +msgstr "No se pudo subir el video a tu proveedor de alojamiento. Inténtalo de nuevo." #: src/screens/Settings/AppearanceSettings.tsx:137 msgid "Theme" @@ -12428,7 +12555,7 @@ msgstr "Hay un límite a la frecuencia con la que puedes cambiar tu fecha de nac msgid "There is no invite link for this group chat." msgstr "No hay un enlace de invitación para este chat de grupo." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "No hay límite de tiempo para la desactivación de la cuenta, vuelve cuando quieras." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Hubo un problema con tu conexión a internet, inténtalo de nuevo" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Hubo un problema al contactar con el servidor" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Hubo un problema al contactar con el servidor. Por favor, verifica tu conexión a internet e inténtalo de nuevo." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Hubo un problema al obtener las notificaciones. Toca aquí para intentar de nuevo." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Hubo un problema al obtener las publicaciones. Toca aquí para intentar de nuevo." @@ -12495,25 +12622,25 @@ msgstr "Hubo un problema al actualizar tus feeds, por favor verifica tu conexió #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Ocurrió un problema {0}" @@ -12521,10 +12648,10 @@ msgstr "Ocurrió un problema {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,23 +12664,23 @@ msgstr "Hubo un problema. Por favor, verifica tu conexión a internet y vuelve a msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Se ha producido un problema inesperado en la aplicación. Por favor, ¡avísanos si te ha ocurrido esto!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "¡Ha habido una oleada de nuevos usuarios en Bluesky! Activaremos tu cuenta tan pronto como podamos." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Estos son tus ajustes predeterminados" #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 msgid "These domains" -msgstr "" +msgstr "Estos dominios" #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 msgid "These hashtags" -msgstr "" +msgstr "Estos hashtags" #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." @@ -12562,7 +12689,7 @@ msgstr "Estos ajustes solo aplican para el feed Following." #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 msgid "These URLs" -msgstr "" +msgstr "Estas URL" #: src/components/moderation/BlockDialog.tsx:354 msgid "They own this chat" @@ -12576,7 +12703,7 @@ msgstr "No podrá volver a unirse a menos que lo invites de nuevo." msgid "This {screenDescription} has been flagged:" msgstr "Esta {screenDescription} ha sido marcada:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Esta cuenta tiene una marca de verificación porque ha sido verificada por fuentes de confianza." @@ -12584,7 +12711,7 @@ msgstr "Esta cuenta tiene una marca de verificación porque ha sido verificada p msgid "This account has been marked as automated by its owner." msgstr "Esta cuenta ha sido marcada como automatizada por su propietario." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Esta cuenta tiene uno o más intentos de verificación, pero no actualmente no está verificada." @@ -12602,7 +12729,7 @@ msgstr "Esta acción se puede deshacer en cualquier momento." #: src/components/OTAChannelNotice.tsx:40 msgid "This app is running a deployment of <0>{currentChannel}. Restore the {defaultChannel} deployment to get back to a standard build." -msgstr "" +msgstr "Esta aplicación está ejecutando un despliegue de <0>{currentChannel}. Restaura el despliegue {defaultChannel} para volver a una compilación estándar." #: src/components/moderation/AppealForm.tsx:107 msgid "This appeal will be sent to <0>{sourceName}." @@ -12618,7 +12745,7 @@ msgstr "Esta apelación será enviada al servicio de moderación de Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Este autor ha elegido que sus publicaciones sean visibles solo para personas que hayan iniciado sesión." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Este botón permite a otros abrir la aplicación Germ DM para enviarte un mensaje. Puedes gestionar su visibilidad desde la aplicación Germ DM, o puedes desconectar por completo tu cuenta de Bluesky de Germ DM haciendo clic en el botón a continuación." @@ -12649,7 +12776,7 @@ msgstr "Este chat fue desconectado" msgid "This code is invalid. Resend to get a new code." msgstr "Este código no es válido. Reenvía para obtener un nuevo código." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Este código de confirmación no es válido. Inténtalo de nuevo." @@ -12683,7 +12810,7 @@ msgstr "Esta conversación está bloqueada." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Esta conversación es con una cuenta eliminada o desactivada. Presiona para ver opciones" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Este borrador se eliminará de forma permanente." @@ -12694,13 +12821,13 @@ msgstr "Este correo electrónico ya está asociado con tu cuenta." #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:283 msgid "This exact phrase" -msgstr "" +msgstr "Esta frase exacta" #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Con esta función, los usuarios pueden recibir notificaciones de tus nuevos mensajes y respuestas. ¿Para quién quieres activarlo?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Esta función está en beta. Puedes leer más sobre la exportación de repositorios en <0>esta publicación del blog." @@ -12756,14 +12883,14 @@ msgstr "Este enlace de invitación no es válido" #: src/screens/Login/components/ConfirmHostingProviderDialog.tsx:139 msgid "This is just a one-time security check, since we haven't seen this account on this device before." -msgstr "" +msgstr "Esta es solo una verificación de seguridad puntual, ya que no habíamos visto esta cuenta en este dispositivo anteriormente." #: src/features/liveNow/components/EditLiveDialog.tsx:173 #: src/features/liveNow/components/GoLiveDialog.tsx:161 msgid "This is not a valid link" msgstr "Este enlace no es válido" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Esta etiqueta permite que todos sepan que esta cuenta es automatizada. Si está activada, esta etiqueta aparece junto al nombre de la cuenta en su perfil y publicaciones. Se puede activar o desactivar en cualquier momento." @@ -12778,7 +12905,7 @@ msgstr "Esta etiqueta fue aplicada por ti." #: src/components/moderation/LabelsOnMeDialog.tsx:156 #: src/components/moderation/ModerationDetailsDialog.tsx:231 msgid "This label was applied to the entire user account and will appear on all posts." -msgstr "" +msgstr "Esta etiqueta se aplicó a toda la cuenta de usuario y aparecerá en todas las publicaciones." #: src/screens/Profile/Sections/Labels.tsx:219 msgid "This labeler hasn't declared what labels it publishes, and may not be active." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Este enlace te lleva al siguiente sitio web:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Es posible que el nombre o la descripción de esta lista (creada por <0>{0}) infrinjan las Directrices de la comunidad de Bluesky." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Es posible que el nombre o la descripción de esta lista (creada por ti) infrinjan las Directrices de la comunidad de Bluesky." @@ -12817,7 +12944,7 @@ msgstr "Este mensaje está oculto porque tienes bloqueado a este usuario." #: src/components/moderation/ReportDialog/index.tsx:313 msgid "This moderation service does not support that report reason. Please choose a different reason or moderation service." -msgstr "" +msgstr "Este servicio de moderación no admite ese motivo de denuncia. Por favor, elige un motivo o servicio de moderación diferente." #: src/screens/Profile/ErrorState.tsx:41 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." @@ -12829,11 +12956,11 @@ msgstr "Esta persona te tiene bloqueado" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Esta publicación declara haber sido creada en <0>{0}, pero fue vista por primera vez por Bluesky en <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Esta publicación tiene un tipo de ajustes de respuesta desconocido. Es posible que tu app no esté actualizada." @@ -12845,19 +12972,19 @@ msgstr "Esta publicación solo es visible para los usuarios que han iniciado ses msgid "This post was deleted by its author" msgstr "Esta publicación fue eliminada por su autor" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta publicación será ocultada de los feeds y hilos. Esto no se puede deshacer." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "El autor de esta publicación ha deshabilitado las citas." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Este perfil solo es visible para las personas que han iniciado sesión. No podrán verlo quienes no hayan iniciado sesión." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Esta respuesta se colocará en una sección oculta al final de tu hilo. Las notificaciones de respuestas posteriores se silenciarán, tanto para ti como para los demás." @@ -12870,7 +12997,7 @@ msgstr "Esta pantalla solo está disponible para conversaciones de grupo." msgid "This service has not provided terms of service or a privacy policy." msgstr "Este servicio no ha proporcionado términos de servicio ni una política de privacidad." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Este servicio no es compatible mientras la función En directo esté en beta. Servicios permitidos: {formatted}." @@ -12927,13 +13054,13 @@ msgstr "Este usuario es nuevo aquí. Presiona para más información sobre cuán msgid "This user isn't following anyone." msgstr "Este usuario no sigue a nadie." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Este video no se puede reproducir en tu dispositivo. Es posible que a tu navegador o sistema le falten los códecs de video necesarios (H.264/AAC)." #: src/view/com/composer/videos/VideoPreview.web.tsx:65 msgid "This video can’t be previewed in your browser. It will still be uploaded." -msgstr "" +msgstr "Este video no se puede previsualizar en tu navegador. Aun así, se subirá." #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:156 msgid "This will create a new list with the same name, description, and members as this starter pack." @@ -12953,15 +13080,10 @@ msgstr "Esto eliminará de forma irreversible tu cuenta de Bluesky <0>{currentHa msgid "This will remove @{0} from the quick access list." msgstr "Esto eliminará @{0} de la lista de acceso rápido." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Esto eliminará tu publicación de esta cita para todos los usuarios y la reemplazará con un marcador de posición." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferencias de hilos" msgid "Threaded" msgstr "En hilos" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferencias de hilos" @@ -13002,7 +13124,7 @@ msgstr "Título" msgid "Title (100 characters max)" msgstr "Título (máx. 100 caracteres)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Para desactivar el método de autenticación de doble factor por correo electrónico, por favor, asegúrate de que puedes acceder a la dirección de correo." @@ -13012,7 +13134,7 @@ msgstr "Para desactivar el método de autenticación de doble factor por correo msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Para desactivar tu método de autenticación de doble factor por correo electrónico, comprueba que puedes acceder a <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Para cerrar sesión, <0>haz clic aquí. O si lo prefieres, puedes <1>eliminar tu cuenta." @@ -13020,11 +13142,11 @@ msgstr "Para cerrar sesión, <0>haz clic aquí. O si lo prefieres, puedes <1 msgid "Today" msgstr "Hoy" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Alternar para habilitar o deshabilitar contenido para adultos" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Activa/desactiva el sonido" @@ -13053,7 +13175,7 @@ msgstr "Destacados" msgid "Top replies first" msgstr "Respuestas destacadas primero" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Tema" @@ -13061,8 +13183,8 @@ msgstr "Tema" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traducir" @@ -13074,12 +13196,12 @@ msgstr "Traducido" msgid "Translating" msgstr "Traduciendo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Traduciendo…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "La traducción al mismo idioma no está disponible en tu dispositivo." @@ -13088,9 +13210,9 @@ msgstr "La traducción al mismo idioma no está disponible en tu dispositivo." msgid "Tree view" msgstr "Vista en árbol" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Tendencias" @@ -13099,31 +13221,39 @@ msgstr "Tendencias" msgid "Trending GIFs" msgstr "GIF en tendencia" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Opciones de tendencias" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Tendencias" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Las tendencias se basan en lo que la gente está hablando en la red. Los títulos y descripciones de los temas se generan con IA." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" -msgstr "" +msgstr "Videos populares" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:104 msgid "Trolling" msgstr "Trolleo" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "La confianza se construye a partir de las relaciones, las comunidades y los contextos compartidos. Por ello, también nombramos a <0>verificadores de confianza: organizaciones que pueden verificar cuentas directamente." #: src/screens/Search/SearchResults.tsx:260 msgid "Try a different search term or remove some filters." -msgstr "" +msgstr "Prueba con un término de búsqueda diferente o elimina algunos filtros." #: src/screens/Search/SearchResults.tsx:262 msgid "Try a different search term." -msgstr "" +msgstr "Prueba con un término de búsqueda diferente." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -13155,7 +13285,7 @@ msgstr "Televisión" #: src/features/inviteFriends/components/ThemePicker.tsx:32 msgid "Twilight" -msgstr "" +msgstr "Crepúsculo" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:72 msgid "Two-factor authentication (2FA)" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "No es posible conectarse. Comprueba tu conexión a Internet e inténtalo de nuevo." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "No se pudo contactar con tu servicio. Por favor, comprueba tu conexión a Internet e inténtalo de nuevo." @@ -13187,7 +13317,7 @@ msgstr "No se pudo contactar con tu servicio. Por favor, comprueba tu conexión msgid "Unable to contact your service. Please check your Internet connection." msgstr "No se puede contactar con tu proveedor. Comprueba tu conexión a Internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "No se puede eliminar" @@ -13205,6 +13335,10 @@ msgstr "No se pudo encontrar a un destinatario seleccionado." msgid "Unable to find the selected recipient." msgstr "No se pudo encontrar al destinatario seleccionado." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "No se puede resolver el nombre de usuario" @@ -13233,14 +13367,14 @@ msgstr "Información del feed no disponible" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -13251,8 +13385,8 @@ msgstr "Desbloquear a {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Desbloquear la cuenta" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "¿Desbloquear la cuenta?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "¿Desbloquear la cuenta?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Desbloquear la lista" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Deshacer" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Deshacer" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Deshacer la republicación ({0, plural, one {# republicación} other {# republicaciones}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Dejar de seguir a {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Dejar de seguir esta cuenta" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Deja de seguir al usuario" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Desafortunadamente, los etiquetadores a los que te suscribiste no soportan este tipo de denuncia." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Lamentablemente, la fecha de nacimiento que has guardado en tu perfil indica que eres demasiado joven para acceder a Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Lamentablemente, tu edad declarada indica que no tienes la edad suficiente para acceder a Bluesky en tu región." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Verificador desconocido" @@ -13333,13 +13490,13 @@ msgstr "Contenido para adultos sin etiquetar" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Contenido para adultos sin etiquetar, abusivo o no consentido" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "No me gusta" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "No me gusta ({0, plural, one {# me gusta} other {# me gusta}})" @@ -13351,12 +13508,12 @@ msgstr "Desbloquear chat" msgid "Unlock this group chat" msgstr "Desbloquear este chat de grupo" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Dejar de silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Dejar de silenciar" msgid "Unmute {0}" msgstr "Dejar de silenciar {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Dejar de silenciar la cuenta" @@ -13379,8 +13536,8 @@ msgstr "Dejar de silenciar la cuenta" msgid "Unmute conversation" msgstr "Dejar de silenciar la conversación" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Dejar de silenciar la lista" @@ -13388,8 +13545,8 @@ msgstr "Dejar de silenciar la lista" msgid "Unmute this group chat" msgstr "Dejar de silenciar este chat de grupo" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Dejar de silenciar el hilo" @@ -13397,14 +13554,14 @@ msgstr "Dejar de silenciar el hilo" msgid "Unmute video" msgstr "Activar el sonido del video" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Desfijar" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Desfijar feed" @@ -13414,13 +13571,13 @@ msgstr "Desfijar feed" msgid "Unpin from home" msgstr "Desfijar de inicio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Desfijar del perfil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Desfijar lista de moderación" @@ -13429,29 +13586,34 @@ msgstr "Desfijar lista de moderación" msgid "Unpinned {0} from Home" msgstr "{0} desfijado de inicio" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Desfijado de tus feeds" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Lista desfijada" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Dejar de posponer el recordatorio de correo electrónico" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Darse de baja" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Darse de baja de la lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Darse de baja de este etiquetador" @@ -13463,14 +13625,14 @@ msgstr "Dado de baja de la lista" msgid "Unsupported clipboard content" msgstr "Contenido del portapapeles no admitido" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Tipo de video no aceptado: {mimeType}" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:323 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:326 msgid "Until" -msgstr "" +msgstr "Hasta" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" @@ -13484,7 +13646,7 @@ msgstr "Actualizar" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Actualizar {0} en las listas" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -13495,7 +13657,7 @@ msgstr "Actualizar el correo electrónico" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Actualizar en las listas" #: src/screens/Messages/components/InviteLinkDialog.tsx:236 #: src/screens/Messages/components/InviteLinkDialog.tsx:272 @@ -13512,10 +13674,10 @@ msgstr "Actualizar a {domain}" msgid "Update your email" msgstr "Actualizar tu correo electrónico" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Actualizar tu ubicación" @@ -13539,24 +13701,24 @@ msgstr "Carga un archivo de texto en:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Subir desde la cámara" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Subir desde tus archivos" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Subir desde la biblioteca" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Subiendo GIF..." @@ -13570,7 +13732,7 @@ msgstr "Subiendo imágenes..." msgid "Uploading link thumbnail..." msgstr "Subiendo miniatura del enlace..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Subiendo video..." @@ -13659,43 +13821,43 @@ msgstr "Lista de usuarios por {0}" msgid "User list by you" msgstr "Lista de usuarios por ti" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Lista de usuarios creada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Lista de usuarios actualizada" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "El nombre de usuario no puede tener más de {MAX_SERVICE_HANDLE_LENGTH, plural, other {# caracteres}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "El nombre de usuario no puede comenzar o terminar con un guion" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "El nombre de usuario solo debe contener letras (a-z), números y guiones" #: src/screens/Login/LoginForm.tsx:306 msgid "Username or email" -msgstr "" +msgstr "Nombre de usuario o correo electrónico" #: src/screens/Login/LoginForm.tsx:316 msgid "Username or email address" msgstr "Nombre de usuario o dirección de correo electrónico" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "usuarios seguidos por <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "usuarios siguiendo a <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Valor:" msgid "Verification failed, please try again." msgstr "Error al verificar, inténtalo de nuevo." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Ajustes de verificación" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Ajustes de verificación" @@ -13720,14 +13882,14 @@ msgstr "Ajustes de verificación" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "En Bluesky, las verificaciones no funcionan como en otras plataformas. <0>Más información (en inglés)." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verificado por:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verificar la cuenta" @@ -13764,7 +13926,7 @@ msgstr "Verificar ahora" #: src/ageAssurance/components/DeviceSignalsNotice.tsx:34 #: src/ageAssurance/components/DeviceSignalsNotice.tsx:52 msgid "Verify now using KWS" -msgstr "" +msgstr "Verificar ahora usando KWS" #: src/components/contacts/screens/PhoneInput.tsx:175 #: src/components/contacts/screens/VerifyNumber.tsx:220 @@ -13790,12 +13952,12 @@ msgstr "Verifica tu edad" msgid "Verify your email" msgstr "Verifica tu correo electrónico" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Verificando" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Verificando tu estado de verificación de edad" @@ -13813,18 +13975,18 @@ msgstr "Versión {0}" #. When the source of a follow is a starter pack, i.e., 'via starter pack {starterPackName}'. #: src/view/com/notifications/NotificationFeedItem.tsx:738 msgid "via starter pack <0/><1>{starterPackName}" -msgstr "" +msgstr "a través del paquete de inicio <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "El video no se pudo procesar" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Feed de videos" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video de {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Video de {0}. Toca para reproducir o pausar el video" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videojuegos" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Video en pausa" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Reproduciendo video" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video no encontrado." @@ -13859,12 +14021,12 @@ msgstr "Video no encontrado." msgid "Video settings" msgstr "Configuración del video" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video subido" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." -msgstr "" +msgstr "Los videos deben durar 10 minutos o menos." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Los videos deben durar menos de 3 minutos." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Ver" @@ -13903,9 +14059,9 @@ msgstr "Ver el avatar de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Ver el perfil de {0}" @@ -13924,11 +14080,11 @@ msgstr "Ver el perfil de {displayName}" msgid "View {publicationTitle}" msgstr "Ver {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Ver el perfil del usuario bloqueado" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Ver la entrada del blog para más detalles" @@ -13936,8 +14092,8 @@ msgstr "Ver la entrada del blog para más detalles" msgid "View debug entry" msgstr "Ver entrada de depuración" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Ver detalles" @@ -13948,7 +14104,7 @@ msgstr "Ver hilo completo" #: src/screens/Settings/Settings.tsx:467 msgid "View GrowthBook information" -msgstr "" +msgstr "Ver información de GrowthBook" #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:48 msgid "View incoming group chat requests" @@ -13977,13 +14133,13 @@ msgstr "Ver más" msgid "View more trending videos" msgstr "Ver más videos populares" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Ver publicación" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Ver el servicio de etiquetado proporcionado por @{0}" msgid "View this user's verifications" msgstr "Ver las verificaciones de este usuario" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Ver usuarios a los que les gusta este feed" @@ -14026,11 +14182,11 @@ msgstr "Ver usuarios a los que les gusta este feed" msgid "View video" msgstr "Ver el video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Ver tus cuentas bloqueadas" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Consulta tus ajustes de interacción con las publicaciones" @@ -14039,11 +14195,15 @@ msgstr "Consulta tus ajustes de interacción con las publicaciones" msgid "View your feeds and explore more" msgstr "Ver tus feeds y explorar más" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Ver tu bandeja de moderación" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Ver tus listas de moderación" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Ver tus cuentas silenciadas" @@ -14060,6 +14220,10 @@ msgstr "Muestra la imagen a tamaño completo" msgid "Views video in immersive mode" msgstr "Muestra el video en modo inmersivo" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Violencia" @@ -14114,7 +14278,7 @@ msgstr "No hemos podido encontrar esta lista. Probablemente fue eliminada." #: src/screens/Login/LoginForm.tsx:349 msgid "We couldn't find an account with that username. Please check that you've typed it correctly, or <0>set your hosting provider manually." -msgstr "" +msgstr "No hemos podido encontrar una cuenta con ese nombre de usuario. Verifica que lo hayas escrito correctamente, o <0>establece tu proveedor de alojamiento manualmente." #: src/screens/Hashtag.tsx:262 msgid "We couldn't find any results for that tag." @@ -14136,9 +14300,13 @@ msgstr "No pudimos cargar las solicitudes para unirse a esta conversación" msgid "We couldn’t load this conversation’s settings" msgstr "No pudimos cargar los ajustes de esta conversación" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." -msgstr "" +msgstr "No hemos podido verificar tu proveedor de alojamiento. Comprueba tu conexión a Internet, o <0>establece tu proveedor de alojamiento manualmente." #: src/components/contacts/screens/GetContacts.tsx:246 msgid "We delete hashes after matches are made" @@ -14148,7 +14316,7 @@ msgstr "Eliminamos los hashes después de hacer las coincidencias" msgid "We don't store your friends' phone numbers or send any messages" msgstr "No almacenamos los números de teléfono de tus amigos ni enviamos ningún mensaje" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Estimamos {estimatedTime} hasta que tu cuenta esté lista." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Nos hemos asociado con <0>KWS para gestionar la verificación de edad. Cuando hagas clic en \"Comenzar\" abajo, KWS te enviará por correo electrónico las instrucciones para completar el proceso de verificación. Si tu dirección de correo electrónico ya se ha utilizado para verificar tu edad para otro juego o servicio que usa KWS, no tendrás que hacerlo de nuevo. Cuando hayas terminado, volverás para seguir usando Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Hemos enviado otro correo electrónico de verificación a <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Te recomendamos que elijas al menos dos intereses." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Hemos enviado un correo electrónico a <0>{0} con un enlace. Haz clic en el enlace para completar la verificación del correo electrónico." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "No pudimos determinar si tienes permiso para cargar videos. Inténtalo de nuevo." @@ -14198,16 +14366,16 @@ msgstr "No pudimos cargar la configuración de verificación de edad para tu reg msgid "We were unable to load your birthdate preferences. Please try again." msgstr "No pudimos cargar tus preferencias de fecha de nacimiento. Por favor, inténtalo de nuevo." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "No pudimos cargar tus etiquetadores configurados en este momento." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "No pudimos recibir la verificación debido a un problema de conexión. Puede llegar más tarde. Si lo hace, tu cuenta se actualizará automáticamente." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Te informaremos cuando tu cuenta esté lista." @@ -14217,7 +14385,7 @@ msgstr "Te avisaremos cuando encontremos a tus amigos." #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:101 msgid "We’d love to hear about your experience testing beta features!" -msgstr "" +msgstr "¡Nos encantaría saber sobre tu experiencia probando las funciones beta!" #. placeholder {0}: currentAccount!.email #: src/components/dialogs/EmailDialog/screens/Verify.tsx:259 @@ -14236,7 +14404,7 @@ msgstr "También estamos actualizando nuestras <0>Pautas de la comunidad, ¡ msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "También estamos actualizando nuestras Pautas de la comunidad, ¡y queremos tu opinión! Estas nuevas pautas entrarán en vigor el 15 de octubre de 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Estamos confirmando tu estado de verificación de edad con nuestros servidores. Esto solo debería llevar unos segundos." @@ -14255,7 +14423,7 @@ msgstr "Estamos teniendo problemas de red, inténtalo de nuevo" msgid "We’re having network issues, try again" msgstr "Estamos teniendo problemas de red, inténtalo de nuevo" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Hemos incluido una nueva capa de verificación en Bluesky: una marca fácil de ver." @@ -14265,9 +14433,9 @@ msgstr "¡Es nuestro placer tenerte aquí!" #: src/ageAssurance/useVerificationFlow.ts:117 msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." -msgstr "" +msgstr "Lo sentimos, pero según los datos compartidos por tu dispositivo, no tienes la edad suficiente para acceder a Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Lo sentimos, pero basado en la ubicación de tu dispositivo, actualmente estás en una ubicación que requiere verificación de edad." @@ -14284,7 +14452,7 @@ msgstr "Lo sentimos, pero no pudimos cargar tus palabras silenciadas en este mom #: src/screens/Search/SearchResults.tsx:580 #: src/screens/Search/SearchResults.tsx:798 msgid "We’re sorry, but your search could not be completed." -msgstr "" +msgstr "Lo sentimos, pero tu búsqueda no se pudo completar." #: src/screens/Search/SearchResults.tsx:438 #: src/screens/Search/SearchResults.tsx:579 @@ -14296,7 +14464,7 @@ msgstr "Lo sentimos, no se pudo completar tu búsqueda. Inténtalo de nuevo en u msgid "We're sorry, you cannot access this screen at this time." msgstr "Lo sentimos, no puedes acceder a esta pantalla en este momento." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "¡Lo sentimos! Se ha eliminado la publicación a la que estás respondiendo." @@ -14325,12 +14493,12 @@ msgstr "Estamos actualizando nuestras Condiciones de servicio, Política de priv msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Estamos actualizando nuestras Condiciones de servicio, Política de privacidad y Política de copyright, a partir del 15 de septiembre de 2025. También estamos actualizando nuestras Pautas de la comunidad, ¡y queremos tu opinión! Estas nuevas pautas entrarán en vigor el 15 de octubre de 2025. Conoce más sobre estos cambios y cómo compartir tus opiniones con nosotros leyendo nuestra entrada de blog." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Hemos confirmado tu estado de verificación de edad. Ya puedes cerrar este diálogo." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "¡Hola otra vez!" @@ -14349,19 +14517,19 @@ msgstr "¿Cómo quieres llamar a tu paquete de inicio?" #. Advanced search: Example of an “exact phrase” search #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:285 msgid "what’s up" -msgstr "" +msgstr "qué hay de nuevo" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "¿Qué hay de nuevo?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Si tocas en una verificación, verás qué organizaciones la han concedido." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "¿Quién puede interactuar con esta publicación?" @@ -14369,12 +14537,12 @@ msgstr "¿Quién puede interactuar con esta publicación?" msgid "Who can join this group chat and how" msgstr "Quién puede unirse a este chat de grupo y cómo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Quién puede responder" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "¿Quién puede verificar?" @@ -14434,11 +14602,11 @@ msgstr "¿Quieres bloquear a este usuario o eliminar esta conversación?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "¿Quieres bloquear a este usuario o salir de esta conversación?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "¿Quieres guardarlo como borrador antes de ver tus borradores?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "¿Quieres guardarlo como borrador para editarlo más tarde?" @@ -14447,12 +14615,12 @@ msgstr "¿Quieres guardarlo como borrador para editarlo más tarde?" msgid "Write a post" msgstr "Escribe una publicación" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Escribe una publicación" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Escribe una respuesta" @@ -14475,19 +14643,19 @@ msgstr "Tipo de conversación incorrecto" msgid "www.mylivestream.tv" msgstr "www.midirecto.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" -msgstr "" +msgstr "Sí" #. Accessibility label for the icon-only pill that filters the GIF picker to affirmation/agreement GIFs. #: src/features/gifPicker/components/GifCategoryPills.tsx:95 msgid "Yes GIFs" msgstr "GIF de afirmación" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Sí, desactivar" @@ -14495,19 +14663,19 @@ msgstr "Sí, desactivar" msgid "Yes, delete my account" msgstr "Sí, eliminar mi cuenta" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Sí, eliminar este paquete de inicio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Sí, separar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Sí, ocultar" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Sí, reactivar mi cuenta" @@ -14519,7 +14687,7 @@ msgstr "Ayer" msgid "You are a trusted verifier" msgstr "Tú eres un verificador de confianza" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Estás accediendo a Bluesky desde una región que legalmente nos exige verificar tu edad antes de permitirte el acceso a la aplicación." @@ -14544,12 +14712,12 @@ msgstr "Estás creando una cuenta en" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Actualmente tienes bloqueada la función Transmitir en vivo. Para apelar esta decisión de moderación, por favor envía el formulario a continuación." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Actualmente no puedes acceder al flujo de verificación de edad de Bluesky. Por favor, <0>contacta a nuestro equipo de moderación si crees que esto es un error." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Estás en cola." @@ -14558,11 +14726,11 @@ msgstr "Estás en cola." msgid "You are Live" msgstr "Estás emitiendo en directo" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Ya no estás emitiendo en directo" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "No tienes permiso para subir videos." @@ -14570,7 +14738,7 @@ msgstr "No tienes permiso para subir videos." msgid "You are not following anyone yet" msgstr "Aún no sigues a nadie" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "¡Estás en directo!" @@ -14599,7 +14767,7 @@ msgstr "También puedes <0>desactivar temporalmente tu cuenta. Tu perfil, pu msgid "You can also discover new Custom Feeds to follow." msgstr "También puedes descubrir nuevos Feeds personalizados para seguir." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "También puedes descargar los datos de tu chat como un archivo \"JSONL\". Este archivo solo incluye los mensajes que tú has enviado y no incluye los mensajes que has recibido." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Ahora puedes iniciar sesión con tu nueva contraseña." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Solo puedes añadir hasta {MAX_GALLERY_IMAGES, plural, one {# imagen} other {# imágenes}} por publicación" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Solo puedes guardar borradores de hasta 1000 caracteres." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Solo puedes guardar borradores de hasta 1000 caracteres. ¿Quieres descartar esta publicación antes de ver tus borradores?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Solo puedes seleccionar un GIF a la vez." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Solo puedes seleccionar un video a la vez." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Puedes reactivar tu cuenta para continuar iniciando sesión. Tu perfil y publicaciones serán visibles para otros usuarios." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Puedes leer el historial del chat, pero no enviar nuevos mensajes." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Puedes seleccionar hasta {MAX_GALLERY_IMAGES, plural, one {# imagen} other {# imágenes}} en total." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Puedes cambiar esta opción en Ajustes." @@ -14690,7 +14855,7 @@ msgstr "No puedes actualizar tu fecha de nacimiento mientras usas una contraseñ msgid "You don't follow any users who follow @{name}." msgstr "No sigues a ningún usuario que siga a @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Aún no tienes ninguna lista." @@ -14728,7 +14893,7 @@ msgstr "Has desactivado las notificaciones de respuestas, citas y menciones, por #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Has ingresado un código inválido. El formato debería ser XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Has llegado al final" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Has verificado tu dirección de correo electrónico correctamente. Puedes cerrar esta ventana." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Has alcanzado temporalmente el límite de carga de videos. Inténtalo de nuevo más tarde." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Tienes cambios sin guardar en este borrador, ¿quieres guardarlos?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Tienes cambios sin guardar. ¿Te gustaría guardarlos antes de ver tus borradores?" @@ -14858,7 +15023,7 @@ msgstr "Debes seguir al menos a siete personas más para generar un paquete de i msgid "You must grant access to your photo library to save a QR code" msgstr "Debes otorgar acceso a tu biblioteca de fotos para guardar un código QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Necesitas permitir el acceso a tu biblioteca multimedia." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Eres el propietario de este chat" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Anteriormente desactivaste a @{0}." @@ -14896,26 +15061,36 @@ msgstr "Cambiaste tu fecha de nacimiento recientemente" #: src/components/dms/MessageItem.tsx:821 msgid "You replied" -msgstr "" +msgstr "Respondiste" #: src/components/dms/MessageItem.tsx:820 msgid "You replied to {originalName}" -msgstr "" +msgstr "Respondiste a {originalName}" #: src/components/dms/MessageItem.tsx:818 msgid "You replied to yourself" -msgstr "" +msgstr "Te respondiste a ti mismo" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:103 msgid "You requested to join" msgstr "Solicitaste unirte" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Se cerrará la sesión de todas tus cuentas." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14974,17 +15149,17 @@ msgstr "Te mantendrás actualizado con estos feeds" #: src/ageAssurance/useVerificationFlow.ts:133 msgid "You're all set!" -msgstr "" +msgstr "¡Ya está todo listo!" #: src/ageAssurance/useVerificationFlow.ts:127 msgid "You're all set! However, certain features may still be restricted until you're able to verify you're an adult." -msgstr "" +msgstr "¡Ya está todo listo! Sin embargo, algunas funciones pueden seguir restringidas hasta que puedas verificar que eres mayor de edad." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "You’re in control" msgstr "Tú tienes el control" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Ya estás en cola" @@ -15010,7 +15185,7 @@ msgstr "Has denegado el acceso a tus contactos" msgid "You've found some people to follow" msgstr "Has encontrado algunas personas a las que seguir" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Has llegado al final del contenido activo." @@ -15018,7 +15193,7 @@ msgstr "Has llegado al final del contenido activo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "¡Has llegado al fin de tu feed! Encuentra más cuentas para seguir." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Has alcanzado el número máximo de borradores" @@ -15028,31 +15203,32 @@ msgstr "Has alcanzado el número máximo de solicitudes permitidas. Inténtalo d #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:430 msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." -msgstr "" +msgstr "Has alcanzado el máximo de {MAX_FILTERS, plural, one {# filtro} other {# filtros}}. Añade más valores a un filtro existente en lugar de crear nuevos." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Has alcanzado el inicio del contenido activo." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Has alcanzado tu límite diario de carga de videos (demasiados bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Has alcanzado tu límite diario de carga de videos (demasiados videos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Has visto todos los videos que había. ¿Qué te parece si hacemos una pausa?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Tu cuenta" #: src/components/moderation/ReportDialog/index.tsx:311 msgid "Your account cannot submit reports while it is suspended." -msgstr "" +msgstr "Tu cuenta no puede enviar denuncias mientras esté suspendida." #: src/screens/Settings/components/DeleteAccountDialog.tsx:133 msgid "Your account has been deleted, see ya! ✌️" @@ -15062,7 +15238,19 @@ msgstr "¡Tu cuenta ha sido eliminada, hasta luego! ✌️" msgid "Your account has been suspended" msgstr "Se ha suspendido tu cuenta" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Tu cuenta aún no tiene suficiente antigüedad para subir videos. Inténtalo de nuevo más tarde." @@ -15074,7 +15262,7 @@ msgstr "Tu cuenta es demasiado nueva" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Tu cuenta debe tener al menos 7 días de antigüedad para crear un nuevo chat de grupo." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Tu repositorio de cuenta, que contiene todos los registros de datos públicos, puede ser descargado como un archivo \"CAR\". Este archivo no incluye archivos multimedia incrustados, como imágenes, ni tus datos privados, que deben ser obtenidos por separado." @@ -15086,7 +15274,7 @@ msgstr "Se ha constatado que tu cuenta infringió <0>los Términos de servicio d msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Hemos recibido tu apelación. Si se acepta, te avisaremos por correo electrónico." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Tu fecha de nacimiento" @@ -15115,7 +15303,7 @@ msgstr "Tu contacto {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Tu nombre de usuario actual, <0>{0}, quedará automáticamente reservado para ti. Puedes volver a él cuando quieras desde esta cuenta." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Tu edad declarada es menor de 18 años. Algunos ajustes a continuación pueden estar deshabilitados. Si esto fue un error, puedes editar tu fecha de nacimiento en los <0>ajustes de la cuenta." @@ -15128,7 +15316,7 @@ msgstr "Tu correo electrónico" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Tu correo electrónico parece no ser válido." @@ -15140,7 +15328,7 @@ msgstr "Aún no has verificado tu correo electrónico. Hazlo para poder disfruta msgid "Your first like!" msgstr "¡Tu primer \"me gusta\"!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Tus seguidores" @@ -15155,17 +15343,17 @@ msgstr "Tu nombre de usuario completo será <0>@{0}" #: src/screens/Login/components/HostingProviderDialog.tsx:182 msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." -msgstr "" +msgstr "Tu proveedor de alojamiento no puede detectarse a partir de una dirección de correo electrónico, por lo que se usará el servicio predeterminado de Bluesky. Introduce tu nombre de usuario en su lugar, o establece tu proveedor manualmente." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." -msgstr "" +msgstr "Tu proveedor de alojamiento no admite videos tan grandes. Por favor, inténtalo de nuevo con un archivo más pequeño." #: src/screens/Login/components/HostingProviderDialog.tsx:188 msgid "Your hosting provider is detected automatically from the username you enter." -msgstr "" +msgstr "Tu proveedor de alojamiento se detecta automáticamente a partir del nombre de usuario que introduzcas." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Se han actualizado tus intereses." msgid "Your interests help us find what you like!" msgstr "Tus intereses nos ayudan a encontrar aquello que te gusta." -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Tu ubicación se ha actualizado." @@ -15198,15 +15386,20 @@ msgstr "Tu nombre, avatar, el nombre del chat de grupo y el número de miembros msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "¡Tu contraseña ha sido cambiada con éxito! Por favor, utiliza tu nueva contraseña cuando inicies sesión en Bluesky a partir de ahora." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "La contraseña debe tener al menos 8 caracteres." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Tu publicación fue enviada" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Tus publicaciones fueron enviadas" @@ -15214,7 +15407,7 @@ msgstr "Tus publicaciones fueron enviadas" msgid "Your preferred language" msgstr "Tu idioma preferido" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Tu foto de perfil" @@ -15223,30 +15416,34 @@ msgstr "Tu foto de perfil" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Tu foto de perfil rodeada de círculos concéntricos con fotos de perfil de otros usuarios" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Tu perfil, publicaciones, feeds y listas dejarán de ser visibles para otros usuarios de Bluesky. Puedes reactivar tu cuenta en cualquier momento iniciando sesión." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Tu respuesta fue enviada" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Se enviará tu denuncia a <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Los intereses que selecciones nos ayudarán a ofrecerte contenido interesante para ti." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Tu hilo tiene publicaciones vacías que se omitirán. Las publicaciones restantes se publicarán como un hilo." #: src/screens/Login/components/ConfirmHostingProviderDialog.tsx:80 msgid "Your username and password will be shared with <0>{host}. If you don’t recognize this provider, double-check your username." -msgstr "" +msgstr "Tu nombre de usuario y contraseña se compartirán con <0>{host}. Si no reconoces este proveedor, revisa nuevamente tu nombre de usuario." #: src/components/verification/VerificationsDialog.tsx:67 msgid "Your verifications" diff --git a/src/locale/locales/eu/messages.po b/src/locale/locales/eu/messages.po index b6f225a2cb..ad30a7397b 100644 --- a/src/locale/locales/eu/messages.po +++ b/src/locale/locales/eu/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: eu\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Basque\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" kategoria (aktiboa)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {jarraitzen #} other {# jarraitzen}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {Lagun # aurkitua!} other {# lagun aurkituta!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {ordu #} other {# ordu}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, other {# hilabete}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {post 1 gehiago} other {# post gehiago}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {jarraitzaile} other {jarraitzaile}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {jarraitzen} other {jarraitzen}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {post} other {post}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {# pertsona}} batu dira Bluesky-ra abio-multzo honen bidez!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# gehiago}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {# urte edo gehiago izan behar dituzu zure eskualdean kontu bat sortzeko.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} zuzenean dago" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} ez dago eskuragarri" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "Zure gailuak ez du {0} onartzen." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {kide} other {kide}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} {time}-etan" msgid "{displayName}'s Starter Pack" msgstr "{displayName}-ren Abio Multzoa" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {ordu} other {ordu}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minutu} other {minutu}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} zure abio multzoan izena eman du" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName}-k egiaztatu zaitu" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} jarraitzen" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {post} other {post}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {ordu #} other {# ordu}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{count}-tik {index}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ sarrera eskaera berri" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# erabiltzaile}} elkartu dira!" @@ -767,7 +776,7 @@ msgstr "{profileName} Bluesky-n sartu zen abio multzo bat erabiliz orain dela {t #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, eta {2, plural, one {beste #} other {beste #}} zure abio multzoan daude" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, eta {2, plural, one {beste #} other {beste #}} z #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, eta {2, plural, one {beste #} other {beste #}} zure abio multzoan daude" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {gordeta} other {gordeta}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {gustoko} other {gustoko}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} eta<1> <2>{1} zure abio multzoan daude" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} zure abio multzoan dago" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} kide" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Sakatu hemen zure kokapena GPSarekin eguneratzeko." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Zueta<1> <2>{0} zure abio multzoan zaudete" @@ -946,6 +955,12 @@ msgstr "7 egun" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Bluesky-n aurki ditzakezun feed ezagunen bilduma bat, besteak beste, News, Booksky, Game Dev, Blacksky eta Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Sareko errore bat gertatu da. Mesedez, egiaztatu zure Interneteko konexi msgid "A new code has been sent" msgstr "Kode berri bat bidali da" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Egiaztatzeko modu berri bat" @@ -1005,7 +1020,7 @@ msgstr "Post-konpositorearen pantaila-argazkia, ondoan \"Zirriborroak\" dioen bo msgid "A selected recipient is not followed by the sender." msgstr "Hautatutako hartzailea ez du bidaltzaileak jarraitzen." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Sarbidea eskatu da! Taldearen jabeak zure eskaera berrikusiko du." msgid "Accessibility" msgstr "Erabilerraztasun" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Erabilerraztasun Doikuntzak" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Kontua" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Kontua blokeatuta" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Kontua jarraituta" @@ -1086,8 +1101,8 @@ msgstr "Kontua bertan behera utzi da" msgid "Account is deactivated" msgstr "Kontua desaktibatuta dago" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Kontua mutututa" @@ -1111,24 +1126,24 @@ msgstr "Kontua ezabatua sarrera azkarretik" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Kontua desblokeatuta" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Kontua jarraitzeari utzita" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Kontua desmutututa" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Egiaztapen-marka urdin ondulatua <0><1/> duten kontuek beste batzuk egiazta ditzakete. Egiaztatzaile fidagarri hauek Blueskyk hautatzen ditu." @@ -1138,7 +1153,7 @@ msgstr "Egiaztapen-marka urdin ondulatua <0><1/> duten kontuek beste batzuk msgid "Activity from others" msgstr "Beste batzuen jarduera" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Jarduera jakinarazpenak" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Gehitu" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Gehitu {0} gehiago jarraitzeko" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Gehitu {displayName} abio multzora" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Gehitu erabiltzaile bat zerrenda honi" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Gehitu kontua" @@ -1201,11 +1216,11 @@ msgstr "Gehitu aukerazko testua (hautazkoa)" msgid "Add another account" msgstr "Gehitu beste kontu bat" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Gehitu beste post bat" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Gehitu beste post bat harira" @@ -1223,7 +1238,7 @@ msgstr "Gehitu aplikazio pasahitza" msgid "Add App Password" msgstr "Gehitu Aplikazio Pasahitza" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Gehitu automatizazio etiketa kontuan" @@ -1239,12 +1254,12 @@ msgstr "Gehitu iragazkia" msgid "Add group chat members" msgstr "Gehitu txat taldeko kideak" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Gehitu irudia" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Gehitu multimedia postari" @@ -1254,8 +1269,8 @@ msgstr "Gehitu multimedia postari" msgid "Add members" msgstr "Gehitu kideak" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Gehitu xehetasun gehiago (hautazkoa)" @@ -1295,7 +1310,7 @@ msgstr "Gehitu Erreakzioa" msgid "Add recommended feeds" msgstr "Gehitu gomendatutako feddak" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Gehitu feed batzuk zure abio multzoari!" @@ -1307,12 +1322,12 @@ msgstr "Gehitu zuk bakarrik jarraitzen duzun jendearen lehenetsitako feeda" msgid "Add the following DNS record to your domain:" msgstr "Gehitu honako DNS agiria zure domeinuan:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Gehitu feed hau zure feedetara" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Gehitu zerrendetara" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Gehitu gordetako postetara" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Gehitu abio multzoei" @@ -1330,7 +1345,7 @@ msgstr "Gehitu abio multzoei" msgid "Add user to list" msgstr "Gehitu erabiltzailea zerrendara" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Gehitu zure jaiotze data" @@ -1361,7 +1376,7 @@ msgstr "Kideak zerrendara gehitzen..." msgid "Additional details (limit 1000 characters)" msgstr "Xehetasun gehiago (1000 karaktere gehienez)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Xehetasun gehiago (300 karaktere gehienez)" @@ -1378,14 +1393,14 @@ msgstr "Heldua" msgid "Adult content" msgstr "Eduki heldua" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Eduki heldua" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Eduki heldua <0>bsky.app Web bidez bakarrik gaitu daiteke." @@ -1402,7 +1417,7 @@ msgstr "Eduki Heldu etiketak" msgid "Adult sexual abuse content" msgstr "Helduentzako sexu-abusuen edukia" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Aurreratua" @@ -1423,7 +1438,7 @@ msgstr "Adinaren berme-eskaera aurkeztu da" msgid "Age assurance only takes a few minutes" msgstr "Adina bermatzeko minutu gutxi batzuk besterik ez dira behar" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "Adina bermatzeko minutu gutxi batzuk besterik ez dira behar." @@ -1438,6 +1453,11 @@ msgstr "ane@adibidea.com" msgid "All" msgstr "Guztiak" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Guztiak" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Dena {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Kontu guztiak jarraituak izan dira!" @@ -1474,7 +1494,7 @@ msgstr "Gorde dituzun feed guztiak, leku bakar batean." msgid "Allow access to your direct messages" msgstr "Baimendu sarrera zure mezu zuzenetara" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Utzi edonori erantzuten" @@ -1488,8 +1508,8 @@ msgstr "Baimendu mezu zuzenak hemendik" msgid "Allow group chat invites from" msgstr "Baimendu txat taldeko gonbidapenak hemendik" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Kokapenerako sarbidea baimendu" @@ -1498,24 +1518,24 @@ msgstr "Kokapenerako sarbidea baimendu" msgid "Allow others to be notified of your posts" msgstr "Utzi besteei zure posten berri izaten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Utzi jarraitzen dituzun pertsonei erantzuten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Utzi aipatzen dituzun pertsonei erantzuten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Baimendu post aipamenak" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Utzi {0}-ko erabiltzaileei erantzuten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Utzi zure jarraitzaileei erantzuten" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Mezu zuzenetara sarrera baimentzen da" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Dagoeneko kode bat daukazu?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Dagoeneko kontu bat daukazu?" @@ -1540,7 +1560,7 @@ msgstr "Dagoeneko izena emanda @{0} bezala" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Aukerazko testua moztuko da. {MAX_ALT_TEXT, plural, other {Muga: {0} karaktere.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Mezu elektroniko bat bidali da {0} helbidera. Behean sar dezakezun berrespen-kode bat dakar." @@ -1587,7 +1607,7 @@ msgstr "Errore bat gertatu da" msgid "An error occurred" msgstr "Errore bat gertatu da" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Errore bat gertatu da bideoa konprimitzean." @@ -1596,7 +1616,7 @@ msgstr "Errore bat gertatu da bideoa konprimitzean." msgid "An error occurred while fetching suggested accounts." msgstr "Errore bat gertatu da iradokitako kontuak eskuratzean." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Errore bat gertatu da feeda eskuratzerakoan." @@ -1609,15 +1629,15 @@ msgstr "Errore bat gertatu da zure abio multzoa sortzean. Berriro saiatu nahi du msgid "An error occurred while hiding suggestion. {0}" msgstr "Errore bat gertatu da iradokizuna ezkutatzean. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Errore bat gertatu da bideoa kargatzean. Mesedez, saiatu berriro geroago." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Errore bat gertatu da bideoa kargatzean. Mesedez, saiatu berriro." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Errore bat gertatu da zure zerrendak kargatzean :/" @@ -1628,16 +1648,16 @@ msgstr "Errore bat gertatu da QR kodea gordetzean!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Errore bat gertatu da guztiak jarraitzen saiatzean" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Errore bat gertatu da bideoa igotzean. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Errore bat gertatu da bideoa igotzean. Egiaztatu Interneteko konexioa eta saiatu berriro." @@ -1661,8 +1681,8 @@ msgstr "Hainbat Bluesky-ren posten ilustrazioa, berposta, atsegin dut eta iruzki msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Bluesky aplikazioaren ilustrazioa, paperezko hegazkin bat handik ateratzen, lagunak gonbidatzea adieraziz" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Bluesky-k egiaztatzaile fidagarriak hautatzen dituela erakusten duen ilustrazio bat, eta egiaztatzaile fidagarriek, berriz, erabiltzaile-kontuak egiaztatzen dituztela." @@ -1686,14 +1706,14 @@ msgstr "Arazo bat gertatu da txat taldea abiaraztean. Mesedez, saiatu berriro." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Arazo bat gertatu da. Mesedez, saiatu berriro." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Bluesky aplikazioa irekita erakusten duen iPhone baten maketa egiaztatutako erabiltzaile baten profilean kontrol-marka urdin batekin bistaratzeko izenaren ondoan." @@ -1702,7 +1722,7 @@ msgstr "Bluesky aplikazioa irekita erakusten duen iPhone baten maketa egiaztatut msgid "an unknown labeler" msgstr "etiketatzaile ezezaguna" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "eta" @@ -1735,7 +1755,7 @@ msgstr "Bluesky-n egiaztapena iragartzen" msgid "Any date" msgstr "Edozein data" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Edonor" @@ -1767,7 +1787,7 @@ msgstr "Niri jarraitzen didan edonor" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Daukan edonork ezingo du gehiago sartu edo sartzeko eskaera egin. Beti sor dezakezu berri bat." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Aplikazioaren pasahitzaren izenek 4 karaktere izan behar dituzte gutxien msgid "App passwords" msgstr "Aplikazio pasahitzak" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Aplikazio Pasahitzak" @@ -1856,7 +1876,7 @@ msgstr "Apelatu erabaki hau" msgid "Appeal this label" msgstr "Apelatu etiketa hau" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Aplikatu Tira Eskaera" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "{0}-tik artxibatuta" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Gordetako posta" @@ -1914,7 +1934,7 @@ msgstr "Ziur zaude \"{0}\" aplikazioaren pasahitza ezabatu nahi duzula?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Ziur zaude mezu hau ezabatu nahi duzula? Mezua zuretzako ezabatuko da, baina ez beste parte-hartzaileentzat." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Ziur zaude abio multzo hau ezabatu nahi duzula?" @@ -1936,7 +1956,7 @@ msgstr "Ziur zaude elkarrizketa hau utzi nahi duzula?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Ziur zaude elkarrizketa hau utzi nahi duzula? Zure mezuak ezabatuko dira zuretzako, baina ez beste parte-hartzaileentzat." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Ziur zaude hau zure feedetatik ezabatu nahi duzula?" @@ -1945,7 +1965,7 @@ msgstr "Ziur zaude hau zure feedetatik ezabatu nahi duzula?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Ziur zaude {0}-n sartzeko eskaera bertan behera utzi nahi duzula?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Ziur zaude post hau baztertu nahi duzula?" @@ -1953,7 +1973,7 @@ msgstr "Ziur zaude post hau baztertu nahi duzula?" msgid "Are you sure?" msgstr "Ziur zaude?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Zu al zara irudikatutako pertsona, edo irudikatutako pertsonaren izenean diharduen ordezkari baimendua?" @@ -1969,8 +1989,8 @@ msgstr "Artea" msgid "Artistic or non-erotic nudity." msgstr "Biluztasun artistikoa edo ez erotikoa" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Eskatu aplikazioei eta guneei nire kontua ez erakusteko saioa hasi ez duten erabiltzaileei" @@ -1979,12 +1999,12 @@ msgstr "Eskatu aplikazioei eta guneei nire kontua ez erakusteko saioa hasi ez du msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Eskatu aplikazioei nire postak gomendio algoritmikoetatik ezkutatzeko" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Algoritmoari gaia esleitu" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Gutxienez 8 karaktere" @@ -2017,8 +2037,8 @@ msgstr "Automatikoa" msgid "Automation label" msgstr "Automatizazio etiketa" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Automatizazio Etiketa" @@ -2038,6 +2058,10 @@ msgstr "Eskuragarri" msgid "Avatar creator" msgstr "Abatar sortzailea" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Abatar sortzailea" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Abatar sortzailea" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Atzera" msgid "Back to Chats" msgstr "Itzuli Txatetara" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Debekatutako jarduerak edo segurtasun-urraketak" @@ -2081,7 +2109,7 @@ msgstr "Debekatutako jarduerak edo segurtasun-urraketak" msgid "Banned user returning" msgstr "Debekatutako erabiltzailea itzultzen" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Zure gailuaren kokapenean oinarrituta, uste dugu <0>{geolocationString}-n zaudela." @@ -2089,7 +2117,7 @@ msgstr "Zure gailuaren kokapenean oinarrituta, uste dugu <0>{geolocationString}< msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Zure gailuaren kokapenean oinarrituta, uste dugu <0>{region}-n zaudela." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Zure sarearen arabera, <0>{geolocationString}n zaudela uste dugu. Baliteke estimazio hau zehatza ez izatea VPN bat erabiltzen ari bazara." @@ -2148,16 +2176,16 @@ msgstr "Bete beheko eremuak adinaren berme prozesua hasteko." msgid "Beta Feature" msgstr "Beta Ezaugarria" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Beta ezaugarriak" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Beta ezaugarriak gaituta" @@ -2193,12 +2221,12 @@ msgstr "Blokeatu {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Kontua blokeatu" @@ -2255,15 +2283,15 @@ msgstr "Blokeatu erabiltzailea eta/edo ezabatu elkarrizketa hau" msgid "Block user and/or leave this conversation" msgstr "Blokeatu erabiltzailea eta/edo utzi elkarrizketa hau" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blokeatua" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Blokeatutako kontuak" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Blokeatutako Kontuak" @@ -2288,7 +2316,7 @@ msgstr "Blokeatzea publikoa da. Blokeatutako kontuek ezin dute zure harietan era 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." msgstr "Blokeatzeak ez du eragotziko etiketak zure kontuan aplikatzea, baina kontu honek zure harietan erantzutea edo zurekin elkarreragitea eragotziko du." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog-a" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky-k ezin du baieztatu erreklamatutako dataren benetakotasuna." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky-k lagunei elkar aurkitzen laguntzen die \"hash\" izeneko hatz-marka digital kodetu bat sortuz eta, ondoren, bat datozen hash-ak bilatuz." @@ -2357,15 +2389,11 @@ msgstr "Bluesky-k zure kontaktuak datu kodetu gisa gordetzen ditu. Kontaktuak ke msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky-k zure sareko pertsonen artean gomendatutako kontu multzo bat aukeratuko du." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky-k ez dio zure kontua saioa hasi gabeko erabiltzaileei erakutsiko eta gauza bera egiteko eskatuko die beste aplikazioei. Baliteke beste aplikazio batzuek eskaera hau ez onartzea. Horrek ez du zure kontua pribatu bihurtzen." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky-k ez ditu zure postak Aurkitu feedean erakutsiko (zure jarraitzaileei izan ezik), eta beste aplikazio batzuei zure postak beren gomendio algoritmikoetan ez erakusteko eskatuko die." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky-k modu proaktiboan egiaztatuko ditu kontu aipagarriak eta benetakoak." @@ -2424,29 +2452,29 @@ msgstr "Nabigatu proposamen gehiagotatik Arakatu orrian" msgid "Browse other feeds" msgstr "Nabigatu beste feedetatik" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Nabigatu {displayName}-ri buruzko postak" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Nabigatu {displayName}-rekin etiketatutako postak" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Nabigatu {displayName} abio multzoa" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Nabigatu {0} gaia" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Nabigatu {displayName} gaia" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Negozio" @@ -2459,10 +2487,10 @@ msgstr "Hasierako denbora-lerrora itzultzeko botoia" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "{0}-gatik" @@ -2475,7 +2503,7 @@ msgstr "@{0}-gatik" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "<0>{0}-gatik" @@ -2504,11 +2532,11 @@ msgstr "Kontua sortzean <0>Zerbitzu Baldintzak eta <1>Pribatutasun Politika< msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Kontua sortzean <0>Zerbitzu Baldintzak onartzen dituzu." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Zugatik" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamera" @@ -2521,16 +2549,16 @@ msgstr "Kamerarako sarbidea behar da" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Kamerarako sarbidea behar da" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Kamerarako sarbidea behar da" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Utzi" msgid "Cancel quote post" msgstr "Utzi postaren aipamena" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Utzi berriro aktibatzea eta amaitu saioa" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Ez du saioa hasten erabiltzaile-izena egiaztatu ahal izateko" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Ezin da blokeatutako erabiltzaile batekin elkarreragin" @@ -2609,7 +2637,7 @@ msgstr "Epigrafeak (.vtt)" msgid "Captions & alt text" msgstr "Epigrafeak eta aukerazko testua" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "karrusela" @@ -2651,24 +2679,24 @@ msgstr "Aldatu Erabiltzailea" msgid "Change hosting provider" msgstr "Aldatu ostatze-hornitzailea" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Aldatu moderazio zerbitzua" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Aldatu pasahitza" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Pasahitza aldatzeko elkarrizketa-koadroa" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Txostenaren kategoria aldatu" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Aldatu salaketa arrazoia" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Abio multzoan egindako aldaketak ez dira zerrendan islatuko sortu ondoren. Zerrenda kopia independentea izango da." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Txateatu" @@ -2758,7 +2786,7 @@ msgstr "Txataren jabeek ezin dute txat talde bat utzi." msgid "Chat recipient is not followed by the sender." msgstr "Txataren hartzailea ez du bidaltzaileak jarraitzen." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Txateatzeko eskaeren sarrera-ontzia" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Txateatzeko eskaerak" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Egiaztatu <0>{currentEmail} baieztapen kodea duen mezua hartu eta sa msgid "Check back later!" msgstr "Itzuli geroago!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Egiaztatu nire egoera" @@ -2895,7 +2923,7 @@ msgstr "Aukeratu zure ostatatze-hornitzailea" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Aukeratu zure denbora-lerroa! Komunitateak sortutako feedek maite duzun edukia aurkitzen laguntzen dizu." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Aukeratu zure pasahitza" @@ -2931,7 +2959,7 @@ msgstr "Garbitu GIF bilaketa" msgid "Clear image cache" msgstr "Garbitu irudien cachea" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Garbitu bilaketa-kontsulta" @@ -2951,11 +2979,11 @@ msgstr "Egin klik hemen txat talde honetara jendea gehitzeko" msgid "Click here to create or manage an invite link for this group chat" msgstr "Egin klik hemen txat talde honetarako gonbidapen-esteka sortzeko edo kudeatzeko" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Egin klik hemen zure kontua ezabatzeko" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Egin klik hemen saioa amaitzeko" @@ -2968,8 +2996,8 @@ msgstr "Egin klik hemen mezu elektronikoa berriro bidaltzeko" msgid "Click here to restart the verification process." msgstr "Egin klik hemen egiaztapen-prozesua berrabiarazteko." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Egin klik hemen zure jaiotze data eguneratzeko" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Egin klik huts egindako mezua berriro bidaltzen saiatzeko" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Egin klik huts egindako mezua berriro bidaltzen saiatzeko" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Egin klik huts egindako mezua berriro bidaltzen saiatzeko" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Itxi" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Itxi elkarrizketa-koadro aktiboa" @@ -3068,13 +3097,13 @@ msgstr "Itxi bannerra" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Itxi elkarrizketa-koadroa" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Itxi marrazki menua" @@ -3110,7 +3139,7 @@ msgstr "Itxi sarrera eskaeren bannerra" msgid "Close this dialog" msgstr "Itxi elkarrizketa-koadro hau" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Itxi ongietorri modala" @@ -3118,7 +3147,7 @@ msgstr "Itxi ongietorri modala" msgid "Closes password update alert" msgstr "Pasahitzak eguneratzeko alerta ixten du" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Post-konpositorea ixten du eta post-zirriborroa baztertzen du" @@ -3126,7 +3155,7 @@ msgstr "Post-konpositorea ixten du eta post-zirriborroa baztertzen du" msgid "Collapse list of users" msgstr "Tolestu erabiltzaileen zerrenda" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Jakinarazpen jakin baterako erabiltzaileen zerrenda tolesten du" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Komikiak" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Komunitate-gidalerroak" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Osatu sartzea eta hasi zure kontua erabiltzen" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Osatu erronka" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Idatzi post berria" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Idatzi {0, plural, other {# karaktere}} gehienezko postak" @@ -3180,11 +3209,11 @@ msgstr "Idatzi {0, plural, other {# karaktere}} gehienezko postak" msgid "Compose reply" msgstr "Idatzi erantzuna" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "GIFa konprimitzen..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Bideoa konprimitzen..." @@ -3198,18 +3227,18 @@ msgstr "<0>Moderazio-ezarpenetan konfiguratuta." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Berretsi" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Baieztapen kodea" @@ -3226,12 +3255,12 @@ msgstr "Zerbitzura konektatzen…" msgid "Connecting…" msgstr "Konektatzen…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Konexio arazoa" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Jarri harremanetan gure laguntza-taldearekin" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Jarri laguntzarekin harremanetan" @@ -3273,7 +3302,7 @@ msgstr "Edukiak eta Media" msgid "Content and media" msgstr "Edukiak eta media" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Edukiak eta Media" @@ -3281,7 +3310,7 @@ msgstr "Edukiak eta Media" msgid "Content Blocked" msgstr "Edukia Blokeatuta" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Eduki-iragazkiak" @@ -3421,8 +3450,8 @@ msgstr "Kopiatu" msgid "Copy App Password" msgstr "Kopiatu Aplikazioaren Pasahitza" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Kopiatu at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kopiatu kodea" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Kopiatu DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Kopiatu gonbidapen-esteka" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Kopiatu esteka" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Kopiatu Esteka" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Kopiatu esteka zerrendara" @@ -3472,12 +3501,12 @@ msgstr "Kopiatu esteka zerrendara" msgid "Copy link to post" msgstr "Kopiatu esteka postera" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Kopiatu esteka profilera" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Kopiatu abio multzoaren esteka" @@ -3491,8 +3520,8 @@ msgstr "Kopiatu mezuaren testua" msgid "Copy post at:// URI" msgstr "Kopiatu posta at:// URI" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Kopiatu postaren testua" @@ -3506,7 +3535,7 @@ msgstr "Kopiatu TXT erregistroaren balioa" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Copyright Politika" @@ -3632,7 +3661,7 @@ msgstr "Sortu" msgid "Create a list" msgstr "Sortu zerrenda bat" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Sortu zerrenda bat abio multzo honetatik" @@ -3642,7 +3671,7 @@ msgstr "Sortu QR kodea abio multzo baterako" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Sortu abio multzo bat" @@ -3655,12 +3684,12 @@ msgstr "Sortu Abio Multzo bat" msgid "Create a starter pack for me" msgstr "Sortu niretzat abio multzo bat" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Sortu txat taldea" msgid "Create list" msgstr "Sortu zerrenda" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Sortu zerrenda kideetatik" @@ -3708,13 +3737,13 @@ msgstr "Sortu zerrenda kideetatik" msgid "Create list from starter pack" msgstr "Sortu zerrenda abio multzotik" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Sortu moderazio-zerrenda" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Sortu kontu berria" @@ -3724,8 +3753,8 @@ msgstr "Sortu edo aldatu gonbidapen-esteka bat txat talde honetarako" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Sortu salaketa {0}rentzat" @@ -3734,7 +3763,7 @@ msgstr "Sortu salaketa {0}rentzat" msgid "Create starter pack" msgstr "Sortu abio multzoa" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Sortu erabiltzaile-zerrenda" @@ -3747,7 +3776,7 @@ msgstr "Sortu erabiltzaile-zerrenda" msgid "Created {0}" msgstr "Sortuta {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Sortzailea blokeatu egin da" @@ -3800,7 +3829,7 @@ msgstr "Iluna" msgid "Dark theme" msgstr "Gai iluna" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Jaiotze data" @@ -3814,7 +3843,7 @@ msgstr "Eguna" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Desaktibatu kontua" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Ikono lehenetsiak" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Ezabatu" @@ -3892,8 +3921,8 @@ msgstr "Ezabatu elkarrizketa" msgid "Delete for me" msgstr "Ezabatu niretzat" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Ezabatu zerrenda" @@ -3909,30 +3938,30 @@ msgstr "Ezabatu mezua niretzat" msgid "Delete my account" msgstr "Ezabatu nire kontua" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Ezabatu posta" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Ezabatu abio multzoa" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Abio multzoa ezabatu nahi duzu?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Zerrenda hau ezabatu nahi duzu?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Post hau ezabatu nahi duzu?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Ezabatu da" @@ -3953,7 +3982,7 @@ msgstr "Plivok ezabatua egiaztatu ondoren" msgid "Deleted list" msgstr "Ezabatutako zerrenda" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Deskribapena (gehienez 1000 karaktere)" msgid "Descriptive alt text" msgstr "Aukerazko testu deskribatzailea" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Kendu aipamena" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Postaren aipamena kendu?" @@ -3993,11 +4022,11 @@ msgstr "Garatzaile modua gaituta" msgid "Developer options" msgstr "Garatzaile aukerak" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Gailuak huts egin du itzulpenean :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Elkarrizketa: egokitu mezu honekin nork elkarreragin dezakeen" @@ -4009,6 +4038,11 @@ msgstr "Elkarrizketa-koadroa: ezarri bilaketa-iragazkiak" msgid "Dim" msgstr "Lausotu" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Desgaitu azpitituluak" msgid "Disable email 2FA" msgstr "Desgaitu 2FA posta elektronikoa" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Desgaitu 2FA posta elektronikoa" @@ -4041,11 +4075,11 @@ msgstr "Desgaitu feedback haptikoa" msgid "Disable link" msgstr "Desgaitu esteka" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Desgaitu post honen aipamen postak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Desgaitu erantzunak erabat" @@ -4056,17 +4090,17 @@ msgstr "Gonbidapen-esteka hau desgaitu?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Desgaituta" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Baztertu" @@ -4075,23 +4109,28 @@ msgstr "Baztertu" msgid "Discard changes?" msgstr "Aldaketak baztertu?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Zirriborroa baztertu?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Posta baztertu?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Deskonektatu Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Aurkitu feedak" @@ -4106,8 +4145,8 @@ msgstr "Aurkitu feed pertsonalizatu berriak" msgid "Discover New Feeds" msgstr "Aurkitu Feed Berriak" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Baztertu" @@ -4115,7 +4154,7 @@ msgstr "Baztertu" msgid "Dismiss banner" msgstr "Baztertu bannerra" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Baztertu errorea" @@ -4217,8 +4256,9 @@ msgstr "Ez kezkatu! Mezu eta ezarpen guztiak gordeta daude eta heldua zarela egi #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Eginda" msgid "Double tap or long press the message to add a reaction" msgstr "Kolpetxo bikoitza edo luze sakatu erreakzio bat gehitzeko" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Sakatu birritan elkarrizketa-koadroa ixteko" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Kolpetxo bikoitza gogoko emateko" @@ -4248,11 +4288,11 @@ msgstr "Deskargatu" msgid "Download Bluesky" msgstr "Deskargatu Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Deskargatu txataren datuak" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Deskargatu txataren datuak" @@ -4266,11 +4306,11 @@ msgstr "Deskargatu irudia" msgid "Download invite QR code" msgstr "Deskargatu gonbidapen QR kodea" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Deskargatu profilaren datuak" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Deskargatu profilaren datuak" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Doxxing-a" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Zirriborroak" @@ -4318,19 +4358,19 @@ msgstr "adib. alice.com" msgid "E.g. artistic nudes." msgstr "Adib. biluzi artistikoak." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "adib. Kartel Bikainak" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "adib. Spammer-ak" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "adib. Inoiz galdu behar ez diren kartelak." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "adib. Iragarkiekin behin eta berriz erantzuten duten erabiltzaileak." @@ -4341,7 +4381,7 @@ msgstr "Elikadura-nahasmenduak" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Editatu" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Editatu abatarra" @@ -4373,8 +4413,8 @@ msgstr "Editatu taldearen izena" msgid "Edit image" msgstr "Editatu irudia" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Editatu interakzio-ezarpenak" @@ -4396,21 +4436,21 @@ msgstr "Editatu gonbidapen-esteka" msgid "Edit link settings" msgstr "Editatu estekaren ezarpenak" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Editatu zerrendaren xehetasunak" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Zuzeneko egoera editatu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Editatu moderazio zerrenda" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Editatu Nire Feedak" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Editatu Jendea" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Editatu posten interakzio-ezarpenak" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Editatu profila" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Editatu Profila" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Editatu abio multzoa" @@ -4454,15 +4494,15 @@ msgstr "Editatu abio multzoa" msgid "Edit this group chat’s name" msgstr "Editatu txat taldearen izena" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Editatu erabiltzaile zerrenda" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Editatu nork erantzun dezakeen" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Editatu zure abio multzoa" @@ -4470,16 +4510,16 @@ msgstr "Editatu zure abio multzoa" msgid "Education" msgstr "Hezkuntza" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Edo zerrenda honen sortzaileak blokeatu zaitu edo zuk blokeatu duzu sortzailea." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Posta elektronikoa" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "E-posta bidezko 2FA desgaituta" @@ -4492,7 +4532,7 @@ msgstr "2FA posta elektronikoa gaituta" msgid "Email address" msgstr "Email helbidea" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Posta elektronikoa Birbidali" @@ -4508,7 +4548,7 @@ msgstr "Mezu elektronikoa bidali da! <0>Egin klik hemen berriro bidaltzeko." msgid "Email verification complete!" msgstr "Helbide elektronikoaren egiaztapena osatu da!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Posta elektronikoa Egiaztatuta" @@ -4527,7 +4567,7 @@ msgstr "Txertatu posta" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Txertatu post hau zure webgunean. Kopiatu hurrengo kode zatia eta itsatsi zure webguneko HTML kodean." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Bideo erreproduzitzailea txertatua" @@ -4542,12 +4582,7 @@ msgstr "Gaitu" msgid "Enable {0} only" msgstr "Gaitu {0} soilik" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Gaitu 10 minutuko bideo-igoerak." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Gaitu helduentzako edukia" @@ -4583,7 +4618,7 @@ msgstr "Kontu baten jakinarazpenak gaitzeko, bisitatu haren profila eta sakatu < msgid "Enable push notifications" msgstr "Gaitu push jakinarazpenak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Gaitu post honen aipamen postak" @@ -4601,7 +4636,7 @@ msgstr "Gaitu joera-gaiak" msgid "Enable trending videos in your Discover feed" msgstr "Gaitu joera bideoak zure Aurkitu feedean" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Gaituta" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Sartu zure jaiotze data" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Sartu zure posta elektroniko helbidea" @@ -4670,15 +4705,15 @@ msgstr "Sartu zure pasahitza" msgid "Enter your username and password" msgstr "Sartu zure erabiltzaile-izena eta pasahitza" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Pantaila osora sartzen da" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Entretenimendua" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Errorea" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Errore mezua" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Errore bat gertatu da fitxategia gordetzean" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Errore bat gertatu da captcha erantzuna jasotzean." @@ -4712,11 +4747,11 @@ msgstr "Errore bat gertatu da captcha erantzuna jasotzean." msgid "Error: {error}" msgstr "Errorea: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Denek erantzun dezakete" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Denek erantzun dezakete post honi." @@ -4783,7 +4818,7 @@ msgstr "Zabaldu edo tolestu erantzuten ari zaren post osoa" msgid "Expand post text" msgstr "Zabaldu postaren testua" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Postaren testua zabaldu edo tolesten du" @@ -4826,21 +4861,21 @@ msgstr "Esplizituak edo kezkagarriak izan daitezkeen multimediak." msgid "Explicit sexual images." msgstr "Sexu-irudi esplizituak." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Arakatu" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Arakatu aplikazioa" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Esportatu nire txateko datuak" @@ -4849,7 +4884,7 @@ msgstr "Esportatu nire txateko datuak" msgid "Export my data" msgstr "Esportatu nire datuak" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Esportatu nire profileko datuak" @@ -4868,7 +4903,7 @@ msgstr "Kanpoko Multimedia" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Kanpoko multimediak webguneek zuri eta zure gailuari buruzko informazioa biltzeko aukera izan dezake. Ez da informaziorik bidali edo eskatzen \"play\" botoia sakatu arte." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Kanpoko Multimedia Hobespenak" @@ -4946,7 +4981,7 @@ msgstr "Ezin izan da mezua ezabatu" msgid "Failed to delete post, please try again" msgstr "Ezin izan da posta ezabatu. Mesedez, saiatu berriro" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Ezin izan da abio multzoa ezabatu" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Ezin izan da desgaitu gonbidapen-esteka" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DM deskonektatzeak huts egin du. Errorea: {0}" @@ -5003,16 +5038,16 @@ msgstr "Ezin izan da txat taldea utzi" msgid "Failed to load conversations" msgstr "Ezin izan dira elkarrizketak kargatu" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Ezin izan dira feedak kargatu" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Ezin izan dira kargatu feeden hobespenak" @@ -5037,14 +5072,14 @@ msgstr "Ezin izan da hobespena kargatu." msgid "Failed to load profiles" msgstr "Ezin izan dira profilak kargatu" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Ezin izan dira iradokitako feedak kargatu" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Ezin izan dira kargatu iradokitako jarraipenak" @@ -5067,12 +5102,12 @@ msgstr "Ezin izan dira eskaera guztiak irakurri gisa markatu" msgid "Failed to mute group chat" msgstr "Ezin izan da txat taldea mututu" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Ezin izan da posta ainguratu" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DM berriro konektatzeak huts egin du. Errorea: {0}" @@ -5121,7 +5156,7 @@ msgstr "Ezin izan da zure eskaera bertan behera utzi. Mesedez, saiatu berriro." msgid "Failed to resolve location. Please try again." msgstr "Ezin izan da kokapena ebatzi. Mesedez, saiatu berriro." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Ezin izan da zirriborroa gorde" @@ -5135,7 +5170,7 @@ msgstr "Ezin izan da irudia gorde" msgid "Failed to save image: {0}" msgstr "Ezin izan da irudia gorde: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Ezin izan dira ezarpenak gorde. Mesedez, saiatu berriro." @@ -5168,7 +5203,7 @@ msgstr "Ezin izan da mututu/ez mututu haria. Mesedez, saiatu berriro" msgid "Failed to unlock group chat" msgstr "Ezin izan da txat taldea ireki" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Ezin izan da zerrenda ainguratik kendu" @@ -5185,7 +5220,7 @@ msgstr "Ezin izan dira 2FA posta elektroniko ezarpenak eguneratu" msgid "Failed to update email, please try again." msgstr "Ezin izan da posta elektronikoa eguneratu. Mesedez, saiatu berriro." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Ezin izan dira feedak eguneratu" @@ -5197,12 +5232,10 @@ msgstr "Ezin izan da jakinarazpen-adierazpena eguneratu" msgid "Failed to update settings" msgstr "Ezin izan dira ezarpenak eguneratu" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Ezin izan da bideoa kargatu" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Kontu faltsua edo bot-a" msgid "False information about elections" msgstr "Hauteskundeei buruzko informazio faltsua" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feeda" @@ -5241,11 +5274,11 @@ msgstr "Feed sortzailea" msgid "Feed identifier" msgstr "Feed identifikatzailea" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Feed menua" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Feeda aktibatu/desaktibatu" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Iritzia feedaren operadoreari bidali zaio" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feedak" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Feedak erabiltzaileek kodetze-esperientzia pixka batekin eraikitzen dituzten algoritmo pertsonalizatuak dira. Informazio gehiago lortzeko, <0>ikusi gida hau." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Eskuratu eguneraketa" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Fitxategia ongi gorde da!" @@ -5306,6 +5343,10 @@ msgstr "Iragazi egilearen arabera (oraingoa: {currentLabel})" msgid "Filter from feeds" msgstr "Feedetatik iragazi" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Iragazi bilaketa hizkuntzaren arabera (oraingoa: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Iragazkiak" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Amaitzen" @@ -5358,15 +5399,15 @@ msgstr "Finantzak" msgid "Find accounts to follow" msgstr "Aurkitu jarraitu beharreko kontuak" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Bilatu eta gonbidatu lagunak" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Bilatu Kontaktuak" @@ -5378,7 +5419,7 @@ msgstr "Bilatu nire lagunak" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Aurkitu jarraitzeko jendea" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Fokua jarri bilaketa-eremuan" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Jarraitu" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Jarraitu {0}" @@ -5458,7 +5499,7 @@ msgstr "Jarraitu {0}" msgid "Follow {displayName}" msgstr "Jarraitu {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Jarraitu {handle}" @@ -5474,8 +5515,8 @@ msgstr "Jarraitu 10 pertsona hasteko" msgid "Follow 7 accounts" msgstr "Jarraitu 7 kontu" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Jarraitu kontua" @@ -5486,8 +5527,8 @@ msgstr "Jarraitu kontua" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Jarraitu denak" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Jarraitu kontu guztiak" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Jarraitzaileak sar daitezke" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Ezagutzen dituzun @{0}-ren jarraitzaileak" @@ -5552,28 +5593,29 @@ msgstr "Ezagutzen dituzun jarraitzaileak" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Jarraitzen" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Jarraitzen" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Jarraitzen {0}" @@ -5582,7 +5624,7 @@ msgstr "Jarraitzen {0}" msgid "Following {displayName}" msgstr "{displayName}-ri jarraitzen" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "{handle}-ri jarraitzen" @@ -5591,7 +5633,7 @@ msgstr "{handle}-ri jarraitzen" msgid "Following feed preferences" msgstr "Jarraitzen dituzun feeden hobespenak" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Jarraitzen dituzun Feeden Hobespenak" @@ -5613,7 +5655,7 @@ msgstr "Letra-tipo tamaina" msgid "Food" msgstr "Elikagaia" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Erakunde kontuetarako, erabili kontuaren arduraduna den pertsonaren jaioteguna." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Sortu esteka berria" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germen DM deskonektatuta" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germen DM Esteka" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germen DM berriro konektatuta" @@ -5812,7 +5854,7 @@ msgstr "Hasi" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIFa igo da" @@ -5835,8 +5877,8 @@ msgstr "Indarkeriaren gorazarrea" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Indarkeriaren gorazarrea" msgid "Go back" msgstr "Itzuli" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Itzuli" @@ -5867,8 +5909,8 @@ msgstr "Itzuli aurreko urratsera" msgid "Go home" msgstr "Joan hasierara" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Zuzenean jarri" @@ -5879,8 +5921,8 @@ msgstr "Zuzenean jarri" msgid "Go Live" msgstr "Zuzenean Jarri" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Zuzenean jarri (desgaituta)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Zuzenera joan" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Joan {0}-ren profilera" @@ -5900,7 +5942,7 @@ msgstr "Joan {firstAuthorName}-ren profilera" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Joan kontuaren ezarpenetara" @@ -5943,8 +5985,8 @@ msgstr "Zure kontuan desgaituta dago zuzeneko emanaldia" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Ulertu dut" @@ -5953,6 +5995,11 @@ msgstr "Ulertu dut" msgid "Grant access" msgstr "Eman sarbidea" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Txat taldearen izena eguneratu da" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Txat taldearen ezarpenak" @@ -6083,6 +6130,11 @@ msgstr "GIF zoriontsuak" msgid "Haptics" msgstr "Haptikoak" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Jazarpena edo gorrotoa" @@ -6095,7 +6147,7 @@ msgstr "Jarduera kaltegarriak edo arrisku handikoak" msgid "Harming or endangering minors" msgstr "Adingabeei kalte egitea edo arriskuan jartzea" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Traola" @@ -6112,11 +6164,11 @@ msgstr "Gorrotozko diskurtsoa" msgid "Have a code? <0>Click here." msgstr "Baduzu koderik? <0>Egin klik hemen." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Zure kokapena gaizki ulertu al dugu? <0>Sakatu hemen zure kokapena GPSarekin eguneratzeko." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Arazoak dituzu?" @@ -6145,11 +6197,11 @@ msgstr "Hemen duzu zure aplikazioaren pasahitza!" msgid "Hey there 👋" msgstr "Kaixo 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Kaixo!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Kaixo!" @@ -6158,7 +6210,7 @@ msgstr "Kaixo!" msgid "Hidden" msgstr "Ezkutua" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Ezkutatuta zure moderazio doikuntzagatik." @@ -6166,23 +6218,19 @@ msgstr "Ezkutatuta zure moderazio doikuntzagatik." msgid "Hidden list" msgstr "Ezkutuko zerrenda" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ezkutatu" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ezkutatu" @@ -6195,7 +6243,7 @@ msgstr "Ezkutatu pertsonalizazio-aukerak" msgid "Hide group chat updates" msgstr "Ezkutatu txat taldearen eguneraketak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Ezkutatu zerrendak" @@ -6203,23 +6251,23 @@ msgstr "Ezkutatu zerrendak" msgid "Hide password" msgstr "Ezkutatu pasahitza" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Ezkutatu posta niretzat" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Ezkutatu erantzuna guztientzako" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Ezkutatu erantzuna niretzat" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Ezkutatu berpostak feedetan" @@ -6227,38 +6275,31 @@ msgstr "Ezkutatu berpostak feedetan" msgid "Hide this card" msgstr "Ezkutatu txartel hau" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Ezkutatu post hau?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Ezkutatu erantzun hau?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Ezkutatu itzulpena" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Ezkutatu joera-gaiak" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Joera-gaiak ezkutatu?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Joera-bideoak ezkutatu?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Ezkutatu erabiltzaile zerrenda" @@ -6267,12 +6308,12 @@ msgstr "Ezkutatu erabiltzaile zerrenda" msgid "Hide verification badges" msgstr "Ezkutatu egiaztapen-bereizgarriak" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Edukia ezkutatzen du" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Lagunak gonbidatzeko promozio-bannerra ezkutatzen du" @@ -6308,7 +6349,7 @@ msgstr "Mmm, feed zerbitzariak erantzun txarra eman du. Mesedez, jakinarazi feed msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Mmm, arazoak ditugu feed hau aurkitzeko. Baliteke ezabatu izana." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Mmmmm, badirudi arazoak ditugula datu hauek kargatzeko. Ikus behean xehetasun gehiagorako. Arazo honek jarraitzen badu, jar zaitez gurekin harremanetan." @@ -6316,14 +6357,14 @@ msgstr "Mmmmm, badirudi arazoak ditugula datu hauek kargatzeko. Ikus behean xehe msgid "Hmmmm, we couldn't load that moderation service." msgstr "Mmmmm, ezin izan dugu kargatu moderazio-zerbitzu hori." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Eutsi! Pixkanaka bideorako sarbidea ematen ari gara, eta ilaran zain zaude oraindik. Begiratu berriro laster!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Hasiera" @@ -6369,8 +6410,8 @@ msgstr "Giza trafikoa" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Baimena ematen diot Bluesky-ri nire kontaktuak erabiltzeari elkarrekiko lagunak aurkitzeko eta parekatzeetarako hash bidezko datuak gordetzeari uko egin arte." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Kode bat daukat" @@ -6400,15 +6441,15 @@ msgstr "Bat ere hautatzen ez bada, hizkuntza guztiak erakutsiko dira zure feedet 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." msgstr "18 urte edo gehiago badituzu eta berriro saiatu nahi baduzu, egin klik beheko botoian eta erabili beste egiaztapen-metodo bat zure eskualdean eskuragarri badago. Galderarik edo kezkarik baduzu, <0>gure laguntza-taldeak lagun dezake." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Zure herrialdeko legeen arabera oraindik heldua ez bazara, zure gurasoek edo legezko tutoreek Baldintza hauek irakurri beharko dituzte zure izenean." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Zure jaiotze data okerra dela uste baduzu, egunera dezakezu <0>hemen klik eginez." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Zerrenda hau ezabatzen baduzu, ezin izango duzu berreskuratu." @@ -6420,7 +6461,7 @@ msgstr "Zure domeinua baduzu, hori erabil dezakezu handle gisa. Honek zure norta msgid "If you need to update your email, <0>click here." msgstr "Zure posta elektronikoa eguneratu behar baduzu, <0>egin klik hemen." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Post hau kentzen baduzu, ezin izango duzu berreskuratu." @@ -6441,7 +6482,7 @@ msgstr "Zure kontuaren jardueraren jakinarazpenak nork jaso ditzakeen mugatu nah msgid "If you're a developer, you can host your own server." msgstr "Garatzailea bazara, zure zerbitzari propioa osta dezakezu." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Zure handle edo posta elektronikoa aldatzen saiatzen ari bazara, egin hori desaktibatu aurretik." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Irudia" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Irudia {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Irudia {0} / {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Irudia {0} / {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Irudien cachea garbituta, {0} askatuta" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Irudi galeria, {0} irudi" @@ -6526,7 +6567,7 @@ msgstr "Inportatu kontaktuak" msgid "Import Contacts" msgstr "Inportatu Kontaktuak" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Inportatu kontaktuak edo gonbidatu zure lagunak" @@ -6540,7 +6581,7 @@ msgstr "Inportatu kontaktuak zure lagunak aurkitzeko" msgid "Imported on {0}" msgstr "Inportatua {0}-n" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Adinari egokitutako esperientzia eskaintzeko, zure jaiotze data jakin behar dugu. Behin bakarrik egingo da, eta zure datuak pribatuan gordeko dira." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Sartu data honetara arte egindako postak" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Sartu bideoaren denbora-marka ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Sartu posta elektronikoz bidali zaizun kodea" msgid "Interaction limited" msgstr "Elkarrekintza mugatua" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Interakzio ezarpenak" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Gordetako postak, hau da, laster-markak, aurkeztea" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "2FA baieztapen kode baliogabea." @@ -6691,7 +6732,7 @@ msgstr "Salaketa izenburua ez da zuzena" msgid "Invalid rescind request." msgstr "Bertan behera uzteko eskaera baliogabea." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Egiaztapen-kode baliogabea" @@ -6703,15 +6744,15 @@ msgstr "Gonbidatu" msgid "Invite {name} to join Bluesky" msgstr "Gonbidatu {name} Bluesky-rekin bat egitera" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Gonbidapen kodea" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Ez da gonbidapen kodea onartu. Egiaztatu behar bezala idatzi duzula eta saiatu berriro." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Gonbidatu lagunak" @@ -6761,7 +6802,7 @@ msgstr "Gonbidapen-esteka editatuta" msgid "Invite link enabled" msgstr "Gonbidapen-esteka gaituta" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Gonbidatu jendea abio multzo honetara!" @@ -6786,26 +6827,26 @@ msgstr "Gonbidapenak, baina pertsonalak" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Badirudi zure kontaktu batzuek ez zaituztela oraindik hemen aurkitzen saiatu. Pertsonalki gonbidatu ditzakezu guk emango dizugun zirriborro-mezu bat pertsonalizatuz." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Zuzena da" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Oraintxe <0>{0} bakarrik dago! Gehitu jende gehiago zure abio multzoari goiko bilaketan." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Oraintxe bakarrik zaude! Gehitu jende gehiago zure abio multzoari goiko bilaketan." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Lan ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Lanak" @@ -6816,8 +6857,8 @@ msgstr "Sartu" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Sartu Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Bat egin elkarrizketan" msgid "Journalism" msgstr "Kazetaritza" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Jarraitu editatzen" @@ -6854,17 +6895,17 @@ msgstr "Mantendu nazazu informatuta" msgid "KWS website" msgstr "KWS webgunea" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Etiketatu erantzuna algoritmoarentzat" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "{0}-k etiketatua." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Egileak etiketatua." @@ -6893,7 +6934,7 @@ msgstr "Etiketak zure kontuan" msgid "Language" msgstr "Hizkuntza" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Hizkuntza Ezarpenak" @@ -6907,12 +6948,12 @@ msgstr "Hizkuntzak" msgid "Larger" msgstr "Handiagoa" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Azkenekoz duela {timeAgo} hasi zen" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Azkenekoz orain hasi da" @@ -6923,8 +6964,8 @@ msgstr "Azkenekoz orain hasi da" msgid "Latest" msgstr "Azkena" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Lortu informazio gehiago <0>bilaketa aurreratua nola erabili jakitek msgid "Learn more about age assurance" msgstr "Adinaren bermeari buruz gehiago ikasi" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Gehiago ikasi Bluesky-ri buruz" @@ -6966,8 +7007,8 @@ msgstr "Lortu informazio gehiago kontaktuak inportatzeari buruz" msgid "Learn more about self hosting your PDS." msgstr "Gehiago ikasi zure PDS auto-hostatzeari buruz." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Gehiago ikasi eduki honi aplikatutako moderazioari buruz" @@ -6984,8 +7025,8 @@ msgstr "Aldaketa hauei buruz gehiago jakiteko eta zure iritziak gurekin nola par msgid "Learn more about this warning" msgstr "Gehiago ikasi abisu honi buruz" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Ikasi gehiago Bluesky-n egiaztapenari buruz (ingelesez)" @@ -6995,7 +7036,7 @@ msgstr "Ikasi gehiago Bluesky-n egiaztapenari buruz (ingelesez)" msgid "Learn more about what is public on Bluesky." msgstr "Gehiago ikasi Bluesky-n publikoa denari buruz." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Lortu informazio gehiago zure Germ DM estekari buruz" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Informazio gehiago zure <0>kontuaren ezarpenetan." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Ikasi gehiago." @@ -7067,7 +7108,7 @@ msgstr "Txat hau uzteak betiko blokeatuko du eta ezingo zara berriro sartu." msgid "Left group chat." msgstr "Utzi txat taldea." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "joateko utzi." @@ -7080,7 +7121,7 @@ msgstr "Utzidazu aukeratzen" msgid "Let's get your password reset!" msgstr "Lor dezagun pasahitza berrezartzea!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Goazen!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Argia" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Gogoko" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Gogoko ({0, plural, one {gogoko #} other {# gogoko}})" @@ -7114,7 +7155,7 @@ msgstr "10 post gogoko egin" msgid "Like 10 posts to train the Discover feed" msgstr "Aurkitu feeda trebatzeko 10 post gogoko egin" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Feed hau gogoko dut" @@ -7122,8 +7163,8 @@ msgstr "Feed hau gogoko dut" msgid "Like this labeler" msgstr "Etiketatzaile hau gogoko dut" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Gogoko du" @@ -7140,26 +7181,26 @@ msgstr "Gogoko Du" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Gogoko du {0, plural, one {# erabiltzaileak} other {# erabiltzaileek}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "{0}-k atsegin du" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "{0}-k eta {1}-k atsegin dute" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Gogoko" msgid "Likes of your reposts" msgstr "Zure berposten gustokoak" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Gogoko post honetan" @@ -7191,11 +7232,16 @@ msgstr "Lineala" msgid "Link copied to clipboard" msgstr "Esteka arbelean kopiatua" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Zerrenda" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Zerrenda abatarra" @@ -7227,20 +7273,20 @@ msgstr "Zerrenda sortu da, baina ezin izan dira kide batzuk gehitu" msgid "List creator" msgstr "Zerrenda sortzailea" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Zerrenda ezabatuta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Zerrenda deskribapena" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Zerrenda deskribapena luzeegia da. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Gehienezko karaktere kopurua # da.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Zerrenda ezkutatu egin da" @@ -7248,7 +7294,7 @@ msgstr "Zerrenda ezkutatu egin da" msgid "List Hidden" msgstr "Zerrenda Ezkutua" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Zerrendak izen bat behar du." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Zerrenda mutututa" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Zerrenda izena" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Zerrenda izena luzeegia da. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Gehienezko karaktere kopurua # da.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Zerrenda desblokeatuta" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Zerrenda desmutututa" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Zerrendak" @@ -7326,12 +7372,12 @@ msgstr "Zuzeneko funtzioa betan dago" msgid "Live link" msgstr "Zuzeneko esteka" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Kargatu gehiago" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Kargatu iradokitako feed gehiago" @@ -7346,16 +7392,16 @@ msgstr "Kargatu jakinarazpen berriak" msgid "Load new posts" msgstr "Kargatu post berriak" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Txata kargatzen…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Zerrendak kargatzen..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Posten interakzio-ezarpenak kargatzen..." @@ -7383,7 +7429,7 @@ msgstr "Itxi txat talde hau" msgid "Locked" msgstr "Itxita" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Erregistroa" @@ -7405,11 +7451,6 @@ msgstr "<0>@sawaratsuki.bsky.social-ren logotipoa" msgid "Long press to open tag menu for {0}" msgstr "Luze sakatu {0} etiketa-menua irekitzeko" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Bideo luzeagoak" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "XXXXX-XXXX itxura du" @@ -7448,7 +7489,7 @@ msgstr "Ziurtatu hori dela joan nahi duzun tokia!" msgid "Manage saved feeds" msgstr "Kudeatu gordetako feedak" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Kudeatu egiaztapen-ezarpenak" @@ -7461,8 +7502,14 @@ msgstr "Kudeatu mutututa dauden hitzak eta etiketak" msgid "Manual" msgstr "Eskuz" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Markatu denak irakurri gisa" @@ -7473,6 +7520,10 @@ msgstr "Markatu denak irakurri gisa" msgid "Mark all chats as read" msgstr "Markatu txat guztiak irakurri gisa" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Multimedia" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "{0}-n gordetako multimedia" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Beste gailu batean gordetako multimedia" @@ -7540,7 +7591,7 @@ msgstr "Kideak" msgid "Members can still read chat history but can’t send new messages." msgstr "Kideek txat-historia irakur dezakete oraindik, baina ezin dute mezu berririk bidali." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "aipatutako erabiltzaileak" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Mezua" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Mezua" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Mezua {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Mezua ezabatuta" @@ -7603,7 +7655,7 @@ msgstr "@{0}-ren mezua: {1}" msgid "Message from server: {0}" msgstr "Zerbitzariaren mezua: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Mezua sartzeko eremua" @@ -7615,7 +7667,7 @@ msgstr "Mezua luzeegia da ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Mezuaren aukerak" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mezuak" @@ -7640,12 +7692,12 @@ msgstr "Adingabe bati jazarpen edo bullying-a" msgid "Misleading" msgstr "Engainagarria" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Falta diren multimediak" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderazioa" @@ -7658,6 +7710,12 @@ msgstr "Moderazioa eta eduki-iragazkiak" msgid "Moderation details" msgstr "Moderazio xehetasunak" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Moderazio sarrera-ontzia" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "<0/>-ren moderazio zerrenda" msgid "Moderation list by you" msgstr "Zure moderazio zerrenda" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderazio-zerrenda sortuta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderazio-zerrenda eguneratuta" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Moderazio zerrendak" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Moderazio Zerrendak" @@ -7697,11 +7755,11 @@ msgstr "Moderazio Zerrendak" msgid "moderation settings" msgstr "moderazio ezarpenak" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderazio-egoerak" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderazio tresnak" @@ -7710,8 +7768,8 @@ msgstr "Moderazio tresnak" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderatzaileak edukiari buruzko abisu orokor bat ezartzea aukeratu du." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Feed gehiago" @@ -7720,10 +7778,10 @@ msgstr "Feed gehiago" msgid "More languages..." msgstr "Hizkuntza gehiago..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Aukera gehiago" @@ -7747,7 +7805,7 @@ msgstr "Musika" msgid "Mute" msgstr "Mututu" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Mututu" msgid "Mute {0}" msgstr "Mututu {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Mututu kontua" @@ -7816,13 +7874,13 @@ msgstr "Mututu hitz hau etiketetan soilik" msgid "Mute this word until you unmute it" msgstr "Mututu hitz hau zuk mututu gabe utzi arte" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Mututu haria" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Mututu hitzak eta etiketak" @@ -7834,11 +7892,11 @@ msgstr "Mututu, irten edo kendu jendea edonoiz. Zure txata da." msgid "Muted" msgstr "Mutututa" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Mutututako kontuak" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Mutututako Kontuak" @@ -7852,7 +7910,7 @@ msgstr "Mutututako kontuei postak kendu zaizkie zure feedetatik eta jakinarazpen msgid "Muted by \"{0}\"" msgstr "\"{0}\"-k mututua" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Mutututako hitzak eta etiketak" @@ -7881,7 +7939,7 @@ msgstr "Nire Feedak" msgid "My starter pack" msgstr "Nire abio multzoa" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Izena" @@ -7891,12 +7949,12 @@ msgstr "Natura" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Nabigatu {0}-ra" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Joan abio multzora" @@ -7910,8 +7968,8 @@ msgstr "Hurrengo pantailara nabigatzen da" msgid "Navigates to your profile" msgstr "Zure profilera nabigatzen du" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Copyright urraketa, eskaera legal edo araudi-betetze arazo baten berri eman behar duzu?" @@ -7919,10 +7977,6 @@ msgstr "Copyright urraketa, eskaera legal edo araudi-betetze arazo baten berri e msgid "Nevermind, create a handle for me" msgstr "Ez dio axola, sortu handle bat niretzako" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Berria" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "E-posta helbide berria" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Ezaugarri Berria" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Mezu berriak" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Pasahitz berria" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Post berria" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Post berria" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Erantzun berrienak lehenengo" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Berriak" @@ -8088,15 +8142,15 @@ msgstr "Berriak" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Hurrengoa" @@ -8108,12 +8162,16 @@ msgstr "Hurrengo irudia" msgid "Night" msgstr "Gaua" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Ez" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Iragarkirik ez, jarraipen inbaditzailerik ez, parte-hartze tranparik ez. Bluesky-k zure denbora eta arreta errespetatzen ditu." @@ -8194,11 +8252,11 @@ msgstr "Ez dago gogokorik oraindik" msgid "No lists" msgstr "Ez dago zerrendarik" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Jada ez da {0} jarraitzen" @@ -8224,7 +8282,7 @@ msgstr "Zaborrez betetako algoritmo masibo gehiagorik ez. Aurkitu zure alde funt msgid "No name" msgstr "Izenik gabe" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Oraindik ez dago jakinarazpenik!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Inor ez" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Egileak beste inork ezin du mezu hau aipatu." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Ez dago emaitzarik" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Emaitzarik ez honentzat: \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "Ez da emaitzarik aurkitu “<0>{query}“-rentzat." msgid "No results found for your query with advanced search filters applied." msgstr "Ez da emaitzarik aurkitu zure kontsultarako bilaketa-iragazki aurreratuak aplikatuta." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Ez dago emaitzarik." @@ -8335,7 +8393,7 @@ msgstr "Ez dago oraindik Abio Multzorik" msgid "No thanks" msgstr "Ez, eskerrik asko" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Ez da itzulpenik jaso zure gailutik." @@ -8343,7 +8401,7 @@ msgstr "Ez da itzulpenik jaso zure gailutik." msgid "No video posts yet" msgstr "Oraindik ez dago bideo postik" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Inor" @@ -8360,7 +8418,7 @@ msgstr "Inork ez du aipatu hau oraindik. Agian lehena izan beharko zenuke!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Inork ez dio berpost egin honi. Agian lehena izan beharko zenuke!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Ez da inor aurkitu. Saiatu beste norbait bilatzen." @@ -8398,7 +8456,7 @@ msgstr "Ez dago eskuragarri plataforma honetan." msgid "Not followed by anyone you’re following" msgstr "Ez dio jarraitzen zuk jarraitzen diozun inork" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Ez da aurkitu" @@ -8407,7 +8465,7 @@ msgstr "Ez da aurkitu" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Ez zaude posta argitaratzeko prest? Gorde zure ideiarik onenak Zirriborroetan, une egokia iritsi arte." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Partekatzeari buruzko oharra" @@ -8419,13 +8477,17 @@ msgstr "Oharra: Bluesky Atmosphere-ren parte da, sare publiko ireki batena. Ezar msgid "Note: This post is only visible to logged-in users." msgstr "Oharra: Post hau saioa hasi duten erabiltzaileentzat bakarrik ikus daiteke." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Ez da ezer gorde oraindik" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Jakinarazpen-ezarpenak" @@ -8435,8 +8497,8 @@ msgstr "Jakinarazpen-ezarpenak" msgid "Notification sounds" msgstr "Jakinarazpen soinuak" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Jakinarazpen soinuak" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Jakinarazpenak" @@ -8490,7 +8552,7 @@ msgstr "Ados" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Ados" @@ -8505,6 +8567,10 @@ msgstr "Erantzun zaharrenak lehenik" msgid "On" msgstr "Aktibatuta" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "Bluesky-n, honek esan nahi du zure postak Aurkitu feedean zu jarraitzen zaituzten pertsonei bakarrik agertuko zaizkiela. Beste aplikazio batzuek hobespen hau erabiltzea aukera dezakete beren gomendio algoritmikoetan." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "<0><1/><2><3/>-n" @@ -8523,32 +8589,32 @@ msgstr "Hautatutako hartzaileetako batek ez ditu txat taldeak onartzen." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Hautatutako hartzaileetako batek blokeatu zaitu eta ezin zaio mezurik bidali." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "GIF bati edo gehiagori aukerazko testua falta zaio." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Irudi bati edo gehiagori aukerazko testua falta zaio." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Hautatutako fitxategi bat edo gehiago ez dira onartzen." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Hautatutako fitxategi bat edo gehiago handiegiak dira. Gehienezko tamaina {VIDEO_MAX_SIZE_MB} MB da." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Post bat edo gehiago luzeegiak dira zirriborro gisa gordetzeko. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Gehienezko karaktere kopurua karaktere # da.} other {Gehienezko karaktere kopurua # karaktere dira.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Bideo bati edo gehiagori aukerazko testua falta zaio." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "{0}-k bakarrik erantzun dezake." @@ -8556,7 +8622,7 @@ msgstr "{0}-k bakarrik erantzun dezake." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "{1}-etik {0} irudi bakarrik gehitu {2, plural, one {da} other {dira}}; muga {MAX_GALLERY_IMAGES} da" @@ -8578,7 +8644,7 @@ msgstr "Jarraitzaileak soilik sartu daitezke txat talde honetan." msgid "Only followers who I follow" msgstr "Jarraitzen ditudan jarraitzaileak bakarrik" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Irudi-fitxategiak soilik onartzen dira" @@ -8637,7 +8703,7 @@ msgstr "Ireki bilaketa-aukera aurreratuak" msgid "Open avatar creator" msgstr "Ireki abatar sortzailea" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Ireki kamera" @@ -8655,7 +8721,7 @@ msgstr "Ireki {displayName}-ri txat-kide aukerak" msgid "Open conversation options" msgstr "Ireki elkarrizketa aukerak" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Ireki zirriborroa" @@ -8663,8 +8729,8 @@ msgstr "Ireki zirriborroa" msgid "Open drawer menu" msgstr "Ireki marrazki menua" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Ireki emoji-hautatzailea" @@ -8695,12 +8761,12 @@ msgstr "Ireki txat taldea" msgid "Open group chat settings" msgstr "Ireki txat taldearen ezarpenak" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Ireki Google Translate-n" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Ireki esteka {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Ireki mezuen aukerak" msgid "Open moderation debug page" msgstr "Ireki moderazioaren arazketa orria" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Ireki mutututako hitzen eta etiketen ezarpenak" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Ireki multzoa" @@ -8743,7 +8809,7 @@ msgstr "Ireki ezarpenak" msgid "Open share menu" msgstr "Ireki partekatzeko menua" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Ireki abio multzoaren menua" @@ -8759,10 +8825,9 @@ msgstr "Ireki sistemaren erregistroa" msgid "Open this group chat" msgstr "Ireki txat talde hau" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "{0} feeda irekitzen du" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Arazketa-sarrera baten xehetasun gehigarriak irekitzen ditu" msgid "Opens alt text dialog" msgstr "Aukerazko testuaren elkarrizketa-koadroa irekitzen du" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Kamera irekitzen du gailuan" @@ -8804,28 +8869,28 @@ msgstr "Handle aldaketa elkarrizketa-koadroa irekitzen du" msgid "Opens composer" msgstr "Konpositorea irekitzen du" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Ireki kamera gailua" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Gailuaren galeria irekitzen du gehienez {MAX_GALLERY_IMAGES, plural, other {# irudi}}, edo bideo edo GIF bakarra hautatzeko." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Fluxua irekitzen du Bluesky kontu berri bat sortzeko" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Fluxua irekitzen du lehendik duzun Bluesky kontuan saioa hasteko" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Irudi osoa irekitzen du" @@ -8833,7 +8898,7 @@ msgstr "Irudi osoa irekitzen du" msgid "Opens helpdesk in browser" msgstr "Laguntza-zerbitzua arakatzailean irekitzen du" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Irudi-hautatzailea irekitzen du" @@ -8854,7 +8919,7 @@ msgstr "Postaren hizkuntza ezarpenak irekitzen ditu" msgid "Opens profile" msgstr "Profila irekitzen du" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Lagunak bilatzeko eta gonbidatzeko ezarpenak irekitzen ditu" @@ -8867,11 +8932,11 @@ msgstr "GIF hautatzailearen elkarrizketa-koadroa irekitzen du" msgid "Opens the invite friends sheet to share your profile" msgstr "Lagunak gonbidatzeko orria irekitzen du zure profila partekatzeko" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Post-konpositorea irekitzen du" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Zirriborro hau konpositorean irekitzen du" @@ -8879,15 +8944,51 @@ msgstr "Zirriborro hau konpositorean irekitzen du" msgid "Opens this profile" msgstr "Profil hau irekitzen du" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Aukerak:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Edo, jarraitu beste kontu batekin." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Edo, hasi saioa zure beste kontuetako batean." @@ -8985,7 +9086,7 @@ msgstr "Festa GIFak" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Pasahitza" @@ -8993,7 +9094,7 @@ msgstr "Pasahitza" msgid "Password changed" msgstr "Pasahitza aldatu da" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Pasahitzak 8 karaktereko luzera izan behar du gutxienez." @@ -9005,7 +9106,7 @@ msgstr "Pasahitza eguneratu da" msgid "Password updated!" msgstr "Pasahitza eguneratuta!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausa" @@ -9020,7 +9121,7 @@ msgstr "Pausatu bideoa" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Jendea" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "{ownerName} jarraitzen duten pertsonek eska dezakete bat egiteko" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "@{0}-k jarraitzen duen jendea" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "@{0}-ri jarraitzen dion jendea" @@ -9070,11 +9171,11 @@ msgstr "Nik jarraitzen ditudan pertsonek berehala bat egin dezakete" msgid "People I follow can request to join" msgstr "Nik jarraitzen ditudan pertsonek eska dezakete bat egiteko" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Jarraitzen duzun jendea" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Aipatzen duzun jendea" @@ -9082,7 +9183,7 @@ msgstr "Aipatzen duzun jendea" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Ukatu egin da zure argazki liburutegira sartzeko baimena. Mesedez, gaitu zure sistemaren ezarpenetan." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Pertsona txandakatzea" @@ -9115,15 +9216,15 @@ msgstr "Aukeratu kolore-gaia" msgid "Pictures meant for adults." msgstr "Helduentzako pentsatutako irudiak." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Ainguratu feeda" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Ainguratu hasierara" @@ -9131,8 +9232,8 @@ msgstr "Ainguratu hasierara" msgid "Pin to Home" msgstr "Ainguratu Hasierara" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Ainguratu zure profilera" @@ -9151,11 +9252,11 @@ msgstr "{0} Hasierara ainguratua" msgid "Pinned Feeds" msgstr "Ainguratutako Feedak" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Ainguratua zure feedetara" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Erreproduzitu" @@ -9169,12 +9270,12 @@ msgstr "Erreproduzitu {0}" msgid "Play GIF" msgstr "Erreproduzitu GIFa" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Erreproduzitu bideoa" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Erreproduzitu Bideoa" @@ -9182,7 +9283,7 @@ msgstr "Erreproduzitu Bideoa" msgid "Plays or pauses the GIF" msgstr "GIF-a erreproduzitu edo pausatzen du" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Bideoa erreproduzitu edo pausatzen du" @@ -9190,7 +9291,7 @@ msgstr "Bideoa erreproduzitu edo pausatzen du" msgid "Plays the GIF" msgstr "GIF-a erreproduzitzen du" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Bideoa erreproduzitzen du" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Mesedez, zure handle-a aukeratu" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Mesedez, zure pasahitza aukeratu" @@ -9219,12 +9320,12 @@ msgstr "Mesedez, egin klik bidali dizugun mezu elektronikoan dagoen estekan zure msgid "Please complete the verification captcha." msgstr "Mesedez, bete egiaztapen-captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Mesedez, berretsi zure helbide elektronikoa bideoak kargatzeko." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Egiaztatu zure e-posta helbidea zuzen idatzi duzula." @@ -9232,7 +9333,7 @@ msgstr "Egiaztatu zure e-posta helbidea zuzen idatzi duzula." msgid "Please enter a password." msgstr "Sartu pasahitz bat, mesedez." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Sartu pasahitza. Gutxienez 8 karaktereko luzera izan behar du." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Mesedez, sartu zure aurreko helbide elektronikora bidali dizugun segurtasun-kodea." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Mesedez, sartu zure helbide elektronikoa." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Mesedez, sartu zure gonbidapen kodea." @@ -9306,8 +9407,8 @@ msgstr "Mesedez, azaldu zergatik uste duzun zure txatak gaizki desgaitu zirela" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Mesedez, azaldu zergatik uste duzun zure zuzeneko emanaldia gaizki desgaitu zela." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Mesedez, itzuli edo aktibatu elementu hau, eduki aktiboaren hasierara itzultzeko." @@ -9333,7 +9434,7 @@ msgstr "Mesedez, aukeratu arrazoi bat salaketa honetarako" msgid "Please sign in as @{0}" msgstr "Hasi saioa @{0} gisa" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Mesedez, bidali zure salaketa Adostasunik gabeko irudi intimoen (NCII) salaketa inprimakiaren bidez." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Mesedez, idatzi zure mezua jarraian:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politika" @@ -9367,18 +9468,18 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Posteatu" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Posteatu" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "{count}-tik {index}. posta" @@ -9393,12 +9494,12 @@ msgstr "Argazki bat posteatu" msgid "Post a video" msgstr "Bideo bat posteatu" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Posteatu Dena" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Posteatu hala ere" @@ -9406,11 +9507,16 @@ msgstr "Posteatu hala ere" msgid "Post blocked" msgstr "Post blokeatuta" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0}-ren posta" @@ -9423,10 +9529,10 @@ msgstr "Posta ezabatuta" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Ezin izan da posta kargatu. Egiaztatu Interneteko konexioa eta saiatu berriro." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Posta ezabatu da" @@ -9440,11 +9546,11 @@ msgstr "Post Ezkutua Mutututako Hitz batengatik" msgid "Post Hidden by You" msgstr "Zuk Ezkututako Posta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Postaren elkarrekintza-ezarpenak" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Postaren Interakzio-Ezarpenak" @@ -9468,7 +9574,7 @@ msgstr "Post esteka" msgid "Post not found" msgstr "Posta ez da aurkitu" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Posta ainguratuta" @@ -9478,7 +9584,7 @@ msgstr "Posta ainguratuta" msgid "Post type" msgstr "Post mota" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Postaren aingura kendu da" @@ -9487,7 +9593,7 @@ msgstr "Postaren aingura kendu da" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Postak" @@ -9520,7 +9626,7 @@ msgstr "Hizkuntza hobetsia" msgid "Press to attempt reconnection" msgstr "Sakatu berriro konektatzen saiatzeko" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Pribatutasuna" msgid "Privacy and security" msgstr "Pribatutasuna eta segurtasuna" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Pribatutasun eta Segurtasun ezarpenak" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Pribatutasun Politika" msgid "Privacy violation of a minor" msgstr "Adingabe baten pribatutasun urraketa" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "GIFa prozesatzen..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Bideoa prozesatzen..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profila" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Erabiltzaileen zerrenda publiko eta partekagarriak mututzeko edo blokeatzeko modu masiboan." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Argitaratu posta" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Argitaratu postak" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Argitaratu erantzunak" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Argitaratu erantzuna" @@ -9685,7 +9791,7 @@ msgstr "QR kodea gorde da zure kameran!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Posta aipatu" @@ -9723,8 +9829,8 @@ msgstr "Saiakera muga gainditu da. Gehiegitan saiatu zara handle-a aldatzen denb msgid "Rate limit exceeded. Please try again later." msgstr "Tarifa-muga gainditu da. Mesedez, saiatu berriro geroago." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Erantsi berriro aipamena" @@ -9745,7 +9851,7 @@ msgstr "Erreakzionatu {emoji}-rekin" msgid "Reactions" msgstr "Erreakzioak" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Berriz aktibatu zure kontua" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Irakurri bilaketa-iragazki aurreratuak nola erabili" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Irakurri blogeko posta" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Irakurri gutxiago" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Irakurri gehiago" @@ -9780,7 +9886,7 @@ msgstr "Irakurri erantzun gehiago" msgid "Read our blog post" msgstr "Irakurri gure blogeko argitalpena" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Irakurri Bluesky bloga" @@ -9794,11 +9900,11 @@ msgstr "Irakurri Bluesky Pribatutasun Politika" msgid "Read the Bluesky Terms of Service" msgstr "Irakurri Bluesky Zerbitzu-Baldintzak" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Benetako elkarrizketak." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Benetako jendea." @@ -9862,23 +9968,24 @@ msgstr "Berriz kargatu elkarrizketak" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Kendu" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Kendu {displayName} txat taldetik" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Kendu {displayName} abio multzotik" @@ -9914,8 +10021,8 @@ msgstr "Kendu eranskina" msgid "Remove Avatar" msgstr "Kendu Abatarra" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Kendu Bannerra" @@ -9950,8 +10057,8 @@ msgstr "Kendu txatetik" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Kendu nire feedetatik" @@ -9960,8 +10067,8 @@ msgstr "Kendu nire feedetatik" msgid "Remove from quick access?" msgstr "Sarrera azkarretik kendu?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Kendu feed gordetatik" @@ -9970,7 +10077,7 @@ msgstr "Kendu feed gordetatik" msgid "Remove from saved posts" msgstr "Kendu gordetako postetatik" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Zure feedetatik kendu?" @@ -10010,7 +10117,7 @@ msgstr "Kendu iradokizuna" msgid "Remove this feed from your saved feeds" msgstr "Kendu feed hau gordetako zure feedetatik" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Kendu erabilgarri ez dauden moderazio zerbitzuak" @@ -10018,10 +10125,14 @@ msgstr "Kendu erabilgarri ez dauden moderazio zerbitzuak" msgid "Remove user from list" msgstr "Kendu erabiltzailea zerrendatik" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Kendu egiaztapena" @@ -10029,11 +10140,11 @@ msgstr "Kendu egiaztapena" msgid "Remove your verification for this account?" msgstr "Zure egiaztapena kendu kontu honi?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Egileak kenduta" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Zuk kenduta" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Gordetako postetatik kendua" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Abio multzotik kenduta" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Zure feedetatik kenduta" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Kendu erabilgarri ez dauden zerbitzuak" @@ -10128,11 +10240,11 @@ msgstr "Mezuari erantzuna, sakatu bertara mugitzeko" msgid "Replies" msgstr "Erantzunak" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Erantzunak desgaituta daude" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Mezu honen erantzunak desgaituta daude." @@ -10141,14 +10253,14 @@ msgstr "Mezu honen erantzunak desgaituta daude." msgid "Reply" msgstr "Erantzun" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Erantzun" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Erantzuna ({0, plural, one {erantzun #} other {# erantzun}})" @@ -10162,7 +10274,7 @@ msgstr "Erantzuna Hariaren Egileak Ezkutatuta" msgid "Reply Hidden by You" msgstr "Erantzuna Zuk Ezkutatuta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Erantzun ezarpenak hariaren egileak aukeratzen ditu" @@ -10185,8 +10297,8 @@ msgstr "Erantzuna behar bezala ezkutatu da" msgid "Report" msgstr "Salatu" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Salatu kontua" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Salatu elkarrizketa" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Salaketaren elkarrizketa-koadroa" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Salatu feeda" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Salatu zerrenda" @@ -10216,8 +10328,8 @@ msgstr "Salatu zerrenda" msgid "Report message" msgstr "Salatu mezua" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Salatu posta" @@ -10225,8 +10337,8 @@ msgstr "Salatu posta" msgid "Report sent" msgstr "Salaketa bidalia" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Salatu abio multzoa" @@ -10292,7 +10404,7 @@ msgstr "Berposta ({0, plural, one {berpost #} other {# berpost}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Berpostatu edo aipatu posta" @@ -10330,12 +10442,12 @@ msgstr "Berpostatu post hau" msgid "Reposts of your reposts" msgstr "Zure berposten berpostak" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Berpostak feedetan ezkutatuko dira" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Berpostak feedetan erakutsiko dira" @@ -10348,8 +10460,8 @@ msgstr "Eskatu txat talderako sarbidea" msgid "Request approved." msgstr "Eskaera onartua." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Eskaera kodea" @@ -10371,7 +10483,7 @@ msgstr "Eskaera eginda" msgid "Requests" msgstr "Eskaerak" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Eskatu aukerazko testua argitaratu aurretik" msgid "Require an email code to sign in to your account." msgstr "Eskatu posta-kode bat zure kontuan saioa hasteko." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Beharrezkoa hornitzaile honetarako" @@ -10418,16 +10530,16 @@ msgstr "Berbidali kodea" msgid "Resend code in <0>00:{0}" msgstr "Berbidali kodea <0>00:{0}-n" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Berriro bidali mezu elektronikoa" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Berriro bidali Posta Elektronikoa" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Bidali berriro Egiaztapen Mezu Elektronikoa" @@ -10453,6 +10565,11 @@ msgstr "Berrezarri pasahitza" msgid "Reset your password by sending a code to your email" msgstr "Berrezarri pasahitza kode bat zure helbide elektronikora bidaliz" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Berrezarri lehenetsia" @@ -10479,9 +10596,9 @@ msgstr "Azken ekintza berriro saiatzen da, errorea izan duena" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Azken ekintza berriro saiatzen da, errorea izan duena" msgid "Retry" msgstr "Saiatu berriro" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Saiatu berriro salaketa aukerak kargatzen" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Itzuli aurreko orrialdera" @@ -10521,7 +10638,7 @@ msgstr "Hasierako orrira itzultzen da" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Aurreko orrialdera itzultzen da" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIF tristeak" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Gorde jaiotze data" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Gorde aldaketak" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Gorde aldaketak?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Gorde zirriborroa" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Gorde zirriborroa?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Gorde irudia" @@ -10608,8 +10725,8 @@ msgstr "Gorde handle berria" msgid "Save QR code" msgstr "Gorde QR kodea" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Gorde aukera hauek hurrengo baterako" @@ -10618,7 +10735,7 @@ msgstr "Gorde aukera hauek hurrengo baterako" msgid "Save to my feeds" msgstr "Gorde nire feedetan" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Gordetako Feedak" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Gordetako Postak" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Zure feedetan gordeta" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Esan kaixo!" @@ -10661,7 +10778,7 @@ msgstr "Eskaneatu" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Eskaneatu QR kodea" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Joan gora" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Bilatu" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Bilatu @{0}-ren postak" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Bilatu izenaren edo interesaren arabera" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Bilatu feedak" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Bilatu \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Bilatu \"{interestsDisplayName}\" (aktiboa)" @@ -10734,19 +10851,19 @@ msgstr "Bilatu \"{searchText}”" msgid "Search for {q}" msgstr "Bilatu {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Bilatu besteei iradoki nahi diezun feedak." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Bilatu kontu gehiago" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Bilatu feed gehiago" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Bilatu jendea" @@ -10774,14 +10891,14 @@ msgstr "Bilatu hizkuntzak" msgid "Search my posts" msgstr "Bilatu nire postak" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Bilatu postak" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Bilatu profilak" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Bilatu..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Profilak bilatzen ditu" @@ -10829,14 +10946,14 @@ msgstr "Ikusi #{tag} postak" msgid "See #{tag} posts by user" msgstr "Ikusi erabiltzailearen #{tag} postak" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Ikusi Bluesky-n lanpostuak" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Ikusi gehiago" @@ -10844,16 +10961,11 @@ msgstr "Ikusi gehiago" msgid "See more suggested profiles" msgstr "Ikusi iradokitako profil gehiago" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Ikusi joera-gai gehiago" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Ikusi zenbakidun bereizgarriak (3/1, 3/2, etab.) egile berak hari bateko postetan." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Aukeratu {langName}" msgid "Select a color" msgstr "Aukeratu kolore bat" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Aukeratu arrazoi bat" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Aukeratu kontua" @@ -10910,7 +11022,7 @@ msgstr "Aukeratu abatar bat" msgid "Select an emoji" msgstr "Aukeratu emoji bat" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Hautatu aukera bat" @@ -10946,11 +11058,11 @@ msgstr "Hautatu iragazki mota (oraingoa: {0})" msgid "Select from an existing account" msgstr "Aukeratu lehendik dagoen kontu batetik" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Aukeratu zure zerrendetatik" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Aukeratu zure zerrendetatik <0>{numberOfListsSelected, plural, other {(# hautatuta)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Aukeratu zenbat denboraz mututu hitz hau." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Aukeratu hizkuntza" @@ -10987,7 +11099,7 @@ msgstr "Aukeratu hizkuntza..." msgid "Select languages" msgstr "Aukeratu hizkuntzak" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Aukeratu moderazio zerbitzua" @@ -11028,7 +11140,7 @@ msgstr "Aukeratu zein hizkuntza erabili aplikazioaren interfazerako." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Aukeratu harpidetutako feedak zein hizkuntzatan nahi dituzun. Bat ere ez bada aukeratzen, hizkuntza guztiak erakutsiko dira." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Aukeratu zure jaioteguna" @@ -11045,7 +11157,7 @@ msgstr "Aukeratu zure feedean itzulpenak egiteko nahi duzun hizkuntza." msgid "Select your preferred notification channels" msgstr "Hautatu zure gogoko jakinarazpen kanalak" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Ez da onartzen hainbat euskarri mota hautatzea." @@ -11076,7 +11188,7 @@ msgstr "Bidali errore salaketa" msgid "Send feedback" msgstr "Bidali iritzia" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Bidali mezua" @@ -11089,7 +11201,7 @@ msgstr "Bidali posta {name}-ri" msgid "Send post to..." msgstr "Bidali posta hona..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Bidali salaketa {title}-ra" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Bidali mezua zure telefonotik" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Bidali egiaztapen-mezu elektronikoa" @@ -11133,7 +11245,7 @@ msgstr "Ezarri {0} aplikazio ikono gisa" msgid "Set new password" msgstr "Ezarri pasahitz berria" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Zehazki ezarri zein pertsona taldek erantzun diezaioketen zure postari" @@ -11141,11 +11253,11 @@ msgstr "Zehazki ezarri zein pertsona taldek erantzun diezaioketen zure postari" msgid "Set up your account" msgstr "Konfiguratu zure kontua" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Ezarri nork erantzun diezaiokeen zure postari" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Ezarri zure jaiotze data behean eta berehala argitaratu eta arakatzen jarraituko duzu!" @@ -11161,9 +11273,9 @@ msgstr "Ezarri zure ostatatze-hornitzailea eskuz" msgid "Sets email for password reset" msgstr "Pasahitza berrezartzeko posta elektronikoa ezartzen du" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Ezarpenak" @@ -11222,7 +11334,7 @@ msgstr "Erantzun jakinarazpenen ezarpenak" msgid "Settings for repost notifications" msgstr "Berpost jakinarazpenen ezarpenak" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Ezarpenak gorde dira" @@ -11242,7 +11354,7 @@ msgstr "Sexu Lizuna" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Partekatu" @@ -11251,7 +11363,7 @@ msgstr "Partekatu" msgid "Share age range" msgstr "Partekatu adin-tartea" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Partekatu hala ere" @@ -11279,13 +11391,13 @@ msgstr "Partekatu gonbidapen-esteka" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Partekatu esteka" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Partekatu estekaren elkarrizketa-koadroa" @@ -11304,12 +11416,12 @@ msgstr "Partekatu posta hemen:// URI" msgid "Share Profile" msgstr "Partekatu Profila" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Partekatu QR kodea" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Partekatu feed hau" @@ -11318,22 +11430,22 @@ msgstr "Partekatu feed hau" msgid "Share this search" msgstr "Partekatu bilaketa hau" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Partekatu abio multzo hau" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Partekatu abio multzo hau eta lagundu jendea zure Bluesky komunitatean sartzen." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Partekatu hemen..." @@ -11345,7 +11457,7 @@ msgstr "Partekatu zure kontaktuak lagunak aurkitzeko" msgid "Share your thoughts…" msgstr "Partekatu zure gogoetak…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Partekatutako Hobespenen Probatzailea" @@ -11359,12 +11471,16 @@ msgstr "Adin tartea partekatzeak zure Apple kontuari lotutako tartea baino ez du msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Adin tartea partekatzeak zure Google kontuari lotutako tartea baino ez du agerian uzten, adibidez, gutxienez 18 urte dituzula. <0>Zure adin zehatza eta urtebetetzea ez dira inoiz partekatzen, eta datu hauek ez dute inoiz gailu hau uzten. Beraz, gailu honetan bakarrik ahalbidetzen du sarbidea. Bestela, <1>gure bazkide fidagarria, KWS, erabil dezakezu, egiaztapena osatzeko eta plataforma guztietan sarbidea gaitzeko." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Erakutsi" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Erakutsi aukerazko testua" @@ -11373,14 +11489,14 @@ msgstr "Erakutsi aukerazko testua" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Erakutsi hala ere" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Erakutsi automatizazio etiketa" @@ -11401,16 +11517,16 @@ msgstr "Erakutsi pertsonalizazio-aukerak" msgid "Show group chat updates" msgstr "Erakutsi txat taldearen eguneraketak" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Erakutsi honelako gutxiago" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Erakutsi zerrenda hala ere" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Erakutsi aukeran dauden erabiltzaileen zerrendak" @@ -11418,8 +11534,8 @@ msgstr "Erakutsi aukeran dauden erabiltzaileen zerrendak" msgid "Show more" msgstr "Erakutsi gehiago" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Erakutsi horrelako gehiago" @@ -11445,8 +11561,8 @@ msgstr "Erakutsi erantzunak" msgid "Show replies as" msgstr "Erakutsi erantzunak honela" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Erakutsi erantzuna guztientzako" @@ -11455,8 +11571,8 @@ msgstr "Erakutsi erantzuna guztientzako" msgid "Show reposts" msgstr "Erakutsi berpostak" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Erakutsi berpostak feedetan" @@ -11478,7 +11594,7 @@ msgstr "Erakutsi feedetako abisua eta iragazkia" msgid "Show when you’re live" msgstr "Erakutsi zuzenean zaudenean" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Post hau noiz sortu zenari buruzko informazioa erakusten du" @@ -11486,15 +11602,15 @@ msgstr "Post hau noiz sortu zenari buruzko informazioa erakusten du" msgid "Shows other accounts you can switch to" msgstr "Alda ditzakezun beste kontu batzuk erakusten ditu" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Edukia erakusten du" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Edukia erakusten du" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Hasi saioa" msgid "Sign in as {0}" msgstr "Hasi saioa {0} gisa" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Hasi saioa honela…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Hasi saioa edo sortu kontua" @@ -11551,16 +11667,17 @@ msgstr "Hasi saioa Bluesky-n edo sortu kontu berri bat" msgid "Sign in to request access to this group chat." msgstr "Hasi saioa txat talde honetarako sarbidea eskatzeko." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Hasi saioa posta ikusteko" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Noiztik" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Saltatu" msgid "Skip contact sharing and continue to the app" msgstr "Saltatu kontaktuak partekatzea eta jarraitu aplikaziora" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Post hutsak saltatu?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Saltatu sarrera eta hasi zure kontua erabiltzen" @@ -11628,7 +11745,7 @@ msgstr "Saltatu sarrera eta hasi zure kontua erabiltzen" msgid "Skip to next step" msgstr "Hurrengo urratsera joan" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "diapositiba" @@ -11644,19 +11761,24 @@ msgstr "Gogorarazpena atzeratzen du" msgid "So many thoughts, you should post one" msgstr "Hainbeste ideia, bat argitaratu beharko zenuke" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Zuk kontrolatzen duzun sare soziala." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Posten gizarte-froga" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Software Garatzailea" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Zure zerrendako moderazio zerbitzu batzuk ez daude jada eskuragarri." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Zure egiaztapenetako batzuk baliogabeak dira." @@ -11664,7 +11786,7 @@ msgstr "Zure egiaztapenetako batzuk baliogabeak dira." msgid "Some other feeds you might like" msgstr "Gustatuko litzaizukeen beste feed batzuk" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Batzuek erantzun dezakete" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Zerbait gaizki joan da" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Arazoren bat izan da. Mesedez, saiatu berriro" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Arazoren bat izan da. Mesedez, saiatu berriro geroago." msgid "Something went wrong. Please try again." msgstr "Arazoren bat izan da. Mesedez, saiatu berriro." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Zerbait gaizki? Jakinaraziguzu." @@ -11759,8 +11881,8 @@ msgstr "Zerbait gaizki? Jakinaraziguzu." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Barkatu, ezin ditugu kontu-iradokizunak kargatu une honetan." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Barkatu! Zure saioa iraungi da. Mesedez, hasi saioa berriro." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam-a edo bestelako jokabide edo engainu faltsuak" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Kirolak" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Zure lagunek eta jarraitzen dizutenek gustuko izan dituzten postak topatu." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Hasi elkarrizketa bat, eta hemen agertuko da." @@ -11826,14 +11953,14 @@ msgstr "Txata hasi" msgid "Start chat with {displayName}" msgstr "Txat berria hasi {displayName}-rekin" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Abio Multzoa" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "{0}-ren abio multzoa" @@ -11841,12 +11968,12 @@ msgstr "{0}-ren abio multzoa" msgid "Starter pack by <0/>" msgstr "<0/>-ren abio multzoa" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Zure abio multzoa" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Abio multzoa ez da zuzena" @@ -11854,7 +11981,7 @@ msgstr "Abio multzoa ez da zuzena" msgid "Starter packs" msgstr "Abio multzoak" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Abio Multzoak" @@ -11893,7 +12020,7 @@ msgstr "Biltegia garbitu da, aplikazioa berrabiarazi behar duzu orain." msgid "Stored as part of a secure code for matching with others" msgstr "Besteekin bat etortzeko kode seguru baten barruan gordeta" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Ipuin liburua" @@ -11928,13 +12055,13 @@ msgstr "Bidali Apelazioa" msgid "Submit feedback" msgstr "Bidali iritzia" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Bidali salaketa" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Bidali zure salaketa Adostasunik gabeko irudi intimoen (NCII) salaketa inprimakiaren bidez" @@ -11963,11 +12090,11 @@ msgstr "Harpidetu @{0}-ra etiketa hauek erabiltzeko:" msgid "Subscribe to account activity" msgstr "Harpidetu kontuaren jarduerara" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Harpidetu Etiketatzailera" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Harpidetu etiketatzaile honetara" @@ -11975,7 +12102,7 @@ msgstr "Harpidetu etiketatzaile honetara" msgid "Subscribe to this list" msgstr "Harpidetu zerrenda honetara" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Arrakasta" @@ -11998,7 +12125,7 @@ msgstr "Behar bezala egiaztatu da" msgid "Suggested" msgstr "Iradokitakoa" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Iradokitako kontuak" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Ilunabarra" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Etiketak soilik" msgid "Take the conversation private." msgstr "Eraman elkarrizketa pribatura." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Sakatu behean Bluesky-k zure GPS kokapena atzitzeko aukera emateko. Ondoren, datu horiek erabiliko ditugu zure eskualdean eskuragarri dauden edukia eta funtzioak zehatzago zehazteko." @@ -12103,8 +12230,8 @@ msgstr "Ukitu informazioa lortzeko" msgid "Tap for more information" msgstr "Ukitu informazio gehiago lortzeko" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Sakatu hemen zure kokapena GPSarekin eguneratzeko." @@ -12206,7 +12333,7 @@ msgstr "Baldintzak" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Eskerrik asko zure iritziagatik! Feedaren operadoreari bidali zaio." msgid "Thanks for your feedback!" msgstr "Eskerrik asko zure iritziagatik!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Eskerrik asko, zure helbide elektronikoa behar bezala egiaztatu duzu. Leiho hau itxi dezakezu." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Eskerrik asko! Dena prest duzu." @@ -12246,16 +12373,16 @@ msgstr "Eskerrik asko! Dena prest duzu." msgid "That contains the following:" msgstr "Horrek honako hauek ditu:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Ezin izan da aurkitu abio multzo hori." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Erabiltzaile-izen hori dagoeneko hartuta dago" @@ -12263,13 +12390,13 @@ msgstr "Erabiltzaile-izen hori dagoeneko hartuta dago" msgid "That's all, folks!" msgstr "Hori da guztia, lagunok!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Hori da dena!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Kontua zurekin elkarreragin ahal izango du desblokeatu ondoren." @@ -12287,7 +12414,7 @@ msgstr "Hari honen egileak erantzun hau ezkutatu du." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "Sartu duzun jaiotze-datak 18 urtetik beherakoa zarela esan nahi du. Baliteke eduki eta funtzio batzuk ez izatea erabilgarri zuretzat." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Bluesky web aplikazioa" @@ -12352,32 +12479,32 @@ msgstr "Erantzuten ari zaren posta {suggestedLanguageName} hizkuntzan idatzita d msgid "The Privacy Policy has been moved to <0/>" msgstr "Pribatutasun-politika <0/>-ra eraman da" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "Prozesatutako bideoa handiegia da. Mesedez, saiatu berriro fitxategi txikiago batekin." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "Ezin izan da hautatutako bideoa kodetu." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "Ezin izan da hautatutako bideoa prozesatu." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "Hautatutako bideoak onartzen ez den aspektu-erlazioa du." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Hautatutako bideoa {VIDEO_MAX_SIZE_MB} MB baino handiagoa da. Mesedez, saiatu berriro fitxategi txikiago batekin." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "Hautatutako bideoa luzeegia da." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "Hautatutako bideoak onartzen ez den formatu bat erabiltzen du." @@ -12386,7 +12513,7 @@ msgstr "Hautatutako bideoak onartzen ez den formatu bat erabiltzen du." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Zerbitzariak arazoak dituela dirudi. Mesedez, saiatu berriro une batzuk barru." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Ikusten saiatzen ari zaren abio multzoa ez da zuzena. Horren ordez, abio multzo hau ezaba dezakezu." @@ -12402,7 +12529,7 @@ msgstr "Laguntza-inprimakia mugitu da. Laguntza behar baduzu, mesedez <0/> edo j msgid "The Terms of Service have been moved to" msgstr "Zerbitzu Baldintzak hona eraman da" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Eman duzun egiaztapen-kodea ez da zuzena. Mesedez, ziurtatu egiaztapen-esteka zuzena erabili duzula edo eskatu berri bat." @@ -12412,7 +12539,7 @@ msgstr "Eman duzun egiaztapen-kodea ez da zuzena. Mesedez, ziurtatu egiaztapen-e msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Egiaztapen-hornitzaileak ezin izan du kodea bidali zure telefono-zenbakira. Mesedez, egiaztatu zure telefono-zenbakia eta saiatu berriro." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Bideoa ezin izan da zure ostatatze-hornitzailera igo. Mesedez, saiatu berriro." @@ -12428,7 +12555,7 @@ msgstr "Muga bat dago zure jaiotze data aldatzeko maiztasunean. Baliteke egun ba msgid "There is no invite link for this group chat." msgstr "Ez dago gonbidapen-estekarik txat talde honetarako." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Ez dago kontua desaktibatzeko denbora-mugarik, itzuli edonoiz." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Arazo bat izan da zure internet konexioarekin, mesedez, saiatu berriro" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Arazo bat izan da zerbitzariarekin harremanetan jartzeko" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Arazo bat izan da zerbitzariarekin harremanetan jartzeko. Mesedez, egiaztatu Interneteko konexioa eta saiatu berriro." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Arazo bat izan da jakinarazpenak eskuratzean. Sakatu hemen berriro saiatzeko." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Arazo bat izan da postak eskuratzean. Sakatu hemen berriro saiatzeko." @@ -12495,25 +12622,25 @@ msgstr "Arazo bat izan da feedak eguneratzean. Egiaztatu Interneteko konexioa et #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Arazo bat egon da! {0}" @@ -12521,10 +12648,10 @@ msgstr "Arazo bat egon da! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Arazo bat egon da. Mesedez, egiaztatu Interneteko konexioa eta saiatu be msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Aplikazioan ustekabeko arazo bat egon da. Mesedez, esan iezaguzu hau gertatu zaizun!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Erabiltzaile berri mordoa izan da Blueskyra! Zure kontua aktibatuko dugu ahal bezain laster." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Hauek dira zure ezarpen lehenetsiak" @@ -12576,7 +12703,7 @@ msgstr "Ezin izango dira berriro sartu zuk berriro gonbidatu arte." msgid "This {screenDescription} has been flagged:" msgstr "{screenDescription} hau markatu da:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Kontu honek egiaztapen-marka bat du, iturri fidagarriek egiaztatu dutelako." @@ -12584,7 +12711,7 @@ msgstr "Kontu honek egiaztapen-marka bat du, iturri fidagarriek egiaztatu dutela msgid "This account has been marked as automated by its owner." msgstr "Kontu hau jabeak automatizatu gisa markatu du." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Kontu honek egiaztapen saiakera bat edo gehiago ditu, baina une honetan ez dago egiaztatuta." @@ -12618,7 +12745,7 @@ msgstr "Apelazio hau Bluesky-ren moderazio zerbitzura bidaliko da." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Egile honek bere postak saioa hasita duten pertsonentzat bakarrik ikusgai jartzea aukeratu du." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Botoi honek Germ DM aplikazioa irekitzeko aukera ematen die beste batzuei mezu bat bidaltzeko. Bere ikusgarritasuna Germ DM aplikaziotik kudea dezakezu, edo zure Bluesky kontua Germ DM-tik guztiz deskonektatu dezakezu beheko botoian klik eginez." @@ -12649,7 +12776,7 @@ msgstr "Txat hau deskonektatu da" msgid "This code is invalid. Resend to get a new code." msgstr "Kode hau baliogabea da. Bidali berriro kode berri bat lortzeko." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Baieztapen-kode hau ez da baliozkoa. Mesedez, saiatu berriro." @@ -12683,7 +12810,7 @@ msgstr "Elkarrizketa hau blokeatuta dago." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Elkarrizketa ezabatuta edo desaktibatuta dagoen kontu batekin da. Sakatu aukerak ikusteko" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Zirriborro hau betiko ezabatuko da." @@ -12700,7 +12827,7 @@ msgstr "Esaldi zehatz hau" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Ezaugarri honek erabiltzaileei zure post eta erantzun berrien jakinarazpenak jasotzeko aukera ematen die. Norentzat gaitu nahi duzu hau?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Ezaugarri hau beta-n dago. Biltegien esportazioei buruzko informazio gehiago irakur dezakezu <0>blog-argitalpen honetan ." @@ -12763,7 +12890,7 @@ msgstr "Behin bakarreko segurtasun-egiaztapena besterik ez da, ez baitugu kontu msgid "This is not a valid link" msgstr "Esteka hau ez da baliozkoa" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Etiketa honek munduari jakinarazten dio kontu hau automatizatua dela. Aktibatuta badago, etiketa hau kontuaren izenaren ondoan agertuko da haien profilean eta postetan. Edozein unetan aktibatu edo desaktibatu daiteke." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Esteka honek honako webgunera eramaten zaitu:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "<0>{0}-(e)k sortutako zerrenda honen izenak edo deskribapenak Bluesky-ren komunitate-gidalerroak urratu ditzake." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Zuk sortutako zerrenda honen izenak edo deskribapenak Bluesky-ren komunitate-gidalerroak urratu ditzake." @@ -12829,11 +12956,11 @@ msgstr "Pertsona honek blokeatzen zaitu" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Post honek <0>{0}-n sortu dela dio, baina Bluesky-k <1>{1}-n ikusi zuen lehen aldiz." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Post honek hari mota ezezagun bat du. Baliteke zure aplikazioa zaharkituta egotea." @@ -12845,19 +12972,19 @@ msgstr "Post hau saioa hasi duten erabiltzaileentzat bakarrik ikus daiteke." msgid "This post was deleted by its author" msgstr "Post hau egileak ezabatu du" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Post hau feed eta harietatik ezkutatuta egongo da. Hau ezin da desegin." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Post honen egileak aipamenak desgaitu ditu." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Profil hau saioa hasitako erabiltzaileek soilik ikus dezakete. Saioa hasita ez dagoen jendearentzat ez da ikusgai egongo." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Erantzun hau zure hariaren beheko aldean ezkutuko atal batean ordenatuko da eta hurrengo erantzunen jakinarazpenak mututuko ditu, bai zuretzako bai besteentzako." @@ -12870,7 +12997,7 @@ msgstr "Pantaila hau taldeko elkarrizketetarako bakarrik dago eskuragarri." msgid "This service has not provided terms of service or a privacy policy." msgstr "Zerbitzu honek ez du zerbitzu-baldintzarik edo pribatutasun-politikarik eman." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Zerbitzu hau ez da onartzen Zuzeneko funtzioa beta bertsioan dagoen bitartean. Onartutako zerbitzuak: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Erabiltzaile hau berria da hemen. Sakatu noiz sartu zenari buruzko infor msgid "This user isn't following anyone." msgstr "Erabiltzaile hau ez du inor jarraitzen." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Bideo hau ezin da erreproduzitu zure gailuan. Baliteke zure arakatzaileak edo sistemak beharrezko bideo kodekak (H.264/AAC) falta izatea." @@ -12953,15 +13080,10 @@ msgstr "Honek atzeraezin ezabatuko du zure Bluesky kontua <0>{currentHandle} msgid "This will remove @{0} from the quick access list." msgstr "Honek @{0} sarbide azkarreko zerrendatik kenduko du." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Honek zure posta aipatutako post honetatik kenduko du erabiltzaile guztientzat, eta leku-marka batekin ordezkatuko du." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Hari-zenbaketa" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Hariaren Hobespenak" msgid "Threaded" msgstr "Harikatua" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Harien Hobespenak" @@ -13002,7 +13124,7 @@ msgstr "Izenburua" msgid "Title (100 characters max)" msgstr "Izenburua (gehienez 100 karaktere)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Posta elektronikoaren 2FA metodoa desgaitzeko, mesedez egiaztatu helbide elektronikorako sarbidea duzula." @@ -13012,7 +13134,7 @@ msgstr "Posta elektronikoaren 2FA metodoa desgaitzeko, mesedez egiaztatu helbide msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Zure posta elektronikoaren 2FA metodoa desgaitzeko, mesedez egiaztatu <0>{0}-ra sarbidea duzula" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Saioa amaitzeko, <0>egin klik hemen. Edo nahiago baduzu, <1>zure kontua ezabatu dezakezu." @@ -13020,11 +13142,11 @@ msgstr "Saioa amaitzeko, <0>egin klik hemen. Edo nahiago baduzu, <1>zure kon msgid "Today" msgstr "Gaur" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Aldatu helduentzako edukia gaitzeko edo desgaitzeko" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Soinua aktibatu/desaktibatzen du" @@ -13053,7 +13175,7 @@ msgstr "Joan gora" msgid "Top replies first" msgstr "Goiko erantzunak lehenik" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Gaia" @@ -13061,8 +13183,8 @@ msgstr "Gaia" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Itzuli" @@ -13074,12 +13196,12 @@ msgstr "Itzulia" msgid "Translating" msgstr "Itzultzen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Itzultzen…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Hizkuntza bererako itzulpena ez dago erabilgarri zure gailuan." @@ -13088,9 +13210,9 @@ msgstr "Hizkuntza bererako itzulpena ez dago erabilgarri zure gailuan." msgid "Tree view" msgstr "Zuhaitz-ikuspegia" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Joera" @@ -13099,12 +13221,20 @@ msgstr "Joera" msgid "Trending GIFs" msgstr "Modako GIFak" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Joera-aukerak" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Joera-gaiak" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Joera-gaiak sarean jendea zertaz ari den kontuan hartuta oinarritzen dira. Gaien tituluak eta deskribapenak AA erabiliz sortzen dira." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Joerako bideoak" @@ -13113,7 +13243,7 @@ msgstr "Joerako bideoak" msgid "Trolling" msgstr "Trolling-a" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Konfiantza harremanetatik, komunitateetatik eta partekatutako testuinguruetatik sortzen da, beraz, <0>egiaztatzaile fidagarriak ere gaitzen ari gara: egiaztapena zuzenean jaulki dezaketen erakundeak." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Ezin da konektatu. Mesedez, egiaztatu Interneteko konexioa eta saiatu berriro." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Ezin da zure zerbitzuarekin harremanetan jarri. Mesedez, egiaztatu zure interneteko konexioa eta saiatu berriro." @@ -13187,7 +13317,7 @@ msgstr "Ezin da zure zerbitzuarekin harremanetan jarri. Mesedez, egiaztatu zure msgid "Unable to contact your service. Please check your Internet connection." msgstr "Ezin da zure zerbitzuarekin harremanetan jarri. Mesedez, egiaztatu zure Interneteko konexioa." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Ezin da ezabatu" @@ -13205,6 +13335,10 @@ msgstr "Ezin da hautatutako hartzailerik aurkitu." msgid "Unable to find the selected recipient." msgstr "Ezin da hautatutako hartzailea aurkitu." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Ezin da erabiltailea ebatzi" @@ -13233,14 +13367,14 @@ msgstr "Feedaren informazioa ez dago erabilgarri" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Desblokeatu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Desblokeatu" @@ -13251,8 +13385,8 @@ msgstr "Desblokeatu {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Desblokeatu kontua" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Desblokeatu kontua?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Kontua Desblokeatu?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Desblokeatu zerrenda" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Desegin" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Desegin" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desegin berposta ({0, plural, one {berpost #} other {# berpost}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0} jarraitzen utzi" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Utzi kontua jarraitzeari" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Erabiltzailea jarraitzeari uzten dio" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Zoritxarrez, harpidetutako etiketatzaileetako batek ere ez du onartzen salaketa mota hau." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Zoritxarrez, zure profilean gorde duzun jaiotze datak gazteegi egiten zaitu Bluesky-ra sartzeko." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Zoritxarrez, adierazi duzun adinak adierazten du ez zarela adin nagusikoa zure eskualdean Bluesky-ra sartzeko." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Egiaztatzaile ezezaguna" @@ -13333,13 +13490,13 @@ msgstr "Helduentzako etiketarik gabeko edukia" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Etiketarik gabeko, abusuzko edo baimenik gabeko helduentzako edukia" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Ez gogoko" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Ez gogoko ({0, plural, one {gogoko #} other {# gogoko}})" @@ -13351,12 +13508,12 @@ msgstr "Ireki txata" msgid "Unlock this group chat" msgstr "Ireki txat talde hau" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Mututzea utzi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Desmututu" msgid "Unmute {0}" msgstr "{0} ez mututu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Desmututu kontua" @@ -13379,8 +13536,8 @@ msgstr "Desmututu kontua" msgid "Unmute conversation" msgstr "Elkarrizketa ez mututu" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Desmututu zerrenda" @@ -13388,8 +13545,8 @@ msgstr "Desmututu zerrenda" msgid "Unmute this group chat" msgstr "Desmututu txat talde hau" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Haria ez mututu" @@ -13397,14 +13554,14 @@ msgstr "Haria ez mututu" msgid "Unmute video" msgstr "Bideoa ez mututu" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Aingura kendu" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Feedari aingura kendu" @@ -13414,13 +13571,13 @@ msgstr "Feedari aingura kendu" msgid "Unpin from home" msgstr "Aingura kendu hasieratik" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Aingura kendu profiletik" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Moderazio zerrendari aingura kendu" @@ -13429,29 +13586,34 @@ msgstr "Moderazio zerrendari aingura kendu" msgid "Unpinned {0} from Home" msgstr "{0}-ri aingura kendu Hasieratik" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Aingura kendu zure feedetatik" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Zerrenda ainguratik kenduta" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Utzi e-posta bidezko gogorarazpena atzeratzeari" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Harpidetza kendu" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Harpidetza kendu zerrendatik" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Harpidetza kendu etiketatzaile honi" @@ -13463,7 +13625,7 @@ msgstr "Zerrendatik harpidetza kenduta" msgid "Unsupported clipboard content" msgstr "Onartzen ez den arbeleko edukia" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Bideo mota bateraezina: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Eguneratu {domain}ra" msgid "Update your email" msgstr "Eguneratu zure posta elektronikoa" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Eguneratu zure kokapena" @@ -13539,24 +13701,24 @@ msgstr "Kargatu testu-fitxategi bat hona:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Kargatu Kameratik" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Kargatu Fitxategietatik" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Kargatu Liburutegitik" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "GIFa kargatzen..." @@ -13570,7 +13732,7 @@ msgstr "Irudiak kargatzen..." msgid "Uploading link thumbnail..." msgstr "Estekaren miniatura kargatzen..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Bideoa kargatzen..." @@ -13659,25 +13821,25 @@ msgstr "{0}-ren Erabiltzaile Zerrenda" msgid "User list by you" msgstr "Zure erabiltzaile zerrenda" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Erabiltzaile zerrenda sortua" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Erabiltzaile zerrenda eguneratua" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Erabiltzaile-izenak ezin du {MAX_SERVICE_HANDLE_LENGTH, plural, other {# karaktere}} baino luzeagoa izan" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Erabiltzaile-izenak ezin du marratxo batekin hasi edo amaitu" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Erabiltzaile-izenak letrak (a-z), zenbakiak eta marratxoak bakarrik izan behar ditu" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Erabiltzaile-izena edo helbide elektronikoa" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "<0>@{0}-k jarraitzen dituen erabiltzaileak" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "<0>@{0} erabiltzaileak jarraitzen" @@ -13707,11 +13869,11 @@ msgstr "Balioa:" msgid "Verification failed, please try again." msgstr "Egiaztapena huts egin du, saiatu berriro." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Egiaztapen-ezarpenak" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Egiaztapen-Ezarpenak" @@ -13720,14 +13882,14 @@ msgstr "Egiaztapen-Ezarpenak" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Bluesky-n egiaztapenek beste plataformetan baino modu desberdinean funtzionatzen dute. <0>Ikasi gehiago hemen." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Honek egiaztatuta:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Egiaztatu kontua" @@ -13790,12 +13952,12 @@ msgstr "Egiaztatu zure adina" msgid "Verify your email" msgstr "Egiaztatu zure posta elektronikoa" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Egiaztatzen" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Zure adinaren berme-egoera egiaztatzen" @@ -13815,16 +13977,16 @@ msgstr "{0} bertsioa" msgid "via starter pack <0/><1>{starterPackName}" msgstr "<0/><1>{starterPackName} abio multzoaren bidez" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Bideoa" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Ezin izan da prozesatu bideoa" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Bideo Feeda" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "{0}-ren bideoa: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "{0}-ren bideoa. Sakatu bideoa erreproduzitzeko edo pausatzeko" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Bideo-jokoak" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Bideoa geldirik dago" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Bideoa erreproduzitzen ari da" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Ez da bideoa aurkitu." @@ -13859,12 +14021,12 @@ msgstr "Ez da bideoa aurkitu." msgid "Video settings" msgstr "Bideo ezarpenak" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Bideoa kargatuta" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Bideoa: {0}" @@ -13872,19 +14034,13 @@ msgstr "Bideoa: {0}" msgid "Videos" msgstr "Bideoak" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Bideoek 10 minutu edo gutxiago iraun behar dute." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Bideoek 3 minutu baino gutxiago iraun behar dute." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Ikusi" @@ -13903,9 +14059,9 @@ msgstr "Ikusi {0}-ren abatarra" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Ikusi {0}-ren profila" @@ -13924,11 +14080,11 @@ msgstr "Ikusi {displayName}-ren profila" msgid "View {publicationTitle}" msgstr "Ikusi {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Ikusi blokeatutako erabiltzailearen profila" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Ikusi blogeko argitalpena xehetasun gehiago lortzeko" @@ -13936,8 +14092,8 @@ msgstr "Ikusi blogeko argitalpena xehetasun gehiago lortzeko" msgid "View debug entry" msgstr "Ikusi arazketa-sarrera" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Ikusi xehetasunak" @@ -13977,13 +14133,13 @@ msgstr "Ikusi gehiago" msgid "View more trending videos" msgstr "Joera-bideo gehiago ikusi" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Ikusi posta" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Ikusi @{0}-k eskaintzen duen etiketa-zerbitzua" msgid "View this user's verifications" msgstr "Ikusi erabiltzaile honen egiaztapenak" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Ikusi feed hau gogoko duten erabiltzaileak" @@ -14026,11 +14182,11 @@ msgstr "Ikusi feed hau gogoko duten erabiltzaileak" msgid "View video" msgstr "Bideoa ikusi" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Ikusi zuk blokeatutako kontuak" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Ikusi post interakzio-ezarpen lehenetsiak" @@ -14039,11 +14195,15 @@ msgstr "Ikusi post interakzio-ezarpen lehenetsiak" msgid "View your feeds and explore more" msgstr "Ikusi zure feedak eta arakatu gehiago" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Ikusi zure moderazio sarrera-ontzia" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Ikusi zure moderazio zerrendak" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Ikusi zuk mutututako kontuak" @@ -14060,6 +14220,10 @@ msgstr "Irudi osoa ikusten du" msgid "Views video in immersive mode" msgstr "Bideoa murgiltze moduan ikusten du" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Indarkeria" @@ -14136,6 +14300,10 @@ msgstr "Ezin izan ditugu kargatu elkarrizketa honen sarrera eskaerak" msgid "We couldn’t load this conversation’s settings" msgstr "Ezin izan ditugu kargatu elkarrizketa honen ezarpenak" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Ezin izan dugu zure ostatatze-hornitzailea egiaztatu. Egiaztatu Interneteko konexioa, edo <0>ezarri ostatatze-hornitzailea eskuz." @@ -14148,7 +14316,7 @@ msgstr "Hashak ezabatzen ditugu bat-etortzeak egin ondoren" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Ez ditugu zure lagunen telefono zenbakiak gordetzen edo mezurik bidaltzen" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "{estimatedTime} kalkulatzen dugu zure kontua prest egon arte." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "<0>KWSrekin bat egin dugu adinaren egiaztapena kudeatzeko. Behean \"Hasi\" sakatzen duzunean, KWS-k mezu elektroniko bidez bidaliko dizkizu egiaztapen-prozesua osatzeko argibideak. Zure helbide elektronikoa KWS erabiltzen duen beste joko edo zerbitzu baterako zure adina egiaztatzeko erabili bada dagoeneko, ez duzu berriro egin beharko. Amaitzen duzunean, berriro eramango zaituzte Bluesky erabiltzen jarraitzeko." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Beste egiaztapen-mezu bat bidali dugu <0>{0} helbidera." @@ -14186,7 +14354,7 @@ msgstr "Gutxienez bi interes hautatzea gomendatzen dugu." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Esteka bat duen mezu elektroniko bat bidali dugu <0>{0} helbidera. Egin klik gainean helbide elektronikoaren egiaztapen prozesua osatzeko." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Ezin izan dugu zehaztu bideoak kargatzeko baimena duzun ala ez. Mesedez, saiatu berriro." @@ -14198,16 +14366,16 @@ msgstr "Ezin izan dugu zure eskualdeko adinaren bermearen konfigurazioa kargatu, msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Ezin izan ditugu kargatu zure jaiotze dataren hobespenak. Mesedez, saiatu berriro." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Une honetan ezin izan ditugu kargatu konfiguratutako etiketatzaileak." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Konexio arazo batengatik ezin izan dugu egiaztapena jaso. Geroago irits daiteke. Iritsiz gero, zure kontua automatikoki eguneratuko da." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Zure kontua prest dagoenean jakinaraziko dizugu." @@ -14236,7 +14404,7 @@ msgstr "Gure <0>Komunitatearen Gidalerroak ere eguneratzen ari gara, eta zur msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Gure Komunitatearen Gidalerroak ere eguneratzen ari gara, eta zure ekarpena nahi dugu! Gidalerro berri hauek 2025eko urriaren 15ean jarriko dira indarrean." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Zure adinaren berme-egoera gure zerbitzariekin baieztatzen ari gara. Segundo batzuk besterik ez luke iraungo." @@ -14255,7 +14423,7 @@ msgstr "Sare arazoak ditugu, saiatu berriro" msgid "We’re having network issues, try again" msgstr "Sare arazoak ditugu, saiatu berriro" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Bluesky-n egiaztapen-geruza berri bat sartzen ari gara — erraz ikusteko egiaztapen-marka bat." @@ -14267,7 +14435,7 @@ msgstr "Pozik gaude gurekin bat egin izanagatik!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Sentitzen dugu, baina zure gailuak partekatutako datuen arabera, ez duzu Bluesky atzitzeko adin nahikoa." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Barkatu, baina zure gailuaren kokapenean oinarrituta, adinaren bermea behar den eskualde batean zaude." @@ -14296,7 +14464,7 @@ msgstr "Sentitzen dugu, baina ezin izan da bilaketa osatu. Mesedez, saiatu berri msgid "We're sorry, you cannot access this screen at this time." msgstr "Sentitzen dugu, momentu honetan ezin zara pantaila honetara sartu." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sentitzen dugu! Erantzuten ari zaren posta ezabatu da." @@ -14325,12 +14493,12 @@ msgstr "Gure Zerbitzu-baldintzak, Pribatutasun-politika eta Copyright-politika e msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Gure Zerbitzu Baldintzak, Pribatutasun Politika eta Copyright Politika eguneratzen ari gara, 2025eko irailaren 15etik aurrera indarrean. Gure Komunitate Gidalerroak ere eguneratzen ari gara, eta zure ekarpena nahi dugu! Gidalerro berri hauek 2025eko urriaren 15ean jarriko dira indarrean. Aldaketa hauei buruz gehiago jakiteko eta zure iritziak gurekin nola partekatu jakiteko, irakurri gure blog-argitalpena." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Zure adinaren berme egoera baieztatu dugu. Elkarrizketa-leiho hau itxi dezakezu orain." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Ongi etorri berriro ere!" @@ -14351,17 +14519,17 @@ msgstr "Nola deitu nahi diozu zure abio multzoari?" msgid "what’s up" msgstr "zer berri" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Zer da?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Egiaztapen-marka bat sakatzen duzunean, egiaztapena zein erakundek eman duten ikusiko duzu." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Nork elkarreragin dezake post honekin?" @@ -14369,12 +14537,12 @@ msgstr "Nork elkarreragin dezake post honekin?" msgid "Who can join this group chat and how" msgstr "Nork eta nola batu daitekeen txat talde honetara" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Nork erantzun dezake" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Nork egiaztatu dezake?" @@ -14434,11 +14602,11 @@ msgstr "Erabiltzaile hau blokeatu eta/edo elkarrizketa hau ezabatu nahi duzu?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Erabiltzaile hau blokeatu eta/edo elkarrizketa hau utzi nahi duzu?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Zure zirriborroak ikusi aurretik zirriborro gisa gorde nahi al duzu hau?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Zirriborro gisa gorde nahi duzu geroago editatzeko?" @@ -14447,12 +14615,12 @@ msgstr "Zirriborro gisa gorde nahi duzu geroago editatzeko?" msgid "Write a post" msgstr "Idatzi post bat" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Idatzi posta" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Idatzi zure erantzuna" @@ -14475,8 +14643,8 @@ msgstr "Elkarrizketa mota okerra" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Bai" @@ -14486,8 +14654,8 @@ msgstr "Bai" msgid "Yes GIFs" msgstr "Baiezko GIFak" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Bai, desaktibatu" @@ -14495,19 +14663,19 @@ msgstr "Bai, desaktibatu" msgid "Yes, delete my account" msgstr "Bai, ezabatu nire kontua" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Bai, ezabatu abio multzo hau" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Bai, kendu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Bai, ezkutatu" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Bai, aktibatu berriro nire kontua" @@ -14519,7 +14687,7 @@ msgstr "Atzo" msgid "You are a trusted verifier" msgstr "Egiaztatzaile fidagarria zara" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Aplikazioan sartzen utzi aurretik zure adina egiaztatzea eskatzen digun eskualde batetik sartzen ari zara Bluesky-ra." @@ -14544,12 +14712,12 @@ msgstr "Kontua sortzen ari zara hemen" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Une honetan blokeatuta zaude Zuzeneko Emanaldia funtzioa erabiltzeko. Moderazio erabaki honen aurkako helegitea jartzeko, mesedez, bidali beheko formularioa." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Une honetan ezin duzu Bluesky-ren Adinaren Bermearen fluxua atzitu. Mesedez, <0>jarri harremanetan gure moderazio taldearekin errore bat dela uste baduzu." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Ilaran zaude." @@ -14558,11 +14726,11 @@ msgstr "Ilaran zaude." msgid "You are Live" msgstr "Zuzenean zaude" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Jada ez zaude zuzenean" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Ezin dituzu bideoak kargatu." @@ -14570,7 +14738,7 @@ msgstr "Ezin dituzu bideoak kargatu." msgid "You are not following anyone yet" msgstr "Ez zara inor jarraitzen ari oraindik" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Orain zuzenean zaude!" @@ -14599,7 +14767,7 @@ msgstr "Horren ordez, <0>aldi baterako desaktibatu dezakezu zure kontua. Zur msgid "You can also discover new Custom Feeds to follow." msgstr "Jarraitu beharreko Feed Pertsonalizatu berriak ere aurki ditzakezu." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Txat-datuak \"JSONL\" fitxategi gisa ere deskarga ditzakezu. Fitxategi honek bidali dituzun txat-mezuak baino ez ditu barne hartzen, eta ez dir egongo jaso dituzun txat-mezuak." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Orain pasahitz berriarekin saioa hasi dezakezu." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Gehienez {MAX_GALLERY_IMAGES, plural, other {# irudi}} gehi ditzakezu post bakoitzeko" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "1000 karaktere arteko zirriborroak soilik gorde ditzakezu." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "1000 karaktere arteko zirriborroak soilik gorde ditzakezu. Post hau baztertu nahi duzu zirriborroak ikusi aurretik?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "GIF bakarra hauta dezakezu aldi berean." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Bideo bakarra hauta dezakezu aldi berean." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Zure kontua berriro aktiba dezakezu saioa hasten jarraitzeko. Zure profila eta postak beste erabiltzaileek ikusgai izango dituzte." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Txat-historia irakurri dezakezu, baina ezin duzu mezu berririk bidali." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Guztira gehienez {MAX_GALLERY_IMAGES, plural, other {# irudi}} hauta ditzakezu." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Geroago eguneratu dezakezu hau zure ezarpenetan." @@ -14690,7 +14855,7 @@ msgstr "Ezin duzu zure jaiotze data eguneratu aplikazioko pasahitza erabiltzen a msgid "You don't follow any users who follow @{name}." msgstr "Ez duzu jarraitzen @{name}-k jarraitzen duen erabiltzailerik." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Ez duzu zerrendarik oraindik." @@ -14728,7 +14893,7 @@ msgstr "Erabat desgaitu dituzu erantzun eta aipamen jakinarazpenak, beraz, fitxa #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Kode baliogabe bat sartu duzu. XXXX-XXXX itxura izan beharko luke." @@ -14778,15 +14943,15 @@ msgstr "Bukaerara iritsi zara" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Zure helbide elektronikoa behar bezala egiaztatu duzu. Leiho hau itxi dezakezu." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Bideoak kargatzeko mugara iritsi zara aldi baterako. Mesedez, saiatu berriro geroago." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Zirriborro honetan gorde gabeko aldaketak dituzu, gorde nahi dituzu?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Gorde gabeko aldaketak dituzu. Zirriborroak ikusi aurretik gorde nahi dituzu?" @@ -14858,7 +15023,7 @@ msgstr "Gutxienez beste zazpi pertsona jarraitu behar dituzu abio multzo bat sor msgid "You must grant access to your photo library to save a QR code" msgstr "Zure argazki liburutegirako sarbidea eman behar duzu QR kodea gordetzeko" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Zure multimedia liburutegirako sarbidea baimendu behar duzu." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Txat honen jabea zara" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Aurretik @{0} desaktibatu zenuen." @@ -14911,11 +15076,21 @@ msgstr "Zeure buruari erantzun diozu" msgid "You requested to join" msgstr "Sartzea eskatu duzu" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Zure kontu guztietatik aterako zara." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "Dena prest dago! Hala ere, ezaugarri batzuk mugatuta egon daitezke heldu msgid "You’re in control" msgstr "Zuk duzu kontrola" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Ilaran zaude" @@ -15010,7 +15185,7 @@ msgstr "Zure kontaktuetarako sarbidea ukatu duzu" msgid "You've found some people to follow" msgstr "Jarraitzeko jendea aurkitu duzu" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Eduki aktiboaren amaierara iritsi zara." @@ -15018,7 +15193,7 @@ msgstr "Eduki aktiboaren amaierara iritsi zara." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Zure feedaren amaierara iritsi zara! Bilatu jarraitzeko kontu gehiago." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Gehienezko zirriborro kopurura iritsi zara" @@ -15030,22 +15205,23 @@ msgstr "Eskaera kopuru maximoa gainditu duzu. Mesedez, saiatu berriro geroago." msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Gehienezko {MAX_FILTERS, plural, one {iragazki #} other {# iragazki}} kopurura iritsi zara. Berriak sortu beharrean, gehitu balio gehiago lehendik dagoen iragazki bati." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Eduki aktiboaren hasierara iritsi zara." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Bideoak kargatzeko eguneko mugara iritsi zara (byte gehiegi)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Bideoak kargatzeko eguneko mugara iritsi zara (bideo gehiegi)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Ikusteko bideorik gabe geratu zara. Agian momentu ona da atsedena hartzeko?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Zure kontua" @@ -15062,7 +15238,19 @@ msgstr "Zure kontua ezabatu da, ikusi arte! ✌️" msgid "Your account has been suspended" msgstr "Zure kontua bertan behera utzi da" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Zure kontuak ez du oraindik bideoak kargatzeko adina. Mesedez, saiatu berriro geroago." @@ -15074,7 +15262,7 @@ msgstr "Zure kontua berriegia da" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Zure kontuak gutxienez 7 egun izan behar ditu txat talde berri bat sortzeko." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Zure kontuaren biltegia, datu publikoen erregistro guztiak dituena, \"CAR\" fitxategi gisa deskargatu daiteke. Fitxategi honek ez du barne multimediarik, hala nola irudiak, edo zure datu pribatuak, bereizita eskuratu behar direnak." @@ -15086,7 +15274,7 @@ msgstr "Zure kontua <0>Bluesky Sozial Zerbitzu-Baldintzak urratzen dituela i msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Zure apelazioa bidali da. Zure apelazioa onartzen bada, mezu elektroniko bat jasoko duzu." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Zure jaiotze-data" @@ -15115,7 +15303,7 @@ msgstr "Zure kontaktua {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Zure oraingo handlea <0>{0} zuretzako automatikoki erreserbatuko da. Edozein momentutan berriro aukeratu dezakezu kontu honetatik." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Zure adin deklaratua 18 urtetik beherakoa da. Beheko ezarpen batzuk desgaituta egon daitezke. Akats bat izan bada, zure jaiotze data edita dezakezu zure <0>kontuaren ezarpenetan." @@ -15128,7 +15316,7 @@ msgstr "Zure helbide elektronikoa" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Zure helbide elektronikoa ez dirudi zuzena denik." @@ -15140,7 +15328,7 @@ msgstr "Zure helbide elektronikoa ez da oraindik egiaztatu. Mesedez, egiaztatu z msgid "Your first like!" msgstr "Zure lehenengo gogokoa!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Zure jarraitzaileak" @@ -15157,7 +15345,7 @@ msgstr "Zure handle osoa <0>@{0} da" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Zure ostataze-hornitzailea ezin da helbide elektroniko batetik atzeman, beraz, Bluesky zerbitzu lehenetsia erabiliko da. Sartu zure erabiltzaile-izena horren ordez, edo ezarri hornitzailea eskuz." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Zure ostatatze-hornitzaileak ez ditu horren bideo handiak onartzen. Mesedez, saiatu berriro fitxategi txikiago batekin." @@ -15165,7 +15353,7 @@ msgstr "Zure ostatatze-hornitzaileak ez ditu horren bideo handiak onartzen. Mese msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Zure ostatatze-hornitzailea automatikoki hautematen da sartzen duzun erabiltzaile-izenetik." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Zure interesak eguneratu dira!" msgid "Your interests help us find what you like!" msgstr "Zure interesek gustatzen zaizuna aurkitzen laguntzen digute!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Zure kokapena eguneratu da." @@ -15198,15 +15386,20 @@ msgstr "Zure izena, abatarra, txat taldearen izena eta kide kopurua denek ikusga msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Zure pasahitza behar bezala aldatu da! Mesedez, erabili zure pasahitz berria Bluesky-n saioa hasten duzunean hemendik aurrera." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Pasahitzak 8 karaktereko luzera izan behar du gutxienez." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Zure posta bidali da" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Zure postak bidali dira" @@ -15214,7 +15407,7 @@ msgstr "Zure postak bidali dira" msgid "Your preferred language" msgstr "Zure hizkuntza hobetsia" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Zure profileko argazkia" @@ -15223,24 +15416,28 @@ msgstr "Zure profileko argazkia" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Zure profileko argazkia beste erabiltzaileen profileko argazkien zirkulu zentrokidez inguratuta" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Zure profila, postak, feedak eta zerrendak ez dira ikusgai egongo beste Bluesky erabiltzaileentzat. Zure kontua edonoiz aktiba dezakezu saioa hasita." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Zure erantzuna bidali da" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Zure salaketa <0>{0}-ra bidaliko da." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Aukeratutako interesek gogoko duzun edukia zerbitzatzen laguntzen digute." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Zure hariak saltatuko diren post hutsak ditu. Gainerako postak hari gisa argitaratuko dira." diff --git a/src/locale/locales/fi/messages.po b/src/locale/locales/fi/messages.po index f3764c49aa..8677c06ec3 100644 --- a/src/locale/locales/fi/messages.po +++ b/src/locale/locales/fi/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fi\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Finnish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# seurattu} other {# seurattua}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# tunti} other {# tuntia}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {seuraaja} other {seuraajaa}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seurattu} other {seurattua}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {julkaisu} other {julkaisua}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Käyttäjän {displayName} aloituspaketti" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {tunti} other {tuntia}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuutti} other {minuuttia}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} rekisteröityi aloituspakettisi avulla" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} seurattua" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} ja {2, plural, one {# muu} other {# muuta}} sisältyvät aloituspakettiisi" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} ja {2, plural, one {# muu} other {# muuta}} sisä #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} ja {2, plural, one {# muu} other {# muuta}} sisältyvät aloituspakettiisi" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} ja<1> <2>{1} sisältyvät aloituspakettiisi" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} sisältyy aloituspakettiisi" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "Listan <0>{0} jäsenet" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Sinä ja<1> <2>{0} sisällytte aloituspakettiisi" @@ -946,6 +955,12 @@ msgstr "7 päivää" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Saavutettavuus" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Saavutettavuusasetukset" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Tili" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Tili estetty" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Tiliä seurattu" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Tili mykistetty" @@ -1111,24 +1126,24 @@ msgstr "Tili poistettu pikakäytöstä" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Tilin esto poistettu" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Tilin seuraaminen lopetettu" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Tilin mykistys poistettu" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Lisää" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Lisää vielä {0} jatkaaksesi" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Lisää {displayName} aloituspakettiin" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Lisää käyttäjä tähän listaan" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Lisää tili" @@ -1201,11 +1216,11 @@ msgstr "Lisää tekstivastine (valinnainen)" msgid "Add another account" msgstr "Lisää toinen tili" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Lisää toinen julkaisu" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "Lisää sovellussalasana" msgid "Add App Password" msgstr "Lisää sovellussalasana" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "Lisää suositellut syötteet" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Lisää syötteitä aloituspakettiisi!" @@ -1307,12 +1322,12 @@ msgstr "Lisää oletussyöte: vain seuraamasi käyttäjät" msgid "Add the following DNS record to your domain:" msgstr "Lisää seuraava DNS-tietue verkkotunnukseesi:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Lisää tämä syöte syötteisiisi" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Lisää listoihin" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "Aikuinen" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Aikuissisältö" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Aikuissisällön voi ottaa käyttöön vain selainsovelluksen <0>bsky.app kautta." @@ -1402,7 +1417,7 @@ msgstr "Aikuissisällön merkinnät" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Edistyneet" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "Kaikki" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Kaikki" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Kaikkia tilejä seurattiin!" @@ -1474,7 +1494,7 @@ msgstr "Kaikki tallentamasi syötteet yhdessä paikassa." msgid "Allow access to your direct messages" msgstr "Salli pääsy yksityisviesteihisi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Salli lainausjulkaisut" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Sallii pääsyn yksityisviesteihin" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Onko sinulla jo koodi?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Kirjautuneena jo sisään käyttäjänä @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Osoitteeseen {0} on lähetetty sähköpostiviesti. Siinä on vahvistuskoodi, jonka voit syöttää alle." @@ -1587,7 +1607,7 @@ msgstr "On tapahtunut virhe" msgid "An error occurred" msgstr "Tapahtui virhe" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Videota pakattaessa tapahtui virhe." @@ -1596,7 +1616,7 @@ msgstr "Videota pakattaessa tapahtui virhe." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "Aloituspakettiasi luotaessa tapahtui virhe. Haluatko yrittää uudelleen msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Videota ladattaessa tapahtui virhe. Yritä myöhemmin uudelleen." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Videota ladattaesa tapahtui virhe. Yritä uudelleen." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "QR-koodia tallennettaessa tapahtui virhe!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Yritettäessä seurata kaikkia tapahtui virhe" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Ilmeni ongelma. Yritä uudelleen." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "tuntematon merkitsijä" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "ja" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Sovellussalasanojen nimien on oltava vähintään 4 merkkiä pitkiä" msgid "App passwords" msgstr "Sovellussalasanat" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Sovellussalasanat" @@ -1856,7 +1876,7 @@ msgstr "Valita tästä päätöksestä" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arkistoitu ajankohdasta {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Arkistoitu julkaisu" @@ -1914,7 +1934,7 @@ msgstr "Haluatko varmasti poistaa sovellussalasanan ”{0}”?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Haluatko varmasti poistaa tämän aloituspaketin?" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Haluatko varmasti poistaa tämän syötteistäsi?" @@ -1945,7 +1965,7 @@ msgstr "Haluatko varmasti poistaa tämän syötteistäsi?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Haluatko varmasti hylätä tämän julkaisun?" @@ -1953,7 +1973,7 @@ msgstr "Haluatko varmasti hylätä tämän julkaisun?" msgid "Are you sure?" msgstr "Oletko varma?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Taide" msgid "Artistic or non-erotic nudity." msgstr "Taiteellinen tai ei-eroottinen alastomuus." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Takaisin" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Estä tili" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Estetty" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Estetyt tilit" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Estetyt tilit" @@ -2288,7 +2316,7 @@ msgstr "Estäminen on julkista. Estetyt tilit eivät voi vastata ketjuihisi, mai 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." msgstr "Estäminen ei estä merkintöjen asettamista tilillesi, mutta se estää tätä tiliä vastaamasta ketjuihisi tai olemasta muuten vuorovaikutuksessa kanssasi." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blogi" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky ei voi vahvistaa väitetyn päivämäärän oikeellisuutta." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky valitsee joukon suositeltuja tilejä verkostosi käyttäjistä." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "Selaa lisää ehdotuksia Explore-sivulla" msgid "Browse other feeds" msgstr "Selaa muita syötteitä" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Selaa julkaisuja aiheesta {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Selaa julkaisuja tunnisteella {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Selaa aihetta {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Yritys" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Käyttäjältä {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Käyttäjältä <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Luomalla tilin hyväksyt <0>käyttöehdot ja <1>tietosuojakäytänn msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Luomalla tilin hyväksyt <0>käyttöehdot." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamera" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Peruuta" msgid "Cancel quote post" msgstr "Peruuta julkaisun lainaus" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Peruuta tilin käyttöönpalautus ja kirjaudu ulos" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Estetyn käyttäjän kanssa ei voi olla vuorovaikutuksessa" @@ -2609,7 +2637,7 @@ msgstr "Tekstitykset (.vtt)" msgid "Captions & alt text" msgstr "Tekstitykset ja tekstivastine" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Vaihda käyttäjätunnus" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chatti" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Tarkista tilani" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Valitse oma aikajanasi! Yhteisön rakentamat syötteet auttavat löytämään mieleistäsi sisältöä." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Valitse salasanasi" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Tyhjennä hakukysely" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Napsauta tästä yrittääksesi uudelleen epäonnistunutta viestin lähetystä" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Napsauta tästä yrittääksesi uudelleen epäonnistunutta viestin lähe #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Napsauta tästä yrittääksesi uudelleen epäonnistunutta viestin lähe #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Sulje" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Sulje aktiivinen valintaikkuna" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Sulje valintaikkuna" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Sulje tämä valintaikkuna" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Sulkee salasanan päivityshälytyksen" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "Pienennä käyttäjäluettelo" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Pienentää tämän ilmoituksen käyttäjäluettelon" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Sarjakuvat" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Yhteisöohjeet" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Suorita käyttöönotto loppuun ja aloita tilisi käyttö" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Suorita haaste loppuun" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Laadi uusi julkaisu" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "Laadi vastaus" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Pakataan videota…" @@ -3198,18 +3227,18 @@ msgstr "Määritetään <0>moderointiasetuksissa." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Vahvista" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Vahvistuskoodi" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Ota yhteys tukeen" @@ -3273,7 +3302,7 @@ msgstr "Sisältö ja media" msgid "Content and media" msgstr "Sisältö ja media" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Sisältö ja media" @@ -3281,7 +3310,7 @@ msgstr "Sisältö ja media" msgid "Content Blocked" msgstr "Sisältö estetty" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Sisällönsuodattimet" @@ -3421,8 +3450,8 @@ msgstr "Kopioi" msgid "Copy App Password" msgstr "Kopioi sovellussalasana" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kopioi koodi" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Kopioi DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Kopioi linkki" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Kopioi linkki" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Kopioi listan linkki" @@ -3472,12 +3501,12 @@ msgstr "Kopioi listan linkki" msgid "Copy link to post" msgstr "Kopioi julkaisun linkki" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "Kopioi viestin teksti" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Kopioi julkaisun teksti" @@ -3506,7 +3535,7 @@ msgstr "Kopioi TXT-tietueen arvo" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Tekijänoikeuskäytäntö" @@ -3632,7 +3661,7 @@ msgstr "Luo" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Luo QR-koodi aloituspaketille" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Luo aloituspaketti" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Luo aloituspaketti minulle" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Luo uusi tili" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Luo raportti: {0}" @@ -3734,7 +3763,7 @@ msgstr "Luo raportti: {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Luotu {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Tekijä on estetty" @@ -3800,7 +3829,7 @@ msgstr "Tumma" msgid "Dark theme" msgstr "Tumma teema" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Syntymäaika" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Poista tili käytöstä" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Oletuskuvakkeet" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Poista" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "Poista itseltäni" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "Poista viesti itseltäni" msgid "Delete my account" msgstr "Poista tilini" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Poista julkaisu" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Poista aloituspaketti" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Poistetaanko aloituspaketti?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Poistetaanko tämä lista?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Poistetaanko tämä julkaisu?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Poistettu" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Kuvaileva tekstivastine" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Irrota lainaus" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Irrotetaanko lainausjulkaisu?" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "Kehittäjän valinnat" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Valintaikkuna: säädä, kuka voi olla vuorovaikutuksessa tämän julkaisun kanssa" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Himmeä" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Poista sähköpostiin perustuva kaksivaiheinen tunnistautuminen käytöstä" @@ -4041,11 +4075,11 @@ msgstr "Poista haptinen palaute käytöstä" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Poissa käytöstä" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Hylkää" @@ -4075,23 +4109,28 @@ msgstr "Hylkää" msgid "Discard changes?" msgstr "Hylätäänkö muutokset?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Hylätäänkö luonnos?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Hylätäänkö julkaisu?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Löydä uusia mukautettuja syötteitä" msgid "Discover New Feeds" msgstr "Löydä uusia syötteitä" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Hylkää" @@ -4115,7 +4154,7 @@ msgstr "Hylkää" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Hylkää virhe" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Valmis" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Kaksoisnapauta sulkeaksesi valintaikkunan" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Lataa Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "esim. maija.fi" msgid "E.g. artistic nudes." msgstr "Esim. taiteelliset alastonkuvat." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "esim. Loistavat kirjoittajat" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "esim. Roskapostittajat" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "esim. Julkaisijat, jotka osuvat maaliin aina." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "esim. Käyttäjät, jotka vastaavat toistuvasti mainoksilla." @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Muokkaa" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Muokkaa profiilikuvaa" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Muokkaa kuvaa" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Muokkaa vuorovaikutusasetuksia" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Muokkaa listan tietoja" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Muokkaa syötteitäni" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Muokkaa käyttäjiä" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Muokkaa julkaisun vuorovaikutusasetuksia" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Muokkaa profiilia" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Muokkaa profiilia" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Muokkaa aloituspakettia" @@ -4454,15 +4494,15 @@ msgstr "Muokkaa aloituspakettia" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Muokkaa, kuka voi vastata" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Muokkaa aloituspakettiasi" @@ -4470,16 +4510,16 @@ msgstr "Muokkaa aloituspakettiasi" msgid "Education" msgstr "Koulutus" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Joko listan tekijä on estänyt sinut tai sitten sinä olet estänyt listan tekijän." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Sähköpostiosoite" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Sähköpostiin perustuva kaksivaiheinen tunnistautuminen poissa käytöstä" @@ -4492,7 +4532,7 @@ msgstr "Sähköpostiin perustuva kaksivaiheinen tunnistautuminen käytössä" msgid "Email address" msgstr "Sähköpostiosoite" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Sähköpostiviesti lähetetty uudelleen" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Sähköpostiosoite vahvistettu" @@ -4527,7 +4567,7 @@ msgstr "Upota julkaisu" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Upota tämä julkaisu verkkosivustollesi. Kopioi vain seuraava koodinpätkä ja liitä se sivustosi HTML-koodiin." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Upotettu videosoitin" @@ -4542,12 +4582,7 @@ msgstr "Ota käyttöön" msgid "Enable {0} only" msgstr "Ota vain {0} käyttöön" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Ota aikuissisältö käyttöön" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "Ota trendaavat aiheet käyttöön" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Käytössä" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Syötä sähköpostiosoitteesi" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "Syötä käyttäjätunnuksesi ja salasanasi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Virhe" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Tiedostoa tallennettaessa tapahtui virhe" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Virhe captcha-vastauksen vastaanottamisessa." @@ -4712,11 +4747,11 @@ msgstr "Virhe captcha-vastauksen vastaanottamisessa." msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Kaikki voivat vastata" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Kaikki voivat vastata tähän julkaisuun." @@ -4783,7 +4818,7 @@ msgstr "Laajenna tai pienennä julkaisu, johon olit vastaamassa" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "Siveetön tai mahdollisesti häiritsevä media." msgid "Explicit sexual images." msgstr "Siveettömän seksuaaliset kuvat." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Vie tietoni" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Ulkoinen media" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Ulkoinen media voi mahdollistaa verkkosivustoille tietojenkeruun sinusta ja laitteestasi. Tietoja ei lähetetä eikä pyydetä, ellet paina ”toista”-painiketta." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Ulkoisten median asetukset" @@ -4946,7 +4981,7 @@ msgstr "Viestin poistaminen epäonnistui" msgid "Failed to delete post, please try again" msgstr "Julkaisun poistaminen epäonnistui, yritä uudelleen" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Aloituspaketin poistaminen epäonnistui" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Syötteiden asetusten lataaminen epäonnistui" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Ehdotettujen syötteiden lataaminen epäonnistui" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Ehdotettujen seurattavien lataaminen epäonnistui" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Julkaisun kiinnittäminen epäonnistui" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Kuvan {0} tallentaminen epäonnistui" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "Ketjun mykistäminen tai mykistyksen poistaminen epäonnistui, yritä uu msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Syötteiden päivittäminen epäonnistui" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Asetusten päivittäminen epäonnistui" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Videon lataaminen palveluun epäonnistui" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Syöte" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Syötteen valikko" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Syötteen vaihtokytkin" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Syötteet" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Tiedosto tallennettu onnistuneesti!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Suodata syötteistä" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Viimeistely" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Etsi tilejä seurattavaksi" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Etsi käyttäjiä seurattavaksi" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Seuraa" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Seuraa tiliä {0}" @@ -5458,7 +5499,7 @@ msgstr "Seuraa tiliä {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Seuraa 7:ää tiliä" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Seuraa tiliä" @@ -5486,8 +5527,8 @@ msgstr "Seuraa tiliä" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Seuraa kaikkia" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Tuntemasi käyttäjän @{0} seuraajat" @@ -5552,28 +5593,29 @@ msgstr "Tuntemasi seuraajat" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Seuratut" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Seuratut" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Seurataan käyttäjää {0}" @@ -5582,7 +5624,7 @@ msgstr "Seurataan käyttäjää {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Seuratut-syötteen asetukset" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Seuratut-syötteen asetukset" @@ -5613,7 +5655,7 @@ msgstr "Fonttikoko" msgid "Food" msgstr "Ruoka" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Palaa takaisin" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Palaa takaisin" @@ -5867,8 +5909,8 @@ msgstr "Palaa edelliseen vaiheeseen" msgid "Go home" msgstr "Palaa kotinäkymään" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Haptiikka" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Aihetunniste" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Ongelmia?" @@ -6145,11 +6197,11 @@ msgstr "Tässä on sovellussalasanasi!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "Piilotettu lista" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Piilota" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Piilota" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Piilota julkaisu minulta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Piilota vastaus kaikilta" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Piilota vastaus minulta" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Piilotetaanko tämä julkaisu?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Piilotetaanko tämä vastaus?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Piilota trendaavat aiheet" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Piilotetaanko trendaavat aiheet?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Piilota käyttäjäluettelo" @@ -6267,12 +6308,12 @@ msgstr "Piilota käyttäjäluettelo" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Hmm, syötteen palvelin antoi virheellisen vastauksen. Ilmoita asiasta s msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, meillä on vaikeuksia löytää tätä syötettä. Se on ehkä poistettu." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmm, näiden tietojen lataamisessa vaikuttaa olevan vaikauksia. Katso lisätietoja alta. Jos ongelma jatkuu, ota yhteys meihin." @@ -6316,14 +6357,14 @@ msgstr "Hmm, näiden tietojen lataamisessa vaikuttaa olevan vaikauksia. Katso li msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, emme pystyneet lataamaan tätä moderointipalvelua." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Odottakaa! Annamme vähitellen pääsyn videoon, ja olet yhä odotusjonossa. Tarkista tilanne pian uudelleen!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Koti" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Minulla on koodi" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Jos et ole vielä aikuinen kotimaasi lakien mukaan, huoltajasi tai laillisen edustajasi on luettava nämä ehdot puolestasi." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Jos poistat tämän listan, et voi palauttaa sitä." @@ -6420,7 +6461,7 @@ msgstr "Jos sinulla on oma verkkotunnus, voit käyttää sitä käyttäjätunnuk msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Jos poistat tämän julkaisun, et voi palauttaa sitä." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Jos yrität vaihtaa käyttäjätunnuksesi tai sähköpostiosoitteesi, tee se ennen kuin poistat tilin käytöstä." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Kuva" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Syötä sinulle sähköpostitse lähetetty koodi" msgid "Interaction limited" msgstr "Vuorovaikutusta rajoitettu" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Virheellinen kaksivaiheisen tunnistautumisen vahvistuskoodi." @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Virheellinen vahvistuskoodi" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Kutsukoodi" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kutsukoodia ei hyväksytty. Tarkista, että syötit sen oikein, ja yritä uudelleen." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Kutsu käyttäjiä tähän aloituspakettiin!" @@ -6786,26 +6827,26 @@ msgstr "Kutsuja mutta henkilökohtaisia" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Se on oikein" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Vain sinä olet nyt tässä! Lisää muita käyttäjiä aloituspakettiisi yllä olevalla haulla." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Työpaikan tunnus: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Työpaikat" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Liity Blueskyhin" @@ -6840,9 +6881,9 @@ msgstr "Liity keskusteluun" msgid "Journalism" msgstr "Journalismi" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Merkinnyt {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Tekijän merkitsemä." @@ -6893,7 +6934,7 @@ msgstr "Tilisi merkinnät" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Kieliasetukset" @@ -6907,12 +6948,12 @@ msgstr "Kielet" msgid "Larger" msgstr "Suurempi" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Uusimmat" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Lue lisää Blueskysta" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Lue lisää PDS:n itse hostaamisesta." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Lue lisää tästä varoituksesta" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Lue lisää siitä, mikä on julkista Blueskyssa." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Lue lisää." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "jäljellä." @@ -7080,7 +7121,7 @@ msgstr "Anna minun valita" msgid "Let's get your password reset!" msgstr "Aloitetaan salasanasi nollaus!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Aloitetaan!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Vaalea" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Tykkää" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Tykkää ({0, plural, one {# tykkäys} other {# tykkäystä}})" @@ -7114,7 +7155,7 @@ msgstr "Tykkää 10 julkaisusta" msgid "Like 10 posts to train the Discover feed" msgstr "Tykkää 10 julkaisusta kouluttaaksesi Discover-syötettä" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Tykkää tästä syötteestä" @@ -7122,8 +7163,8 @@ msgstr "Tykkää tästä syötteestä" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Tykänneet" @@ -7140,26 +7181,26 @@ msgstr "Tykänneet" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Tykännyt {0, plural, one {# käyttäjä} other {# käyttäjää}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Tykkäykset" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Tämän julkaisun tykkäykset" @@ -7191,11 +7232,16 @@ msgstr "Lineaarisesti" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lista poistettu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Lista on piilotettu" @@ -7248,7 +7294,7 @@ msgstr "Lista on piilotettu" msgid "List Hidden" msgstr "Lista piilotettu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Lista mykistetty" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Listan esto poistettu" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Listan mykistys poistettu" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listat" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Lue lisää" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Lataa lisää ehdotettuja syötteitä" @@ -7346,16 +7392,16 @@ msgstr "Lataa uusia ilmoituksia" msgid "Load new posts" msgstr "Lataa uusia julkaisuja" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Loki" @@ -7405,11 +7451,6 @@ msgstr "Logo käyttäjältä <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Näkyy muodossa XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Varmista, että olet menossa oikeaan paikkaan!" msgid "Manage saved feeds" msgstr "Hallinnoi tallennettuja syötteitä" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "Hallinnoi mykistettyjä sanoja ja tunnisteita" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "mainitut käyttäjät" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Viesti poistettu" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "Viesti palvelimelta: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Viestin syöttökenttä" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Viestit" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderointi" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Moderoinnin yksityiskohdat" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Moderointilista käyttäjältä <0/>" msgid "Moderation list by you" msgstr "Oma moderointilistasi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderointilista luotu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderointilista päivitetty" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Moderointilistat" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Moderointilistat" @@ -7697,11 +7755,11 @@ msgstr "Moderointilistat" msgid "moderation settings" msgstr "moderointiasetukset" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderointitilat" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderointityökalut" @@ -7710,8 +7768,8 @@ msgstr "Moderointityökalut" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderaattori on valinnut asettaa sisällölle yleisen varoituksen." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Lisää syötteitä" @@ -7720,10 +7778,10 @@ msgstr "Lisää syötteitä" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Lisää valintoja" @@ -7747,7 +7805,7 @@ msgstr "Musiikki" msgid "Mute" msgstr "Mykistä" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Mykistä" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Mykistä tili" @@ -7816,13 +7874,13 @@ msgstr "Mykistä tämä sana vain tunnisteissa" msgid "Mute this word until you unmute it" msgstr "Mykistä tämä sana kunnes poistat sen mykistyksen" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Mykistä ketju" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Mykistä sanoja ja tunnisteita" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Mykistetyt tilit" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Mykistetyt tilit" @@ -7852,7 +7910,7 @@ msgstr "Mykistettyjen tilien julkaisut poistetaan syötteestäsi ja ilmoituksist msgid "Muted by \"{0}\"" msgstr "Mykistänyt ”{0}”" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Mykistetyt sanat ja tunnisteet" @@ -7881,7 +7939,7 @@ msgstr "Syötteeni" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nimi" @@ -7891,12 +7949,12 @@ msgstr "Luonto" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Siirry kohteeseen {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "Siirtyy seuraavalle näytölle" msgid "Navigates to your profile" msgstr "Siirtyy profiiliisi" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Ei se mitään, luo minulle käyttäjätunnus" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Uusi" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Uusi salasana" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Uusi julkaisu" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Uusi julkaisu" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Uusimmat vastaukset ensin" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Uutiset" @@ -8088,15 +8142,15 @@ msgstr "Uutiset" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Seuraava" @@ -8108,12 +8162,16 @@ msgstr "Seuraava kuva" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Ei vielä tykkäyksiä" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Et enää seuraa käyttäjää {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Ei vielä ilmoituksia!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Vain tekijä voi lainata tätä julkaisua." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Ei tuloksia" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Ei kiitos" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Ei keneltäkään" @@ -8360,7 +8418,7 @@ msgstr "Kukaan ei ole vielä lainannut tätä. Ehkä sinun pitäisi olla ensimm msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Kukaan ei ole vielä uudelleenjulkaissut tätä. Ehkä sinun pitäisi olla ensimmäinen!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Ketään ei löytynyt. Kokeile hakea jotakuta muuta." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Ei löydy" @@ -8407,7 +8465,7 @@ msgstr "Ei löydy" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Huomio jakamisesta" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Ilmoitusasetukset" @@ -8435,8 +8497,8 @@ msgstr "Ilmoitusasetukset" msgid "Notification sounds" msgstr "Ilmoitusasäänet" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Ilmoitusasäänet" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Ilmoitukset" @@ -8490,7 +8552,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Selvä" @@ -8505,6 +8567,10 @@ msgstr "Vanhimmat vastaukset ensin" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "palvelussa<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Ainakin yhdeltä GIF-animaatiolta puuttuu tekstivastine." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Ainakin yhdeltä kuvalta puuttuu tekstivastine." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Ainakin yhdeltä videolta puuttuu tekstivastine." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Vain {0} voi vastata." @@ -8556,7 +8622,7 @@ msgstr "Vain {0} voi vastata." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Vain kuvatiedostoja tuetaan" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Avaa profiilikuvan luontityökalu" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Avaa keskustelun valinnat" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Avaa alavalikko" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Avaa emojinvalitsin" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Avaa linkki {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Avaa viestin valinnat" msgid "Open moderation debug page" msgstr "Avaa moderoinnin vianetsintäsivu" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Avaa mykistettyjen sanojen ja tunnisteiden asetukset" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Avaa aloituspaketin valikko" @@ -8759,9 +8825,8 @@ msgstr "Avaa järjestelmäloki" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Avaa vienetsintäkirjauksen lisätiedot" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Avaa laitteen kameran" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "Avaa editorin" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Avaa vaiheet uuden Bluesky-tilin luomiseksi" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Avaa vaiheet olemassa olevaan Bluesky-tiliisi kirjautumiseksi" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Avaa tämän profiilin" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Valinnat:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Tai jatka toisella tilillä." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Tai kirjaudu sisään toisella tililläsi." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Salasana" @@ -8993,7 +9094,7 @@ msgstr "Salasana" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "Salasana päivitetty" msgid "Password updated!" msgstr "Salasana päivitetty!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pysäytä" @@ -9020,7 +9121,7 @@ msgstr "Pysäytä video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Käyttäjät" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Käyttäjät, joita @{0} seuraa" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Käyttäjät, jotka seuraavat tiliä @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Käyttäjän vaihtokytkin" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Aikuisille tarkoitetut kuvat." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Kiinnitä syöte" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Kiinnitä kotinäkymään" @@ -9131,8 +9232,8 @@ msgstr "Kiinnitä kotinäkymään" msgid "Pin to Home" msgstr "Kiinnitä kotinäkymään" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Kiinnitä profiiliisi" @@ -9151,11 +9252,11 @@ msgstr "Kiinnitetty {0} kotinäkymään" msgid "Pinned Feeds" msgstr "Kiinnitetyt syötteet" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Kiinnitetty syötteisiisi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Toista" @@ -9169,12 +9270,12 @@ msgstr "Toista {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Toista video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Toista video" @@ -9182,7 +9283,7 @@ msgstr "Toista video" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "Toistaa GIF-animaation" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Valitse käyttäjätunnuksesi." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Valitse salasanasi." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Täydennä vahvistus-captcha, ole hyvä." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Syötä sähköpostiosoitteesi." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Syötä kutsukoodisi." @@ -9306,8 +9407,8 @@ msgstr "Selitä, miksi chattisi on mielestäsi virheellisesti poistettu käytös msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "Kirjaudu sisään käyttäjänä @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politiikka" @@ -9367,18 +9468,18 @@ msgstr "Politiikka" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Julkaise" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Julkaise" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Julkaise kaikki" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Julkaissut @{0}" @@ -9423,10 +9529,10 @@ msgstr "Julkaisu poistettu" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Julkaisun lataaminen palveluun epäonnistui. Tarkista internetyhteytesi ja yritä uudelleen." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "Mykistetyn sanan perusteella piilotettu julkaisu" msgid "Post Hidden by You" msgstr "Piilottamasi julkaisu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Julkaisun vuorovaikutusasetukset" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Julkaisua ei löydy" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Julkaisu kiinnitetty" @@ -9478,7 +9584,7 @@ msgstr "Julkaisu kiinnitetty" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Julkaisu irrotettu" @@ -9487,7 +9593,7 @@ msgstr "Julkaisu irrotettu" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Julkaisut" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Paina yrittääksesi muodostaa yhteyden uudelleen" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Yksityisyys" msgid "Privacy and security" msgstr "Yksityisyys ja turvallisuus" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Tietosuojakäytäntö" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Käsitellään videota…" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profiili" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Julkisia, jaettavia listoja käyttäjistä, joita voi mykistää tai estää massoittain." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "QR-koodi tallennettu kuvagalleriaasi!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Lainaa julkaisua" @@ -9723,8 +9829,8 @@ msgstr "Nopeusraja ylitettiin – olet yrittänyt vaihtaa käyttäjätunnustasi msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Liitä lainaus uudelleen" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Palauta tilisi käyttöön" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Lue Blueskyn blogia" @@ -9794,11 +9900,11 @@ msgstr "Lue Blueskyn tietosuojakäytäntö" msgid "Read the Bluesky Terms of Service" msgstr "Lue Blueskyn käyttöehdot" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Lataa keskustelut uudelleen" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Poista" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Poista {displayName} aloituspaketista" @@ -9914,8 +10021,8 @@ msgstr "Poista liite" msgid "Remove Avatar" msgstr "Poista profiilikuva" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Poista banneri" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Poista syötteistäni" @@ -9960,8 +10067,8 @@ msgstr "Poista syötteistäni" msgid "Remove from quick access?" msgstr "Poistetaanko pikakäytöstä?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Poista tallennetuista syötteistä" @@ -9970,7 +10077,7 @@ msgstr "Poista tallennetuista syötteistä" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Poista tämä syöte tallennetuista syötteistäsi" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Tekijän poistama" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Poistamasi" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Poistettu syötteistäsi" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Vastaukset" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Vastaaminen poissa käytöstä" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Tähän julkaisuun vastaaminen on poissa käytöstä." @@ -10141,14 +10253,14 @@ msgstr "Tähän julkaisuun vastaaminen on poissa käytöstä." msgid "Reply" msgstr "Vastaa" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Vastaa" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Vastaa ({0, plural, one {# vastaus} other {# vastausta}})" @@ -10162,7 +10274,7 @@ msgstr "Ketjun aloittajan piilottama vastaus" msgid "Reply Hidden by You" msgstr "Piilottamasi vastaus" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Vastausasetukset ovat ketjun aloittajan valitsemat" @@ -10185,8 +10297,8 @@ msgstr "Vastaus piilotettiin onnistuneesti" msgid "Report" msgstr "Ilmianna" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Ilmianna tili" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Ilmianna keskustelu" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Ilmiannon valintaikkuna" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Ilmianna syöte" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "Ilmianna viesti" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Ilmianna julkaisu" @@ -10225,8 +10337,8 @@ msgstr "Ilmianna julkaisu" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Ilmianna aloituspaketti" @@ -10292,7 +10404,7 @@ msgstr "Uudelleenjulkaise ({0, plural, one {# uudelleenjulkaisu} other {# uudell #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Uudelleenjulkaise tai lainaa julkaisua" @@ -10330,12 +10442,12 @@ msgstr "Tämän julkaisun uudelleenjulkaisut" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Edellytä tekstivastinetta ennen julkaisua" msgid "Require an email code to sign in to your account." msgstr "Edellytä sähköpostikoodia tilillesi kirjautumiseen." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Vaaditaan tälle palveluntarjoajalle" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Lähetä sähköpostiviesti uudelleen" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Lähetä sähköpostiviesti uudelleen" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Lähetä vahvistussähköpostiviesti uudelleen" @@ -10453,6 +10565,11 @@ msgstr "Palauta salasana" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" msgid "Retry" msgstr "Yritä uudelleen" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Palaa edelliselle sivulle" @@ -10521,7 +10638,7 @@ msgstr "Palaa kotinäkymään" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Palaa edelliselle sivulle" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Tallenna muutokset" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Tallenna kuva" @@ -10608,8 +10725,8 @@ msgstr "Tallenna uusi käyttäjätunnus" msgid "Save QR code" msgstr "Tallenna QR-koodi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Tallenna syötteisiini" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Tallennetut syötteet" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Tallennettu syötteisiisi" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Tervehdi!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Vieritä alkuun" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Haku" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Hae nimellä tai kiinnostuksen kohteella" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Hae syötteitä" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Hae syötteitä, joita haluat ehdottaa toisille." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Hae profiileja" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Katso Blueskyn työpaikat" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Valitse väri" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Valitse tili" @@ -10910,7 +11022,7 @@ msgstr "Valitse profiilikuva" msgid "Select an emoji" msgstr "Valitse emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Valitse olemassa olevalta tililtä" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Valitse, kuinka pitkään tämä sana mykistetään." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Valitse kieli…" msgid "Select languages" msgstr "Valitse kielet" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Valitse, mitä kieliä haluat tilaamiesi syötteiden sisältävän. Jos et valitse mitään, kaikki kielet näytetään." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Aseta syntymäaikasi" @@ -11045,7 +11157,7 @@ msgstr "Valitse käännösten kieli syötteessäsi." msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Lähetä palautetta" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Lähetä viesti" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Lähetä julkaisu käyttäjälle…" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Lähetä vahvistussähköpostiviesti" @@ -11133,7 +11245,7 @@ msgstr "Aseta sovelluskuvakkeeksi {0}" msgid "Set new password" msgstr "Aseta uusi salasana" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Määritä tilisi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Asettaa sähköpostiosoitteen salasanan palautusta varten" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Asetukset" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11354,7 @@ msgstr "Seksuaalisesti vihjaileva" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Jaa" @@ -11251,7 +11363,7 @@ msgstr "Jaa" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Jaa kuitenkin" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Jaa linkki" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Jaa linkki -valintaikkuna" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Jaa QR-koodi" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Jaa tämä syöte" @@ -11318,22 +11430,22 @@ msgstr "Jaa tämä syöte" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Jaa tämä aloituspaketti" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Jaa tämä aloituspaketti ja auta muita liittymään yhteisöösi Blueskyssa." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Jaettujen asetusten testeri" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Näytä" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Näytä tekstivastine" @@ -11373,14 +11489,14 @@ msgstr "Näytä tekstivastine" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Näytä silti" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Näytä vähemmän tällaista" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Näytä lista silti" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Näytä enemmän tällaista" @@ -11445,8 +11561,8 @@ msgstr "Näytä vastaukset" msgid "Show replies as" msgstr "Näytä vastaukset" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Näytä vastaus kaikille" @@ -11455,8 +11571,8 @@ msgstr "Näytä vastaus kaikille" msgid "Show reposts" msgstr "Näytä uudelleenjulkaisut" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Näytä varoitus ja suodata syötteistä" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Kirjaudu sisään" msgid "Sign in as {0}" msgstr "Kirjaudu sisään käyttäjänä {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "Kirjaudu Blueskyhin tai luo uusi tili" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Ohita" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Ohjelmistokehitys" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Muita syötteitä, joista saattaisit pitää" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Jotkut voivat vastata" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Jokin meni vikaan" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Jokin meni vikaan, yritä uudelleen" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "Jokin meni vikaan. Yritä uudelleen." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Onko jokin vialla? Kerro meille." @@ -11759,8 +11881,8 @@ msgstr "Onko jokin vialla? Kerro meille." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Pahoittelut! Istuntosi on vanhentunut. Kirjaudu sisään uudelleen." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Urheilu" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Aloita chatti käyttäjän {displayName} kanssa" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Aloituspaketti" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Aloituspaketti käyttäjältä {0}" @@ -11841,12 +11968,12 @@ msgstr "Aloituspaketti käyttäjältä {0}" msgid "Starter pack by <0/>" msgstr "Aloituspaketti käyttäjältä <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Oma aloituspakettisi" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Aloituspaketti on virheellinen" @@ -11854,7 +11981,7 @@ msgstr "Aloituspaketti on virheellinen" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Aloituspaketit" @@ -11893,7 +12020,7 @@ msgstr "Tallennustila tyhjennetty. Sinun on nyt käynnistettävä sovellus uudel msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Tilaa @{0} käyttääksesi näitä merkintöjä:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Tilaa merkitsijä" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Tilaa tämä merkitsijä" @@ -11975,7 +12102,7 @@ msgstr "Tilaa tämä merkitsijä" msgid "Subscribe to this list" msgstr "Tilaa tämä lista" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Vain tunnisteissa" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Ehdot" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Kiitos, olet vahvistanut sähköpostiosoitteesi onnistuneesti. Voit sulkea tämän valintaikkunan." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Se sisältää seuraavaa:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Tätä aloituspakettia ei löydy." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Siinä kaikki, ihmiset!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Tili voi olla vuorovaikutuksessa kanssasi, kun poistat eston." @@ -12287,7 +12414,7 @@ msgstr "Ketjun aloittaja on piilottanut tämän vastauksen." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Blueskyn selainsovellus" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Tietosuojakäytäntö on siirretty kohtaan <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Palvelin näyttää kärsivän ongelmista. Yritä hetken kuluttua uudelleen." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Aloituspaketti, jonka yritit näyttää, on virheellinen. Voit sen sijaan poistaa tämän aloituspaketin." @@ -12402,7 +12529,7 @@ msgstr "Tukilomake on siirretty. Jos tarvitset apua, <0/> tai käy osoitteessa { msgid "The Terms of Service have been moved to" msgstr "Käyttöehdot on siirretty kohtaan" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Antamasi vahvistuskoodi on virheellinen. Varmista, että olet käyttänyt oikeaa vahvistuslinkkiä, tai pyydä uusi." @@ -12412,7 +12539,7 @@ msgstr "Antamasi vahvistuskoodi on virheellinen. Varmista, että olet käyttäny msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Tilin käytöstä poistamiseen ei ole aikarajaa. Palaa takaisin milloin tahansa." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Yhteydenotossa palvelimeen ilmeni ongelma" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Yhteydenotossa palvelimeen ilmeni ongelma. Tarkista internetyhteytesi ja yritä uudelleen." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ilmoitusten hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Julkaisujen hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen." @@ -12495,25 +12622,25 @@ msgstr "Syötteidesi päivityksessä ilmeni ongelma. Tarkista internetyhteytesi #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Ilmeni ongelma! {0}" @@ -12521,10 +12648,10 @@ msgstr "Ilmeni ongelma! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Ilmeni ongelma. Tarkista internetyhteytesi ja yritä uudelleen." msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Sovelluksessa ilmeni odottamaton ongelma. Kerro meille, jos tämä tapahtui sinulle!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Blueskyyn on tullut paljon uusia käyttäjiä! Aktivoimme tilisi niin pian kuin mahdollista." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Tämä {screenDescription} on liputettu:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "Tämä valitus lähetetään Blueskyn moderointipalveluun." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Yhteys chattiin katkesi" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Tämä ominaisuus on beetavaiheessa. Voit lukea lisää arkistojen viennistä <0>tästä blogijulkaisusta." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Tämä linkki vie sinut seuraavalle verkkosivustolle:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Tämä lista – luojana <0>{0} – sisältää nimessään tai kuvauksessaan mahdollisia Blueskyn yhteisöohjeiden rikkomuksia." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Tämä julkaisu väittää olevansa luotu <0>{0}, mutta ensi kerran se on nähty Blueskyssa <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Tämä julkaisu piilotetaan syötteistä ja ketjuista. Tätä ei voi kumota." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Tämän julkaisun tekijä on poistanut lainausjulkaisut käytöstä." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Tämä profiili näkyy vain kirjautuneille käyttäjille. Se ei näy kirjautumattomille henkilöille." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Tämä vastaus sijoitetaan piilotettuun osaan ketjusi loppuun, ja ilmoitukset myöhemmistä vastauksista – niin omista kuin muidenkin – mykistetään." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Tämä palvelu ei ole toimittanut käyttöehtoja tai tietosuojakäytäntöä." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Tämä käyttäjä on uusi täällä. Paina tätä nähdäksesi, milloin msgid "This user isn't following anyone." msgstr "Tämä käyttäjä ei seuraa ketään." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Tämä poistaa tilin @{0} pikakäyttöluettelosta." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Tämä poistaa julkaisusi tästä lainausjulkaisusta kaikilta käyttäjiltä ja korvaa sen paikkamerkillä." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Ketjun asetukset" msgid "Threaded" msgstr "Ketjuna" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Ketjujen asetukset" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Jotta voit poistaa sähköpostiin perustuvan kaksivaiheisen tunnistautumisen käytöstä, vahvista pääsysi sähköpostiosoitteeseen." @@ -13012,7 +13134,7 @@ msgstr "Jotta voit poistaa sähköpostiin perustuvan kaksivaiheisen tunnistautum msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Tänään" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Vaihda ottaaksesi aikuisille tarkoitetun sisällön käyttöön tai poistaaksesi sen käytöstä" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "Suosituimmat" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Aihe" @@ -13061,8 +13183,8 @@ msgstr "Aihe" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Käännä" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Trendaavat" @@ -13099,12 +13221,20 @@ msgstr "Trendaavat" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Yhteyden muodostaminen ei onnistu. Tarkista internetyhteytesi ja yritä uudelleen." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Yhteyden muodostaminen palveluusi ei onnistu. Tarkista internetyhteytesi." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Poistaminen ei onnistu" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Poista esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Poista esto" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Poista tilin esto" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Poistetaanko tilin esto?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Kumoa uudelleenjulkaisu ({0, plural, one {# uudelleenjulkaisu} other {# uudelleenjulkaisua}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Lopeta käyttäjän {0} seuraaminen" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Lopeta tilin seuraaminen" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Älä tykkää" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Älä tykkää ({0, plural, one {# tykkäys} other {# tykkäystä}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Poista mykistys" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Poista tilin mykistys" @@ -13379,8 +13536,8 @@ msgstr "Poista tilin mykistys" msgid "Unmute conversation" msgstr "Poista keskustelun mykistys" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Poista ketjun mykistys" @@ -13397,14 +13554,14 @@ msgstr "Poista ketjun mykistys" msgid "Unmute video" msgstr "Poista videon mykistys" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Irrota" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Irrota syöte" @@ -13414,13 +13571,13 @@ msgstr "Irrota syöte" msgid "Unpin from home" msgstr "Irrota kotinäkymästä" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Irrota profiilista" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Irrota moderointilista" @@ -13429,29 +13586,34 @@ msgstr "Irrota moderointilista" msgid "Unpinned {0} from Home" msgstr "Irrotettu {0} kotinäkymästä" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Irrotettu syötteistäsi" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Peruuta tilaus" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Peruuta listan tilaus" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Peruuta merkitsijän tilaus" @@ -13463,7 +13625,7 @@ msgstr "Listan tilaus peruutettu" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Päivitä verkkotunnukseen {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Lataa tekstitiedosto osoitteeseen" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Lataa kamerasta" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Lataa tiedostoista" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Lataa kirjastosta" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Ladataan kuvia palveluun…" msgid "Uploading link thumbnail..." msgstr "Ladataan linkin pikkukuvaa palveluun…" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Ladataan videota palveluun…" @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Oma käyttäjälistasi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Käyttäjälista luotu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Käyttäjälista päivitetty" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Käyttäjätunnus tai sähköpostiosoite" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "käyttäjät, joita <0>@{0} seuraa" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "Arvo:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Vahvista sähköpostiosoitteesi" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Videon käsitteleminen epäonnistui" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videopelit" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Videota ei löydy." @@ -13859,12 +14021,12 @@ msgstr "Videota ei löydy." msgid "Video settings" msgstr "Videon asetukset" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video ladattu palveluun" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" @@ -13872,19 +14034,13 @@ msgstr "" msgid "Videos" msgstr "Videot" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Näytä käyttäjän {0} profiilikuva" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Näytä käyttäjän {0} profiili" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Näytä estetyn käyttäjän profiili" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Katso blogijulkaisu saadaksesi lisätietoja" @@ -13936,8 +14092,8 @@ msgstr "Katso blogijulkaisu saadaksesi lisätietoja" msgid "View debug entry" msgstr "Näytä vianetsintäkirjaus" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Näytä lisätietoja" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Näytä käyttäjän @{0} tarjoama merkintäpalvelu" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Näytä tästä syötteestä tykänneet käyttäjät" @@ -14026,11 +14182,11 @@ msgstr "Näytä tästä syötteestä tykänneet käyttäjät" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Näytä estämäsi tilit" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "Näytä syötteesi ja löydä lisää" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Näytä moderointilistasi" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Näytä mykistämäsi tilit" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Arvioimme, että tilisi valmistumiseen kuluu {estimatedTime}." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Olemme lähettäneet toisen vahvistussähköpostiviestin osoitteeseen <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Emme onnistuneet määrittämään, saatko ladata palveluun videoita. Yritä uudelleen." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Emme tällä kertaa onnistuneet lataamaan määriteltyjä merkitsijöitäsi." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Ilmoitamme, kun tilisi on valmis." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Meillä on verkko-ongelmia, yritä uudelleen" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Pahoittelut! Julkaisu, johon olet vastaamassa, on poistettu." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Tervetuloa takaisin!" @@ -14351,17 +14519,17 @@ msgstr "Millä nimellä haluat kutsua aloituspakettiasi?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Mitä kuuluu?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Kuka voi olla vuorovaikutuksessa tämän julkaisun kanssa?" @@ -14369,12 +14537,12 @@ msgstr "Kuka voi olla vuorovaikutuksessa tämän julkaisun kanssa?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Kuka voi vastata" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Kirjoita julkaisu" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Kirjoita vastauksesi" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Kyllä, poista käytöstä" @@ -14495,19 +14663,19 @@ msgstr "Kyllä, poista käytöstä" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Kyllä, poista tämä aloituspaketti" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Kyllä, irrota" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Kyllä, piilota" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Kyllä, palauta tilini käyttöön" @@ -14519,7 +14687,7 @@ msgstr "Eilen" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Olet jonossa." @@ -14558,11 +14726,11 @@ msgstr "Olet jonossa." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Sinun ei ole mahdollista ladata videoita palveluun." @@ -14570,7 +14738,7 @@ msgstr "Sinun ei ole mahdollista ladata videoita palveluun." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Voit myös selata uusia mukautettuja syötteitä seurattavaksi." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Voit nyt kirjautua sisään uudella salasanallasi." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Voit palauttaa tilisi käyttöön jatkaaksesi sisäänkirjautumista. Profiilisi ja julkaisusi tulevat näkyviin muille käyttäjille." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Voit päivittää tämän myöhemmin asetuksistasi." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Et seuraa ketään, joka seuraa käyttäjää @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Olet syöttänyt virheellisen koodin. Sen pitäisi olla muotoa XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Olet päässyt loppuun" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Olet väliaikaisesti saavuttanut videolatausten rajoituksen. Yritä myöhemmin uudelleen." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Sinun on seurattava ainakin seitsemää muuta käyttäjää, jotta voit msgid "You must grant access to your photo library to save a QR code" msgstr "Sinun on myönnettävä pääsy kuvakirjastoosi tallentaaksesi QR-koodin" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Poistit aiemmin käytöstä tilin @{0}." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Sinut kirjataan ulos kaikista tileistäsi." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Olet jonossa" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Olet löytänyt käyttäjiä seurattavaksi" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Olet päässyt syötteesi loppuun! Etsi lisää tilejä seurattavaksi." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Olet saavuttanut päiväkohtaisen videolatausten rajoituksen (liian monta tavua)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Olet saavuttanut päiväkohtaisen videolatausten rajoituksen (liian monta videota)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Tilisi" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Tilisi ei ole riittävän vanha videoiden lataamiseksi palveluun. Yritä myöhemmin uudelleen." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Tilisi arkiston, joka sisältää kaikki julkiset tietueet, voi ladata ”CAR”-tiedostona. Tämä tiedosto ei sisällä mediaupotuksia, kuten kuvia, eikä yksityisiä tietojasi, jotka on haettava erikseen." @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Syntymäaikasi" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Nykyinen käyttäjätunnuksesi <0>{0} pysyy automaattisesti sinulle varattuna. Voit vaihtaa siihen takaisin tältä tililtä milloin tahansa." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Sähköpostiosoitteesi on nähtävästi virheellinen." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "Ensimmäinen tykkäyksesi!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "Koko tuleva käyttäjätunnuksesi on <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profiilisi, julkaisusi, syötteesi ja listasi eivät enää näy muille Blueskyn käyttäjille. Voit palauttaa tilisi käyttöön milloin tahansa kirjautumalla sisään." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/fr-CA/messages.po b/src/locale/locales/fr-CA/messages.po index 674cfbff04..5b59fcabc1 100644 --- a/src/locale/locales/fr-CA/messages.po +++ b/src/locale/locales/fr-CA/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fr_CA\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: French, Canada\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -834,7 +843,7 @@ msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "" msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,11 +5232,9 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5499,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5527,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5593,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5624,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5655,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "" @@ -5867,8 +5909,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6197,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6308,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6357,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "" @@ -6420,7 +6461,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,26 +6827,26 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6881,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" @@ -6893,7 +6934,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6948,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7121,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7155,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7163,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7181,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7232,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7294,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7392,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7451,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7489,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7755,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7768,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7720,10 +7778,10 @@ msgstr "" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7805,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7874,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7910,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7939,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7949,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,15 +8142,15 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "" @@ -8108,12 +8162,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8360,7 +8418,7 @@ msgstr "" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "" @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8465,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8497,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8552,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8567,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8622,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8779,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "" @@ -8759,9 +8825,8 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9094,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9121,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9232,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9252,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9270,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9283,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9407,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,18 +9468,18 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9529,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9584,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,7 +9593,7 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9829,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9900,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "" @@ -9914,8 +10021,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "" @@ -9960,8 +10067,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10077,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10253,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10297,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10337,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "" @@ -10292,7 +10404,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10442,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10565,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "" @@ -10521,7 +10638,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10725,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +11022,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11157,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11245,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11354,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11363,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,22 +11430,22 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11489,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11561,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11571,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11881,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11968,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "" @@ -11854,7 +11981,7 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11893,7 +12020,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12102,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12414,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12529,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12539,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12622,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,10 +12648,10 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13134,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13183,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13221,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13379,8 +13536,8 @@ msgstr "" msgid "Unmute conversation" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13554,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,13 +13571,13 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "" @@ -13429,29 +13586,34 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13625,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,12 +14021,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" @@ -13872,19 +14034,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14092,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14182,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14519,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14537,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14663,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14687,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14726,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14738,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14943,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index 22a37dc159..49e8d83526 100644 --- a/src/locale/locales/fr/messages.po +++ b/src/locale/locales/fr/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fr\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: French\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Catégorie « {interestsDisplayName} » (active)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -90,15 +94,17 @@ msgstr "{0, plural, one {# compte abonné} other {# comptes abonnés}}" #. placeholder {0}: profile.followsCount ?? 0 #: src/screens/Profile/ProfileFollows.tsx:33 msgid "{0, plural, one {# following} other {# following}}" -msgstr "{0, plural, one {# compte suivi} other {# comptes suivis}}" +msgstr "{0, plural, one {# abonnement} other {# abonnements}}" #. placeholder {0}: item.count #: src/components/contacts/screens/ViewMatches.tsx:276 msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# ami retrouvé !} other {# amis retrouvés !}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# heure} other {# heures}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# mois} other {# mois}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {un autre post} other {# autres posts}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {abonné·e} other {abonné·e·s}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {abonnement} other {abonnements}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {post} other {posts}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, one {# personne a} other {# personnes ont}} rejoint Bluesky via ce kit de démarrage !" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {+ # autre} other {+ # autres}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {Vous devez avoir {0} ans ou plus pour créer un compte dans votre région.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} est en direct" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} n’est pas disponible" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "Votre appareil ne peut pas traduire de textes écrits en {0}." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {membre} other {membres}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "+ de {0}" @@ -476,11 +485,11 @@ msgstr "{date} à {time}" msgid "{displayName}'s Starter Pack" msgstr "Kit de démarrage de {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {heure} other {heures}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}" @@ -490,7 +499,7 @@ msgstr "{filterCount, plural, one {+ # filtre} other {+ # filtres}}" #: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" -msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} vous ont suivi" +msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} se sont abonné·e·s à votre compte" #: src/view/com/notifications/NotificationFeedItem.tsx:391 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" @@ -526,11 +535,11 @@ msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formatted #: src/view/com/notifications/NotificationFeedItem.tsx:371 msgid "{firstAuthorLink} followed you" -msgstr "{firstAuthorLink} vous a suivi·e" +msgstr "{firstAuthorLink} s’est abonné·e à votre compte" #: src/view/com/notifications/NotificationFeedItem.tsx:343 msgid "{firstAuthorLink} followed you back" -msgstr "{firstAuthorLink} vous a suivi·e en retour" +msgstr "{firstAuthorLink} s’est abonné·e en retour à votre compte" #: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorLink} liked your custom feed" @@ -566,11 +575,11 @@ msgstr "{firstAuthorLink} a vérifié votre compte" #: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" -msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} vous ont suivi" +msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} se sont abonné·e·s à votre compte" #: src/view/com/notifications/NotificationFeedItem.tsx:347 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you via starter pack {starterPackName}" -msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} vous ont suivi via le kit de démarrage {starterPackName}" +msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} se sont abonné·e·s à votre compte via le kit de démarrage {starterPackName}" #: src/view/com/notifications/NotificationFeedItem.tsx:385 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" @@ -606,19 +615,19 @@ msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAut #: src/view/com/notifications/NotificationFeedItem.tsx:357 msgid "{firstAuthorName} followed you" -msgstr "{firstAuthorName} a suivi votre compte" +msgstr "{firstAuthorName} s’est abonné·e à votre compte" #: src/view/com/notifications/NotificationFeedItem.tsx:342 msgid "{firstAuthorName} followed you back" -msgstr "{firstAuthorName} a suivi votre compte en retour" +msgstr "{firstAuthorName} s’est abonné·e à votre compte en retour" #: src/view/com/notifications/NotificationFeedItem.tsx:341 msgid "{firstAuthorName} followed you back via starter pack {starterPackName}" -msgstr "{firstAuthorName} vous a suivi en retour via le kit de démarrage {starterPackName}" +msgstr "{firstAuthorName} s’est abonné·e à votre compte en retour via le kit de démarrage {starterPackName}" #: src/view/com/notifications/NotificationFeedItem.tsx:351 msgid "{firstAuthorName} followed you via starter pack {starterPackName}" -msgstr "{firstAuthorName} vous a suivi via le kit de démarrage {starterPackName}" +msgstr "{firstAuthorName} s’est abonné·e à votre compte via le kit de démarrage {starterPackName}" #: src/view/com/notifications/NotificationFeedItem.tsx:389 msgid "{firstAuthorName} liked your custom feed" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} s’est inscrit·e avec votre kit de démarrage" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} a vérifié votre compte" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} abonnements" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {post} other {posts}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# heure} other {# heures}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "Plus de {JOIN_REQUESTS_THRESHOLD} nouvelles demandes à rejoindre" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# personnes se sont}} inscrites !" @@ -767,7 +776,7 @@ msgstr "{profileName} a rejoint Bluesky à l’aide d’un kit de démarrage il #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+ {0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+ {computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} et {2, plural, one {# autre} other {# autres}} sont inclus dans votre kit de démarrage" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} et {2, plural, one {# autre} other {# autres}} so #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} et {2, plural, one {# autre} other {# autres}} font partie de votre kit de démarrage" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {conservé} other {conservés}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {ont aimé} other {ont aimé}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} et<1> <2>{1} faites partie de votre kit de démarrage" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} fait partie de votre kit de démarrage" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} membres" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Tapez ici pour mettre à jour votre position via GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Vous et<1> <2>{0} faites partie de votre kit de démarrage" @@ -946,6 +955,12 @@ msgstr "7 jours" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Une collection de fils d’actu populaires que vous pouvez trouver sur Bluesky, tels que News, Booksky, Game Dev, Blacksky et Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Une erreur réseau est survenue. Veuillez vérifier votre connexion Inte msgid "A new code has been sent" msgstr "Un nouveau code a été envoyé" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Une nouvelle forme de vérification" @@ -993,7 +1008,7 @@ msgstr "Une capture d’écran d’un post avec un nouveau bouton à côté de c #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:114 msgid "A screenshot of a profile page with a bell icon next to the follow button, indicating the new activity notifications feature." -msgstr "Une capture d’écran d’une page de profil avec une icône de cloche à côté du bouton de suivi, indiquant la nouvelle fonctionnalité de notification d’activité." +msgstr "Une capture d’écran d’une page de profil avec une icône de cloche à côté du bouton d’abonnement, indiquant la nouvelle fonctionnalité de notification d’activité." #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:98 @@ -1003,9 +1018,9 @@ msgstr "Une capture d’écran d’une fenêtre de rédaction avec un nouveau bo #: src/components/dms/dialogs/NewChatDialog.tsx:102 #: src/components/dms/dialogs/ShareViaChatDialog.tsx:118 msgid "A selected recipient is not followed by the sender." -msgstr "Un des comptes destinataires n’est pas suivi par le compte expéditeur." +msgstr "Un des comptes destinataires ne fait pas partie des abonnements du compte expéditeur." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Accès demandé ! Le compte propriétaire du groupe examinera votre dem msgid "Accessibility" msgstr "Accessibilité" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Paramètres d’accessibilité" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,15 +1083,15 @@ msgstr "Compte" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Compte bloqué" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" -msgstr "Compte suivi" +msgstr "Abonné·e au compte" #: src/lib/strings/errors.ts:68 msgid "Account has been suspended" @@ -1086,8 +1101,8 @@ msgstr "Le compte a été suspendu" msgid "Account is deactivated" msgstr "Le compte a été désactivé" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Compte masqué" @@ -1111,24 +1126,24 @@ msgstr "Compte supprimé de l’accès rapide" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Compte débloqué" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Compte désabonné" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Compte réaffiché" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Les comptes avec une coche bleue émaillée <0><1/> peuvent en vérifier d’autres. Ces vérificateurs de confiance sont sélectionnés par Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Les comptes avec une coche bleue émaillée <0><1/> peuvent en vé msgid "Activity from others" msgstr "Activité des autres" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Notifications d’activité" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Ajouter" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Ajouter {0} autres pour continuer" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Ajouter {displayName} au kit de démarrage" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Ajouter un compte à cette liste" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Ajouter un compte" @@ -1201,11 +1216,11 @@ msgstr "Ajouter un texte alt (facultatif)" msgid "Add another account" msgstr "Ajouter un autre compte" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Ajouter un autre post" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Ajouter un autre post au fil de discussion" @@ -1223,7 +1238,7 @@ msgstr "Ajouter un mot de passe d’application" msgid "Add App Password" msgstr "Ajouter un mot de passe d’application" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Ajouter une étiquette d’automatisation au compte" @@ -1239,12 +1254,12 @@ msgstr "Ajouter un filtre" msgid "Add group chat members" msgstr "Ajouter des membres à la discussion de groupe" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Ajouter une image" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Ajouter un média au post" @@ -1254,8 +1269,8 @@ msgstr "Ajouter un média au post" msgid "Add members" msgstr "Ajouter des membres" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Ajouter plus de détails (facultatif)" @@ -1295,24 +1310,24 @@ msgstr "Ajouter une réaction" msgid "Add recommended feeds" msgstr "Ajouter les fils d’actu recommandés" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Ajoutez des fils d’actu à votre kit de démarrage !" #: src/screens/Feeds/NoFollowingFeed.tsx:40 msgid "Add the default feed of only people you follow" -msgstr "Ajouter le fil d’actu par défaut avec seulement les comptes que vous suivez" +msgstr "Ajouter le fil d’actu par défaut avec seulement les comptes auxquels vous êtes abonné·e" #: src/screens/Settings/components/ChangeHandleDialog.tsx:419 msgid "Add the following DNS record to your domain:" msgstr "Ajoutez l’enregistrement DNS suivant à votre domaine :" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Ajouter ce fil à vos fils d’actu" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Ajouter à des listes" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Ajouter aux posts conservés" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Ajouter aux kits de démarrage" @@ -1330,7 +1345,7 @@ msgstr "Ajouter aux kits de démarrage" msgid "Add user to list" msgstr "Ajouter le compte à la liste" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Ajouter votre date de naissance" @@ -1361,7 +1376,7 @@ msgstr "Ajout en cours des membres à la liste…" msgid "Additional details (limit 1000 characters)" msgstr "Détails supplémentaires (1000 caractères maximum)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Détails supplémentaires (300 caractères maximum)" @@ -1378,14 +1393,14 @@ msgstr "Adulte" msgid "Adult content" msgstr "Contenu pour adultes" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Contenu pour adultes" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Le contenu pour adultes ne peut être activé que via le Web sur <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Étiquettes de contenu adulte" msgid "Adult sexual abuse content" msgstr "Abus sexuels sur adultes" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avancé" @@ -1423,7 +1438,7 @@ msgstr "La demande de vérification d’âge a été envoyée" msgid "Age assurance only takes a few minutes" msgstr "La vérification d’âge ne prend que quelques minutes" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "La vérification d’âge ne prend que quelques minutes." @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "Toutes" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Toutes" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,13 +1465,13 @@ msgid "All {0}" msgstr "Tous les {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" -msgstr "Tous les comptes ont été suivis !" +msgstr "Abonné·e à tous les comptes !" #: src/components/contacts/screens/ViewMatches.tsx:150 msgid "All friends followed!" -msgstr "Tous les amis ont été suivis avec succès !" +msgstr "Abonné·e à tous les amis !" #: src/components/dialogs/LanguageSelectDialog.tsx:255 msgid "All languages" @@ -1474,7 +1494,7 @@ msgstr "Tous les fils d’actu que vous avez enregistrés, au même endroit." msgid "Allow access to your direct messages" msgstr "Autoriser l’accès à vos messages privés" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Autoriser n’importe qui à répondre" @@ -1488,8 +1508,8 @@ msgstr "Autoriser les messages privés de" msgid "Allow group chat invites from" msgstr "Autoriser les invitations de groupe de" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Autoriser la géolocalisation" @@ -1498,38 +1518,38 @@ msgstr "Autoriser la géolocalisation" msgid "Allow others to be notified of your posts" msgstr "Autoriser les autres à être notifiés de vos posts" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" -msgstr "Autoriser qui vous suivez à répondre" +msgstr "Autoriser vos abonnements à répondre" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Autoriser qui vous mentionnez à répondre" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Autoriser les citations" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Autoriser les membres de {0} à répondre" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" -msgstr "Autoriser quiconque vous suit à répondre" +msgstr "Autoriser vos abonné·e·s à répondre" #: src/screens/Settings/AppPasswords.tsx:201 msgid "Allows access to direct messages" msgstr "Permet d’accéder à vos messages privés" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Avez-vous déjà un code ?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Vous avez déjà un compte ?" @@ -1540,7 +1560,7 @@ msgstr "Déjà connecté·e en tant que @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Le texte alt sera tronqué. Limite : {MAX_ALT_TEXT, plural, one {{0} caractère.}other {{0} caractères.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Un e-mail a été envoyé à {0}. Il comprend un code de confirmation que vous pouvez saisir ici." @@ -1587,7 +1607,7 @@ msgstr "Une erreur s’est produite" msgid "An error occurred" msgstr "Une erreur s’est produite" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Une erreur s’est produite lors de la compression de la vidéo." @@ -1596,7 +1616,7 @@ msgstr "Une erreur s’est produite lors de la compression de la vidéo." msgid "An error occurred while fetching suggested accounts." msgstr "Il y a eu un problème lors de la récupération des comptes suggérés." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Une erreur s’est produite lors de la récupération du fil d’actu." @@ -1609,15 +1629,15 @@ msgstr "Une erreur s’est produite lors de la génération de votre kit de dém msgid "An error occurred while hiding suggestion. {0}" msgstr "Une erreur s’est produite lors du masquage de la suggestion. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Une erreur s’est produite lors du chargement de la vidéo. Veuillez réessayer plus tard." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Une erreur s’est produite lors du chargement de la vidéo. Veuillez réessayer." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Une erreur s’est produite lors du chargement de vos listes :/" @@ -1628,16 +1648,16 @@ msgstr "Une erreur s’est produite lors de l’enregistrement du code QR !" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" -msgstr "Une erreur s’est produite en essayant de suivre tous les comptes" +msgstr "Une erreur s’est produite en essayant de s’abonner à tous les comptes" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Il y a eu un problème lors de l’envoi de la vidéo. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Il y a eu un problème lors de l’envoi de la vidéo. Vérifiez votre connexion internet et réessayez." @@ -1661,8 +1681,8 @@ msgstr "Une illustration de plusieurs posts de Bluesky à côté des icônes de msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Une illustration de l’appli. Bluesky avec un avion en papier qui en sort, représentant le fait d’inviter des amis" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Une illustration montrant que Bluesky sélectionne des vérificateurs de confiance, qui à leur tour vérifient des comptes d’utilisateur·ices individuels." @@ -1686,14 +1706,14 @@ msgstr "Un problème est survenu lors du démarrage de la discussion de groupe, #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Un problème est survenu, veuillez réessayer." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Une maquette d’un iPhone qui montre l’app de Bluesky ouverte sur un profil d’un compte vérifié avec une coche bleue après leur nom d’affichage." @@ -1702,7 +1722,7 @@ msgstr "Une maquette d’un iPhone qui montre l’app de Bluesky ouverte sur un msgid "an unknown labeler" msgstr "un étiqueteur inconnu" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "et" @@ -1735,7 +1755,7 @@ msgstr "La vérification arrive sur Bluesky" msgid "Any date" msgstr "N’importe quelle date" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "N’importe qui" @@ -1767,7 +1787,7 @@ msgstr "Quiconque me suit" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Quiconque l’avait ne pourra plus rejoindre la discussion ou demander à la rejoindre. Vous pourrez toujours en créer un nouveau." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Les noms de mots de passe d’application doivent comporter au moins 4 c msgid "App passwords" msgstr "Mots de passe d’application" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Mots de passe d’application" @@ -1856,7 +1876,7 @@ msgstr "Faire appel de cette décision" msgid "Appeal this label" msgstr "Faire appel de cette étiquette" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Appliquer la pull request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archive datée du {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Post archivé" @@ -1914,7 +1934,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer le mot de passe d’application « msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Êtes-vous sûr de vouloir supprimer ce message ? Ce message sera supprimé pour vous, mais pas pour les autres personnes." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Êtes-vous sûr de vouloir supprimer ce kit de démarrage ?" @@ -1936,7 +1956,7 @@ msgstr "Êtes-vous sûr de vouloir vous retirer de cette conversation ?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Êtes-vous sûr de vouloir vous retirer de cette conversation ? Vos messages seront supprimés pour vous, mais pas pour les autres participants." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Êtes-vous sûr de vouloir supprimer cela de vos fils d’actu ?" @@ -1945,7 +1965,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer cela de vos fils d’actu ?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Êtes-vous sûr de vouloir retirer votre demande à rejoindre {0} ?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Êtes-vous sûr de vouloir abandonner ce post ?" @@ -1953,7 +1973,7 @@ msgstr "Êtes-vous sûr de vouloir abandonner ce post ?" msgid "Are you sure?" msgstr "Vous confirmez ?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Êtes-vous la personne représentée, ou quelqu’un autorisé à agir au nom de cette personne ?" @@ -1969,8 +1989,8 @@ msgstr "Art" msgid "Artistic or non-erotic nudity." msgstr "Nudité artistique ou non érotique." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Demander aux applis et sites de ne pas afficher mon compte aux personnes non connectées" @@ -1979,12 +1999,12 @@ msgstr "Demander aux applis et sites de ne pas afficher mon compte aux personnes msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Demander aux applis de masquer mes posts dans les algorithmes de recommandations" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Assigner un sujet pour l’algo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Au moins 8 caractères" @@ -2017,8 +2037,8 @@ msgstr "Automatique" msgid "Automation label" msgstr "Étiquette d’automatisation" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Étiquette d’automatisation" @@ -2038,6 +2058,10 @@ msgstr "Disponible" msgid "Avatar creator" msgstr "Créateur d’avatar" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Créateur d’avatar" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Créateur d’avatar" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Retour" msgid "Back to Chats" msgstr "Retour aux discussions" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Activités bannies ou problèmes de sécurité" @@ -2081,7 +2109,7 @@ msgstr "Activités bannies ou problèmes de sécurité" msgid "Banned user returning" msgstr "Retour d’un compte banni" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "D’après la localisation de votre appareil, nous pensons que vous êtes en <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "D’après la localisation de votre appareil, nous pensons que vous ête msgid "Based on your device's location, we think you're in <0>{region}." msgstr "D’après la localisation de votre appareil, nous pensons que vous êtes en <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "D’après votre connexion réseau, nous pensons que vous êtes en <0>{geolocationString}. Cette estimation peut être incorrecte si vous utilisez un VPN." @@ -2148,16 +2176,16 @@ msgstr "Commencez la vérification d’âge en complétant les champs ci-dessous msgid "Beta Feature" msgstr "Fonction en bêta" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Fonctionnalités bêta" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Fonctionnalités bêta activées" @@ -2193,12 +2221,12 @@ msgstr "Bloquer {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bloquer le compte" @@ -2255,15 +2283,15 @@ msgstr "Bloquer ce compte ou supprimer cette conversation" msgid "Block user and/or leave this conversation" msgstr "Bloquer ce compte ou partir de cette conversation" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Bloqué" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Comptes bloqués" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Comptes bloqués" @@ -2288,7 +2316,7 @@ msgstr "Le blocage est public. Les comptes bloqués ne peuvent pas répondre à 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." msgstr "Le blocage n’empêchera pas les étiquettes d’être appliquées à votre compte, mais il empêchera ce compte de répondre à vos discussions ou d’interagir avec vous." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky ne peut pas confirmer l’authenticité de la date déclarée." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky permet aux amis de se retrouver en créant une empreinte numérique encodée, appelée un « hash », puis en recherchant ensuite les hashes qui correspondent." @@ -2357,15 +2389,11 @@ msgstr "Bluesky stocke vos contacts sous forme de données encodées qui seront msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky choisira un ensemble de comptes recommandés parmi les personnes de votre réseau." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky n’affichera pas votre compte aux personnes non connectées et demandera aux autres applis de faire de même. Les autres applis peuvent ne pas respecter cette demande. Cela ne rends pas votre compte privé." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky ne fera pas apparaître vos posts dans le flux Discover (sauf pour vos abonnés) et demandera aux autres applis de ne pas afficher vos posts dans leurs propres algorithmes de recommandations." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky va vérifier de manière proactive les comptes connus et authentiques." @@ -2424,29 +2452,29 @@ msgstr "Parcourir d’autres suggestions sur la page « Explorer »" msgid "Browse other feeds" msgstr "Parcourir d’autres fils d’actu" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Parcourir des posts qui parlent de {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Parcourir des posts avec le mot-clé {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Parcourir le kit de démarrage {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Parcourir le sujet {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Parcourir le sujet {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Affaires" @@ -2459,10 +2487,10 @@ msgstr "Bouton pour revenir à la page d’accueil" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Par {0}" @@ -2475,7 +2503,7 @@ msgstr "par @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Par <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "En créant un compte, vous acceptez les <0>Conditions générales et msgid "By creating an account you agree to the <0>Terms of Service." msgstr "En créant un compte, vous acceptez les <0>Conditions générales." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Par vous" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Caméra" @@ -2521,16 +2549,16 @@ msgstr "Accès à l’appareil photo nécessaire" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Accès à l’appareil photo nécessaire" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Accès à l’appareil photo nécessaire" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Annuler" msgid "Cancel quote post" msgstr "Annuler la citation" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Annuler la réactivation et se déconnecter" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Annule la connexion pour que vous puissiez vérifier votre pseudo" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Impossible d’interagir avec un compte bloqué" @@ -2609,7 +2637,7 @@ msgstr "Sous-titres (.vtt)" msgid "Captions & alt text" msgstr "Sous-titres et texte alt" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "carrousel" @@ -2651,24 +2679,24 @@ msgstr "Modifier le pseudo" msgid "Change hosting provider" msgstr "Changer d’hébergeur" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Changer de service de modération" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Modifier le mot de passe" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Fenêtre de modification de mot de passe" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Changer de catégorie de rapport" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Changer la raison du signalement" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Les changements ultérieurs dans ce kit de démarrage ne seront pas répercutés sur la liste après sa création. La liste sera une copie indépendante." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Discussions" @@ -2756,9 +2784,9 @@ msgstr "Les propriétaires d’une discussion ne peuvent pas en partir." #: src/components/dms/dialogs/NewChatDialog.tsx:67 #: src/components/dms/dialogs/ShareViaChatDialog.tsx:82 msgid "Chat recipient is not followed by the sender." -msgstr "Le compte destinataire de la discussion n’est pas suivi par le compte expéditeur." +msgstr "Le compte destinataire de la discussion ne fait pas partie des abonnements du compte expéditeur." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Demandes de discussion en attente" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Demandes de discussion" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Vérifiez la boîte de réception de l’adresse <0>{currentEmail}, msgid "Check back later!" msgstr "Revenez plus tard !" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Vérifier mon statut" @@ -2895,7 +2923,7 @@ msgstr "Choisir votre hébergeur" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Construisez votre propre page d’accueil ! Abonnez-vous à des fils d’actu de la communauté pour y retrouver ce que vous aimez." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Choisissez votre mot de passe" @@ -2931,7 +2959,7 @@ msgstr "Vider la recherche de GIF" msgid "Clear image cache" msgstr "Purger le cache des images" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Effacer la recherche" @@ -2951,11 +2979,11 @@ msgstr "Cliquez ici pour ajouter des personnes à cette discussion de groupe" msgid "Click here to create or manage an invite link for this group chat" msgstr "Cliquez ici pour créer ou gérer un lien d’invitation pour cette discussion de groupe" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Cliquez ici pour supprimer votre compte" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Cliquez ici pour vous déconnecter" @@ -2968,8 +2996,8 @@ msgstr "Cliquez ici pour renvoyer l’e-mail" msgid "Click here to restart the verification process." msgstr "Cliquez ici pour redémarrer le processus de vérification." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Cliquez ici pour mettre à jour votre date de naissance" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Cliquer pour réessayer l’envoi échoué du message" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Cliquer pour réessayer l’envoi échoué du message" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Cliquer pour réessayer l’envoi échoué du message" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Fermer" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Fermer le dialogue actif" @@ -3068,13 +3097,13 @@ msgstr "Fermer la bannière" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Fermer le dialogue" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Ferme le menu latéral" @@ -3110,7 +3139,7 @@ msgstr "Ferme la bannière des demandes entrantes" msgid "Close this dialog" msgstr "Fermer ce dialogue" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Fermer la fenêtre de bienvenue" @@ -3118,7 +3147,7 @@ msgstr "Fermer la fenêtre de bienvenue" msgid "Closes password update alert" msgstr "Ferme la notification de mise à jour du mot de passe" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Ferme la fenêtre de rédaction et abandonne le brouillon de post" @@ -3126,7 +3155,7 @@ msgstr "Ferme la fenêtre de rédaction et abandonne le brouillon de post" msgid "Collapse list of users" msgstr "Fermer la liste des comptes" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Réduit la liste des comptes pour une notification donnée" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Bandes dessinées" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Règles de bonne conduite" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Terminez le didacticiel et commencez à utiliser votre compte" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Compléter le défi" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Écrire un nouveau post" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Permet d’écrire des posts de {0, plural, other {# caractères}} maximum" @@ -3180,11 +3209,11 @@ msgstr "Permet d’écrire des posts de {0, plural, other {# caractères}} maxim msgid "Compose reply" msgstr "Rédiger une réponse" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Compression du GIF en cours…" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Compression de la vidéo en cours…" @@ -3198,18 +3227,18 @@ msgstr "Configuré dans <0>les paramètres de modération." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirmer" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Code de confirmation" @@ -3226,12 +3255,12 @@ msgstr "Connexion au service…" msgid "Connecting…" msgstr "Connexion…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Problème de connexion" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Contacter notre équipe support" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contacter le support" @@ -3273,7 +3302,7 @@ msgstr "Contenu et médias" msgid "Content and media" msgstr "Contenu et médias" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Contenu et médias" @@ -3281,7 +3310,7 @@ msgstr "Contenu et médias" msgid "Content Blocked" msgstr "Contenu bloqué" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtres de contenu" @@ -3421,8 +3450,8 @@ msgstr "Copier" msgid "Copy App Password" msgstr "Copier le mot de passe d’application" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copier l’URI at://" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copier ce code" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copier le DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Copier le lien d’invitation" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copier le lien" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copier le lien" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copier le lien vers la liste" @@ -3472,12 +3501,12 @@ msgstr "Copier le lien vers la liste" msgid "Copy link to post" msgstr "Copier le lien vers le post" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copier le lien vers le profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copier le lien vers le kit de démarrage" @@ -3491,8 +3520,8 @@ msgstr "Copier le texte du message" msgid "Copy post at:// URI" msgstr "Copier l’URI at:// du post" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copier le texte du post" @@ -3506,7 +3535,7 @@ msgstr "Copier la valeur du registre TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Politique sur les droits d’auteur" @@ -3542,13 +3571,13 @@ msgstr "Impossible de retrouver le profil" #: src/screens/Settings/FindContactsSettings.tsx:233 #: src/screens/Settings/FindContactsSettings.tsx:428 msgid "Could not follow all matches - please check your network connection." -msgstr "Échec du suivi de tous les contacts trouvés — veuillez vérifier votre connexion au réseau." +msgstr "Échec de l’abonnement à tous les contacts trouvés — veuillez vérifier votre connexion au réseau." #. placeholder {0}: cleanError(err) #: src/screens/Settings/FindContactsSettings.tsx:239 #: src/screens/Settings/FindContactsSettings.tsx:434 msgid "Could not follow all matches. {0}" -msgstr "Échec du suivi de tous les contacts trouvés. {0}" +msgstr "Échec de l’abonnement à tous les contacts trouvés. {0}" #: src/components/dms/AfterReportConversationDialog.tsx:158 #: src/components/dms/AfterReportDialog.tsx:139 @@ -3632,7 +3661,7 @@ msgstr "Créer" msgid "Create a list" msgstr "Créer une liste" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Créer une liste à partir de ce kit de démarrage" @@ -3642,7 +3671,7 @@ msgstr "Créer un code QR pour un kit de démarrage" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Créer un kit de démarrage" @@ -3655,12 +3684,12 @@ msgstr "Créer un kit de démarrage" msgid "Create a starter pack for me" msgstr "Créer un kit de démarrage pour moi" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Créer une discussion de groupe" msgid "Create list" msgstr "Créer la liste" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Créer une liste avec ces membres" @@ -3708,13 +3737,13 @@ msgstr "Créer une liste avec ces membres" msgid "Create list from starter pack" msgstr "Créer une liste à partir d’un kit de démarrage" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Créer une liste de modération" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Créer un nouveau compte" @@ -3724,8 +3753,8 @@ msgstr "Créer ou modifier un lien d’invitation pour cette discussion de group #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Créer un signalement pour {0}" @@ -3734,7 +3763,7 @@ msgstr "Créer un signalement pour {0}" msgid "Create starter pack" msgstr "Créer un kit de démarrage" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Créer une liste de comptes" @@ -3747,7 +3776,7 @@ msgstr "Créer une liste de comptes" msgid "Created {0}" msgstr "{0} créé" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "L’auteur·ice a été bloqué·e" @@ -3800,7 +3829,7 @@ msgstr "Sombre" msgid "Dark theme" msgstr "Thème sombre" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Date de naissance" @@ -3814,7 +3843,7 @@ msgstr "Jour" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Désactiver le compte" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Icônes par défaut" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Supprimer" @@ -3892,8 +3921,8 @@ msgstr "Supprimer la conversation" msgid "Delete for me" msgstr "Supprimer pour moi" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Supprimer la liste" @@ -3909,30 +3938,30 @@ msgstr "Supprimer le message pour moi" msgid "Delete my account" msgstr "Supprimer mon compte" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Supprimer le post" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Supprimer le kit de démarrage" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Supprimer le kit de démarrage ?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Supprimer cette liste ?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Supprimer ce post ?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Supprimé" @@ -3953,7 +3982,7 @@ msgstr "Supprimé par Plivo dès qu’il est vérifié" msgid "Deleted list" msgstr "Liste supprimée" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Description (1000 caractères max)" msgid "Descriptive alt text" msgstr "Texte alt descriptif" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Détacher la citation" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Détacher la citation ?" @@ -3993,11 +4022,11 @@ msgstr "Mode développement activé" msgid "Developer options" msgstr "Options pour développeurs" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "L’appareil n’arrive pas à traduire :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Une boîte de dialogue : réglez qui peut interagir avec ce post" @@ -4009,6 +4038,11 @@ msgstr "Boîte de dialogue : définir les filtres de recherche" msgid "Dim" msgstr "Atténué" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Désactiver les sous-titres" msgid "Disable email 2FA" msgstr "Désactiver le 2FA par e-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Désactiver le 2FA par e-mail" @@ -4041,11 +4075,11 @@ msgstr "Désactiver le retour haptique" msgid "Disable link" msgstr "Désactiver le lien" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Empêcher les citations pour ce post" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Désactiver complètement les réponses" @@ -4056,17 +4090,17 @@ msgstr "Désactiver ce lien d’invitation ?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Désactivé" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Abandonner" @@ -4075,23 +4109,28 @@ msgstr "Abandonner" msgid "Discard changes?" msgstr "Abandonner les changements ?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Abandonner le brouillon ?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Abandonner ce post ?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Déconnecter de Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Découvrir des fils d’actu" @@ -4106,8 +4145,8 @@ msgstr "Découvrir des fils d’actu personnalisés" msgid "Discover New Feeds" msgstr "Découvrir de nouveaux fils d’actu" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Ignorer" @@ -4115,7 +4154,7 @@ msgstr "Ignorer" msgid "Dismiss banner" msgstr "Ignorer la bannière" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Ignorer l’erreur" @@ -4165,7 +4204,7 @@ msgstr "Panneau DNS" #: src/components/dialogs/MutedWords.tsx:313 msgid "Do not apply this mute word to users you follow" -msgstr "Ne pas appliquer ce mot masqué aux comptes que vous suivez" +msgstr "Ne pas appliquer ce mot masqué à vos abonnements" #: src/lib/moderation/useGlobalLabelStrings.ts:39 msgid "Does not include nudity." @@ -4217,8 +4256,9 @@ msgstr "Pas d’inquiétude ! Tous les messages existants et vos paramètres so #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Terminé" msgid "Double tap or long press the message to add a reaction" msgstr "Tapez deux fois ou appuyez longtemps sur le message pour ajouter une réaction" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Tapez deux fois pour fermer cette boîte de dialogue" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Tapez deux fois pour aimer" @@ -4248,11 +4288,11 @@ msgstr "Télécharger" msgid "Download Bluesky" msgstr "Télécharger Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Télécharger les données de discussions" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Télécharger les données de discussions" @@ -4266,11 +4306,11 @@ msgstr "Télécharger l’image" msgid "Download invite QR code" msgstr "Télécharger le QR code d’invitation" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Télécharger les données de profil" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Télécharger les données de profil" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Divulgation de données personnelles (doxxing)" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Brouillons" @@ -4318,19 +4358,19 @@ msgstr "ex. alice.fr" msgid "E.g. artistic nudes." msgstr "Nudité artistique par exemple." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "ex. Les meilleurs comptes" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "ex. Spammeurs" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "ex. Ces comptes qui ne ratent jamais leur coup." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "ex. Les comptes qui répondent toujours avec des pubs." @@ -4341,7 +4381,7 @@ msgstr "Troubles alimentaires" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Modifier" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Modifier l’avatar" @@ -4373,8 +4413,8 @@ msgstr "Modifier le nom du groupe" msgid "Edit image" msgstr "Modifier l’image" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Modifier les paramètres d’interaction" @@ -4396,21 +4436,21 @@ msgstr "Modifier le lien d’invitation" msgid "Edit link settings" msgstr "Modifier les paramètres du lien" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Modifier les infos de la liste" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Modifier le statut « En direct »" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Modifier la liste de modération" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Modifier mes fils d’actu" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Modifier les personnes" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Modifier les paramètres d’interaction du post" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Modifier le profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Modifier le profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Modifier le kit de démarrage" @@ -4454,15 +4494,15 @@ msgstr "Modifier le kit de démarrage" msgid "Edit this group chat’s name" msgstr "Modifier le nom de cette discussion de groupe" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Modifier la liste de comptes" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Modifier qui peut répondre" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Modifier votre kit de démarrage" @@ -4470,16 +4510,16 @@ msgstr "Modifier votre kit de démarrage" msgid "Education" msgstr "Éducation" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Soit l’auteur·ice de cette liste vous a bloqué soit vous en avez bloqué l’auteur·ice." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA par e-mail désactivé" @@ -4492,7 +4532,7 @@ msgstr "Auth. à deux facteurs par e-mail activé" msgid "Email address" msgstr "Adresse e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mail renvoyé" @@ -4508,7 +4548,7 @@ msgstr "E-mail envoyé ! <0>Cliquez ici pour le renvoyer." msgid "Email verification complete!" msgstr "Vérification de l’e-mail terminée !" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Adresse e-mail vérifiée" @@ -4527,7 +4567,7 @@ msgstr "Intégrer le post" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Intégrez ce post à votre site web. Il suffit de copier l’extrait suivant et de le coller dans le code HTML de votre site web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Lecteur vidéo intégré" @@ -4542,12 +4582,7 @@ msgstr "Activer" msgid "Enable {0} only" msgstr "Activer {0} uniquement" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Autorise l’envoi de vidéos de 10 minutes." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Activer le contenu pour adultes" @@ -4583,7 +4618,7 @@ msgstr "Activez les notifications pour un compte en visitant leur profil puis en msgid "Enable push notifications" msgstr "Activer les alertes (notifs push)" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Autoriser les citations pour ce post" @@ -4601,7 +4636,7 @@ msgstr "Activer les tendances" msgid "Enable trending videos in your Discover feed" msgstr "Activer les vidéos tendances dans votre fil Discover" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Activé" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Saisissez votre date de naissance" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Entrez votre e-mail" @@ -4670,15 +4705,15 @@ msgstr "Saisir votre mot de passe" msgid "Enter your username and password" msgstr "Entrez votre pseudo et votre mot de passe" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Passe en mode plein écran" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Divertissement" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erreur" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Message d’erreur" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Échec lors de l’enregistrement du fichier" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Erreur de réception de la réponse captcha." @@ -4712,11 +4747,11 @@ msgstr "Erreur de réception de la réponse captcha." msgid "Error: {error}" msgstr "Erreur : {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Tout le monde peut répondre" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Tout le monde peut répondre à ce post." @@ -4756,11 +4791,11 @@ msgstr "Exclure" #: src/components/dialogs/MutedWords.tsx:322 msgid "Exclude users you follow" -msgstr "Exclure les comptes que vous suivez" +msgstr "Exclure vos abonnements" #: src/components/dialogs/MutedWords.tsx:607 msgid "Excludes users you follow" -msgstr "Exclut les comptes que vous suivez" +msgstr "Exclut vos abonnements" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:419 msgid "Exit fullscreen" @@ -4783,7 +4818,7 @@ msgstr "Développe ou réduit le post complet auquel vous répondez" msgid "Expand post text" msgstr "Développer le post" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Développe ou réduit le texte du post" @@ -4826,21 +4861,21 @@ msgstr "Médias explicites ou potentiellement dérangeants." msgid "Explicit sexual images." msgstr "Images sexuelles explicites." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Explorer" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Explorer l’app" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Exporter mes données de discussions" @@ -4849,7 +4884,7 @@ msgstr "Exporter mes données de discussions" msgid "Export my data" msgstr "Exporter mes données" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Exporter mes données de profil" @@ -4868,7 +4903,7 @@ msgstr "Média externe" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Les médias externes peuvent permettre à des sites web de collecter des informations sur vous et votre appareil. Aucune information n’est envoyée ou demandée tant que vous n’appuyez pas sur le bouton de lecture." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Préférences sur les médias externes" @@ -4946,7 +4981,7 @@ msgstr "Échec de la suppression du message" msgid "Failed to delete post, please try again" msgstr "Échec de la suppression du post, veuillez réessayer" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Échec de la suppression du kit de démarrage" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Échec de la désactivation du lien d’invitation" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Échec de la déconnexion de Germ DM. Erreur : {0}" @@ -4973,11 +5008,11 @@ msgstr "Échec de l’activation du lien d’invitation" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:147 msgid "Failed to follow all suggested accounts, please try again" -msgstr "Échec du suivi de tous les comptes suggérés, veuillez réessayer" +msgstr "Échec de l’abonnement à tous les comptes suggérés, veuillez réessayer" #: src/components/contacts/screens/ViewMatches.tsx:154 msgid "Failed to follow all your friends, please try again" -msgstr "Échec du suivi de tous vos amis, veuillez réessayer" +msgstr "Échec de l’abonnement à tous vos amis, veuillez réessayer" #: src/components/contacts/screens/ViewMatches.tsx:244 msgid "Failed to hide suggestion, please check your internet connection" @@ -5003,16 +5038,16 @@ msgstr "Échec du retrait de la discussion de groupe" msgid "Failed to load conversations" msgstr "Échec du chargement des conversations" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Échec du chargement des fils d’actu" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Échec du chargement des fils d’actu" @@ -5037,16 +5072,16 @@ msgstr "Échec du chargement des préférences." msgid "Failed to load profiles" msgstr "Échec du chargement des profils" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Échec du chargement des fils d’actu suggerés" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" -msgstr "Échec du chargement des suivis suggérés" +msgstr "Échec du chargement des abonnements suggérés" #: src/screens/Messages/ConversationSettings/index.tsx:425 msgid "Failed to lock group chat" @@ -5067,12 +5102,12 @@ msgstr "Échec du marquage de toutes les demandes comme lues" msgid "Failed to mute group chat" msgstr "Échec de la mise en sourdine de la discussion de groupe" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Échec de l’épinglage du post" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Échec de la reconnection avec Germ DM. Erreur : {0}" @@ -5121,7 +5156,7 @@ msgstr "Échec de l’annulation de votre demande. Veuillez réessayer." msgid "Failed to resolve location. Please try again." msgstr "Échec de la géolocalisation. Veuillez réessayer." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Échec de l’enregistrement du brouillon" @@ -5135,7 +5170,7 @@ msgstr "Échec de l’enregistrement de l’image" msgid "Failed to save image: {0}" msgstr "Échec de l’enregistrement de l’image : {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "L’enregistrement des paramètres a échoué. Veuillez réessayer." @@ -5168,7 +5203,7 @@ msgstr "Échec de l’activation ou désactivation du masquage du fil de discuss msgid "Failed to unlock group chat" msgstr "Échec du déverrouillage de la discussion de groupe" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Échec du désépinglage de la liste" @@ -5185,7 +5220,7 @@ msgstr "Échec de la mise à jour des paramètres du 2FA par e-mail" msgid "Failed to update email, please try again." msgstr "Échec de la mise à jour de l’e-mail, veuillez réessayer." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Échec de la mise à jour des fils d’actu" @@ -5197,12 +5232,10 @@ msgstr "Échec de la mise à jour de la déclaration de notification" msgid "Failed to update settings" msgstr "Échec de la mise à jour des paramètres" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Échec de l’envoi de la vidéo" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Faux compte ou bot" msgid "False information about elections" msgstr "Fausses infos concernant des élections" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Fil d’actu" @@ -5241,11 +5274,11 @@ msgstr "Fil d’actu créé par" msgid "Feed identifier" msgstr "Identifiant du fil d’actu" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menu du fil d’actu" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Ajouter/enlever le fil d’actu" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Commentaires envoyés au fournisseur du fil d’actu" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Fils d’actu" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Les fils d’actu sont des algorithmes personnalisés que des personnes créent avec un peu d’expérience en code. <0>Lisez ce guide (en anglais) pour plus d’information." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Rechercher des mises à jour" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Fichier enregistré avec succès !" @@ -5306,6 +5343,10 @@ msgstr "Filtrer par auteur·ice (actuellement : {currentLabel})" msgid "Filter from feeds" msgstr "Filtrer des fils d’actu" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrer les résultats par langue (actuellement : {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtres" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finalisation" @@ -5356,17 +5397,17 @@ msgstr "Finance" #: src/view/com/posts/FollowingEndOfFeed.tsx:49 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" -msgstr "Trouver des comptes à suivre" +msgstr "Trouver des abonnements" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Trouver et inviter des amis" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Rechercher des contacts" @@ -5378,10 +5419,10 @@ msgstr "Retrouver mes amis" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" -msgstr "Trouver des comptes à suivre" +msgstr "Trouver des abonnements" #: src/screens/Settings/FindContactsSettings.tsx:128 msgid "Find people you know" @@ -5436,48 +5477,48 @@ msgid "Focus the search field" msgstr "Mettre en focus le champ de recherche" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" -msgstr "Suivre" +msgstr "S’abonner" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" -msgstr "Suivre {0}" +msgstr "S’abonner à {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:167 msgid "Follow {displayName}" msgstr "S’abonner à {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" -msgstr "Suivre {handle}" +msgstr "S’abonner à {handle}" #: src/state/shell/progress-guide.tsx:230 msgid "Follow 10 accounts" -msgstr "Suivre 10 comptes" +msgstr "S’abonner à 10 comptes" #: src/components/ProgressGuide/List.tsx:73 msgid "Follow 10 people to get started" -msgstr "Suivez 10 personnes pour commencer" +msgstr "Abonnez-vous à 10 personnes pour commencer" #: src/components/ProgressGuide/List.tsx:114 msgid "Follow 7 accounts" -msgstr "Suivre 7 comptes" +msgstr "S’abonner à 7 comptes" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" -msgstr "Suivre le compte" +msgstr "S’abonner au compte" #: src/components/contacts/screens/ViewMatches.tsx:284 #: src/components/contacts/screens/ViewMatches.tsx:299 @@ -5486,62 +5527,62 @@ msgstr "Suivre le compte" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" -msgstr "Suivre tous" +msgstr "S’abonner à tous" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:295 msgid "Follow all accounts" -msgstr "Suivre tous les comptes" +msgstr "S’abonner à tous les comptes" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" -msgstr "Suivre en retour" +msgstr "S’abonner en retour" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136 msgid "Followed all accounts!" -msgstr "Comptes suivis avec succès !" +msgstr "Abonné aux comptes avec succès !" #: src/screens/Settings/FindContactsSettings.tsx:422 msgid "Followed all matches" -msgstr "Comptes trouvés suivis avec succès" +msgstr "Abonné aux comptes trouvés avec succès" #. placeholder {0}: slice[0].profile.displayName #: src/components/KnownFollowers.tsx:232 msgid "Followed by <0>{0}" -msgstr "Suivi par <0>{0}" +msgstr "<0>{0} y est abonné·e" #. placeholder {0}: slice[0].profile.displayName #. placeholder {1}: serverCount - 1 #: src/components/KnownFollowers.tsx:218 msgid "Followed by <0>{0} and {1, plural, one {# other} other {# others}}" -msgstr "Suivi par <0>{0} et {1, plural, one {# autre} other {# autres}}" +msgstr "<0>{0} et {1, plural, one {# autre} other {# autres}} y sont abonné·e·s" #. placeholder {0}: slice[0].profile.displayName #. placeholder {1}: slice[1].profile.displayName #: src/components/KnownFollowers.tsx:205 msgid "Followed by <0>{0} and <1>{1}" -msgstr "Suivi par <0>{0} et <1>{1}" +msgstr "<0>{0} et <1>{1} y sont abonné·e·s" #. placeholder {0}: slice[0].profile.displayName #. placeholder {1}: slice[1].profile.displayName #. placeholder {2}: serverCount - 2 #: src/components/KnownFollowers.tsx:188 msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" -msgstr "Suivi par <0>{0}, <1>{1} et {2, plural, one {# autre} other {# autres}}" +msgstr "<0>{0}, <1>{1} et {2, plural, one {# autre} other {# autres}} y sont abonné·e·s" #: src/components/intents/GroupChatJoinDialog.tsx:360 msgid "Followers can join" msgstr "Accessible aux comptes abonnés" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Abonné·e·s de @{0} que vous connaissez" @@ -5552,49 +5593,50 @@ msgstr "Abonné·e·s que vous connaissez" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" -msgstr "Suivi" +msgstr "Abonné·e" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" -msgstr "Suivis" +msgstr "Abonnements" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" -msgstr "Suit {0}" +msgstr "Abonné·e à {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:66 msgid "Following {displayName}" msgstr "Abonné·e à {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" -msgstr "Suit {handle}" +msgstr "Abonné·e à {handle}" #: src/screens/Settings/ContentAndMediaSettings.tsx:78 #: src/screens/Settings/ContentAndMediaSettings.tsx:81 msgid "Following feed preferences" -msgstr "Préférences du fil des abonnements" +msgstr "Préférences du fil Abonnements" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" -msgstr "Préférences du fil des abonnements" +msgstr "Préférences du fil Abonnements" #: src/components/Pills.tsx:215 #: src/screens/Profile/Header/Handle.tsx:33 @@ -5613,7 +5655,7 @@ msgstr "Taille de police" msgid "Food" msgstr "Nourriture" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Pour les comptes d’organisations, utilisez la date de naissance de la personne responsable du compte." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Générer un nouveau lien" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM déconnecté" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Lien avec Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM reconnecté" @@ -5737,7 +5779,7 @@ msgstr "Notifier quand quelqu’un s’inscrit avec un de vos kits de démarrage #: src/screens/Settings/NotificationSettings/index.tsx:324 msgid "Get notifications when people follow you." -msgstr "Notifier quand des comptes vous suivent." +msgstr "Notifier quand des comptes s’abonnent." #: src/screens/Settings/NotificationSettings/index.tsx:316 msgid "Get notifications when people like your posts." @@ -5812,7 +5854,7 @@ msgstr "C’est parti" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF envoyé" @@ -5835,8 +5877,8 @@ msgstr "Glorification de la violence" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorification de la violence" msgid "Go back" msgstr "Retour" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Retour" @@ -5867,8 +5909,8 @@ msgstr "Retour à l’étape précédente" msgid "Go home" msgstr "Accéder à l’accueil" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Passer en direct" @@ -5879,8 +5921,8 @@ msgstr "Passer en direct" msgid "Go Live" msgstr "Passer en direct" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Passer en direct (désactivé)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Passer en direct pendant" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Se rendre sur le profil de {0}" @@ -5900,7 +5942,7 @@ msgstr "Voir le profil de {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Aller aux paramètres du compte" @@ -5943,8 +5985,8 @@ msgstr "Votre compte ne peut plus passer en direct actuellement" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Bien compris" @@ -5953,6 +5995,11 @@ msgstr "Bien compris" msgid "Grant access" msgstr "Autoriser l’accès" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Nom de la discussion de groupe modifié" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Paramètres de la discussion de groupe" @@ -6083,6 +6130,11 @@ msgstr "GIFs heureux" msgid "Haptics" msgstr "Haptiques" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Harcèlement ou haine" @@ -6095,7 +6147,7 @@ msgstr "Activités néfastes ou à haut risque" msgid "Harming or endangering minors" msgstr "Contenu néfaste ou dangereux pour des mineurs" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Mot-clé" @@ -6112,11 +6164,11 @@ msgstr "Discours de haine" msgid "Have a code? <0>Click here." msgstr "Vous avez un code ? <0>Cliquez ici." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "On se trompe sur votre position ? <0>Tapez ici pour la mettre à jour via GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Un souci ?" @@ -6145,11 +6197,11 @@ msgstr "Voici votre mot de passe d’application !" msgid "Hey there 👋" msgstr "Bonjour 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Bonjour !" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Bonjour !" @@ -6158,7 +6210,7 @@ msgstr "Bonjour !" msgid "Hidden" msgstr "Masqué" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Masqué par vos paramètres de modération." @@ -6166,23 +6218,19 @@ msgstr "Masqué par vos paramètres de modération." msgid "Hidden list" msgstr "Liste cachée" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Cacher" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Cacher" @@ -6195,7 +6243,7 @@ msgstr "Masquer les paramètres de personnalisation" msgid "Hide group chat updates" msgstr "Masquer les évènements de discussion" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Masquer les listes" @@ -6203,23 +6251,23 @@ msgstr "Masquer les listes" msgid "Hide password" msgstr "Masquer le mot de passe" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Cacher ce post pour moi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Cacher cette réponse pour tout le monde" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Cacher cette réponse pour moi" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Masquer ses reposts dans les fils d’actu" @@ -6227,38 +6275,31 @@ msgstr "Masquer ses reposts dans les fils d’actu" msgid "Hide this card" msgstr "Cacher cette carte" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Cacher ce post ?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Cacher cette réponse ?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Masquer la traduction" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Cacher les tendances" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Cacher les tendances ?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Cacher les vidéos tendances ?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Cacher la liste des comptes" @@ -6267,12 +6308,12 @@ msgstr "Cacher la liste des comptes" msgid "Hide verification badges" msgstr "Masquer les badges de vérification" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Cache ce contenu" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Masque la bannière promo d’invitation d’amis" @@ -6308,7 +6349,7 @@ msgstr "Hmm, le serveur de fils d’actu ne répond pas. Veuillez informer le fo msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, nous n’arrivons pas à trouver ce fil d’actu. Il a peut-être été supprimé." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmm, il semble que nous ayons des difficultés à charger ces données. Voir ci-dessous pour plus de détails. Si le problème persiste, contactez-nous." @@ -6316,14 +6357,14 @@ msgstr "Hmm, il semble que nous ayons des difficultés à charger ces données. msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, nous n’avons pas pu charger ce service de modération." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Attendez ! Nous donnons progressivement accès à la vidéo et vous faites toujours la queue. Revenez bientôt !" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Accueil" @@ -6369,8 +6410,8 @@ msgstr "Trafic d’êtres humains" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "J’autorise Bluesky à utiliser mes contacts pour découvrir mes amis mutuels en conservant une version hashée de ces données jusqu’à ce que j’en décide autrement." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "J’ai un code" @@ -6400,15 +6441,15 @@ msgstr "Si aucune n’est sélectionnée, toutes les langues seront affichées d 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." msgstr "Si vous avez 18 ans ou plus et que vous souhaitez réessayer, cliquez sur le bouton ci-dessous et utilisez une autre méthode de vérification s’il en existe une dans votre région. Si vous avez des questions ou des inquiétudes, <0>notre équipe support peut vous aider." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Si vous n’êtes pas encore un adulte selon les lois de votre pays, vos parents ou votre tuteur légal doivent lire ces conditions en votre nom." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Si vous pensez que votre date de naissance est incorrecte, vous pouvez la mettre à jour en <0>cliquant ici." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Si vous supprimez cette liste, vous ne pourrez pas la récupérer." @@ -6420,7 +6461,7 @@ msgstr "Si vous possédez votre propre domaine, vous pouvez l’utiliser comme p msgid "If you need to update your email, <0>click here." msgstr "Si vous avez besoin de mettre à jour votre adresse e-mail, <0>cliquez ici." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Si vous supprimez ce post, vous ne pourrez pas le récupérer." @@ -6441,7 +6482,7 @@ msgstr "Si vous voulez restreindre qui peut recevoir des notifications concernan msgid "If you're a developer, you can host your own server." msgstr "Si vous êtes développeur, vous pouvez héberger votre propre serveur." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si vous essayez de changer de pseudo ou d’adresse e-mail, faites-le avant de désactiver votre compte." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Image" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Image {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Image {0} sur {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Image {0} sur {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache des images purgé, {0} libérés" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Galerie d’images, {0} images" @@ -6526,7 +6567,7 @@ msgstr "Importer des contacts" msgid "Import Contacts" msgstr "Importer des contacts" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importer des contacts ou inviter vos amis" @@ -6540,7 +6581,7 @@ msgstr "Importer des contacts pour retrouver vos amis" msgid "Imported on {0}" msgstr "Importé le {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Pour vous offrir une expérience adaptée à votre âge, nous devons connaître votre date de naissance. On ne vous le demandera qu’une fois, et cette donnée restera privée." @@ -6558,7 +6599,7 @@ msgstr "Dans l’app., de tout le monde" #: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" -msgstr "Dans l’app., des comptes suivis" +msgstr "Dans l’app., des abonnements" #: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" @@ -6570,7 +6611,7 @@ msgstr "Dans l’app., alertes, de tout le monde" #: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" -msgstr "Dans l’app., alertes, des comptes suivis" +msgstr "Dans l’app., alertes, des abonnements" #: src/screens/Messages/ChatList.tsx:437 msgid "Inbox empty" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Inclure les posts publiés avant cette date" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Inclure la position dans la vidéo ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Entrez le code qui vous a été envoyé par e-mail" msgid "Interaction limited" msgstr "Interaction limitée" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Paramètres d’interaction" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Et voici les posts conservés (les signets)" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Code de confirmation 2FA invalide." @@ -6691,7 +6732,7 @@ msgstr "Sujet de signalement invalide" msgid "Invalid rescind request." msgstr "Demande d’annulation invalide." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Code de vérification invalide" @@ -6703,15 +6744,15 @@ msgstr "Inviter" msgid "Invite {name} to join Bluesky" msgstr "Inviter {name} à rejoindre Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Code d’invitation" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Code d’invitation refusé. Vérifiez que vous l’avez saisi correctement et réessayez." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Inviter des amis" @@ -6761,7 +6802,7 @@ msgstr "Lien d’invitation modifié" msgid "Invite link enabled" msgstr "Lien d’invitation activé" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Invitez les gens à ce kit de démarrage !" @@ -6772,7 +6813,7 @@ msgstr "Invitez vos amis" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" -msgstr "Invitez vos ami·e·s à suivre vos fils d’actu et vos personnes préférées" +msgstr "Invitez vos ami·e·s à s’abonner à vos fils d’actu et vos personnes préférées" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" @@ -6786,26 +6827,26 @@ msgstr "Invitations, mais personnelles" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "On dirait que certains de vos contacts n’ont pas encore essayé de vous retrouver par ici. Vous pouvez les inviter personnellement grâce à un brouillon de message à personnaliser que nous vous proposerons." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "C’est correct" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Il n’y a que <0>{0} pour l’instant ! Ajoutez d’autres personnes à votre kit de démarrage en effectuant une recherche ci-dessus." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Il n’y a que vous pour l’instant ! Ajoutez d’autres personnes à votre kit de démarrage en effectuant une recherche ci-dessus." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID de job : {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Emplois" @@ -6816,8 +6857,8 @@ msgstr "Rejoindre" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Rejoignez Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Participez à la conversation" msgid "Journalism" msgstr "Journalisme" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Revenir à l’édition" @@ -6854,17 +6895,17 @@ msgstr "Tenez-moi au courant" msgid "KWS website" msgstr "Site de KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Étiqueter cette réponse pour l’algo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Étiqueté par {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Étiqueté par l’auteur·ice." @@ -6893,7 +6934,7 @@ msgstr "Étiquettes sur votre compte" msgid "Language" msgstr "Langue" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Paramètres linguistiques" @@ -6907,12 +6948,12 @@ msgstr "Langues" msgid "Larger" msgstr "Plus grande" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Démarré la dernière fois il y a {timeAgo}" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Démarré la dernière fois à l’instant" @@ -6923,8 +6964,8 @@ msgstr "Démarré la dernière fois à l’instant" msgid "Latest" msgstr "Dernier" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "En savoir plus sur <0>comment utiliser la recherche avancée (en anglais msgid "Learn more about age assurance" msgstr "En savoir plus sur la vérification d’âge" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "En savoir plus sur Bluesky (en anglais)" @@ -6966,8 +7007,8 @@ msgstr "En savoir plus sur l’import de contacts (en anglais)" msgid "Learn more about self hosting your PDS." msgstr "En savoir plus sur l’auto-hébergement de PDS (en anglais)." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "En savoir plus sur la modération appliquée à ce contenu" @@ -6984,8 +7025,8 @@ msgstr "Apprenez-en plus sur ces changements et sur la manière dont vous pouvez msgid "Learn more about this warning" msgstr "En savoir plus sur cet avertissement" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "En savoir plus sur la vérification sur Bluesky (en anglais)" @@ -6995,7 +7036,7 @@ msgstr "En savoir plus sur la vérification sur Bluesky (en anglais)" msgid "Learn more about what is public on Bluesky." msgstr "En savoir plus sur ce qui est public sur Bluesky (en anglais)." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "En savoir plus sur votre lien Germ DM" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "En savoir plus dans vos <0>paramètres de compte." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "En savoir plus." @@ -7067,7 +7108,7 @@ msgstr "Partir de cette discussion la verrouillera définitivement et vous ne po msgid "Left group chat." msgstr "A quitté la discussion de groupe." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "devant vous dans la file." @@ -7080,7 +7121,7 @@ msgstr "Laissez-moi choisir" msgid "Let's get your password reset!" msgstr "Réinitialisez votre mot de passe !" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Allons-y !" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Clair" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Aimer" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Aimer ({0, plural, one {# ont aimé} other {# ont aimé}})" @@ -7114,7 +7155,7 @@ msgstr "Aimer 10 posts" msgid "Like 10 posts to train the Discover feed" msgstr "Aimez 10 posts afin de former le fil d’actu « Discover »" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Aimer ce fil d’actu" @@ -7122,8 +7163,8 @@ msgstr "Aimer ce fil d’actu" msgid "Like this labeler" msgstr "Aimer cet étiqueteur" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Aimé par" @@ -7140,26 +7181,26 @@ msgstr "Aimé par" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Aimé par {0, plural, one {# compte} other {# comptes}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Aimé par {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Aimé par {0} et {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Posts aimés" msgid "Likes of your reposts" msgstr "« J’aime » de vos reposts" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Mentions « J’aime » sur ce post" @@ -7191,11 +7232,16 @@ msgstr "Linéaire" msgid "Link copied to clipboard" msgstr "Lien copié dans le presse-papiers" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Liste" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Avatar de la liste" @@ -7227,20 +7273,20 @@ msgstr "Liste créée, mais certains membres n’ont pu être ajoutés" msgid "List creator" msgstr "Liste créée par" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Liste supprimée" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Description de la liste" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "La description de la liste est trop longue. La taille maximum est de {DESCRIPTION_MAX_GRAPHEMES, plural, one {# caractère.} other {# caractères.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "La liste a été cachée" @@ -7248,7 +7294,7 @@ msgstr "La liste a été cachée" msgid "List Hidden" msgstr "Liste cachée" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Une liste doit porter un nom." @@ -7257,38 +7303,38 @@ msgctxt "toast" msgid "List muted" msgstr "Liste masquée" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Nom de la liste" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Le nom de la liste est trop long. La taille maximum est de {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {# caractère.} other {# caractères.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Liste débloquée" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Liste réaffichée" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listes" #: src/view/com/lists/MyLists.tsx:75 msgid "Lists allow you to see content from your favorite people." -msgstr "Les listes vous permettent de suivre le contenu de vos personnes préférées." +msgstr "Les listes vous permettent de vous abonner au contenu de vos personnes préférées." #: src/components/dms/BlockedByListDialog.tsx:38 msgid "Lists blocking this user:" @@ -7326,12 +7372,12 @@ msgstr "La fonction « En direct » est en bêta" msgid "Live link" msgstr "Lien vers le direct" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Charger plus" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Charger d’autres fils d’actu suggérés" @@ -7346,16 +7392,16 @@ msgstr "Charger les nouvelles notifications" msgid "Load new posts" msgstr "Charger les nouveaux posts" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Chargement de la discussion…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Chargement des listes…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Chargement des paramètres d’interaction du post…" @@ -7383,7 +7429,7 @@ msgstr "Verrouiller cette discussion de groupe" msgid "Locked" msgstr "Verrouillée" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Journaux" @@ -7405,11 +7451,6 @@ msgstr "Logo par <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Appuyer longtemps pour ouvrir le menu de mot-clé pour {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Vidéos plus longues" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "De la forme XXXXX-XXXXX" @@ -7424,7 +7465,7 @@ msgstr "On dirait que vous avez désépinglé tous vos fils d’actu. Mais pas d #: src/screens/Feeds/NoFollowingFeed.tsx:36 msgid "Looks like you're missing a following feed. <0>Click here to add one." -msgstr "On dirait que vous n’avez plus de fil des abonnements. <0>Cliquez ici pour en rajouter un." +msgstr "On dirait que vous n’avez plus de fil Abonnements. <0>Cliquez ici pour en rajouter un." #. Accessibility label for the icon-only pill that filters the GIF picker to GIFs about love/affection. #: src/features/gifPicker/components/GifCategoryPills.tsx:55 @@ -7448,7 +7489,7 @@ msgstr "Assurez-vous que c’est bien là que vous avez l’intention d’aller msgid "Manage saved feeds" msgstr "Gérer vos fils d’actu enregistrés" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Gérer les paramètres de vérification" @@ -7461,8 +7502,14 @@ msgstr "Gérer les mots et les mots-clés masqués" msgid "Manual" msgstr "Manuel" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Tout marquer comme lus" @@ -7473,6 +7520,10 @@ msgstr "Tout marquer comme lus" msgid "Mark all chats as read" msgstr "Marquer toutes les discussions comme lues" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Média" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Média stocké sur {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Média stocké sur un autre appareil" @@ -7540,7 +7591,7 @@ msgstr "Membres" msgid "Members can still read chat history but can’t send new messages." msgstr "Les membres pourront continuer à lire l’historique de la discussion mais ne pourront plus envoyer de nouveaux messages." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "comptes mentionnés" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Envoyer un message" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Message" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Envoyer un message à {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Message supprimé" @@ -7603,7 +7655,7 @@ msgstr "Message de @{0} : {1}" msgid "Message from server: {0}" msgstr "Message du serveur : {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Champ d’écriture du message" @@ -7615,7 +7667,7 @@ msgstr "Le message est trop long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Options de message" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Messages" @@ -7640,12 +7692,12 @@ msgstr "Harcèlement (ou intimidation) d’un mineur" msgid "Misleading" msgstr "Trompeur" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Média manquant" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Modération" @@ -7658,6 +7710,12 @@ msgstr "Modération et filtres de contenu" msgid "Moderation details" msgstr "Détails de la modération" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Boîte de réception de modération" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Liste de modération par <0/>" msgid "Moderation list by you" msgstr "Liste de modération par vous" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Liste de modération créée" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Liste de modération mise à jour" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Listes de modération" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Listes de modération" @@ -7697,11 +7755,11 @@ msgstr "Listes de modération" msgid "moderation settings" msgstr "paramètres de modération" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "États de modération" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Outils de modération" @@ -7710,8 +7768,8 @@ msgstr "Outils de modération" msgid "Moderator has chosen to set a general warning on the content." msgstr "La modération a choisi d’ajouter un avertissement général sur le contenu." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Plus de fils d’actu" @@ -7720,10 +7778,10 @@ msgstr "Plus de fils d’actu" msgid "More languages..." msgstr "Plus de langues…" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Plus d’options" @@ -7747,7 +7805,7 @@ msgstr "Musique" msgid "Mute" msgstr "Mettre en sourdine" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Désactiver le son" msgid "Mute {0}" msgstr "Masquer {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Masquer le compte" @@ -7816,13 +7874,13 @@ msgstr "Masquer ce mot dans les mots-clés uniquement" msgid "Mute this word until you unmute it" msgstr "Masquer ce mot jusqu’à ce que vous le réaffichiez" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Masquer ce fil de discussion" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Masquer les mots et les mots-clés" @@ -7834,11 +7892,11 @@ msgstr "Mettez en sourdine, partez ou retirez des personnes à tout moment. C’ msgid "Muted" msgstr "En sourdine" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Comptes masqués" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Comptes masqués" @@ -7852,7 +7910,7 @@ msgstr "Les comptes masqués voient leurs posts supprimés de votre fil d’actu msgid "Muted by \"{0}\"" msgstr "Masqué par « {0} »" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Mots et mots-clés masqués" @@ -7881,7 +7939,7 @@ msgstr "Mes fils d’actu" msgid "My starter pack" msgstr "Mon kit de démarrage" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nom" @@ -7891,12 +7949,12 @@ msgstr "Nature" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navigue vers {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Accéder au kit de démarrage" @@ -7910,8 +7968,8 @@ msgstr "Navigue vers le prochain écran" msgid "Navigates to your profile" msgstr "Navigue vers votre profil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Besoin de signaler une violation de droit d’auteur, un problème de conformité réglementaire, ou faire une requête légale ?" @@ -7919,10 +7977,6 @@ msgstr "Besoin de signaler une violation de droit d’auteur, un problème de co msgid "Nevermind, create a handle for me" msgstr "Peu importe, créez un pseudo pour moi" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nouveau" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Nouvelle adresse e-mail" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Nouvelle fonctionnalité" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Nouveaux messages" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nouveau mot de passe" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nouveau post" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nouveau post" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Réponses les plus récentes en premier" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Actualités" @@ -8088,15 +8142,15 @@ msgstr "Actualités" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Suivant" @@ -8108,12 +8162,16 @@ msgstr "Image suivante" msgid "Night" msgstr "Nuit" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Non" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Pas de publicité, pas de traçage intrusif, pas de piège à engagement. Bluesky respecte votre temps et votre attention." @@ -8194,14 +8252,14 @@ msgstr "Pas encore de mentions « j’aime »" msgid "No lists" msgstr "Aucune liste" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" -msgstr "Ne suit plus {0}" +msgstr "Plus abonné·e à {0}" #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 #: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 @@ -8224,7 +8282,7 @@ msgstr "Libérez-vous des algorithmes toxiques pleins de contenus nuisibles. Opt msgid "No name" msgstr "Sans nom" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Pas encore de notifications !" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Personne" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Personne d’autre que l’auteur·ice ne peut citer ce post." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Aucun résultat" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Aucun résultat pour « {0} »." @@ -8322,7 +8380,7 @@ msgstr "Aucun résultat trouvé pour « <0>{query} »." msgid "No results found for your query with advanced search filters applied." msgstr "Aucun résultat trouvé pour votre requête en utilisant les filtres de recherche avancés." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Aucun résultat." @@ -8335,7 +8393,7 @@ msgstr "Aucun kit de démarrage pour l’instant" msgid "No thanks" msgstr "Non merci" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Aucune traduction reçue depuis votre appareil." @@ -8343,7 +8401,7 @@ msgstr "Aucune traduction reçue depuis votre appareil." msgid "No video posts yet" msgstr "Aucun post vidéo pour l’instant" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Personne" @@ -8360,7 +8418,7 @@ msgstr "Personne n’a encore cité. Peut-être devriez-vous ouvrir la voie !" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Personne n’a encore republié. Peut-être devriez-vous ouvrir la voie !" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Personne n’a été trouvé. Essayez de chercher quelqu’un d’autre." @@ -8396,9 +8454,9 @@ msgstr "Indisponible sur cette plateforme." #: src/components/KnownFollowers.tsx:253 msgid "Not followed by anyone you’re following" -msgstr "Pas suivi par quiconque que vous suivez" +msgstr "N’a aucun abonné·e auquel vous êtes abonné·e" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Introuvable" @@ -8407,7 +8465,7 @@ msgstr "Introuvable" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Pas encore prêt·e à appuyer sur Poster ? Gardez vos meilleures idées dans les Brouillons jusqu’au moment parfait." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Note sur le partage" @@ -8419,13 +8477,17 @@ msgstr "Note : Bluesky fait partie de l’Atmosphère, un réseau public et ouv msgid "Note: This post is only visible to logged-in users." msgstr "Note : Ce post n’est visible qu’aux personnes connectées." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Rien n’a encore été conservé" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Paramètres de notification" @@ -8435,8 +8497,8 @@ msgstr "Paramètres de notification" msgid "Notification sounds" msgstr "Sons de notification" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sons de notification" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notifications" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "OK" @@ -8505,6 +8567,10 @@ msgstr "Plus anciennes réponses en premier" msgid "On" msgstr "Activé" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "Sur Bluesky, cela signifie que vos posts n’apparaîtront que sur le fil d’actu Discover des personnes qui sont abonnées à votre compte. Les autres applis peuvent également choisir de respecter cette préférence dans leurs propres algorithmes de recommandations." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "sur<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Un des comptes destinataires sélectionnés n’autorise pas les discuss msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Un des comptes destinataires sélectionnés vous a bloqué et ne pourra pas être contacté." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Un ou plusieurs GIFs n’ont pas de texte alt." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Une ou plusieurs images n’ont pas de texte alt." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Un ou plusieurs des fichiers sélectionnés ne sont pas pris en charge." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Un ou plusieurs des fichiers sélectionnés sont trop gros. La taille maximale est de {VIDEO_MAX_SIZE_MB} Mo." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Un ou plusieurs posts sont trop longs pour être enregistrés comme brouillons. La limite est {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {d’un caractère} other {de # caractères}} maximum." -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Une ou plusieurs vidéos n’ont pas de texte alt." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Seul {0} peut répondre." @@ -8556,7 +8622,7 @@ msgstr "Seul {0} peut répondre." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Seulement {0} des {1} {2, plural, one {image} other {images}} ont été ajoutées ; la limite est de {MAX_GALLERY_IMAGES} images" @@ -8578,7 +8644,7 @@ msgstr "Seuls les comptes abonnés peuvent rejoindre cette discussion." msgid "Only followers who I follow" msgstr "Seulement des abonné·e·s que je suis" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Seuls les fichiers d’images sont pris en charge" @@ -8637,7 +8703,7 @@ msgstr "Ouvrir les options de recherches avancées" msgid "Open avatar creator" msgstr "Ouvre le créateur d’avatar" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Ouvrir l’appareil photo" @@ -8655,7 +8721,7 @@ msgstr "Ouvrir les options de membres concernant {displayName}" msgid "Open conversation options" msgstr "Ouvrir les options de conversation" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Ouvrir le brouillon" @@ -8663,8 +8729,8 @@ msgstr "Ouvrir le brouillon" msgid "Open drawer menu" msgstr "Ouvre le menu latéral" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Ouvrir le sélecteur d’emoji" @@ -8695,12 +8761,12 @@ msgstr "Ouvrir la discussion de groupe" msgid "Open group chat settings" msgstr "Ouvrir les paramètres de discussion de groupe" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Ouvrir dans Google Traduction" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Ouvrir le lien vers {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Ouvrir les options de message" msgid "Open moderation debug page" msgstr "Ouvrir la page de débogage de modération" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Ouvrir les paramètres des mots masqués et mots-clés" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Ouvrir le kit" @@ -8743,7 +8809,7 @@ msgstr "Ouvrir les paramètres" msgid "Open share menu" msgstr "Ouvrir le menu de partage" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Ouvrir le menu du kit de démarrage" @@ -8759,10 +8825,9 @@ msgstr "Ouvrir le journal du système" msgid "Open this group chat" msgstr "Ouvrir cette discussion de groupe" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Ouvre le fil d’actu {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Ouvre des détails supplémentaires pour une entrée de débug" msgid "Opens alt text dialog" msgstr "Ouvre la boîte de dialogue sur le texte alt" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Ouvre l’appareil photo de l’appareil" @@ -8804,28 +8869,28 @@ msgstr "Ouvre la boîte de dialogue de changement de pseudo" msgid "Opens composer" msgstr "Ouvre la fenêtre de rédaction" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Ouvre l’appareil photo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Ouvre la galerie de l’appareil pour sélectionner jusqu’à {MAX_GALLERY_IMAGES, plural, one {# image} other {# images}}, ou une seule vidéo ou GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Ouvre le flux de création d’un nouveau compte Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Ouvre le parcours pour vous connecter à votre compte Bluesky existant" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Ouvre l’image complète" @@ -8833,7 +8898,7 @@ msgstr "Ouvre l’image complète" msgid "Opens helpdesk in browser" msgstr "Ouvre le site d’aide dans un navigateur" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Ouvre le sélecteur d’images" @@ -8854,7 +8919,7 @@ msgstr "Ouvre les paramètres de langue du post" msgid "Opens profile" msgstr "Ouvre le profil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Ouvre les paramètres pour trouver et inviter des amis" @@ -8867,11 +8932,11 @@ msgstr "Ouvres la boîte de dialogue de sélection de GIF" msgid "Opens the invite friends sheet to share your profile" msgstr "Ouvre la fenêtre d’invitation d’amis pour partager votre profil" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Ouvre la fenêtre de rédaction" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Ouvre le brouillon dans la fenêtre de rédaction" @@ -8879,15 +8944,51 @@ msgstr "Ouvre le brouillon dans la fenêtre de rédaction" msgid "Opens this profile" msgstr "Ouvre ce profil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Options :" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Ou continuer avec un autre compte." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Ou connectez-vous à l’un de vos autres comptes." @@ -8985,7 +9086,7 @@ msgstr "GIFs de fête" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Mot de passe" @@ -8993,7 +9094,7 @@ msgstr "Mot de passe" msgid "Password changed" msgstr "Mot de passe modifié" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Le mot de passe doit comporter au moins 8 caractères." @@ -9005,7 +9106,7 @@ msgstr "Mise à jour du mot de passe" msgid "Password updated!" msgstr "Mot de passe mis à jour !" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Mettre en pause" @@ -9020,61 +9121,61 @@ msgstr "Mettre en pause la vidéo" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Personnes" #: src/screens/Messages/components/InviteLinkDialog.tsx:161 msgid "People {ownerName} follows can join instantly" -msgstr "Les personnes que {ownerName} suit peuvent rejoindre directement" +msgstr "Les personnes à qui {ownerName} est abonné·e peuvent rejoindre directement" #: src/screens/Messages/components/InviteLinkDialog.tsx:166 msgid "People {ownerName} follows can request to join" -msgstr "Les personnes que {ownerName} peuvent demander à rejoindre" +msgstr "Les personnes à qui {ownerName} est abonné·e peuvent demander à rejoindre" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" -msgstr "Personnes suivies par @{0}" +msgstr "Abonnements de @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" -msgstr "Personnes qui suivent @{0}" +msgstr "Personnes abonnées à @{0}" #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:180 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:184 msgid "People I follow" -msgstr "Comptes suivis" +msgstr "Mes abonnements" #: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" -msgstr "Comptes suivis" +msgstr "Mes abonnements" #: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" -msgstr "Comptes suivis" +msgstr "Mes abonnements" #: src/screens/Search/components/AdvancedSearchDialog/FromDropdown.tsx:25 msgctxt "display posts made by" msgid "People I follow" -msgstr "Comptes suivis" +msgstr "Mes abonnements" #: src/screens/Messages/components/InviteLinkDialog.tsx:160 msgid "People I follow can join instantly" -msgstr "Les personnes que je suis peuvent rejoindre directement" +msgstr "Les personnes auxquelles je suis abonné·e peuvent rejoindre directement" #: src/screens/Messages/components/InviteLinkDialog.tsx:165 msgid "People I follow can request to join" -msgstr "Les personnes que je suis peuvent demander à rejoindre" +msgstr "Les personnes auxquelles je suis abonné·e peuvent demander à rejoindre" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" -msgstr "Comptes que vous suivez" +msgstr "Vos abonnements" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Comptes que vous mentionnez" @@ -9082,7 +9183,7 @@ msgstr "Comptes que vous mentionnez" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Permission d’accès à votre photothèque refusée. Veuillez l’autoriser depuis vos paramètres système." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Ajouter/enlever per les personnes" @@ -9115,15 +9216,15 @@ msgstr "Choisir un thème de couleurs" msgid "Pictures meant for adults." msgstr "Images destinées aux adultes." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Épingler le fil d’actu" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Ajouter à l’accueil" @@ -9131,8 +9232,8 @@ msgstr "Ajouter à l’accueil" msgid "Pin to Home" msgstr "Ajouter à l’accueil" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Épingler à votre profil" @@ -9151,11 +9252,11 @@ msgstr "{0} ajouté à l’accueil" msgid "Pinned Feeds" msgstr "Fils épinglés" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Épinglé à vos fils d’actu" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Lire" @@ -9169,12 +9270,12 @@ msgstr "Lire {0}" msgid "Play GIF" msgstr "Lire le GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Lancer la vidéo" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Lancer la vidéo" @@ -9182,7 +9283,7 @@ msgstr "Lancer la vidéo" msgid "Plays or pauses the GIF" msgstr "Lance ou met en pause le GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Lance ou met en pause la vidéo" @@ -9190,7 +9291,7 @@ msgstr "Lance ou met en pause la vidéo" msgid "Plays the GIF" msgstr "Lance le GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Lance la vidéo" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Veuillez choisir votre pseudo." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Veuillez choisir votre mot de passe." @@ -9219,12 +9320,12 @@ msgstr "Veuillez cliquer sur le lien dans l’e-mail que nous venons de vous env msgid "Please complete the verification captcha." msgstr "Veuillez compléter le captcha de vérification." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Veuillez confirmer votre adresse e-mail pour envoyer des vidéos." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Veuillez vérifier scrupuleusement que vous avez écrit votre adresse e-mail correctement." @@ -9232,7 +9333,7 @@ msgstr "Veuillez vérifier scrupuleusement que vous avez écrit votre adresse e- msgid "Please enter a password." msgstr "Veuillez entrer un mot de passe." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Veuillez saisir un mot de passe. Il doit comporter au moins 8 caractères." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Veuillez saisir le code de sécurité que nous avons envoyé à votre précédente adresse e-mail." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Veuillez entrer votre e-mail." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Veuillez saisir votre code d’invitation." @@ -9306,8 +9407,8 @@ msgstr "Expliquez-nous pourquoi vous pensez que vos discussions ont été désac msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Expliquez-nous pourquoi vous pensez que votre accès au passage en direct a été désactivé de manière indue." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Revenez en arrière, ou activez cet élément pour revenir au début du contenu actuel." @@ -9333,7 +9434,7 @@ msgstr "Veuillez sélectionner une raison pour ce signalement" msgid "Please sign in as @{0}" msgstr "Identifiez-vous en tant que @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Veuillez envoyer votre signalement via le formulaire de signalement des images intimes non consenties (NCII, en anglais)." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Veuillez écrire votre message ci-dessous :" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politique" @@ -9367,18 +9468,18 @@ msgstr "Politique" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Poster" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Post" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Post {index} sur {count}" @@ -9393,12 +9494,12 @@ msgstr "Publier une photo" msgid "Post a video" msgstr "Publier une vidéo" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Tout poster" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Poster quand même" @@ -9406,11 +9507,16 @@ msgstr "Poster quand même" msgid "Post blocked" msgstr "Post bloqué" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Post de @{0}" @@ -9423,10 +9529,10 @@ msgstr "Post supprimé" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Échec de l’envoi du post. Vérifiez votre connexion Internet et réessayez." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Post supprimé" @@ -9440,11 +9546,11 @@ msgstr "Post caché par mot masqué" msgid "Post Hidden by You" msgstr "Post caché par vous" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Paramètres d’interaction du post" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Paramètres d’interaction du post" @@ -9468,7 +9574,7 @@ msgstr "Poster le lien" msgid "Post not found" msgstr "Post introuvable" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Post épinglé" @@ -9478,7 +9584,7 @@ msgstr "Post épinglé" msgid "Post type" msgstr "Type de post" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Post désépinglé" @@ -9487,7 +9593,7 @@ msgstr "Post désépinglé" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Posts" @@ -9520,7 +9626,7 @@ msgstr "Langue préférée" msgid "Press to attempt reconnection" msgstr "Appuyer pour tenter une reconnection" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9530,7 +9636,7 @@ msgstr "Appuyer pour réessayer" #: src/components/KnownFollowers.tsx:124 msgid "Press to view followers of this account that you also follow" -msgstr "Appuyer pour voir les personnes qui suivent ce compte et que vous suivez également" +msgstr "Appuyer pour voir vos abonnements qui sont également abonnés à ce compte" #: src/features/liveEvents/components/LiveEventFeedCardWide.tsx:121 msgid "Preview" @@ -9555,8 +9661,8 @@ msgstr "Vie privée" msgid "Privacy and security" msgstr "Confidentialité et sécurité" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Paramètres de confidentialité et sécurité" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Politique de confidentialité" msgid "Privacy violation of a minor" msgstr "Violation de la vie privée d’un mineur" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Traitement du GIF en cours…" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Traitement de la vidéo en cours…" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listes publiques et partageables de comptes à masquer ou à bloquer." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publier le post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publier les posts" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publier les réponses" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publier la réponse" @@ -9666,7 +9772,7 @@ msgstr "Alertes, de tout le monde" #: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" -msgstr "Alertes, des comptes suivis" +msgstr "Alertes, mes abonnements" #: src/components/StarterPack/QrCodeDialog.tsx:141 msgid "QR code copied to your clipboard!" @@ -9685,7 +9791,7 @@ msgstr "Code QR enregistré dans votre photothèque !" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citer le post" @@ -9723,8 +9829,8 @@ msgstr "Limite de changements dépassée – vous avez essayé de changer votre msgid "Rate limit exceeded. Please try again later." msgstr "Limite dépassée. Veuillez réessayer plus tard." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Réattacher la citation" @@ -9745,7 +9851,7 @@ msgstr "Réagir avec {emoji}" msgid "Reactions" msgstr "Réactions" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Réactiver votre compte" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Découvrez-en plus sur les filtres de recherche avancés (en anglais)" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Lire l’article de blog (en anglais)" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Lire moins" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Lire plus" @@ -9780,7 +9886,7 @@ msgstr "Lire plus de réponses" msgid "Read our blog post" msgstr "Lire notre article de blog (en anglais)" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Lire le blog de Bluesky (en anglais)" @@ -9794,11 +9900,11 @@ msgstr "Lire la politique de confidentialité de Bluesky (en anglais)" msgid "Read the Bluesky Terms of Service" msgstr "Lire les conditions générales de Bluesky (en anglais)" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Des vraies conversations." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Des vrais humains." @@ -9862,23 +9968,24 @@ msgstr "Rafraîchir les conversations" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Supprimer" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Supprimer {displayName} du groupe" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Supprimer {displayName} du kit de démarrage" @@ -9914,8 +10021,8 @@ msgstr "Supprimer la pièce jointe" msgid "Remove Avatar" msgstr "Supprimer l’avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Supprimer l’image d’en-tête" @@ -9950,8 +10057,8 @@ msgstr "Supprimer de la discussion" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Supprimer de mes fils d’actu" @@ -9960,8 +10067,8 @@ msgstr "Supprimer de mes fils d’actu" msgid "Remove from quick access?" msgstr "Supprimer de l’accès rapide ?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Supprimer des fils d’actu enregistrés" @@ -9970,7 +10077,7 @@ msgstr "Supprimer des fils d’actu enregistrés" msgid "Remove from saved posts" msgstr "Retirer des posts conservés" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Supprimer de vos fils d’actu ?" @@ -10010,7 +10117,7 @@ msgstr "Supprimer la suggestion" msgid "Remove this feed from your saved feeds" msgstr "Supprimer ce fil d’actu de vos fils d’actu enregistrés" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Supprimer les services de modération indisponibles" @@ -10018,10 +10125,14 @@ msgstr "Supprimer les services de modération indisponibles" msgid "Remove user from list" msgstr "Supprimer le compte de la liste" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Retirer la vérification" @@ -10029,11 +10140,11 @@ msgstr "Retirer la vérification" msgid "Remove your verification for this account?" msgstr "Retirer votre vérification de ce compte ?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Supprimé par l’auteur·ice" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Supprimé par vous" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Retiré des posts conservés" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Compte retiré du kit de démarrage" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Supprimé de vos fils d’actu" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Supprimer les services indisponibles" @@ -10128,11 +10240,11 @@ msgstr "Message à l’origine de la réponse, appuyer pour l’atteindre" msgid "Replies" msgstr "Réponses" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Les réponses sont désactivées" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Les réponses à ce post sont désactivées." @@ -10141,14 +10253,14 @@ msgstr "Les réponses à ce post sont désactivées." msgid "Reply" msgstr "Répondre" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Répondre" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Répondre ({0, plural, one {# réponse} other {# réponses}})" @@ -10162,7 +10274,7 @@ msgstr "Réponse cachée par l’auteur·ice du fil de discussion" msgid "Reply Hidden by You" msgstr "Réponse cachée par vous" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Les paramètres de réponse sont choisis par l’auteur·ice du fil de discussion" @@ -10185,8 +10297,8 @@ msgstr "La réponse a été cachée avec succès" msgid "Report" msgstr "Signaler" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Signaler le compte" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Signaler la conversation" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Fenêtre de dialogue de signalement" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Signaler le fil d’actu" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Signaler la liste" @@ -10216,8 +10328,8 @@ msgstr "Signaler la liste" msgid "Report message" msgstr "Signaler le message" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Signaler le post" @@ -10225,8 +10337,8 @@ msgstr "Signaler le post" msgid "Report sent" msgstr "Rapport envoyé" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Signaler le kit de démarrage" @@ -10292,7 +10404,7 @@ msgstr "Republier ({0, plural, one {# repost} other {# reposts}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Republier ou citer" @@ -10330,12 +10442,12 @@ msgstr "Reposts de ce post" msgid "Reposts of your reposts" msgstr "Reposts de vos reposts" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Ses reposts seront masqués dans les fils d’actu" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Ses reposts seront réaffichés dans les fils d’actu" @@ -10348,8 +10460,8 @@ msgstr "Demander à rejoindre cette discussion de groupe" msgid "Request approved." msgstr "Demande acceptée." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Demander le code" @@ -10371,7 +10483,7 @@ msgstr "Demandée" msgid "Requests" msgstr "Demandes" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Nécessiter un texte alt avant de publier" msgid "Require an email code to sign in to your account." msgstr "Nécessiter un code par e-mail pour se connecter au compte." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Obligatoire pour cet hébergeur" @@ -10418,16 +10530,16 @@ msgstr "Renvoyer un code" msgid "Resend code in <0>00:{0}" msgstr "Renvoyer un code dans <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Renvoyer l’e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Renvoyer l’e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Renvoyer l’e-mail de vérification" @@ -10453,6 +10565,11 @@ msgstr "Réinitialiser mot de passe" msgid "Reset your password by sending a code to your email" msgstr "Réinitialise votre mot de passe en vous envoyant un code par e-mail" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Rétablir par défaut" @@ -10479,9 +10596,9 @@ msgstr "Réessaye la dernière action, qui a échoué" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Réessaye la dernière action, qui a échoué" msgid "Retry" msgstr "Réessayer" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Réessayer le chargement des options de signalement" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Retourne à la page précédente" @@ -10521,7 +10638,7 @@ msgstr "Retour à la page d’accueil" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Retour à la page précédente" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIFs tristes" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Enregistrer la date de naissance" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Enregistrer les modifications" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Enregistrer les modifications ?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Enregistrer le brouillon" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Enregistrer le brouillon ?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Enregistrer l’image" @@ -10608,8 +10725,8 @@ msgstr "Enregistrer votre nouveau pseudo" msgid "Save QR code" msgstr "Enregistrer le code QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Enregistrer ces choix pour la prochaine fois" @@ -10618,7 +10735,7 @@ msgstr "Enregistrer ces choix pour la prochaine fois" msgid "Save to my feeds" msgstr "Enregistrer dans mes fils d’actu" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Fils d’actu enregistrés" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Posts conservés" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Enregistré à mes fils d’actu" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Dites bonjour !" @@ -10661,7 +10778,7 @@ msgstr "Scanner" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Scanner un QR code" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Remonter en haut" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Recherche" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Rechercher dans les posts de @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Rechercher par nom ou intérêt" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Rechercher des fils d’actu" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Recherche de « {interestsDisplayName} »" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Recherche de « {interestsDisplayName} » (actif)" @@ -10734,19 +10851,19 @@ msgstr "Recherche de « {searchText} »" msgid "Search for {q}" msgstr "Rechercher {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Recherchez des fils d’actu que vous voulez suggérer à d’autres personnes." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Rechercher plus de comptes" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Rechercher plus de fils d’actu" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Rechercher quelqu’un" @@ -10774,14 +10891,14 @@ msgstr "Rechercher une langue" msgid "Search my posts" msgstr "Rechercher dans mes posts" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Rechercher dans ses posts" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Rechercher dans les profils" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Rechercher…" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Recherche parmi les profils" @@ -10829,14 +10946,14 @@ msgstr "Voir les posts #{tag}" msgid "See #{tag} posts by user" msgstr "Voir les posts #{tag} de ce compte" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Voir les offres d’emploi chez Bluesky (en anglais)" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Voir plus" @@ -10844,16 +10961,11 @@ msgstr "Voir plus" msgid "See more suggested profiles" msgstr "Voir plus de profils suggérés" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Voir plus de tendances" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Affiche des badges numérotés (1/3, 2/3, etc.) sur les posts d’un fil de discussion d’un même compte." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Sélectionner {langName}" msgid "Select a color" msgstr "Sélectionner une couleur" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Sélectionner une raison" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Sélectionner un compte" @@ -10910,7 +11022,7 @@ msgstr "Sélectionner un avatar" msgid "Select an emoji" msgstr "Sélectionner un emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Sélectionner une option" @@ -10946,11 +11058,11 @@ msgstr "Sélectionner un type de filtre (actuellement : {0})" msgid "Select from an existing account" msgstr "Sélectionner un compte existant" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Choisir au sein de vos listes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Choisir au sein de vos listes <0>{numberOfListsSelected, plural, one {(une choisie)} other {(# choisies)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Sélectionnez la durée pendant laquelle vous souhaitez masquer ce mot." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Sélectionner une langue" @@ -10987,7 +11099,7 @@ msgstr "Sélectionner la langue…" msgid "Select languages" msgstr "Sélectionner les langues" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Sélectionner un service de modération" @@ -11026,9 +11138,9 @@ msgstr "Choisissez la langue à utiliser pour l’interface de l’application." #: src/screens/Settings/LanguageSettings.tsx:181 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." -msgstr "Sélectionnez les langues que vous souhaitez voir figurer dans les fils d’actu que vous suivez. Si aucune langue n’est sélectionnée, toutes les langues seront affichées." +msgstr "Sélectionnez les langues que vous souhaitez voir figurer dans vos fils d’actu. Si aucune langue n’est sélectionnée, toutes les langues seront affichées." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Sélectionnez votre date de naissance" @@ -11045,7 +11157,7 @@ msgstr "Sélectionnez votre langue préférée pour traduire votre fils d’actu msgid "Select your preferred notification channels" msgstr "Sélectionner vos canaux de notification préférés" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "La sélection de plusieurs types de médias n’est pas prise en charge." @@ -11076,7 +11188,7 @@ msgstr "Envoyer le rapport d’erreur" msgid "Send feedback" msgstr "Envoyer des commentaires" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Envoyer le message" @@ -11089,7 +11201,7 @@ msgstr "Envoyer le post à {name}" msgid "Send post to..." msgstr "Envoyer le post à…" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Envoyer le signalement à {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Envoyer le message depuis votre téléphone" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Envoyer l’e-mail de vérification" @@ -11133,7 +11245,7 @@ msgstr "Définir l’icône de l’application comme {0}" msgid "Set new password" msgstr "Définir un nouveau mot de passe" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Définissez précisément quels groupes de personnes peuvent répondre à votre post" @@ -11141,11 +11253,11 @@ msgstr "Définissez précisément quels groupes de personnes peuvent répondre msgid "Set up your account" msgstr "Créez votre compte" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Définir qui peut répondre à votre post" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Indiquez votre date de naissance ci-dessous et vous serez de retour à pouvoir poster et explorer le réseau en un rien de temps !" @@ -11161,9 +11273,9 @@ msgstr "Sélectionner votre hébergeur manuellement" msgid "Sets email for password reset" msgstr "Définit l’e-mail pour la réinitialisation du mot de passe" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Paramètres" @@ -11222,7 +11334,7 @@ msgstr "Paramètres des notifications de réponses" msgid "Settings for repost notifications" msgstr "Paramètres des notifications de reposts" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Paramètres enregistrés" @@ -11242,7 +11354,7 @@ msgstr "Sexuellement suggestif" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Partager" @@ -11251,7 +11363,7 @@ msgstr "Partager" msgid "Share age range" msgstr "Partager votre tranche d’âge" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Partager quand même" @@ -11279,13 +11391,13 @@ msgstr "Partager le lien d’invitation" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Partager le lien" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Dialogue pour le partage d’un lien" @@ -11304,12 +11416,12 @@ msgstr "Partager l’URI at:// du post" msgid "Share Profile" msgstr "Partager le profil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Partager le code QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Partager ce fil d’actu" @@ -11318,22 +11430,22 @@ msgstr "Partager ce fil d’actu" msgid "Share this search" msgstr "Partager cette recherche" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Partagez ce kit de démarrage" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Partagez ce kit de démarrage et aidez les gens à rejoindre votre communauté sur Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Partager via…" @@ -11345,7 +11457,7 @@ msgstr "Partager vos contacts pour retrouver des amis" msgid "Share your thoughts…" msgstr "Partagez-nous ce que vous avez sur le cœur…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Testeur de préférences partagées" @@ -11359,12 +11471,16 @@ msgstr "Partager votre tranche d’âge ne révèle que celle associée à votre msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Partager votre tranche d’âge ne révèle que celle associée à votre compte Google — par exemple, le fait que vous ayez au moins 18 ans. <0>Votre âge exact et votre date de naissance ne nous seront jamais partagées, et cette donnée reste sur votre appareil. En contrepartie de quoi, cela n’activera votre accès que sur cet appareil. Vous pouvez sinon <1>passer par notre partenaire de confiance KWS pour compléter votre vérification d’âge et activer votre accès quelle que soit la plateforme." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Afficher" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Voir le texte alt" @@ -11373,14 +11489,14 @@ msgstr "Voir le texte alt" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Afficher quand même" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Afficher l’étiquette d’automatisation" @@ -11401,16 +11517,16 @@ msgstr "Afficher les paramètres de personnalisation" msgid "Show group chat updates" msgstr "Afficher les évènements de discussion" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "En montrer moins comme ça" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Afficher quand même la liste" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Afficher des listes au sein desquels choisir" @@ -11418,8 +11534,8 @@ msgstr "Afficher des listes au sein desquels choisir" msgid "Show more" msgstr "Voir plus" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "En montrer plus comme ça" @@ -11445,8 +11561,8 @@ msgstr "Afficher les réponses" msgid "Show replies as" msgstr "Type d’affichage des réponses" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Afficher la réponse pour tout le monde" @@ -11455,15 +11571,15 @@ msgstr "Afficher la réponse pour tout le monde" msgid "Show reposts" msgstr "Afficher les reposts" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Réafficher ses reposts dans les fils d’actu" #: src/screens/Settings/FollowingFeedPreferences.tsx:133 #: src/screens/Settings/FollowingFeedPreferences.tsx:143 msgid "Show samples of your saved feeds in your Following feed" -msgstr "Afficher des extraits de vos fils d’actu enregistrés dans votre fil d’abonnements" +msgstr "Afficher des extraits de vos fils d’actu enregistrés dans votre fil Abonnements" #: src/lib/moderation/useLabelBehaviorDescription.ts:61 msgid "Show warning" @@ -11478,7 +11594,7 @@ msgstr "Afficher l’avertissement et filtrer des fils d’actu" msgid "Show when you’re live" msgstr "Rendez visibles vos streams" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Affiche plus d’informations sur la date de création de ce post" @@ -11486,15 +11602,15 @@ msgstr "Affiche plus d’informations sur la date de création de ce post" msgid "Shows other accounts you can switch to" msgstr "Affiche les autres comptes vers lesquels vous pouvez basculer" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Affiche le contenu" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Affiche le contenu" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Connexion" msgid "Sign in as {0}" msgstr "Se connecter en tant que {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Se connecter en tant que…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Se connecter ou créer un compte" @@ -11551,16 +11667,17 @@ msgstr "Connectez-vous à Bluesky ou créez un nouveau compte" msgid "Sign in to request access to this group chat." msgstr "Connectez-vous pour demander à rejoindre cette discussion de groupe." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Se connecter pour voir le post" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "À partir du" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Ignorer" msgid "Skip contact sharing and continue to the app" msgstr "Sauter le partage de contacts et continuer vers l’app" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Ignorer les posts vides ?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Passer l’introduction et commencer à utiliser votre compte" @@ -11628,7 +11745,7 @@ msgstr "Passer l’introduction et commencer à utiliser votre compte" msgid "Skip to next step" msgstr "Sauter à l’étape d’après" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "diapo" @@ -11644,19 +11761,24 @@ msgstr "Repousse le rappel" msgid "So many thoughts, you should post one" msgstr "Tellement d’idées que ça vaudrait le coup d’en publier une" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Un réseau où vous avez la main." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Preuves sociales sur les posts" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Développement de logiciels" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Certains services de modération de votre liste ne sont plus disponibles." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Certaines de vos vérifications ne sont pas valides." @@ -11664,7 +11786,7 @@ msgstr "Certaines de vos vérifications ne sont pas valides." msgid "Some other feeds you might like" msgstr "Quelques autres fils d’actu qui pourraient vous intéresser" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Quelques comptes peuvent répondre" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Quelque chose n’a pas marché" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Quelque chose n’a pas marché, veuillez réessayer" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Quelque chose n’a pas marché. Veuillez réessayer plus tard." msgid "Something went wrong. Please try again." msgstr "Quelque chose n’a pas marché. Veuillez réessayer." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Un problème ? Dites-nous tout." @@ -11759,8 +11881,8 @@ msgstr "Un problème ? Dites-nous tout." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Désolé, nous n’arrivons pas à charger des suggestions de comptes en ce moment." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Désolé ! Votre session a expiré. Essayez de vous reconnecter." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam, comportements inauthentiques ou déceptifs" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sports" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Affiche un aperçu rapide de vos amis et suivis qui ont aimé un post." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Démarrez une conversation, et elle apparaîtra ici." @@ -11826,14 +11953,14 @@ msgstr "Démarrer la discussion" msgid "Start chat with {displayName}" msgstr "Démarrer une discussion avec {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Kit de démarrage" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Kit de démarrage par {0}" @@ -11841,12 +11968,12 @@ msgstr "Kit de démarrage par {0}" msgid "Starter pack by <0/>" msgstr "Kit de démarrage par <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Kit de démarrage par vous" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Le kit de démarrage n’est pas valide" @@ -11854,7 +11981,7 @@ msgstr "Le kit de démarrage n’est pas valide" msgid "Starter packs" msgstr "Kits de démarrage" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Kits de démarrage" @@ -11893,7 +12020,7 @@ msgstr "Stockage effacé, vous devez redémarrer l’application maintenant." msgid "Stored as part of a secure code for matching with others" msgstr "Stocké sous forme de code sécurisé (hashé) pour retrouver d’autres comptes" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Historique" @@ -11928,13 +12055,13 @@ msgstr "Faire appel" msgid "Submit feedback" msgstr "Envoyer les commentaires" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Envoyer le signalement" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Envoyer votre signalement via le formulaire de signalement des images intimes non consenties (NCII, en anglais)" @@ -11963,11 +12090,11 @@ msgstr "Abonnez-vous à @{0} pour utiliser ces étiquettes :" msgid "Subscribe to account activity" msgstr "Suivre l’activité du compte" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "S’abonner à l’étiqueteur" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "S’abonner à cet étiqueteur" @@ -11975,7 +12102,7 @@ msgstr "S’abonner à cet étiqueteur" msgid "Subscribe to this list" msgstr "S’abonner à cette liste" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Succès" @@ -11998,7 +12125,7 @@ msgstr "Vérification réussie" msgid "Suggested" msgstr "Suggestion" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Comptes suggérés" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Coucher du soleil" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Mots-clés seulement" msgid "Take the conversation private." msgstr "Passez à une conversation privée." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Appuyez ci-dessous pour autoriser Bluesky à accéder à votre position GPS. Nous l’utiliserons pour déterminer plus précisément quels contenus et quelles fonctionnalités sont disponibles dans votre région." @@ -12103,8 +12230,8 @@ msgstr "Tapez pour plus d’infos" msgid "Tap for more information" msgstr "Tapez pour plus d’infos" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Tapez ici pour mettre à jour votre position via GPS." @@ -12206,7 +12333,7 @@ msgstr "Conditions générales" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Merci pour vos commentaires ! Ils seront envoyés au fournisseur du fil msgid "Thanks for your feedback!" msgstr "Merci pour vos retours !" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Merci, vous avez vérifié avec succès votre adresse e-mail. Vous pouvez fermer cette fenêtre." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Merci ! C’est tout bon." @@ -12246,16 +12373,16 @@ msgstr "Merci ! C’est tout bon." msgid "That contains the following:" msgstr "Qui contient les éléments suivants :" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Ce kit de démarrage n’a pas pu être trouvé." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Ce pseudo est déjà utilisé" @@ -12263,13 +12390,13 @@ msgstr "Ce pseudo est déjà utilisé" msgid "That's all, folks!" msgstr "Et voilà, c’est tout !" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "C’est tout !" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Ce compte pourra interagir avec vous après le déblocage." @@ -12287,7 +12414,7 @@ msgstr "L’auteur·ice de ce fil de discussion a masqué cette réponse." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "La date de naissance que vous avez saisie implique que vous avez moins de 18 ans. Certains contenus et certaines fonctionnalités peuvent vous être indisponibles." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "L’application web Bluesky" @@ -12352,32 +12479,32 @@ msgstr "Le post auquel vous répondez est marqué comme étant écrit en {sugges msgid "The Privacy Policy has been moved to <0/>" msgstr "Notre politique de confidentialité a été déplacée vers <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "La vidéo traitée est trop lourde. Veuillez réessayer avec un fichier plus petit." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "La vidéo sélectionnée n’a pas pu être encodée." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "La vidéo sélectionnée n’a pas pu être traitée." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "La vidéo sélectionnée a un rapport d’aspect (aspect ratio) non pris en charge." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "La vidéo sélectionnée dépasse les {VIDEO_MAX_SIZE_MB} Mo. Veuillez réessayer avec un fichier plus petit." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "La vidéo sélectionnée est trop longue." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "La vidéo sélectionnée est dans un format non pris en charge." @@ -12386,7 +12513,7 @@ msgstr "La vidéo sélectionnée est dans un format non pris en charge." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Le serveur semble rencontrer des problèmes. Veuillez réessayer ultérieurement." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Le kit de démarrage que vous essayez de consulter n’est pas valide. Vous pouvez supprimer ce kit de démarrage à la place." @@ -12402,7 +12529,7 @@ msgstr "Le formulaire d’assistance a été déplacé. Si vous avez besoin d’ msgid "The Terms of Service have been moved to" msgstr "Nos conditions générales ont été déplacées vers" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Le code de vérification que vous avez fourni n’est pas valide. Assurez-vous que vous avez utilisé le bon lien de vérification ou demandez-en un nouveau." @@ -12412,7 +12539,7 @@ msgstr "Le code de vérification que vous avez fourni n’est pas valide. Assure msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Le fournisseur de vérification n’a pas réussi à envoyer de code à votre numéro de téléphone. Vérifiez votre numéro et réessayez." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "La vidéo n’a pas pu être envoyée à votre hébergeur. Veuillez réessayer." @@ -12428,7 +12555,7 @@ msgstr "Il y a une limite à la fréquence de modification de votre date de nais msgid "There is no invite link for this group chat." msgstr "Il n’y a pas de lien d’invitation pour cette discussion de groupe." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Il n’y a pas de limite de temps pour la désactivation du compte, revenez quand vous voulez." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Il y a un problème avec votre connexion Internet, veuillez réessayer" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Il y a eu un problème de connexion au serveur" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Il y a eu un problème de connexion au serveur, vérifiez votre connexion Internet et réessayez." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Il y a eu un problème lors de la récupération des notifications. Appuyez ici pour réessayer." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Il y a eu un problème lors de la récupération des posts. Appuyez ici pour réessayer." @@ -12495,25 +12622,25 @@ msgstr "Il y a eu un problème lors de la mise-à-jour de vos fils d’actu. Vé #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Il y a eu un problème ! {0}" @@ -12521,10 +12648,10 @@ msgstr "Il y a eu un problème ! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Il y a eu un problème. Vérifiez votre connexion Internet et réessayez msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Un problème inattendu s’est produit dans l’application. N’hésitez pas à nous faire savoir si cela vous est arrivé !" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Il y a eu un afflux de nouveaux personnes sur Bluesky ! Nous activerons ton compte dès que possible." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Ce sont vos paramètres par défaut" @@ -12557,7 +12684,7 @@ msgstr "Ces mot-clés" #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." -msgstr "Ces paramètres s’appliquent seulement pour votre fil d’abonnements." +msgstr "Ces paramètres s’appliquent seulement pour votre fil Abonnements." #. Advanced search filter #: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 @@ -12576,7 +12703,7 @@ msgstr "Ce compte ne pourra pas revenir à moins qu’il soit à nouveau réinvi msgid "This {screenDescription} has been flagged:" msgstr "Ce {screenDescription} a été signalé :" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Ce compte a une coche car il a été vérifié par des sources de confiance." @@ -12584,7 +12711,7 @@ msgstr "Ce compte a une coche car il a été vérifié par des sources de confia msgid "This account has been marked as automated by its owner." msgstr "Ce compte a été marqué comme automatisé par la personne qui le contrôle." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Ce compte a une ou plusieurs tentatives de vérifications, mais n’est pas actuellement vérifié." @@ -12618,7 +12745,7 @@ msgstr "Cet appel sera envoyé au service de modération de Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Ce compte a choisi de ne rendre visible ses posts qu’aux personnes connectées." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Ce bouton permet à d’autres d’ouvrir l’app Germ DM pour vous envoyer un message. Vous pouvez gérer sa visibilité depuis l’app Germ DM, ou vous pouvez déconnecter votre compte Bluesky de Germ DM complètement en cliquant sur le bouton ci-dessous." @@ -12649,7 +12776,7 @@ msgstr "Cette discussion a été déconnectée" msgid "This code is invalid. Resend to get a new code." msgstr "Ce code est incorrect. Demandez un renvoi pour avoir un nouveau code." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Le code de confirmation n’est pas valide. Veuillez réessayer." @@ -12683,7 +12810,7 @@ msgstr "Cette discussion est verrouillée." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Cette conversation se fait avec un compte supprimé ou désactivé. Appuyer pour plus d’options" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Ce brouillon sera supprimé définitivement." @@ -12700,7 +12827,7 @@ msgstr "Cette phrase exacte" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Cette fonctionnalité permet aux personnes de recevoir des notifications pour vos nouveaux posts et réponses. Pour qui souhaitez-vous autoriser cela ?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Cette fonctionnalité est en version bêta. Vous pouvez en savoir plus sur les exportations de dépôts dans <0>cet article de blog (en anglais)." @@ -12718,7 +12845,7 @@ msgstr "Ce fil d’actu reçoit actuellement un trafic important, il est tempora #: src/view/com/posts/CustomFeedEmptyState.tsx:60 msgid "This feed is empty! You may need to follow more users or tune your language settings." -msgstr "Ce fil d’actu est vide ! Vous devriez peut-être suivre plus de comptes ou ajuster vos paramètres de langue." +msgstr "Ce fil d’actu est vide ! Vous devriez peut-être vous abonner à plus de comptes ou ajuster vos paramètres de langue." #: src/components/StarterPack/Main/PostsList.tsx:41 #: src/screens/CustomFeed/index.tsx:170 @@ -12763,7 +12890,7 @@ msgstr "C’est une vérification exceptionnelle, venant du fait que ce compte n msgid "This is not a valid link" msgstr "Ce n’est pas un lien valide" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Cette étiquette permet à tout le monde de savoir que ce compte est automatisé. Si elle est apposée, cette étiquette apparaît au côté du nom du compte sur son profil et ses posts. Elle peut être apposée ou retirée à tout moment." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Ce lien vous conduit au site Web suivant :" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Cette liste – créée par <0>{0} – contient des violations possibles des règles de bonne conduite sur Bluesky dans son nom ou sa description." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Cette liste – que vous avez créée – contient des violations possibles des règles de bonne conduite sur Bluesky dans son nom ou sa description." @@ -12829,11 +12956,11 @@ msgstr "Cette personne vous a bloquée" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Ce post déclare avoir été créé le <0>{0}, mais a été vu pour la première fois par Bluesky le <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Ce post a un type inconnu de restriction de fil. Votre appli. n’est peut-être pas à jour." @@ -12845,19 +12972,19 @@ msgstr "Ce post n’est visible qu’aux personnes connectées." msgid "This post was deleted by its author" msgstr "Ce post a été supprimé par son auteur·ice" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ce post sera masqué des fils d’actu et des fils de discussion. C’est irréversible." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "L’auteur·ice de ce post a désactivé les citations." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Ce profil n’est visible que pour les personnes connectées. Il ne sera pas visible pour les personnes qui ne sont pas connectées." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Cette réponse sera classée dans une section cachée au bas de votre fil de discussion et masquera les notifications pour les réponses suivantes – à la fois pour vous-même et pour les autres." @@ -12870,7 +12997,7 @@ msgstr "Cet écran n’est disponible que pour les discussions de groupe." msgid "This service has not provided terms of service or a privacy policy." msgstr "Ce service n’a pas fourni de conditions générales ni de politique de confidentialité." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Ce service n’est pas disponible tant que la fonction de direct est en bêta. Services autorisés : {formatted}." @@ -12925,9 +13052,9 @@ msgstr "Ce compte est nouveau ici. Appuyez pour obtenir plus d’informations su #: src/view/com/profile/ProfileFollows.tsx:196 msgid "This user isn't following anyone." -msgstr "Ce compte ne suit personne." +msgstr "Ce compte n’est abonné à personne." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Cette vidéo ne peut pas être lue sur votre appareil. Votre navigateur ou votre système n’a peut-être pas le codec nécessaire (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Cela supprimera définitivement votre compte Bluesky <0>{currentHandle}< msgid "This will remove @{0} from the quick access list." msgstr "Cela supprimera @{0} de la liste d’accès rapide." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Cela retirera votre post de cette citation pour tout le monde, et le remplacera par un espace vide." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Numérotation des fils de discussion" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Préférences des fils de discussion" msgid "Threaded" msgstr "Sous forme de fils" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Préférences des fils de discussion" @@ -13002,7 +13124,7 @@ msgstr "Titre" msgid "Title (100 characters max)" msgstr "Titre (100 caractères max)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Pour désactiver le 2FA par e-mail, vérifiez votre accès à votre adresse e-mail." @@ -13012,7 +13134,7 @@ msgstr "Pour désactiver le 2FA par e-mail, vérifiez votre accès à votre adre msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Pour désactiver le 2FA par e-mail, veuillez prouver que vous avez accès à <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Pour vous déconnecter, <0>cliquez ici. Ou si vous préférez, vous pouvez <1>supprimer votre compte." @@ -13020,11 +13142,11 @@ msgstr "Pour vous déconnecter, <0>cliquez ici. Ou si vous préférez, vous msgid "Today" msgstr "Aujourd’hui" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Activer ou désactiver le contenu pour adultes" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Rétablit/désactive le son" @@ -13053,7 +13175,7 @@ msgstr "Meilleur" msgid "Top replies first" msgstr "Meilleures réponses en premier" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Sujet" @@ -13061,8 +13183,8 @@ msgstr "Sujet" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traduire" @@ -13074,12 +13196,12 @@ msgstr "Traduction" msgid "Translating" msgstr "Traduction en cours" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Traduction en cours…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "La traduction vers la même langue n’est pas disponible sur votre appareil." @@ -13088,9 +13210,9 @@ msgstr "La traduction vers la même langue n’est pas disponible sur votre appa msgid "Tree view" msgstr "Vue arborescente" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Tendances" @@ -13099,12 +13221,20 @@ msgstr "Tendances" msgid "Trending GIFs" msgstr "GIFs tendance" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Paramètres des tendances" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Sujets tendances" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Les sujets tendances sont basés sur ce dont les gens parlent sur le réseau. Les titres des sujets et leurs descriptions sont générées par IA." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Vidéos tendances" @@ -13113,7 +13243,7 @@ msgstr "Vidéos tendances" msgid "Trolling" msgstr "Trolling" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "La confiance émerge de relations, de communautés et d’un contexte partagé, donc nous désignons également des <0>vérificateurs de confiance : des organisations qui peuvent vérifier des comptes directement." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Connexion échouée. Veuillez vérifier votre connexion Internet et réessayer." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Impossible de contacter votre service. Vérifiez votre connexion Internet et réessayez." @@ -13187,7 +13317,7 @@ msgstr "Impossible de contacter votre service. Vérifiez votre connexion Interne msgid "Unable to contact your service. Please check your Internet connection." msgstr "Impossible de contacter votre service. Vérifiez votre connexion Internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Impossible de supprimer" @@ -13205,6 +13335,10 @@ msgstr "Impossible de trouver un des comptes destinataires sélectionnés." msgid "Unable to find the selected recipient." msgstr "Impossible de trouver le compte destinataire sélectionné." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Impossible de retrouver le pseudo" @@ -13233,14 +13367,14 @@ msgstr "Informations sur le fil d’actu indisponible" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Débloquer" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Débloquer" @@ -13251,8 +13385,8 @@ msgstr "Débloquer {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Débloquer le compte" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Débloquer le compte ?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Débloquer le compte ?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Débloquer la liste" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Annuler" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Annuler" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Annuler le repost ({0, plural, one {# repost} other {# reposts}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Se désabonner de {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Se désabonner du compte" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Se désabonne du compte" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Malheureusement, aucun des étiqueteurs auxquels vous êtes abonnés ne supporte ce type de signalement." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Hélas, la date de naissance que vous avez enregistrée dans votre profil vous rend trop jeune pour accéder à Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Hélas, l’âge que vous avez déclaré signifie que vous n’êtes pas assez grand pour accéder à Bluesky dans votre région." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Vérificateur inconnu" @@ -13333,13 +13490,13 @@ msgstr "Contenu pour adultes non-étiqueté" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Non-étiqueté, abusif ou sans consentement" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Retirer la mention « J’aime »" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Retirer la mention « J’aime » ({0, plural, one {# ont aimé} other {# ont aimé}})" @@ -13351,12 +13508,12 @@ msgstr "Déverrouiller la discussion" msgid "Unlock this group chat" msgstr "Déverrouiller cette discussion de groupe" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Réafficher" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Rétablir le son" msgid "Unmute {0}" msgstr "Réafficher {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Réafficher ce compte" @@ -13379,8 +13536,8 @@ msgstr "Réafficher ce compte" msgid "Unmute conversation" msgstr "Réafficher la conversation" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Réafficher la liste" @@ -13388,8 +13545,8 @@ msgstr "Réafficher la liste" msgid "Unmute this group chat" msgstr "Enlever la sourdine de cette discussion de groupe" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Réafficher ce fil de discussion" @@ -13397,14 +13554,14 @@ msgstr "Réafficher ce fil de discussion" msgid "Unmute video" msgstr "Rétablir le son de la vidéo" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Désépingler" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Désépingler le fil d’actu" @@ -13414,13 +13571,13 @@ msgstr "Désépingler le fil d’actu" msgid "Unpin from home" msgstr "Désépingler de l’accueil" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Désépingler du profil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Supprimer la liste de modération" @@ -13429,29 +13586,34 @@ msgstr "Supprimer la liste de modération" msgid "Unpinned {0} from Home" msgstr "{0} retiré de la page d’accueil" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Désépinglé de vos fils d’actu" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Liste désépinglée" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Dérepousse le rappel d’e-mail" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Se désabonner" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Se désabonner de la liste" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Se désabonner de cet étiqueteur" @@ -13463,7 +13625,7 @@ msgstr "Désabonné de la liste" msgid "Unsupported clipboard content" msgstr "Contenu à coller non supporté" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Type de vidéo non pris en charge : {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Mettre à jour pour {domain}" msgid "Update your email" msgstr "Mettre à jour votre e-mail" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Mettre à jour votre position" @@ -13539,24 +13701,24 @@ msgstr "Envoyer un fichier texte vers :" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Envoyer à partir de l’appareil photo" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Envoyer à partir de fichiers" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Envoyer à partir de la photothèque" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Envoi du GIF en cours…" @@ -13570,7 +13732,7 @@ msgstr "Envoi des images en cours…" msgid "Uploading link thumbnail..." msgstr "Envoi de la miniature du lien en cours…" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Envoi de la vidéo en cours…" @@ -13659,25 +13821,25 @@ msgstr "Liste de comptes par {0}" msgid "User list by you" msgstr "Liste de compte par vous" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Liste de compte créée" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Liste de compte mise à jour" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Le pseudo ne doit pas dépasser {MAX_SERVICE_HANDLE_LENGTH, plural, one {# caractère} other {# caractères}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Le pseudo ne doit pas commencer ou se terminer par un trait d’union" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Le pseudo ne doit contenir que des lettres sans accents (a–z), des nombres et des traits d’union" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Pseudo ou e-mail" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" -msgstr "comptes suivis par <0>@{0}" +msgstr "abonnements de <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "comptes abonnés à <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Valeur :" msgid "Verification failed, please try again." msgstr "La vérification a échoué, veuillez réessayer." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Paramètres de vérification" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Paramètres de vérification" @@ -13720,14 +13882,14 @@ msgstr "Paramètres de vérification" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Les vérifications sur Bluesky fonctionnent différemment que sur d’autres plateformes. <0>En savoir plus (en anglais)." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Vérifié par :" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Vérifier le compte" @@ -13790,12 +13952,12 @@ msgstr "Vérifier votre âge" msgid "Verify your email" msgstr "Vérifier votre e-mail" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Vérification en cours" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "En attente de la confirmation de votre vérification d’âge" @@ -13815,16 +13977,16 @@ msgstr "Version {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "via le kit de démarrage <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Vidéo" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Le traitement de la vidéo a échoué" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Fil de vidéos" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Vidéo de {0} : {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Vidéo de {0}. Tapez pour lire ou mettre en pause la vidéo" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Jeux vidéo" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Vidéo en pause" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Vidéo en cours de lecture" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Vidéo non trouvée." @@ -13859,12 +14021,12 @@ msgstr "Vidéo non trouvée." msgid "Video settings" msgstr "Paramètres vidéo" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Vidéo envoyée" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Vidéo : {0}" @@ -13872,19 +14034,13 @@ msgstr "Vidéo : {0}" msgid "Videos" msgstr "Vidéos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Les vidéos doivent durer moins de 10 minutes." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Les vidéos doivent durer moins de 3 minutes." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Voir" @@ -13903,9 +14059,9 @@ msgstr "Voir l’avatar de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Voir le profil de {0}" @@ -13924,11 +14080,11 @@ msgstr "Voir le profil de {displayName}" msgid "View {publicationTitle}" msgstr "Afficher {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Voir le profil du compte bloqué" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Voir l’article de blog (en anglais) pour plus de détails" @@ -13936,8 +14092,8 @@ msgstr "Voir l’article de blog (en anglais) pour plus de détails" msgid "View debug entry" msgstr "Afficher l’entrée de débogage" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Voir les détails" @@ -13977,13 +14133,13 @@ msgstr "Voir plus" msgid "View more trending videos" msgstr "Voir plus de vidéos tendances" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Voir le post" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Voir le service d’étiquetage fourni par @{0}" msgid "View this user's verifications" msgstr "Voir les vérifications de ce compte" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Voir les comptes qui ont aimé ce fil d’actu" @@ -14026,11 +14182,11 @@ msgstr "Voir les comptes qui ont aimé ce fil d’actu" msgid "View video" msgstr "Voir la vidéo" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Consulter vos comptes bloqués" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Afficher vos paramètres d’interaction de post par défaut" @@ -14039,11 +14195,15 @@ msgstr "Afficher vos paramètres d’interaction de post par défaut" msgid "View your feeds and explore more" msgstr "Consultez vos fils d’actu et explorez-en plus" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Voir votre boîte de réception de modération" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Consulter vos listes de modération" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Consulter vos comptes masqués" @@ -14060,6 +14220,10 @@ msgstr "Affiche l’image complète" msgid "Views video in immersive mode" msgstr "Affiche la vidéo en mode immersif" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Violence" @@ -14136,6 +14300,10 @@ msgstr "Nous n’avons pas pu charger les demandes à rejoindre cette discussion msgid "We couldn’t load this conversation’s settings" msgstr "Nous n’avons pas pu charger cette discussion" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Nous n’avons pas pu détecter votre hébergeur. Vérifiez votre connexion au réseau, ou <0>sélectionnez votre hébergeur manuellement." @@ -14148,7 +14316,7 @@ msgstr "Nous supprimons les hashs dès que les correspondances sont faites" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Nous ne stockons pas les numéros de vos amis et ne leur envoyons pas de messages" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Nous estimons que votre compte sera prêt dans {estimatedTime}." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Notre partenaire <0>KWS s’occupe de gérer la vérification d’âge. En cliquant sur « Commencer » ci-dessous, KWS vous enverra des instructions par e-mail pour terminer le processus de vérification. Si votre adresse e-mail a déjà été utilisée pour vérifier votre âge pour un autre jeu ou service qui utilise KWS, vous n’aurez pas besoin de le refaire. Dès que ça sera fait, vous serez de retour sur Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Nous avons envoyé un autre e-mail de vérification à <0>{0}." @@ -14175,7 +14343,7 @@ msgstr "Nous ne suggérons les comptes que si les deux l’acceptent" #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 msgid "We ran out of posts from your follows. Here's the latest from <0/>." -msgstr "Nous n’avons plus de posts provenant des comptes que vous suivez. Voici le dernier de <0/>." +msgstr "Nous n’avons plus de posts provenant de vos abonnements. Voici le dernier de <0/>." #: src/screens/Settings/InterestsSettings.tsx:172 msgid "We recommend selecting at least two interests." @@ -14186,7 +14354,7 @@ msgstr "Nous vous recommandons de sélectionner au moins deux centres d’intér msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Nous avons envoyé un e-mail à <0>{0} contenant un lien. Veuillez cliquer dessus pour terminer le processus de vérification par e-mail." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nous n’avons pas pu déterminer si vous étiez autorisé à envoyer des vidéos. Veuillez réessayer." @@ -14198,16 +14366,16 @@ msgstr "Nous n’arrivons pas à charger les paramètres de vérification d’â msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Nous n’avons pas pu charger vos préférences en matière de date de naissance. Veuillez réessayer." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Nous n’avons pas pu charger vos étiqueteurs configurés pour le moment." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Nous n’arrivons pas à recevoir la vérification à cause d’un problème de connexion. Elle peut arriver plus tard. Si c’est le cas, votre compte sera mis à jour automatiquement." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Nous vous informerons lorsque votre compte sera prêt." @@ -14236,7 +14404,7 @@ msgstr "Nous mettons également à jour nos <0>règles de bonne conduite, et msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Nous mettons également à jour nos règles de bonne conduite, et nous voulons vos commentaires ! Ces nouvelles règles entreront en vigueur le 15 octobre 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Nous confirmons votre vérification d’âge avec nos serveurs. Cela ne devrait prendre que quelques secondes." @@ -14255,7 +14423,7 @@ msgstr "Nous avons des soucis de réseau, réessayez" msgid "We’re having network issues, try again" msgstr "Nous avons des soucis de réseau, réessayez" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Nous introduisons un nouveau niveau de vérification sur Bluesky — une coche facile à voir." @@ -14267,7 +14435,7 @@ msgstr "Nous sommes ravis de vous accueillir !" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Nous sommes désolés mais selon les informations provenant de votre appareil, vous n’avez pas l’âge d’accéder à Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Nous sommes désolés, mais d’après la géolocalisation de votre appareil, vous êtes actuellement dans une région qui impose la vérification d’âge." @@ -14296,7 +14464,7 @@ msgstr "Nous sommes désolés, mais votre recherche n’a pu aboutir. Veuillez r msgid "We're sorry, you cannot access this screen at this time." msgstr "Nous sommes désolés, vous ne pouvez pas accéder à cet écran actuellement." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Nous sommes désolés ! Le post auquel vous répondez a été supprimé." @@ -14325,12 +14493,12 @@ msgstr "Nous mettons à jour nos Conditions générales, notre Politique de conf msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Nous mettons à jour nos Conditions générales, notre Politique de confidentialité, et notre Politique de droit d’auteur, s’appliquant au 15 septembre 2025. Nous mettons également à jour nos règles de bonne conduite, et nous voulons vos commentaires ! Ces nouvelles règles entreront en vigueur le 15 octobre 2025. Apprenez-en plus sur ces changements et sur la manière dont vous pouvez partager vos réflexions avec nous en lisant notre article de blog (en anglais)." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Nous avons confirmé la vérification de votre âge. Vous pouvez désormais fermer cette fenêtre." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Bienvenue !" @@ -14351,17 +14519,17 @@ msgstr "Quel est le nom de votre kit de démarrage ?" msgid "what’s up" msgstr "quoi de neuf" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Quoi de neuf ?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Quand vous tapez sur une coche, vous verrez quelles organisations ont accordé la vérification." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Qui peut interagir avec ce post ?" @@ -14369,12 +14537,12 @@ msgstr "Qui peut interagir avec ce post ?" msgid "Who can join this group chat and how" msgstr "Qui peut rejoindre cette discussion de groupe et comment" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Qui peut répondre ?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Qui peut vérifier ?" @@ -14434,11 +14602,11 @@ msgstr "Souhaitez-vous bloquer ce compte ou supprimer cette conversation ?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Souhaitez-vous bloquer ce compte ou partir de cette conversation ?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Voulez-vous enregistrer ça comme brouillon avant d’aller les consulter ?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Voulez-vous enregistrer ça comme brouillon à modifier plus tard ?" @@ -14447,12 +14615,12 @@ msgstr "Voulez-vous enregistrer ça comme brouillon à modifier plus tard ?" msgid "Write a post" msgstr "Écrire un post" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Rédiger un post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Rédigez votre réponse" @@ -14475,8 +14643,8 @@ msgstr "Mauvais type de discussion" msgid "www.mylivestream.tv" msgstr "www.monfluxendirect.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Oui" @@ -14486,8 +14654,8 @@ msgstr "Oui" msgid "Yes GIFs" msgstr "GIFs pour dire oui" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Oui, désactiver" @@ -14495,19 +14663,19 @@ msgstr "Oui, désactiver" msgid "Yes, delete my account" msgstr "Oui, supprimer mon compte" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Oui, supprimer ce kit de démarrage" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Oui, détacher" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Oui, cacher" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Oui, réactiver mon compte" @@ -14519,7 +14687,7 @@ msgstr "Hier" msgid "You are a trusted verifier" msgstr "Vous êtes un vérificateur de confiance" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Vous vous connectez à Bluesky depuis une région qui nous oblige légalement à vérifier votre âge avant de vous laisser accéder à l’application." @@ -14544,12 +14712,12 @@ msgstr "Vous créez un compte sur" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Vous n’avez plus le droit d’accéder à la fonctionnalité de passage en direct. Pour faire appel de cette décision de modération, veuillez remplir le formulaire ci-dessous." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Vous ne pouvez pas accéder actuellement au processus de vérification d’âge de Bluesky. Veuillez <0>contacter notre équipe de modération si vous pensez que c’est une erreur." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Vous êtes dans la file d’attente." @@ -14558,19 +14726,19 @@ msgstr "Vous êtes dans la file d’attente." msgid "You are Live" msgstr "Vous êtes en direct" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Vous n’êtes plus en direct" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Vous n’êtes pas autorisé à envoyer des vidéos." #: src/view/com/profile/ProfileFollows.tsx:195 msgid "You are not following anyone yet" -msgstr "Vous ne suivez personne pour l’instant" +msgstr "Vous n’êtes abonné·e à personne pour l’instant" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Vous êtes désormais en direct !" @@ -14597,9 +14765,9 @@ msgstr "Vous pouvez sinon <0>désactiver temporairement votre compte, et vot #: src/view/com/posts/FollowingEmptyState.tsx:60 #: src/view/com/posts/FollowingEndOfFeed.tsx:61 msgid "You can also discover new Custom Feeds to follow." -msgstr "Vous pouvez aussi découvrir de nouveaux fils d’actu personnalisés à suivre." +msgstr "Vous pouvez aussi découvrir et vous abonner à de nouveaux fils d’actu personnalisés." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Vous pouvez aussi télécharger vos données de discussions sous la forme d’un fichier « JSONL ». Ce fichier ne contiendra que les messages de discussions que vous avez envoyés et ne contiendra pas ceux que vous avez reçus." @@ -14618,7 +14786,7 @@ msgstr "Vous pouvez poursuivre les conversations en cours quel que soit le param #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:150 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." -msgstr "Vous pouvez désormais choisir de recevoir une notification quand certains comptes spécifiques postent. S’il y a quelqu’un dont vous souhaitez avoir des nouvelles au plus vite, rendez-vous sur son profil et cherchez la nouvelle icône de cloche à côté du bouton de suivi." +msgstr "Vous pouvez désormais choisir de recevoir une notification quand certains comptes spécifiques postent. S’il y a quelqu’un dont vous souhaitez avoir des nouvelles au plus vite, rendez-vous sur son profil et cherchez la nouvelle icône de cloche à côté du bouton d’abonnement." #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:154 msgid "You can now invite friends with a link or QR code. Share the link anywhere, or let them scan the code to join you on Bluesky." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Vous ne pouvez ajouter que {MAX_GALLERY_IMAGES, plural, other {# images}} par post au maximum" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Les brouillons enregistrés ne peuvent contenir que 1000 caractères maximum." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Les brouillons enregistrés ne peuvent contenir que 1000 caractères maximum. Voulez-vous abandonner ce post avant d’ouvrir vos brouillons ?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Vous ne pouvez sélectionner qu’un GIF à la fois." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Vous ne pouvez sélectionner qu’une vidéo à la fois." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Vous pouvez réactiver votre compte pour continuer à vous connecter. Votre profil et vos posts seront visibles par les autres personnes." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Vous pouvez lire l’historique de la discussion mais pas envoyer de nouveaux messages." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Vous pouvez sélectionner jusqu'à {MAX_GALLERY_IMAGES, plural, other {# images}} au total." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Vous pourrez changer ça plus tard depuis vos paramètres." @@ -14688,9 +14853,9 @@ msgstr "Vous ne pouvez pas modifier votre date de naissance si vous êtes connec #: src/screens/Profile/KnownFollowers.tsx:103 msgid "You don't follow any users who follow @{name}." -msgstr "Vous ne suivez aucun des comptes qui suivent @{name}." +msgstr "Vous n’êtes abonné·e à aucun des comptes abonnés à @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Vous n’avez aucune liste pour l’instant." @@ -14728,7 +14893,7 @@ msgstr "Vous avez complètement désactivé les notifications de mentions, de ci #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Vous avez introduit un code non valide. Il devrait ressembler à XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Vous avez atteint la fin" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Vous avez vérifié votre adresse e-mail avec succès. Vous pouvez fermer cette fenêtre." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Vous avez temporairement atteint la limite d’envoi de vidéos. Veuillez réessayer plus tard." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Vous avez des modifications non-enregistrées dans ce brouillon, voulez-vous les enregistrer ?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Vous avez des modifications non-enregistrées. Voulez-vous les sauvegarder avant de consulter vos brouillons ?" @@ -14851,14 +15016,14 @@ msgstr "Vous devez avoir au moins 13 ans pour utiliser Bluesky. Lisez nos <0>Con #: src/components/StarterPack/ProfileStarterPacks.tsx:368 msgid "You must be following at least seven other people to generate a starter pack." -msgstr "Vous devez suivre au moins sept autres personnes pour générer un kit de démarrage." +msgstr "Vous devez être abonné·e à au moins sept autres personnes pour générer un kit de démarrage." #: src/components/StarterPack/QrCodeDialog.tsx:72 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:92 msgid "You must grant access to your photo library to save a QR code" msgstr "Vous devez autoriser l’accès à votre photothèque pour enregistrer un code QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Vous devez autoriser l’accès à votre médiathèque." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Vous êtes propriétaire de cette discussion" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Vous avez précédemment désactivé @{0}." @@ -14911,11 +15076,21 @@ msgstr "Vous avez répondu à vous-même" msgid "You requested to join" msgstr "Vous avez demandé à rejoindre" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Vous serez déconnecté·e de tous vos comptes." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14944,20 +15119,20 @@ msgstr "Vous : {message}" #: src/screens/Signup/index.tsx:155 msgid "You'll follow the suggested users and feeds once you finish creating your account!" -msgstr "Vous suivrez les comptes et fils d’actu suggérés une fois que vous aurez créé votre compte !" +msgstr "Vous vous abonnerez aux comptes et fils d’actu suggérés une fois que vous aurez créé votre compte !" #: src/screens/Signup/index.tsx:160 msgid "You'll follow the suggested users once you finish creating your account!" -msgstr "Vous suivrez les comptes suggérés une fois que vous aurez créé votre compte !" +msgstr "Vous vous abonnerez aux comptes suggérés une fois que vous aurez créé votre compte !" #. placeholder {0}: listItemsCount - 8 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:235 msgid "You'll follow these people and {0} others" -msgstr "Vous suivrez ces personnes et {0} autres" +msgstr "Vous serez abonné·e à ces personnes et {0} autres" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:233 msgid "You'll follow these people right away" -msgstr "Vous suivrez ces personnes immédiatement" +msgstr "Vous serez abonné·e à ces personnes immédiatement" #: src/components/contacts/screens/GetContacts.tsx:316 msgid "You'll need to go to the System Settings for Bluesky and give permission if you want to use this feature." @@ -14984,7 +15159,7 @@ msgstr "C’est tout bon ! Certaines fonctionnalités seront néanmoins restrei msgid "You’re in control" msgstr "Vous avez la main" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Vous êtes dans la file d’attente" @@ -15008,17 +15183,17 @@ msgstr "Vous avez refusé l’accès à vos contacts" #: src/state/shell/progress-guide.tsx:235 msgid "You've found some people to follow" -msgstr "Vous avez trouvé des personnes à suivre" +msgstr "Vous avez trouvé des personnes à qui vous abonner" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Vous êtes arrivé à la fin du contenu actuel." #: src/view/com/posts/FollowingEndOfFeed.tsx:42 msgid "You've reached the end of your feed! Find some more accounts to follow." -msgstr "Vous avez atteint la fin de votre fil d’actu ! Trouvez d’autres comptes à suivre." +msgstr "Vous avez atteint la fin de votre fil d’actu ! Trouvez d’autres comptes à qui vous abonner." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Vous avez atteint le nombre maximum de brouillons" @@ -15030,22 +15205,23 @@ msgstr "Vous avez atteint le nombre maximum de requêtes autorisées. Veuillez r msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Vous avez atteint le maximum de {MAX_FILTERS, plural, one {# filtre} other {# filtres}}. Ajoutez d’autres paramètres à un filtre existant au lieu d’en créer de nouveaux." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Vous êtes arrivé au début du contenu actuel." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop d’octets)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop de vidéos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Vous êtes venus à bout de vidéos à regarder. Peut-être est-ce un bon moment pour prendre une pause ?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Votre compte" @@ -15062,7 +15238,19 @@ msgstr "Votre compte a été supprimé, à plus ! ✌️" msgid "Your account has been suspended" msgstr "Votre compte a été suspendu" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Votre compte n’est pas encore assez ancien pour envoyer des vidéos. Veuillez réessayer plus tard." @@ -15074,7 +15262,7 @@ msgstr "Votre compte est trop récent" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Votre compte doit avoir été créé il y a au moins 7 jours pour pouvoir créer une discussion de groupe." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Le dépôt de votre compte, qui contient toutes les données publiques, peut être téléchargé sous la forme d’un fichier « CAR ». Ce fichier n’inclut pas les éléments multimédias, tels que les images, ni vos données privées, qui doivent être récupérées séparément." @@ -15086,7 +15274,7 @@ msgstr "Votre compte a été considéré comme violant les <0>Conditions génér msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Votre appel a été envoyé. Si votre appel est réussi, vous recevrez un e-mail." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Votre date de naissance" @@ -15115,7 +15303,7 @@ msgstr "Votre contact {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Votre pseudo actuel <0>{0} sera automatiquement conservé et vous sera réservé. Vous pourrez y revenir à tout moment depuis ce compte." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Vous avez déclaré avoir moins de 18 ans ; certains paramètres ci-dessous peuvent donc être indisponibles. Si c’est une erreur, vous pouvez modifier votre date de naissance dans vos <0>paramètres de compte." @@ -15128,7 +15316,7 @@ msgstr "Votre e-mail" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Votre e-mail semble être invalide." @@ -15140,13 +15328,13 @@ msgstr "Votre adresse e-mail n’a pas encore été vérifiée. Veuillez vérifi msgid "Your first like!" msgstr "Votre première mention « j’aime » !" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" -msgstr "Comptes qui vous suivent" +msgstr "Comptes abonnés" #: src/view/com/posts/FollowingEmptyState.tsx:41 msgid "Your following feed is empty! Follow more users to see what's happening." -msgstr "Votre fil d’actu des comptes suivis est vide ! Suivez plus de comptes pour voir ce qui se passe." +msgstr "Votre fil d’actu Abonnements est vide ! Abonnez-vous à plus de comptes pour voir ce qui se passe." #. placeholder {0}: createFullHandle(subdomain, host) #: src/screens/Settings/components/ChangeHandleDialog.tsx:247 @@ -15157,7 +15345,7 @@ msgstr "Votre pseudo complet sera <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Votre hébergeur ne peut pas être détecté à partir d’une adresse e-mail, donc le service par défaut de Bluesky sera utilisé. Saisissez plutôt votre pseudo, ou sélectionnez votre hébergeur manuellement." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Votre hébergeur ne prend pas en charge des vidéos aussi lourdes. Veuillez réessayer avec un fichier plus petit." @@ -15165,7 +15353,7 @@ msgstr "Votre hébergeur ne prend pas en charge des vidéos aussi lourdes. Veuil msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Votre hébergeur est détecté automatiquement à partir du pseudo que vous saisissez." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Vos centres d’intérêt ont été mis à jour !" msgid "Your interests help us find what you like!" msgstr "Vos centres d’intérêt nous aident à trouver ce que vous aimez !" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Votre position a été mise à jour." @@ -15198,15 +15386,20 @@ msgstr "Votre nom, avatar, le nom de cette discussion de groupe et le nombre de msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Votre mot de passe a été modifié avec succès ! N’oubliez pas d’utiliser votre nouveau mot de passe désormais lorsque vous vous connecterez à Bluesky." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Votre mot de passe doit comporter au moins 8 caractères." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Votre post a été envoyé" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Vos posts ont été envoyés" @@ -15214,7 +15407,7 @@ msgstr "Vos posts ont été envoyés" msgid "Your preferred language" msgstr "Votre langue préférée" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Votre photo de profil" @@ -15223,24 +15416,28 @@ msgstr "Votre photo de profil" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Votre photo de profil entourée de cercles concentriques d’autres photos de profils" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Votre profil, vos posts, vos fils d’actu et vos listes ne seront plus visibles par d’autres personnes sur Bluesky. Vous pouvez réactiver votre compte à tout moment en vous connectant." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Votre réponse a été envoyée" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Votre signalement sera envoyé à <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Votre sélection de centres d’intérêt nous aide à vous proposer des contenus qui vous tiennent à cœur." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Votre fil de discussion contient des posts vides qui seront ignorés. Les posts restants seront publiés sous forme de fil de discussion." diff --git a/src/locale/locales/fy/messages.po b/src/locale/locales/fy/messages.po index 1ee3bd499c..6f5309db2a 100644 --- a/src/locale/locales/fy/messages.po +++ b/src/locale/locales/fy/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fy\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Frisian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "‘{interestsDisplayName}’ kategory (aktyf)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# folgjend} other {# folgjend}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# oere} other {# oeren}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#mo} other {#mo}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {folger} other {folgers}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {folgjend} other {folgjend}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {berjocht} other {berjochten}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} is live" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} is net beskikber" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Startpakket fan {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {oere} other {oeren}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minút} other {minuten}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} registrearre harren mei dyn startpakket" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} hat dy ferifiearre" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} folgjend" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# oere} other {# oeren}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, one {}other {# bûkers binne}} derby kaam!" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, en {2, plural, one {# oare} other {# oaren}} binne ynbegrepen yn dyn startpakket" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, en {2, plural, one {# oare} other {# oaren}} bin #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, en {2, plural, one {# oare} other {# oaren}} binne ynbegrepen yn dyn startpakket" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} en<1> <2>{1} binne ynbegrepen yn dyn startpakket" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} is ynbegrepen yn dyn startpakket" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} leden" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Do en<1> <2>{0} binne ynbegrepen yn dyn startpakket" @@ -946,6 +955,12 @@ msgstr "7 dagen" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "In nij ferifikaasjeformulier" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Tagonklikheid" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Tagonklikheidsynstellingen" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Account blokkearre" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Account folge" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Account negearre" @@ -1111,24 +1126,24 @@ msgstr "Account út flugge tagong fuortsmiten" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Account deblokkearre" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Account ûntfolge" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Account negearre opheven" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Accounts mei in skulpe blau finkje <0><1/> kinne oaren ferifiearje. Dizze fertroude ferifiearders binne troch Bluesky selektearre." @@ -1138,7 +1153,7 @@ msgstr "Accounts mei in skulpe blau finkje <0><1/> kinne oaren ferifiearje. msgid "Activity from others" msgstr "Aktiviteiten fan oaren" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Tafoegje" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Foegje noch {0} ta om troch te gean" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "{displayName} tafoegje oan it startpakket" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "In brûker oan dizze list tafoegje" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Account tafoegje" @@ -1201,11 +1216,11 @@ msgstr "Alt-tekst tafoegje (opsjoneel)" msgid "Add another account" msgstr "Noch in account tafoegje" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Noch in berjocht tafoegje" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "App-wachtwurd tafoegje" msgid "Add App Password" msgstr "App-wachtwurd tafoegje" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Mear details tafoegje (opsjoneel)" @@ -1295,7 +1310,7 @@ msgstr "Reaksje tafoegje" msgid "Add recommended feeds" msgstr "Oanrekommandearre feeds tafoegje" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Foegje wat feeds ta oan dyn startpakket!" @@ -1307,12 +1322,12 @@ msgstr "Standertfeed fan allinnich de persoanen dy’tsto folgest tafoegje" msgid "Add the following DNS record to your domain:" msgstr "Foegje it folgjende DNS-record ta oan dyn domein:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Dizze feed oan dyn feeds tafoegje" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Oan listen tafoegje" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "Brûker oan list tafoegje" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "Oanfoljende details (maksimaal 1000 tekens)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Oanfoljende details (maksimaal 300 tekens)" @@ -1378,14 +1393,14 @@ msgstr "Folwoeksene" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Ynhâld foar folwoeksenen" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Ynhâld foar folwoeksenen kin allinnich ynskeakele wurde fia it ynternet op <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Labels foar ynhâld foar folwoeksenen" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avansearre" @@ -1423,7 +1438,7 @@ msgstr "Leeftiidsferifikaasjefersyk is yntsjinne" msgid "Age assurance only takes a few minutes" msgstr "Leeftiidsferifikaasjefersyk duorret mar in pear minuten" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "Alles" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Alles" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Do hast alle accounts folge!" @@ -1474,7 +1494,7 @@ msgstr "Alle feeds dy’tsto bewarre hast, byinoar op ien plak." msgid "Allow access to your direct messages" msgstr "Jou tagong ta dyn priveeberjochten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "Stean oaren ta om op de hichte hâlden te wurden fan dyn berjochten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Sitaatberjochten tastean" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Stiet tagong ta priveeberjochten ta" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Hasto al in koade?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Al oanmeld as @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Alt-tekst sil ôfkoart wurde. {MAX_ALT_TEXT, plural, one {}other {Limyt: {0} karakters.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Der is in e-mailberjocht ferstjoerd nei {0}. Dizze befettet in befêstigingskoade dy’tsto hjirûnder ynfiere kinst." @@ -1587,7 +1607,7 @@ msgstr "Der is in flater bard" msgid "An error occurred" msgstr "Der is in flater bard" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Der is in flater bard wylst it komprimearjen fan de fideo." @@ -1596,7 +1616,7 @@ msgstr "Der is in flater bard wylst it komprimearjen fan de fideo." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Der is in flater bard by it opheljen fan de feed." @@ -1609,15 +1629,15 @@ msgstr "Der is in flater bard by it generearjen fan dyn startpakket. Wolsto it o msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Der is in flater bard wylst it laden fan de fideo. Probearje it letter opnij." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Der is in flater bard wylst it laden fan de fideo. Probearje it nochris." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "Der is in flater bard by it bewarjen fan de QR-koade!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Der is in flater bard wylst it besykjen om elkenien te folgjen" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "In yllustraasje, dy’t toant dat Bluesky fertroude ferifiearders selektearret en dizze wer inkelde brûkersaccounts ferifiearje." @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Der is in flater bard. Probearje it opnij." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "In mock-up fan in iPhone dy’t de Bluesky-app iepenet nei it profyl fan in ferifiearre brûker mei in blau finkje njonken harren werjeftenamme." @@ -1702,7 +1722,7 @@ msgstr "In mock-up fan in iPhone dy’t de Bluesky-app iepenet nei it profyl fan msgid "an unknown labeler" msgstr "in ûnbekende labeler" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "en" @@ -1735,7 +1755,7 @@ msgstr "Oankundiging fan ferifikaasje op Bluesky" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "Elkenien dy’t my folget" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "App-wachtwurdnammen moatte minimaal 4 tekens lang wêze" msgid "App passwords" msgstr "App-wachtwurden" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "App-wachtwurden" @@ -1856,7 +1876,7 @@ msgstr "Beswier tsjin dizze beslissing meitsje" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Pull-fersyk tapasse" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Argivearre fan {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Argivearre berjocht" @@ -1914,7 +1934,7 @@ msgstr "Bisto wis datsto it app-wachtwurd ‘{0}’ fuorsmite wolst?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Bisto wis datsto dit startpakket fuortsmite wolst?" @@ -1936,7 +1956,7 @@ msgstr "Bisto wis datsto dit petear ferlitte wolst?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Bisto wis datsto dit út dyn feeds fuortsmite wolst?" @@ -1945,7 +1965,7 @@ msgstr "Bisto wis datsto dit út dyn feeds fuortsmite wolst?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Bisto wis datsto dit berjocht fuortsmite wolst?" @@ -1953,7 +1973,7 @@ msgstr "Bisto wis datsto dit berjocht fuortsmite wolst?" msgid "Are you sure?" msgstr "Bisto wis?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Keunst" msgid "Artistic or non-erotic nudity." msgstr "Artistike of net-erotyske neakenbylden." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Underwerp foar algoritme tawize" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "Beskikber" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Tebek" msgid "Back to Chats" msgstr "Werom nei chats" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "Start it leeftiidsferifikaasjeproses troch de ûndersteande fjilden yn t msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Account blokkearje" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blokkearre" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Blokkearre accounts" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Blokkearre accounts" @@ -2288,7 +2316,7 @@ msgstr "Blokkearjen is iepenbier. Blokkearre accounts kinne net reagearje op dyn 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." msgstr "Blokkearjen sil dizze labels net fan dyn account ôfhelje, mar it soarget der wol foar dat dizze brûker net mear op dyn petearen reagearje kin of op oare wize mei dy yn kommunisearje kin." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kin de wierheid fan dizze datum net befêstigje." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky sil in oantal oanrekommandearre brûkers kieze út de minsken yn dyn netwurk." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky sil pro-aktyf bekende en autentike accounts ferifiearje." @@ -2424,29 +2452,29 @@ msgstr "Blêdzje troch mear suggestjes op de ûntdekkingsside" msgid "Browse other feeds" msgstr "Blêdzje troch oare feeds" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Berjochten oer {displayName} besjen." -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Berjochten labele mei {displayName} besjen" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Startpakket {displayName} besjen" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Underwerp {0} besjen" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "It ûnderwerp {displayName} besjen" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Saaklik" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Troch {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Troch <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Mei it oanmeitsjen fan in account giesto akkoard mei de <0>Tsjinstbeting msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Mei it oanmeitsjen fan in account giesto akkoard mei de <0>Tsjinstbetingsten." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Troch dy" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamera" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Annulearje" msgid "Cancel quote post" msgstr "Sitaatberjocht annulearje" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Weraktivearring annulearje en ôfmelde" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Do kinst net yn kontakt komme mei in blokkearre brûker" @@ -2609,7 +2637,7 @@ msgstr "Undertitels (.vtt)" msgid "Captions & alt text" msgstr "Undertitels & alt-tekst" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Handle wizigje" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Moderaasjetsjinst wizigje" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Rapportearreden wizigje" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chat" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Chatfersyk Postfek YN" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Chatfersiken" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Myn status kontrolearje" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Kies dyn eigen tiidline! Feeds makke troch de mienskip helpe dy om ynhâld te finen dêr’tsto wol oer meist." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Dyn wachtwurd kieze" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "Ofbyldingsbuffer wiskje" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Sykopdracht wiskje" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "Klik hjir om it ferifikaasjeproses opnij te starten." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Klik om mislearre priveeberjocht opnij te probearjen" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Klik om mislearre priveeberjocht opnij te probearjen" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Klik om mislearre priveeberjocht opnij te probearjen" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Slute" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Aktive dialoochfinster slute" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Dialoochfinster slute" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Lademenu slute" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Dit dialoochfinster slute" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Slút warskôging foar bywurkjen wachtwurd" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Slút opstellen berjocht en negearret konsept" @@ -3126,7 +3155,7 @@ msgstr "Slút opstellen berjocht en negearret konsept" msgid "Collapse list of users" msgstr "Brûkerslist ynklappe" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Klapt de brûkerslist foar in bepaalde melding yn" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Strips" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Mienskipsrjochtlinen" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Foltôgje de yntroduksje en begjin mei it brûken fan dyn account" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Foltôgje de útdaging" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Nij berjocht opstelle" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Do kinst berjochten opstelle mei in lingte fan maksimaal {0, plural, other {# karakters}}" @@ -3180,11 +3209,11 @@ msgstr "Do kinst berjochten opstelle mei in lingte fan maksimaal {0, plural, oth msgid "Compose reply" msgstr "Antwurd opstelle" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Fideo komprimearje…" @@ -3198,18 +3227,18 @@ msgstr "Konfigurearre yn <0>moderaasje-ynstellingen." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Befêstigje" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Befêstigingskoade" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Ferbiningsprobleem" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Kontakt opnimme mei stipe" @@ -3273,7 +3302,7 @@ msgstr "Ynhâld & media" msgid "Content and media" msgstr "Ynhâld en media" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Ynhâld en media" @@ -3281,7 +3310,7 @@ msgstr "Ynhâld en media" msgid "Content Blocked" msgstr "Ynhâld blokkearre" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Ynhâldsfilters" @@ -3421,8 +3450,8 @@ msgstr "Kopiearje" msgid "Copy App Password" msgstr "App-wachtwurd kopiearje" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "at:// URI kopiearje" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Koade kopiearje" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "DID kopiearje" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Keppeling kopiearje" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Keppeling kopiearje" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Keppeling nei list kopiearje" @@ -3472,12 +3501,12 @@ msgstr "Keppeling nei list kopiearje" msgid "Copy link to post" msgstr "Keppeling nei berjocht kopiearje" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Keppeling nei profyl kopiearje" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Keppeling nei startpakket kopiearje" @@ -3491,8 +3520,8 @@ msgstr "Berjochttekst kopiearje" msgid "Copy post at:// URI" msgstr "Berjocht at:// URI kopiearje" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Berjochttekst kopiearje" @@ -3506,7 +3535,7 @@ msgstr "TXT-recordwearde kopiearje" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Auteursrjochtbelied" @@ -3632,7 +3661,7 @@ msgstr "Oanmeitsje" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Meitsje in QR-koade foar in startpakket" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Meitsje in startpakket" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Meitsje in startpakket foar my" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Nij account oanmeitsje" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Melding meitsje foar {0}" @@ -3734,7 +3763,7 @@ msgstr "Melding meitsje foar {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Makke {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Makker is blokkearre" @@ -3800,7 +3829,7 @@ msgstr "Donker" msgid "Dark theme" msgstr "Donker tema" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Bertedatum" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Account de-aktivearje" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Standert piktogrammen" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Fuortsmite" @@ -3892,8 +3921,8 @@ msgstr "Petear fuortsmite" msgid "Delete for me" msgstr "Foar my fuortsmite" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "List fuortsmite" @@ -3909,30 +3938,30 @@ msgstr "Berjocht foar my fuortsmite" msgid "Delete my account" msgstr "Myn account fuortsmite" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Berjocht fuortsmite" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Startpakket fuortsmite" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Startpakket fuortsmite?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Dizze list fuortsmite?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Dit berjocht fuortsmite?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Fuortsmiten" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "Fuortsmiten list" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Beskriuwende alt-tekst" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Sitaat loskeppelje" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Sitaat loskeppelje?" @@ -3993,11 +4022,11 @@ msgstr "Untwikkelersmodus ynskeakele" msgid "Developer options" msgstr "Untwikkelersopsjes" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialooch: oanpasse wa’t op dit berjocht reagearje mei" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Dôvje" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "E-mail-2FA útskeakelje" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "E-mail-2FA útskeakelje" @@ -4041,11 +4075,11 @@ msgstr "Fielbere feedback útskeakelje" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Utskeakele" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Fuortsmite" @@ -4075,23 +4109,28 @@ msgstr "Fuortsmite" msgid "Discard changes?" msgstr "Wizigingen fuortsmite?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Konsept fuortsmite?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Berjocht fuortsmite?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Nije personalisearre feeds ûntdekke" msgid "Discover New Feeds" msgstr "Nije feeds ûntdekke" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Slute" @@ -4115,7 +4154,7 @@ msgstr "Slute" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Flater negearje" @@ -4217,8 +4256,9 @@ msgstr "Meitsje dy gjin soargen! Alle besteande berjochten en ynstellingen wurde #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Dien" msgid "Double tap or long press the message to add a reaction" msgstr "Tik dûbeld of druk lang op in berjocht, om in reaksje ta te foegjen" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Tik dûbeld om de dialooch te sluten" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Tik dûbeld om der wol oer te meien" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Bluesky downloade" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "bygelyks alice.com" msgid "E.g. artistic nudes." msgstr "Bygelyks artistyk neaken." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "Byg. geweldige auteurs" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "Bygelyks spammers" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "Byg. de auteurs dy’t nea misse." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "Bygelyks brûkers dy’t faker mei advertinsjes reagearje." @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Bewurkje" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Avatar bewurkje" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Ofbylding bewurkje" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Ynteraksje-ynstellingen bewurkje" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Listdetails bewurkje" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Live-status bewurkje" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Myn feeds bewurkje" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Persoanen bewurkje" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Berjochtynteraksje-ynstellingen bewurkje" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Profyl bewurkje" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Profyl bewurkje" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Startpakket bewurkje" @@ -4454,15 +4494,15 @@ msgstr "Startpakket bewurkje" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Wa’t reagearje kin bewurkje" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Dyn startpakket bewurkje" @@ -4470,16 +4510,16 @@ msgstr "Dyn startpakket bewurkje" msgid "Education" msgstr "Underwiis" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "De makker fan dizze list hat dy blokkearre, of do hast de makker blokkearre." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mailadres" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "E-mail-2FA útskeakele" @@ -4492,7 +4532,7 @@ msgstr "E-mail-2FA ynskeakele" msgid "Email address" msgstr "E-mailadres" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mailberjocht opnij ferstjoerd" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "E-mailferifikaasje foltôge!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-mailadres ferifiearre" @@ -4527,7 +4567,7 @@ msgstr "Berjocht ynslute" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Nim dit bericht op yn dyn website. Kopiearje ienfâldichwei it folgjende fragmint en plak it yn de HTML-koade fan dyn website." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Yntegrearre fideospiler" @@ -4542,12 +4582,7 @@ msgstr "Ynskeakelje" msgid "Enable {0} only" msgstr "Allinnich {0} ynskeakelje" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Ynhâld foar folwoeksenen ynskeakelje" @@ -4583,7 +4618,7 @@ msgstr "Skeakelje meldingen yn foar in account troch harren profyl te besykjen e msgid "Enable push notifications" msgstr "Pushmeldingen ynskeakelje" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "Populêre ûnderwerpen ynskeakelje" msgid "Enable trending videos in your Discover feed" msgstr "Populêre fideo’s yn dyn Discover-feed ynskeakelje" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Ynskeakele" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Fier dyn e-mailadres yn" @@ -4670,15 +4705,15 @@ msgstr "Fier fyn wachtwurd yn" msgid "Enter your username and password" msgstr "Fier dyn brûkersnamme en wachtwurd yn" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Iepenet folslein skerm" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Ferdivedaasje" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Flater" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Flaterberjocht" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Der is in flater bard by it bewarjen fan it bestân" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Flater by ûntfangen fan captcha-antwurd." @@ -4712,11 +4747,11 @@ msgstr "Flater by ûntfangen fan captcha-antwurd." msgid "Error: {error}" msgstr "Flater: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Elkenien kin reagearje" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Elkenien kin reagearje op dit berjocht." @@ -4783,7 +4818,7 @@ msgstr "Ut- of ynklappe fan it folsleine berjocht dêr’tsto op reagearrest" msgid "Expand post text" msgstr "Berjochttekst útklappe" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Klapt berjochttekst út of yn" @@ -4826,21 +4861,21 @@ msgstr "Eksplisite of mooglik oanstjitjaande media." msgid "Explicit sexual images." msgstr "Eksplisite seksuele ôfbyldingen." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Untdekke" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Myn gegevens eksportearje" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Eksterne media" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Eksterne media kinne websites tastean om ynformaasje oer dy en dyn apparaat te sammeljen. Der wurdt gjin ynformaasje ferstjoerd of frege oantsto op de knop ‘ôfspylje’ drukst." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Eksterne-mediafoarkarren" @@ -4946,7 +4981,7 @@ msgstr "Priveeberjocht kin net fuorsmiten wurde" msgid "Failed to delete post, please try again" msgstr "Berjocht fuortsmiten mislearre, probearje it opnij" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Fuortsmiten fan it startpakket is mislearre" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "Laden van konversaasjes mislearre" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Laden fan feedfoarkarren is mislearre" @@ -5037,14 +5072,14 @@ msgstr "Laden fan foarkar mislearre." msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Laden fan foarstelde feeds is mislearre" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "It is net slagge om in list te laden mei folchsuggestjes" @@ -5067,12 +5102,12 @@ msgstr "Alle fersiken as lêzen markearje mislearre" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Fêstsetten fan berjocht is mislearre" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "It bewarjen fan de ôfbylding is mislearre: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Ynstellingen bewarjen mislearre. Probearje it opnij." @@ -5168,7 +5203,7 @@ msgstr "It wikseljen tusken wol/net-negearje fan it petear is mislearre, probear msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "Ynstellingen e-mail-2FA bywurkjen mislearre" msgid "Failed to update email, please try again." msgstr "E-mailadres bywurkjen mislearre, probearje it opnij." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Net slagge om de feeds by te wurkjen" @@ -5197,12 +5232,10 @@ msgstr "Bywurkjen meldingsdeklaraasje mislearre" msgid "Failed to update settings" msgstr "Ynstellingen bywurkje mislearre" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Fideo oplade mislearre" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "Feedmakker" msgid "Feed identifier" msgstr "Feedidentifikator" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Feedmenu" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Feed wikselje" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feeds" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Update ophelje" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Bestân mei sukses bewarre!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Filterje op feeds" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filter sykje op taal (op dit stuit: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Foltôgje" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Sykje accounts om te folgjen" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Sykje minsken om te folgjen" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Folgje" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "{0} folgje" @@ -5458,7 +5499,7 @@ msgstr "{0} folgje" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "{handle} folgje" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "7 accounts folgje" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Account folgje" @@ -5486,8 +5527,8 @@ msgstr "Account folgje" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Alle folgje" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Folgers fan @{0} dy’tsto kinst" @@ -5552,28 +5593,29 @@ msgstr "Folgers dy’tsto kinst" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Folgjend" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Folgjend" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Folget {0}" @@ -5582,7 +5624,7 @@ msgstr "Folget {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Do folgest {handle}" @@ -5591,7 +5633,7 @@ msgstr "Do folgest {handle}" msgid "Following feed preferences" msgstr "Folchfeedfoarkarren" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Folchfeedfoarkarren" @@ -5613,7 +5655,7 @@ msgstr "Lettergrutte" msgid "Food" msgstr "Iten en drinken" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "Oan de slach" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Tebek" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Tebek" @@ -5867,8 +5909,8 @@ msgstr "Tebek nei de foarige stap" msgid "Go home" msgstr "Nei startside" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Gean live" @@ -5879,8 +5921,8 @@ msgstr "Gean live" msgid "Go Live" msgstr "Gean live" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Gean live foar" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "Gean nei it profyl fan {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Gean nei accountynstellingen" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Haptyske feedback" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "Hasto in koade? <0>Klik hjir." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Hasto problemen?" @@ -6145,11 +6197,11 @@ msgstr "Hjir is dyn app-wachtwurd!" msgid "Hey there 👋" msgstr "Ha goeie 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "Ferstoppe" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Ferstoppe troch dyn moderaasjeynstellingen." @@ -6166,23 +6218,19 @@ msgstr "Ferstoppe troch dyn moderaasjeynstellingen." msgid "Hidden list" msgstr "Ferburgen list" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ferstopje" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ferstopje" @@ -6195,7 +6243,7 @@ msgstr "Oanpassingsopsjes ferstoppe" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Berjocht foar my ferstopje" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Reaksje foar elkenien ferstopje" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Reaksje foar my ferstopje" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "Dizze kaart ferstopje" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Dit berjocht ferstopje?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Dizze reaksje ferstopje?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Populêre ûnderwerpen ferstopje" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Populêre ûnderwerpen ferstopje?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Populêre fideo’s ferstopje?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Brûkerslist ferstopje" @@ -6267,12 +6308,12 @@ msgstr "Brûkerslist ferstopje" msgid "Hide verification badges" msgstr "Ferifikaasjebadges ferstopje" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Ferstoppet de ynhâld" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Hmm, de feedserver hat in ûnjildich antwurd werom jûn. Stel de feedeig msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, wy hawwe problemen mei it finen fan dizze feed. Dizze is mooglik fuortsmiten." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmm, it liket derop dat wy problemen hawwe mei it laden fan dizze gegevens. Sjoch hjirûnder foar mear ynformaasje. Nim kontakt mei ús op as dit probleem bliuwt." @@ -6316,14 +6357,14 @@ msgstr "Hmm, it liket derop dat wy problemen hawwe mei it laden fan dizze gegeve msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, wy koene dy moderaasjetsjinst net lade." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Wachtsje even! Wy jouwe stadichoan tagong ta fideo en do stiest noch hieltyd yn de rige. Kom fluch werom!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Startside" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Ik haw in koade" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Asto neffens de wetten fan dyn lân noch gjin folwoeksene bist moat dyn âlder of wetlike fâd dizze nammens dy lêze." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Asto dizze list fuotsmytst, kinsto dizze net mear werstelle." @@ -6420,7 +6461,7 @@ msgstr "Asto in eigen domein hast, kinsto dat as handle brûke. Sa kinsto dyn id msgid "If you need to update your email, <0>click here." msgstr "Asto dyn e-mailadres bywurkje moatst, <0>klik hjir." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Asto dit berjocht fuortsmytst, kinsto it net mear werstelle." @@ -6441,7 +6482,7 @@ msgstr "Asto beheine wolst wa’t meldingen foar de aktiviteit fan dyn account msgid "If you're a developer, you can host your own server." msgstr "Asto in ûntwikkeler bist, kinsto dyn eigen server hoste." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Asto dyn handle of e-mailadres probearrest te wizigjen, doch dit dan eardatsto de-aktivearrest." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Ofbylding" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Ofbyldingsbuffer wiske, {0} frijmakke" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Fer de koade yn dy’t nei dy e-maild is" msgid "Interaction limited" msgstr "Ynteraksje beheind" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Ynteraksjeynstellingen" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Unjildige 2FA-befêstigingskoade." @@ -6691,7 +6732,7 @@ msgstr "Unjildich rapportûnderwerp" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Unjildige ferifikaasjekoade" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Utnûgingskoade" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Utnûgingskoade net akseptearre. Kontrolearje oftsto dizze korrekt ynfierd hast en probearje it opnij." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Nûgje minsken út foar dit startpakket!" @@ -6786,26 +6827,26 @@ msgstr "Utnûgingen, mar dan persoanlik" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Dat is korrekt" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Do bist no noch de iennige! Foegje mear persoanen ta oan dyn startpakket troch hjirboppe te sykjen." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Taak-ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Fakatueres" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Lid wurde fan Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Doh mei oan it petear" msgid "Journalism" msgstr "Sjoernalistyk" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "Hâld my op de hichte" msgid "KWS website" msgstr "KWS-website" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Labele troch {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Labele troch de auteur." @@ -6893,7 +6934,7 @@ msgstr "Labels op dyn account" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Taalynstellingen" @@ -6907,12 +6948,12 @@ msgstr "Talen" msgid "Larger" msgstr "Grutter" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Lêst start {timeAgo} lyn" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Lêst start, sakrekt" @@ -6923,8 +6964,8 @@ msgstr "Lêst start, sakrekt" msgid "Latest" msgstr "Lêste" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "Mear ynfo oer leeftiidsferifikaasje" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Mear ynfo oer Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Mear ynfo oer it sels hosten fan dyn PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Mear info oer de moderaasje tapast op dizze ynhâld" @@ -6984,8 +7025,8 @@ msgstr "Lês mear oer dizze wizigingen en hoe’tsto dyn tinzen mei ús diele ki msgid "Learn more about this warning" msgstr "Mear ynfo oer dizze warskôging" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Mear ynfo oer wat iepenbier is op Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Mear ynformaasje yn dyn <0>accountynstellingen." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Mear ynfo." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "noch te gean." @@ -7080,7 +7121,7 @@ msgstr "Lit my kieze" msgid "Let's get your password reset!" msgstr "Litte wy dyn wachtwurd opnij ynstelle!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Los!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Ljocht" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Mei ’k wol oer" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Mei ’k wol oer ({0, plural, one {# mei-’k-wol-oer} other {# mei-’k-wol-oers}})" @@ -7114,7 +7155,7 @@ msgstr "Mei wol oer 10 berjochten" msgid "Like 10 posts to train the Discover feed" msgstr "Mei wol oer 10 berjochten om de Untdekken-feed te trainen" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Mei wol oer dizze feed" @@ -7122,8 +7163,8 @@ msgstr "Mei wol oer dizze feed" msgid "Like this labeler" msgstr "Mei wol oer dizze labeler" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Mei hjir wol oer" @@ -7140,26 +7181,26 @@ msgstr "Mei ’k wol oer troch" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Mei ’k wol oer troch {0, plural, one {# brûker} other {# brûkers}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Mei-’k-wol-oers" msgid "Likes of your reposts" msgstr "Mei-’k-wol-oers fan dyn opnij-pleatsingen" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Mei-’k-wol-oers op dit berjocht" @@ -7191,11 +7232,16 @@ msgstr "Lineêr" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "List" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "Listmakker" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "List fuortsmiten" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "List is ferstoppe" @@ -7248,7 +7294,7 @@ msgstr "List is ferstoppe" msgid "List Hidden" msgstr "List ferstoppe" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "List negearre" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "List net-blokkearre" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "List net-negearre" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listen" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "Live-keppeling" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Mear lade" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Mear foarstelde feeds lade" @@ -7346,16 +7392,16 @@ msgstr "Nije meldingen lade" msgid "Load new posts" msgstr "Nije berjochten lade" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Lochboek" @@ -7405,11 +7451,6 @@ msgstr "Logo troch <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Liket op XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Wês wis dat dit is wêr’tsto hinne wolst!" msgid "Manage saved feeds" msgstr "Bewarre feeds beheare" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Ferifikaasjeynstellingen beheare" @@ -7461,8 +7502,14 @@ msgstr "Dyn negearre wurden en tags beheare" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Alles as lêzen markearje" @@ -7473,6 +7520,10 @@ msgstr "Alles as lêzen markearje" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Media" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "fermelde brûkers" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Berjocht fuortsmiten" @@ -7603,7 +7655,7 @@ msgstr "Berjocht fan @{0}: {1}" msgid "Message from server: {0}" msgstr "Berjocht fan server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Ynfierfjild priveeberjocht" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "Berjochtopsjes" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Berjochten" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderaasje" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Moderaasjedetails" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Moderaasjelist troch <0/>" msgid "Moderation list by you" msgstr "Moderaasjelist troch dy" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderaasjelist oanmakke" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderaasjelist bywurke" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Moderaasjelisten" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Moderaasjelisten" @@ -7697,11 +7755,11 @@ msgstr "Moderaasjelisten" msgid "moderation settings" msgstr "moderaasjeynstellingen" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderaasjetastannen" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderaasje-ark" @@ -7710,8 +7768,8 @@ msgstr "Moderaasje-ark" msgid "Moderator has chosen to set a general warning on the content." msgstr "De moderator hat derfoar keazen om in algemiene warskôging yn te stellen foar de ynhâld." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Mear feeds" @@ -7720,10 +7778,10 @@ msgstr "Mear feeds" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Mear opsjes" @@ -7747,7 +7805,7 @@ msgstr "Muzyk" msgid "Mute" msgstr "Negearje" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Negearje" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Account negearje" @@ -7816,13 +7874,13 @@ msgstr "Dit wurd allinnich yn tags negearje" msgid "Mute this word until you unmute it" msgstr "Dit wurd negearje oantsto it negearjen annulearrest" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Petear negearje" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Wurden en tags negearje" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Negearre accounts" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Negearre accounts" @@ -7852,7 +7910,7 @@ msgstr "Fan negearre accounts wurde de berjochten fuortsmiten út dyn feed en ú msgid "Muted by \"{0}\"" msgstr "Negearre troch ‘{0}’" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Negearre wurden en tags" @@ -7881,7 +7939,7 @@ msgstr "Myn feeds" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Namme" @@ -7891,12 +7949,12 @@ msgstr "Natuer" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navigearje nei {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Navigearje nei startpakket" @@ -7910,8 +7968,8 @@ msgstr "Navigearje nei folgjende skerm" msgid "Navigates to your profile" msgstr "Navigearret nei dyn profyl" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Moatst melding meitsje fan in skeining fan it auteursrjocht, in wetlike oanfraach, of in kwestje fan neilibjen fan de regeljouwing?" @@ -7919,10 +7977,6 @@ msgstr "Moatst melding meitsje fan in skeining fan it auteursrjocht, in wetlike msgid "Nevermind, create a handle for me" msgstr "Makket net út, meitsje in handle foar my oan" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nij" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Nij e-mailadres" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Nije funksje" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nij wachtwurd" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nij berjocht" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nij berjocht" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Nijste antwurden earst" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Nijs" @@ -8088,15 +8142,15 @@ msgstr "Nijs" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Folgjende" @@ -8108,12 +8162,16 @@ msgstr "Folgjende ôfbylding" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Noch gjin mei-’k-wol-oers" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Do folgest {0} net mear" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Noch gjin meldingen!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Allinnich de auteur mei dit berjocht sitearje." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Gjin resultaten" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Gjin resultaten foar ‘{0}’." @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Gjin resultaten." @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Nee, tank" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Gjinien" @@ -8360,7 +8418,7 @@ msgstr "Gjinien hat dit sitearre. Miskien moatsto de earste wêze!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Gjinien hat dit opnij pleatst. Miskien moatsto de earste wêze!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Gjinien fûn, Probearje in oar te sykjen." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Net fûn" @@ -8407,7 +8465,7 @@ msgstr "Net fûn" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Opmerking oer diele" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "Opmerking: dit berjocht is allinnich sichtber foar oanmelde brûkers." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Meldingsynstellingen" @@ -8435,8 +8497,8 @@ msgstr "Meldingsynstellingen" msgid "Notification sounds" msgstr "Meldingslûden" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Meldingslûden" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Meldingen" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Oké" @@ -8505,6 +8567,10 @@ msgstr "Aldste antwurden earst" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "op<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Alt-tekst ûntbrekt by ien of mear GIF’s." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Alt-tekst ûntbrekt by ien of mear ôfbyldingen." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Alt-tekst ûntbrekt by ien of mear fideo’s." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Allinnich {0} kin reagearje." @@ -8556,7 +8622,7 @@ msgstr "Allinnich {0} kin reagearje." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "Allinnich folgers dy’t ik folgje" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Allinnich ôfbyldingsbestannen wurde stipe" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Avatar-makker iepenje" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Petearopsjes iepenje" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Menu iepenje" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Emoji-kiezer iepenje" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Keppeling nei {niceUrl} iepenje" @@ -8713,11 +8779,11 @@ msgstr "Berjochtopsjes iepenje" msgid "Open moderation debug page" msgstr "Moderaasje-debugside iepenje" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Negearre wurden en tags-ynstellingen iepenje" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Pakket iepenje" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "Dielmenu iepenje" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Startpakketmenu iepenje" @@ -8759,9 +8825,8 @@ msgstr "Systeemlochboek iepenje" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Iepenet oanfoljende details foar in debug-item" msgid "Opens alt text dialog" msgstr "Iepenet Alt-tekstfinster" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Iepenet kamera op apparaat" @@ -8804,28 +8869,28 @@ msgstr "Iepenet it dialoochfinster ‘Handle wizigje’" msgid "Opens composer" msgstr "Iepenet composer" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Iepenet proses om in nij Bluesky-account oan te meitsjen" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Iepenet it proses om dy oan te melden by dyn besteande Bluesky-account" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Iepenet de helpdesk yn dyn browser" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Iepenet dit profyl" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opsjes:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Of gean troch mei in oare account." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Of meld dy oan by ien fan dyn oare accounts." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Wachtwurd" @@ -8993,7 +9094,7 @@ msgstr "Wachtwurd" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Wachtwurd moat op syn minst 8 tekens lang wêze." @@ -9005,7 +9106,7 @@ msgstr "Wachtwurd bywurke" msgid "Password updated!" msgstr "Wachtwurd bywurke!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pauzearje" @@ -9020,7 +9121,7 @@ msgstr "Fideo pauzearje" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Persoanen" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Persoanen folge troch @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Persoanen dy’t @{0} folgje" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Tagong ta dyn fotobiblioteek is wegere. Skeakelje dit yn dyn systeemynstellingen yn." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Persoan wikselje" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Ofbyldingen bedoeld foar folwoeksenen." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Feed fêstmeitsje" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fêstsette op startside" @@ -9131,8 +9232,8 @@ msgstr "Fêstsette op startside" msgid "Pin to Home" msgstr "Fêstsette op startside" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fêstmeitsje oan dyn profyl" @@ -9151,11 +9252,11 @@ msgstr "{0} fêstset op startside" msgid "Pinned Feeds" msgstr "Fêstsette feeds" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Fêstset oan dyn feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Ofspylje" @@ -9169,12 +9270,12 @@ msgstr "{0} ôfspylje" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Fideo ôfspylje" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Fideo ôfspylje" @@ -9182,7 +9283,7 @@ msgstr "Fideo ôfspylje" msgid "Plays or pauses the GIF" msgstr "Spilet of pauzearret de GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Spilet of pauzearret de fideo" @@ -9190,7 +9291,7 @@ msgstr "Spilet of pauzearret de fideo" msgid "Plays the GIF" msgstr "Spilet de GIF ôf" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Spilet de fideo ôf" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Dyn handle kieze." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Kies dyn wachtwurd." @@ -9219,12 +9320,12 @@ msgstr "Klik op de keppeling yn it e-mailberjocht dat wy sakrekt ferstjoerd haww msgid "Please complete the verification captcha." msgstr "Fier de ferifikaasje-captcha yn." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Kontrolearje nochris oft jo jo e-mailadres korrekt ynfierd hawwe." @@ -9232,7 +9333,7 @@ msgstr "Kontrolearje nochris oft jo jo e-mailadres korrekt ynfierd hawwe." msgid "Please enter a password." msgstr "Fier in wachtwurd yn." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Fier in wachtwurd yn. It moat op syn minst 8 tekens lang wêze." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Fier de befeiligingskoade dy’t wy nei dyn foarige e-mailadres ferstjoerd hawwe yn." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Fier dyn e-mailadres yn." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Fier dyn útnûgingskoade yn." @@ -9306,8 +9407,8 @@ msgstr "Lis út wêromsto tinkst dat dyn chats ûnrjochtlik útskeakele binne" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Gean werom of aktivearje dit elemint om werom te kearen nei de start fan de aktive ynhâld." @@ -9333,7 +9434,7 @@ msgstr "Selektearje in reden foar dit rapport" msgid "Please sign in as @{0}" msgstr "Meld dy oan as @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Skriuw hjirûnder dyn berjocht:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Polityk" @@ -9367,18 +9468,18 @@ msgstr "Polityk" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Pleatse" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Berjocht" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Alles pleatse" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "Berjocht blokkearre" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Berjocht fan @{0}" @@ -9423,10 +9529,10 @@ msgstr "Berjocht fuortsmiten" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Berjocht kin net opladen wurde. Kontrolearje dyn ynternetferbining en probearje it opnij." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Berjocht is fuortsmiten" @@ -9440,11 +9546,11 @@ msgstr "Berjocht ferstoppe troch negearre wurd" msgid "Post Hidden by You" msgstr "Berjocht troch dy ferstoppe" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Ynstellingen foar berjochtynteraksje" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Ynstellingen foar berjochtynteraksje" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Berjocht net fûn" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Berjocht fêstset" @@ -9478,7 +9584,7 @@ msgstr "Berjocht fêstset" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Berjocht losmakke" @@ -9487,7 +9593,7 @@ msgstr "Berjocht losmakke" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Berjochten" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Druk om opnij ferbining te meitsjen" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacy" msgid "Privacy and security" msgstr "Privacy en befeiliging" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Privacy- en befeiligingsystellingen" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Privacybelied" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Fideo ferwurkje…" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profyl" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Iepenbiere, dielbere listen fan brûkers om yn bulk te dôvjen of te blokkearjen." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Berjocht pleatse" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Berjochten pleatse" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Antwurden publisearje" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Antwurd publisearje" @@ -9685,7 +9791,7 @@ msgstr "QR-koade bewarre yn dyn fotobiblioteek!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Berjocht sitearje" @@ -9723,8 +9829,8 @@ msgstr "Oer de snelheidslimyt – do hast yn koarte tiid te faak probearre dyn h msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Sitaat opnij tafoegje" @@ -9745,7 +9851,7 @@ msgstr "Mei {emoji} reagearje" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Dyn account opnij aktivearje" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Blogartikel lêze" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Minder ynfo" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Mear ynfo" @@ -9780,7 +9886,7 @@ msgstr "Mear reaksjes lêze" msgid "Read our blog post" msgstr "Lês ús blogberjocht" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Lês it Bluesky-blog" @@ -9794,11 +9900,11 @@ msgstr "Lês it Bluesky-privacybelied" msgid "Read the Bluesky Terms of Service" msgstr "Lês de Bluesky-tsjinstbetingsten" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Petearen opnij lade" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Fuortsmite" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "{displayName} út startpakket fuortsmite" @@ -9914,8 +10021,8 @@ msgstr "Bylage fuortsmite" msgid "Remove Avatar" msgstr "Avatar fuortsmite" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Banner fuortsmite" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Ut myn feeds fuortsmite" @@ -9960,8 +10067,8 @@ msgstr "Ut myn feeds fuortsmite" msgid "Remove from quick access?" msgstr "Ut flugge tagong fuortsmite?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Ut bewarre feeds fuortsmite" @@ -9970,7 +10077,7 @@ msgstr "Ut bewarre feeds fuortsmite" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Ut myn feeds fuortsmite?" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Dizze feed út dyn bewarre feeds fuortsmite" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "Brûker út list fuortsmite" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Ferifikaasje fuortsmite" @@ -10029,11 +10140,11 @@ msgstr "Ferifikaasje fuortsmite" msgid "Remove your verification for this account?" msgstr "Dyn ferifikaasje foar dizze account fuortsmite?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Troch auteur fuortsmiten" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Troch dy fuortsmiten" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Ut myn feeds fuortsmiten" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Antwurden" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Antwurden útskeakele" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Antwurden op dit berjocht binne útskeakele." @@ -10141,14 +10253,14 @@ msgstr "Antwurden op dit berjocht binne útskeakele." msgid "Reply" msgstr "Reagearje" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Reagearje" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Beäntwurdzje ({0, plural, one {# antwurd} other {# antwurden}})" @@ -10162,7 +10274,7 @@ msgstr "Reaksje ferstoppe troch auteur fan petear" msgid "Reply Hidden by You" msgstr "Reaksje ferstoppe troch dy" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Reaksjeynstellingen wurde keazen troch de auteur fan it petear" @@ -10185,8 +10297,8 @@ msgstr "Reaksje is mei sukses ferstoppe" msgid "Report" msgstr "Melde" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Account melde" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Petear melde" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Dialooch melde" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Feed melde" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "List melde" @@ -10216,8 +10328,8 @@ msgstr "List melde" msgid "Report message" msgstr "Priveeberjocht melde" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Berjocht melde" @@ -10225,8 +10337,8 @@ msgstr "Berjocht melde" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Startpakket melde" @@ -10292,7 +10404,7 @@ msgstr "Opnij pleatse ({0, plural, one {# werpleatsing} other {# werpleatsingen} #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Opnij pleatse of berjocht sitearje" @@ -10330,12 +10442,12 @@ msgstr "Opnij-pleatsingen fan dit berjocht" msgid "Reposts of your reposts" msgstr "Opnij-pleatsingen fan dyn opnij-pleatsingen" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Alt-tekst fereaskje foar it pleatsen" msgid "Require an email code to sign in to your account." msgstr "In e-mailkoade is nedig om dy oan te melden by dyn account." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Fereaske foar dizze provider" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "E-mailberocht opnij ferstjoere" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "E-mailberocht opnij ferstjoere" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Ferifikaasje-e-mailberocht opnij ferstjoere" @@ -10453,6 +10565,11 @@ msgstr "Wachtwurd opnij ynstelle" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Werhellet de lêste aksje, dêr’t in flater by barde" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Werhellet de lêste aksje, dêr’t in flater by barde" msgid "Retry" msgstr "Opnij probearje" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Laadopsje foar rapport opnij lade" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Tebek nei foarige side" @@ -10521,7 +10638,7 @@ msgstr "Tebek nei de startside" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Tebek nei de foarige side" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Wizigingen bewarje" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Ofbylding bewarje" @@ -10608,8 +10725,8 @@ msgstr "Nije handle bewarje" msgid "Save QR code" msgstr "QR-koade bewarje" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Yn myn feeds bewarje" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Feeds bewarje" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Bewarre yn dyn feeds" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Sis hallo!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Nei boppe" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Sykje" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Berjochten fan @{0} trochsykje" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Sykje op namme of ynteresse" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Feeds trochsykje" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Sykje nei feeds dy’tsto oan oaren foarstelle wolst." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Nei mear accounts sykje" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Nei mear feeds sykje" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "Myn berjochten trochsykje" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Berjochten trochsykje" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Profilen sykje" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Sykje…" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Siket nei profilen" @@ -10829,14 +10946,14 @@ msgstr "#{tag}-berjochten besjen" msgid "See #{tag} posts by user" msgstr "#{tag}-berjochten fan brûker besjen" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Fakatueres by Bluesky bejen" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Mear toane" @@ -10844,16 +10961,11 @@ msgstr "Mear toane" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "In kleur selektearje" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Account selektearje" @@ -10910,7 +11022,7 @@ msgstr "In avatar selektearje" msgid "Select an emoji" msgstr "In emoji selektearje" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Selektearje in opsje" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Fan in besteand account selektearje" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Selektearje hoe lang asto dit wurd negearje wolst." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Taal selektearje" @@ -10987,7 +11099,7 @@ msgstr "Taal selektearje…" msgid "Select languages" msgstr "Taal selektearje" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Moderaasjetsjinst selektearje" @@ -11028,7 +11140,7 @@ msgstr "Selektearje de taal dy’t brûkt wurde moat foar de brûkersinterface f msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selektearje hokker talen asto opnimme wolst yn dyn abonnearre feeds. Alle talen wurde werjûn as der gjin talen selektearre binne." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Dyn bertedatum selektearje" @@ -11045,7 +11157,7 @@ msgstr "Selektearje de taal wêryn’tsto de oersettingen yn dyn feed werjaan wo msgid "Select your preferred notification channels" msgstr "Selektearje dyn winske meldingskanalen" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Feedback ferstjoere" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Berjocht ferstjoere" @@ -11089,7 +11201,7 @@ msgstr "Berjocht nei {name} ferstjoere" msgid "Send post to..." msgstr "Berjocht ferstjoere nei…" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Melding nei {title} ferstjoere" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Ferifikaasje-e-mailberjocht ferstjoere" @@ -11133,7 +11245,7 @@ msgstr "App-piktogram ynstelle op {0}" msgid "Set new password" msgstr "Nij wachtwurd ynstelle" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Dyn account ynstelle" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Stelt e-mail yn foar it opnij ynstellen fan wachtwurden" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Ynstellingen" @@ -11222,7 +11334,7 @@ msgstr "Ynstellingen foar antwurdmeldingen" msgid "Settings for repost notifications" msgstr "Ynstellingen foar meldingen fan opnij-pleatsingen" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Ynstellingen bewarre" @@ -11242,7 +11354,7 @@ msgstr "Seksueel suggestyf" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Diele" @@ -11251,7 +11363,7 @@ msgstr "Diele" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Dochs diele" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Keppeling diele" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Keppelingdialooch diele" @@ -11304,12 +11416,12 @@ msgstr "Berjocht at:// URI diele" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "QR-koade diele" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Dizze feed diele" @@ -11318,22 +11430,22 @@ msgstr "Dizze feed diele" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Dit startpakket diele" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Diel dit startpakket en help minsken lid te wurden fan dyn mienskip op Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Diele fia…" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Dielde foarkarren-tester" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Toane" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Alt-tekst toane" @@ -11373,14 +11489,14 @@ msgstr "Alt-tekst toane" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Dochs toane" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "Oanpassingsopsjes toane" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Minder hjirfan toane" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "List dochs toane" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Mear hjirfan toane" @@ -11445,8 +11561,8 @@ msgstr "Antwurden toane" msgid "Show replies as" msgstr "Antwurden toane as" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Reaksje foar elkenien toane" @@ -11455,8 +11571,8 @@ msgstr "Reaksje foar elkenien toane" msgid "Show reposts" msgstr "Opnij-pleatsingen toane" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Warskôging en filter út feeds toane" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Toant ynformaasje oer wannear’t dit bejoicht oanmakke is" @@ -11486,15 +11602,15 @@ msgstr "Toant ynformaasje oer wannear’t dit bejoicht oanmakke is" msgid "Shows other accounts you can switch to" msgstr "Toant oare accounts wêrneisto wikselje kinst" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Toant de ynhâld" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Toant de ynhâld" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Oanmelde" msgid "Sign in as {0}" msgstr "Oanmelden as {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Oanmelde of registrearje in account" @@ -11551,16 +11667,17 @@ msgstr "Meld dy oan by Bluesky of meitsje in nij account" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Meld dy oan om berjocht te besjen" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Oerslaan" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "Snûzet it omtinken" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Softwareûntwikkeler" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Guon fan dyn ferifikaasjes binne ûnjildich." @@ -11664,7 +11786,7 @@ msgstr "Guon fan dyn ferifikaasjes binne ûnjildich." msgid "Some other feeds you might like" msgstr "Inkelde oare feeds dêr’tsto miskien wol oer meist" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Guon minsken kinne reagearje" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Der is wat misgien" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Der is wat misgien, probearje it nochris" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Der is wat misgien. Probearje it oer in amerijke nochris." msgid "Something went wrong. Please try again." msgstr "Der is wat misgien. Probearje it nochris." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Klopt er wat net? Lit it ús witte." @@ -11759,8 +11881,8 @@ msgstr "Klopt er wat net? Lit it ús witte." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Sorry, dyn sesje is ferrûn. Meld dy opnij oan." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Start in petear, en it sil hjir ferskine." @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Chat starte mei {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Startpakket" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Startpakket troch {0}" @@ -11841,12 +11968,12 @@ msgstr "Startpakket troch {0}" msgid "Starter pack by <0/>" msgstr "Startpakket troch <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Startpakket troch dy" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Startpakket is ûnjildich" @@ -11854,7 +11981,7 @@ msgstr "Startpakket is ûnjildich" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Startpakketten" @@ -11893,7 +12020,7 @@ msgstr "Unthâld wiske, do moatst de app no opnij opstarte." msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Ferhaleboek" @@ -11928,13 +12055,13 @@ msgstr "Beswier yntsjinje" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Melding yntsjinje" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Abonnearje dy op @{0} om dizze labels te brûken:" msgid "Subscribe to account activity" msgstr "Abonnearje op accountaktiviteit" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Abonnearje op labeler" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Abonnearje op dizze labeler" @@ -11975,7 +12102,7 @@ msgstr "Abonnearje op dizze labeler" msgid "Subscribe to this list" msgstr "Abonnearje op dizze list" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Slagge" @@ -11998,7 +12125,7 @@ msgstr "Mei sukses ferifiearre" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Sinneûndergong" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Allinnich tags" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "Tik foar ynformaasje" msgid "Tap for more information" msgstr "Tik foar mear ynformaasje" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Betingsten" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Dank foar dyn kommentaar! It is nei de feedbehearder stjoerd." msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Tank, do hast dyn e-mailadres mei sukses ferifiearre. Do kinst dit dialoochfinster slute." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Dat it folgjende befettet:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Dat startpakket kin net fûn wurde." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Dy brûkersnamme is al yn gebrûk" @@ -12263,13 +12390,13 @@ msgstr "Dy brûkersnamme is al yn gebrûk" msgid "That's all, folks!" msgstr "Dat is alles minsken!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Dat wie alles!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "De account kin nei it deblokkearjen mei dy kommunisearje." @@ -12287,7 +12414,7 @@ msgstr "De auteur fan dit petear hat dizze reaksje ferstoppe." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "De Bluesky-webapplikaasje" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "It privacybelied is ferpleatst nei <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "It liket derop dat der problemen mei de server binne. Probearje it oer inkelde eagenblikken opnij." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "It startpakket datsto probearrest te besjen is ûnjildich. Do kinst dit startpakket yn stee dêrfan fuortsmite." @@ -12402,7 +12529,7 @@ msgstr "It stipeformulier is ferpleatst. Asto help nedich hast, kom by <0/> of b msgid "The Terms of Service have been moved to" msgstr "De Tsjinstbetingsten binne ferpleatst nei" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "De ferifikaasjekoade dy’tsto opjûn hast is ûnjildich. Kontrolearje oftsto de krekte ferifikaasjekeppeling brûkt hast of freegje in nije oan." @@ -12412,7 +12539,7 @@ msgstr "De ferifikaasjekoade dy’tsto opjûn hast is ûnjildich. Kontrolearje o msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Der is gjin tiidslimyt foar it de-aktivearjen fan de account; do kinst op elk momint weromkomme." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Der is in probleem bard by it ferbinen mei de server" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Der is in probleem bard by it ferbinen mei de server. Kontrolearje dyn ynternetferbining en probearje it opnij." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Der is in probleem bard by it opheljen fan meldingen. Tik hjir om it opnij te probearjen." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Der is in probleem bard by it opheljen fan berjochten. Tik hjir om it opnij te probearjen." @@ -12495,25 +12622,25 @@ msgstr "Der is in probleem bard by it bywurkjen fan dyn feeds. Kontrolearje dyn #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Der is in probleem bard! {0}" @@ -12521,10 +12648,10 @@ msgstr "Der is in probleem bard! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Der is in probleem bard. Kontrolearje dyn ynternetferbining en probearje msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Der is in ûnferwacht probleem bard yn de applikaasje. Lit it ús witte as dit by dy bard is!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Der is in grutte oanrin fan nije brûkers nei Bluesky! Wy aktivearje dyn account sa gau as mooglik." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Dizze {screenDescription} is markearre:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Dizze account hat in finkje, omdat it ferifiearre is toch fertroude boarnen." @@ -12584,7 +12711,7 @@ msgstr "Dizze account hat in finkje, omdat it ferifiearre is toch fertroude boar msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Dizze account hat ien of mear besochte ferifikaasjes, mar it is no noch net ferifiearre." @@ -12618,7 +12745,7 @@ msgstr "Dit beswier wurdt trochstjoerd nei de moderaasjetsjinst fan Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Dizze chat is ferbrutsen" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Dit petear is mei in fuortsmiten of de-aktivearre account. Druk foar opsjes" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Mei dizze funksje kinne brûkers meldingen ûntfange foar dyn nije berjochten en antwurden. Foar wa wolsto dit ynskeakelje?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Dizze funksje is yn bèta. Do kinst mear lêze oer repository-eksporten yn <0>dit blogberjocht." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "Dit is net in falide keppeling" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Dizze keppeling bringt dy nei de folgjende website:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Dizze list – makke troch <0>{0} – befettet mooglik skeiningen fan Bluesky-mienskipsrjochtlinen yn de namme of omskriuwing." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Dizze list – makke troch dy – befettet mooglik skeiningen fan Bluesky-mienskipsrjochtlinen yn de namme of omskriuwing." @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Dit berjocht beweart makke te wêzen op <0>{0}, mar waard foar it earst sjoen troch Bluesky op <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Der sit in ûnbekend type reaksjebeheining op dit berjocht. Mooglik is dyn app ferâldere." @@ -12845,19 +12972,19 @@ msgstr "Dit berjocht is allinnich sichtber foar oanmelde brûkers." msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Dit berjocht wurdt ferstoppe foar feeds en petearen. Dit kin net ûngedien makke wurde." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "De auteur fan dit berjocht hat it pleatsen fan sitaten útskeakele." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Dit profyl is allinnich sichtber foar oanmelde brûkers. It is net sichtber foar minsken dy’t net oanmeld binne." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Dizze reaksje wurdt sortearre yn in ferstoppe seksje ûnderoan it petear en negearret meldingen foar folgjende reaksjes – sawol foar dy as foar oaren." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Dizze tsjinst hat gjin tsjinstbetingsten of in privacybelied." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Dizze brûker is hjir nij. Druk foar mear ynfo oer wannear’t se lid wu msgid "This user isn't following anyone." msgstr "Dizze brûker folget net ien." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Hjirmei wurdt @{0} fuortsmiten út de flugge tagongslist." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Hjirmei wurdt dyn berjocht foar alle brûkers út it sitaat fuortsmiten en ferfongen troch in plakhâlder." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Petearfoarkarren" msgid "Threaded" msgstr "As petear" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Petearfoarkarren" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Do moatst dyn tagong ta it e-mailadres ferifiearje om de 2FA-metoade foar e-mail út te skeakeljen." @@ -13012,7 +13134,7 @@ msgstr "Do moatst dyn tagong ta it e-mailadres ferifiearje om de 2FA-metoade foa msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Do moatst dyn tagong ta <0>{0} ferifiearje om de 2FA-metoade foar e-mail út te skeakeljen" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Hjoed" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Wikselje om ynhâld foar folwoeksenen yn of út te skeakeljen" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Set it lûd oan of út" @@ -13053,7 +13175,7 @@ msgstr "Populêr" msgid "Top replies first" msgstr "Populêre reaksjes earst" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Underwerp" @@ -13061,8 +13183,8 @@ msgstr "Underwerp" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Oersette" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "Konversaasjebyld" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Populêr" @@ -13099,12 +13221,20 @@ msgstr "Populêr" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Fertrouwen ûntstiet út relaasjes, mienskippen en dielde kontekst, dus wy starte ek mei <0>fertroude ferifiearders: organisaasjes dy’t daliks ferifikaasje útjaan kinne." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Kin gjin ferbinding meitsje. Kontrolearje dyn ynternetferbining en probearje opnij." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Kin gjin kontakt meitsje mei dyn tsjinst. Kontrolearje dyn ynternetferbining." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Kin net fuortsmite" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "Feedynformaasje net beskikber" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Deblokkearje" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Deblokkearje" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Account deblokkearje" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Account deblokkearje?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "List deblokkearje" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Opnij pleatsen ûngedien meitsje ({0, plural, one {# opnijpleatsing} other {# opnijpleatsingen}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0} ûntfolgje" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Account ûntfolgje" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Untfolget de brûker" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Spitigernôch stipet gjin fan dyn abonnearre labelers dit rapporttype." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Unbekende ferifiearder" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Mei ’k net mear oer" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Mei ik net mear oer ({0, plural, one {# mei-’k-net-mear-oer} other {# mei-’k-net-mear-oers}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Net mear negearje" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Net mear negearje" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Account net mear negearje" @@ -13379,8 +13536,8 @@ msgstr "Account net mear negearje" msgid "Unmute conversation" msgstr "Petear net mear negearje" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "List net mear negearje" @@ -13388,8 +13545,8 @@ msgstr "List net mear negearje" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Petear net mear negearje" @@ -13397,14 +13554,14 @@ msgstr "Petear net mear negearje" msgid "Unmute video" msgstr "Fideo net mear negearje" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Losmeitsje" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Feed losmeitsje" @@ -13414,13 +13571,13 @@ msgstr "Feed losmeitsje" msgid "Unpin from home" msgstr "Fan startside losmeitsje" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Fan profyl losmeitsje" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Moderaasjelist losmeitsje" @@ -13429,29 +13586,34 @@ msgstr "Moderaasjelist losmeitsje" msgid "Unpinned {0} from Home" msgstr "{0} fan startside losmakke" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Fan dyn feeds losmakke" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "E-mailomtinken aktyf meitsje" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Ofmelde" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Fan list ôfmelde" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Fan dizze labeler ôfmelde" @@ -13463,7 +13625,7 @@ msgstr "Fan lis ôfmeld" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Bywurkje nei {domain}" msgid "Update your email" msgstr "Dyn e-mailadres bywurkje" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Laad in tekstbestân op nei:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Fan kamera ôf oplade" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Fan bestannen út oplade" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Fan bibloteek út oplade" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Ofbyldingen oplade…" msgid "Uploading link thumbnail..." msgstr "Keppelingminiatuer oplade…" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Fideo oplade…" @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Brûkerslist troch dy" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Brûkerslist oanmakke" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Brûkerslist bywurke" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Brûkersnamme mei net langer as {MAX_SERVICE_HANDLE_LENGTH, plural, one {}other {# tekens}} wêze" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Brûkersnamme mei net mei in keppelteken begjinne of einigje" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Brûkersnamme mei allinnich letters (a-z), sifers en keppeltekens befetsje" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Brûkersnamme of e-mailadres" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "brûkers folge troch <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "brûkers dy’t <0>@{0} folgje" @@ -13707,11 +13869,11 @@ msgstr "Wearde:" msgid "Verification failed, please try again." msgstr "Ferifikaasje mislearre, probearje it opnij." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Ferifikaasjeynstellingen" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Ferifikaasjeynstellingen" @@ -13720,14 +13882,14 @@ msgstr "Ferifikaasjeynstellingen" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Ferifikaasjes op Bluesky wurkje oars as op oare platfoarms. <0>Mear ynfo hjir." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Ferifiearre troch:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Account ferifiearje" @@ -13790,12 +13952,12 @@ msgstr "Dyn leeftiid ferifiearje" msgid "Verify your email" msgstr "Ferifiearje dyn e-mailadres" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Ferifiearje" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Status fan leeftiidsferifikaasje" @@ -13815,16 +13977,16 @@ msgstr "Ferzje {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Fideo" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Fideo kin net ferwurke wurde" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Fideofeed" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Fideo fan {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Fideospultsjes" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Fideo is pauzearre" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Fideo spilet" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Fideo net fûn." @@ -13859,12 +14021,12 @@ msgstr "Fideo net fûn." msgid "Video settings" msgstr "Fideo-ynstellingen" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Fideo opladen" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Fideo: {0}" @@ -13872,19 +14034,13 @@ msgstr "Fideo: {0}" msgid "Videos" msgstr "Fideo’s" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Avatar fan {0} besjen" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Profyl fan {0} besjen" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Profyl fan blokkearre brûker besjen" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Blogartikel foar mear details besjen" @@ -13936,8 +14092,8 @@ msgstr "Blogartikel foar mear details besjen" msgid "View debug entry" msgstr "Debug-item besjen" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Details besjen" @@ -13977,13 +14133,13 @@ msgstr "Mear besjen" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "De labeltsjinst fan @{0} besjen" msgid "View this user's verifications" msgstr "Ferifikaasjes fan dizze account besjen" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Brûkers dy’t oer dizze feed meie besjen" @@ -14026,11 +14182,11 @@ msgstr "Brûkers dy’t oer dizze feed meie besjen" msgid "View video" msgstr "Fideo besjen" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Dyn blokkearre accounts besjen" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Dyn standert ynstellingen foar ynteraksje-berjochten besjen" @@ -14039,11 +14195,15 @@ msgstr "Dyn standert ynstellingen foar ynteraksje-berjochten besjen" msgid "View your feeds and explore more" msgstr "Dyn feeds besjen en ûntdek mear" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Dyn moderaasjelisten besjen" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Dyn negearre accounts besjen" @@ -14060,6 +14220,10 @@ msgstr "Toant folsleine ôfbylding" msgid "Views video in immersive mode" msgstr "Toant fideo yn folslein skerm" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Wy skatte {estimatedTime} oant dat dyn account klear is." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Wy hawwe in nije ferifikaasje-e-mailberjocht ferstjoerd nei <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Wy rekommandearje oan om op syn minst twa ynteressen te selektearjen." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Wy hawwe in e-mailberjocht nei <0>{0} mei in keppeling ferstjoerd. Klik derop om it e-mailferifikaasjeproses te foltôgjen." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Wy hawwe net bepale kinnen oftsto fideo’s oplade meist. Probearj it opnij." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Wy koene dyn konfigurearre labelers op dit stuit net lade." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Wy koene troch in ferbiningsprobleem de ferifikaasje net ûntfange. It kin letter oankomme. As dit it gefal is, sil dyn account automatysk bywurke wurde." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Wy litte dy witte wannear’t dyn account klear is." @@ -14236,7 +14404,7 @@ msgstr "Wy wurkje ek ús <0>Mienskipsrjochtlinen by, en wy wolle dyn ynput! msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Wy wurkje ek ús Mienskipsrjochtlinen by, en wy wolle dyn ynput! Dizze nije rjochtlinen sille fan krêft wurde op 15 oktober 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Wy befêstigje de status fan dyn leeftiidsferifikaasje by ús servers. Dit duorret mar inkelde sekonden." @@ -14255,7 +14423,7 @@ msgstr "Der binne netwurkproblemen, probearje it opnij" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Wy yntrodusearje in nije ferifikaasjelaach op Bluesky – in iefâldich-te-sjen finkje." @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "It spyt ús! It berjocht wêropsto reagearrest is fuortsmiten." @@ -14325,12 +14493,12 @@ msgstr "Wy wurkje ús Gebrûksbetingsten, Privacybelied en Auteursrjochtbelied b msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Wy wurkje ús gebrûksbetingsten, privacybelied en it auteursrjochtbelied by op 15 septimber 2025. Wy wurkje ek ús Mienskipsrjochtlinen by en wy wolle dyn ynput! Dizze nije rjochtsnoeren sille fan krêft wurde op 15 oktober 2025. Lês mear oer dizze wizigingen en hoe’tsto dyn tinzen mei ús diele kinne troch ús blogberjocht te lêzen." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Wy hawwe de status fan dyn leeftiidsbewiis befêstige. Do kinst dit dialoochfinster no slute." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Wolkom werom!" @@ -14351,17 +14519,17 @@ msgstr "Hoe wolsto dyn startpakket neame?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Hoe giet it?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Asto op in finkje tikkest, silsto sjen hokker organisaasjes ferliene ferifikaasje hawwe." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Wa kin reagearje op dit berjocht?" @@ -14369,12 +14537,12 @@ msgstr "Wa kin reagearje op dit berjocht?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Wa kin reagearje" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Wa kin ferifiearje?" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Skriuw berjocht" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Skriuw dyn reaksje" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Ja, de-aktivearje" @@ -14495,19 +14663,19 @@ msgstr "Ja, de-aktivearje" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Ja, smyt dit startpakket fuort" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Ja, losmeitsje" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Ja, ferstopje" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Ja, myn account opnij aktivearje" @@ -14519,7 +14687,7 @@ msgstr "Juster" msgid "You are a trusted verifier" msgstr "Do bist in fertroude ferifiearder" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "Do makkest in account op" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Do kinst op dit stuit gjin tagong krije ta Bluesky’s leeftiidsbewiisproses. Nim <0>kontakt op mei ús moderaasjeteam asto tinkst dat dit in flater is." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Do stiest yn de rige." @@ -14558,11 +14726,11 @@ msgstr "Do stiest yn de rige." msgid "You are Live" msgstr "Do bist live" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Do bist net langer live" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Do meist gjin fideo’s oplade." @@ -14570,7 +14738,7 @@ msgstr "Do meist gjin fideo’s oplade." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Do bist no live!" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Do kinst ek nije personalisearre feeds ûntdekke om te folgjen." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Do kinst dy no oanmelde mei dyn nije wachtwurd." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Do kinst dyn account opnij aktivearje om troch gean te kinnen mei oanmelden. Dyn profyl en berjochten binne dan sichtber foar oare brûkers." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Do kinst dit letter bywurkje fan dyn ynstellingen út." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Do folgest gjin brûkers dy’t @{name} folgje." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "Do hast beäntwurdzje, sitearje en fermeldingsmeldingen folslein útskea #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Do hat in ûnjildige koade ynfierd. Dizze soe der sa út sjen moatte XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Do bist oan it ein kaam" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Do hast dyn e-mailadres mei sukses ferifiearre. Do kinst dit dialoochfinster slute." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Do bist tydlik oer de limyt foar fideo-oplaads hinne. Probearje it letter opnij." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Do moatst op syn minst 7 oare persoanen folgje om in startpakket te gene msgid "You must grant access to your photo library to save a QR code" msgstr "Do moatst tagong ta dyn fotobiblioteek jaan om in QR-koade te bewarjen" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Do hast @{0} earder de-aktivearre." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Do wurdst by al dyn accounts ôfmeld." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Do stiest yn de rige" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Do hastt inkelde minsken fûn om te folgjen" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Do hast it ein fan de aktive ynhâld berikt." @@ -15018,7 +15193,7 @@ msgstr "Do hast it ein fan de aktive ynhâld berikt." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Do hast it ein fan dyn feed berikt! Sykje noch mear accounts om te folgjen." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "Do bist oer it maksimaal tal tasteane fersiken. Probearje it letter noch msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Do hast it begjin fan de aktive ynhâld berikt." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Do bist oer dyn deistige limyt foar fideo-oplaads (te folle bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Do bist oer dyn deistige limyt foar fideo-oplaads (te folle fideo’s)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Do hast gjin fideo’s mear om te besjen. Miskien is it in goed momint om skoft te hâlden?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Dyn account" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "Dyn account is opskoarten" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Dyn account is noch net âld genôch om fideo’s op te laden. Probearje it letter nochris." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Dyn accountrepository, dy’t alle iepenbiere gegevensrecords befettet, kin download wurde as in ‘CAR’-bestân. Dit bestân befettet gjin media-ynslutingen, lykas ôfbyldingen, en gjin priveegegevens. Dy moatte ôfsûnderlik ophelle wurde." @@ -15086,7 +15274,7 @@ msgstr "Dyn account is yn striid mei de <0>Tsjinstbetingsten fan Bluesky Social< msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Dyn beswier is yntsjinne. Asto yn it gelyk stelst wurdst, ûntfangsto in e-mailberjocht." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Dyn bertedatum" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Dyn aktuele handle <0>{0} bliuwt automatysk foar dy reservearre. Do kinst fan dizze account út altyd hjir nei weromskeakelje." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "Jouw e-mailadres" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Dyn e-mailadres liket ûnjildich te wêzen." @@ -15140,7 +15328,7 @@ msgstr "Dyn e-mailadres is noch net ferifiearre. Ferifiearje dyn e-mailadres om msgid "Your first like!" msgstr "Dyn earste mei-’k-wol-oer!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Dyn folgers" @@ -15157,7 +15345,7 @@ msgstr "Dyn folsleine handle wurdt <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Dyn ynteressen wurde bywurke!" msgid "Your interests help us find what you like!" msgstr "Dyn ynteressen helpe ús dat te finen, dêr’tsto oer meist!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Dyn wachtwurd moat op syn minst 8 tekens lang wêze." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "Voorkeurstaal" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Dyn profyl, berjochten, feeds en listen binne net langer sichtber foar oare Bluesky-brûkers. Do kinst dyn account op elk momint opnij aktivearje troch oan te melden." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Dyn melding wurdt nei <0>{0} ferstjoerd." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Dyn selektearre ynteressen helpe ús dy ynhâld dy’t dy ynteressearret te toanen." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ga/messages.po b/src/locale/locales/ga/messages.po index cffd62311c..b996b61cbf 100644 --- a/src/locale/locales/ga/messages.po +++ b/src/locale/locales/ga/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ga\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Irish\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Catagóir \"{interestsDisplayName}\" (gníomhach)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# á leanúint} two {# á leanúint} few {# á leanúin msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# uair an chloig} two {# uair an chloig} few {# uair an chloig} many {# n-uair an chloig} other {# uair an chloig}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {leantóir} two {leantóir} few {leantóir} many {leantóir} other {leantóir}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {á leanúint} two {á leanúint} few {á leanúint} many {á leanúint} other {á leanúint}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {phostáil} two {phostáil} few {phostáil} many {bpost #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "Tá {0} beo anois" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "Níl {0} ar fáil" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Pacáiste Fáilte {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {uair} two {uair} few {uair} many {uair} other {uair}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {nóiméad} two {nóiméad} few {nóiméad} many {nóiméad} other {nóiméad}}" @@ -652,14 +661,14 @@ msgstr "Chláraigh {firstAuthorName} le do phacáiste fáilte" msgid "{firstAuthorName} verified you" msgstr "Dheimhnigh {firstAuthorName} thú" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} á leanúint" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "Cuireadh <0>{0}, <1>{1}, agus {2, plural, one {duine amháin eile} two {beirt eile} few {# dhuine eile} many {# nduine eile} other {# duine eile}} i do phacáiste fáilte" @@ -834,7 +843,7 @@ msgstr "Cuireadh <0>{0}, <1>{1}, agus {2, plural, one {duine amháin eil #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "Cuireadh <0>{0}, <1>{1}, agus {2, plural, one {duine amháin eile} two {beirt eile} few {# dhuine eile} many {# nduine eile} other {# duine eile}} i do phacáiste fáilte" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "Cuireadh <0>{0} agus<1> <2>{1} i do phacáiste fáilte" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "Cuireadh <0>{0} i do phacáiste fáilte" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} ball" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "Cuireadh <0>tusa agus<1> <2>{0} i do phacáiste fáilte" @@ -946,6 +955,12 @@ msgstr "7 lá" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "Seoladh cód nua chugat" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Inrochtaineacht" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Socruithe Inrochtaineachta" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Cuntas" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Cuntas blocáilte" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Cuntas leanta" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Balbhaíodh an cuntas" @@ -1111,24 +1126,24 @@ msgstr "Baineadh an cuntas ón mearliosta" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Cuntas díbhlocáilte" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Cuntas díleanta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Níl an cuntas balbhaithe a thuilleadh" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Cuir leis" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Cuir {0} eile leis chun dul ar aghaidh" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Cuir {displayName} leis an bpacáiste fáilte" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Cuir cuntas leis an liosta seo" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Cuir cuntas leis seo" @@ -1201,11 +1216,11 @@ msgstr "Cuir téacs malartach leis seo (roghnach)" msgid "Add another account" msgstr "Cuir cuntas eile leis" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Cuir postáil eile leis" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "Cuir pasfhocal aipe leis" msgid "Add App Password" msgstr "Cuir pasfhocal aipe leis seo" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Cuir tuilleadh sonraí leis (roghnach)" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "Cuir fothaí molta leis seo" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Cuir roinnt fothaí le do phacáiste fáilte!" @@ -1307,12 +1322,12 @@ msgstr "Ná cuir ach fotha réamhshocraithe de na daoine a leanann tú leis seo" msgid "Add the following DNS record to your domain:" msgstr "Cuir an taifead DNS seo a leanas le d'fhearann:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Cuir an fotha seo le do chuid fothaí" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Cuir le liostaí" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Tuilleadh sonraí (300 carachtar ar a mhéad)" @@ -1378,14 +1393,14 @@ msgstr "Daoine fásta" msgid "Adult content" msgstr "Ábhar do dhaoine fásta" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Ábhar do dhaoine fásta" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Ní féidir ábhar do dhaoine fásta a chur ar fáil ach tríd an nGréasán ag <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Lipéid d'ábhar do dhaoine fásta" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Ardleibhéal" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "aoife@example.com" msgid "All" msgstr "Uile" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Uile" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Leanadh na cuntais go léir!" @@ -1474,7 +1494,7 @@ msgstr "Na fothaí go léir a shábháil tú, in áit amháin." msgid "Allow access to your direct messages" msgstr "Ceadaigh fáil ar do chuid TDanna" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Ceadaigh postálacha athluaite" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Ceadaíonn sé seo fáil ar do chuid teachtaireachtaí díreacha" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "An bhfuil cód agat cheana?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "An bhfuil cuntas agat cheana?" @@ -1540,7 +1560,7 @@ msgstr "Logáilte isteach cheana mar @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Cuireadh teachtaireacht ríomhphoist chuig {0}. Tá cód dearbhaithe faoi iamh. Is féidir leat an cód a chur isteach thíos anseo." @@ -1587,7 +1607,7 @@ msgstr "Tharla earráid" msgid "An error occurred" msgstr "Tharla earráid" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Tharla earráid agus an físeán á chomhbhrú." @@ -1596,7 +1616,7 @@ msgstr "Tharla earráid agus an físeán á chomhbhrú." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "Tharla earráid agus do phacáiste fáilte á chruthú. An bhfuil fonn o msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Tharla earráid agus an físeán á lódáil. Bain triail eile as ar ball." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Tharla earráid agus an físeán á lódáil. Bain triail eile as." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "Tharla earráid agus an cód QR á shábháil!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Tharla earráid agus na cuntais go léir á leanúint" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Tharla earráid agus an físeán á uaslódáil. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Tharla earráid agus an físeán á uaslódáil. Seiceáil do cheangal leis an idirlíon agus bain triail eile as." @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Tharla fadhb. Déan iarracht eile, le do thoil." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "lipéadóir anaithnid" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "agus" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Aon duine" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Caithfidh ainm pasfhocal aipe a bheith ar a laghad ceithre charachtar ar msgid "App passwords" msgstr "Pasfhocail aipe" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Pasfhocail aipe" @@ -1856,7 +1876,7 @@ msgstr "Déan achomharc i gcoinne an chinnidh seo" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Cartlannaithe ó {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Postáil sa chartlann" @@ -1914,7 +1934,7 @@ msgstr "An bhfuil tú cinnte gur mhaith leat an pasfhocal aipe \"{0}\" a scriosa msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "An bhfuil tú cinnte gur mhaith leat an pacáiste fáilte seo a scriosadh?" @@ -1936,7 +1956,7 @@ msgstr "An bhfuil tú cinnte gur mhaith leat an comhrá seo a fhágáil?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "An bhfuil tú cinnte gur mhaith leat é seo a bhaint de do chuid fothaí?" @@ -1945,7 +1965,7 @@ msgstr "An bhfuil tú cinnte gur mhaith leat é seo a bhaint de do chuid fothaí msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "An bhfuil tú cinnte gur mhaith leat an phostáil seo a scriosadh?" @@ -1953,7 +1973,7 @@ msgstr "An bhfuil tú cinnte gur mhaith leat an phostáil seo a scriosadh?" msgid "Are you sure?" msgstr "Lánchinnte?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Ealaín" msgid "Artistic or non-erotic nudity." msgstr "Lomnochtacht ealaíonta nó gan a bheith gáirsiúil." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "Ar fáil" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Ar ais" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Blocáil an cuntas seo" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blocáilte" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Cuntais bhlocáilte" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Cuntais bhlocáilte" @@ -2288,7 +2316,7 @@ msgstr "Tá an bhlocáil poiblí. Ní féidir leis na cuntais bhlocáilte freagr 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." msgstr "Ní chuirfidh blocáil cosc ar lipéid a bheith curtha ar do chuntas, ach bacfaidh sí an cuntas seo ar fhreagraí a thabhairt i do chuid snáitheanna agus ar chaidreamh a dhéanamh leat." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blag" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Ní féidir le Bluesky an dáta maíte a dheimhniú." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Roghnóidh Bluesky roinnt cuntas molta ó dhaoine i do líonra." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "Tabhair súil ar thuilleadh moltaí ar an leathanach Taiscéalaíocht" msgid "Browse other feeds" msgstr "Tabhair súil ar fhothaí eile" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Tabhair súil ar phostálacha faoi {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Tabhair súil ar phostálacha a bhfuil clib {displayName} leo" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Tabhair súil ar an topaic {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Gnó" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Le {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Le <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Má chruthaíonn tú cuntas, glacann tú leis na <0>Téarmaí Seirbhíse msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Má chruthaíonn tú cuntas, glacann tú leis na <0>Téarmaí Seirbhíse." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Ceamara" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Cealaigh" msgid "Cancel quote post" msgstr "Ná déan athlua na postála" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Ní féidir plé le húsáideoir blocáilte" @@ -2609,7 +2637,7 @@ msgstr "Fotheidil (.vtt)" msgid "Captions & alt text" msgstr "Fotheidil agus téacs malartach" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Athraigh mo leasainm" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Athraigh mo phasfhocal" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Comhrá" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Seiceáil mo stádas" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Tóg d'amlíne féin! Is féidir teacht ar ábhar a thaitneoidh leat le fothaí a thógann an pobal." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Roghnaigh do phasfhocal" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Glan an cuardach" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Cliceáil le triail eile a bhaint as teachtaireacht ar theip uirthi" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Cliceáil le triail eile a bhaint as teachtaireacht ar theip uirthi" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Cliceáil le triail eile a bhaint as teachtaireacht ar theip uirthi" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Dún" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Dún an dialóg oscailte" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Dún an dialóg" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Dún an dialóg seo" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Dúnann sé seo an rabhadh faoi uasdátú an phasfhocail" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "Laghdaigh an liosta úsáideoirí" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Laghdaíonn sé seo liosta na n-úsáideoirí le haghaidh an fhógra sin" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Greannáin" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Treoirlínte an phobail" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Críochnaigh agus tosaigh ag baint úsáide as do chuntas." @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Freagair an dúshlán" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Cum postáil nua" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "Scríobh freagra" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "GIF á chomhbhrú..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Físeán á chomhbhrú..." @@ -3198,18 +3227,18 @@ msgstr "Le socrú i <0>socruithe na modhnóireachta." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Dearbhaigh" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Cód dearbhaithe" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Teagmháil le Support" @@ -3273,7 +3302,7 @@ msgstr "Ábhar agus Meáin" msgid "Content and media" msgstr "Ábhar agus meáin" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Ábhar agus Meáin" @@ -3281,7 +3310,7 @@ msgstr "Ábhar agus Meáin" msgid "Content Blocked" msgstr "Ábhar Blocáilte" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Scagthaí ábhair" @@ -3421,8 +3450,8 @@ msgstr "Cóipeáil" msgid "Copy App Password" msgstr "Cóipeáil an Pasfhocal Aipe" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Cóipeáil an cód" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Cóipeáil an DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Cóipeáil an nasc" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Cóipeáil an Nasc" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Cóipeáil an nasc leis an liosta" @@ -3472,12 +3501,12 @@ msgstr "Cóipeáil an nasc leis an liosta" msgid "Copy link to post" msgstr "Cóipeáil an nasc leis an bpostáil" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "Cóipeáil téacs na teachtaireachta" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Cóipeáil téacs na postála" @@ -3506,7 +3535,7 @@ msgstr "Cóipeáil an taifead TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "An polasaí maidir le cóipcheart" @@ -3632,7 +3661,7 @@ msgstr "Cruthaigh" msgid "Create a list" msgstr "Cruthaigh liosta" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Cruthaigh cód QR le haghaidh pacáiste fáilte" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Cruthaigh pacáiste fáilte" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Cruthaigh pacáiste fáilte ar mo shon" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Cruthaigh cuntas nua" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Cruthaigh tuairisc do {0}" @@ -3734,7 +3763,7 @@ msgstr "Cruthaigh tuairisc do {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Cruthaíodh {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Cuireadh cosc ar an gcruthaitheoir" @@ -3800,7 +3829,7 @@ msgstr "Dorcha" msgid "Dark theme" msgstr "Téama dorcha" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Dáta breithe" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Díghníomhaigh mo chuntas" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Deilbhíní réamhshocraithe" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Scrios" @@ -3892,8 +3921,8 @@ msgstr "Scrios an comhrá" msgid "Delete for me" msgstr "Scrios domsa" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "Scrios an teachtaireacht seo domsa" msgid "Delete my account" msgstr "Scrios mo chuntas" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Scrios an phostáil" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Scrios an pacáiste fáilte" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "An bhfuil fonn ort an pacáiste fáilte seo a scriosadh?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "An bhfuil fonn ort an liosta seo a scriosadh?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "An bhfuil fonn ort an phostáil seo a scriosadh?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Scriosta" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Téacs malartach tuairisciúil" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Dícheangail an phostáil athluaite" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "An bhfuil fonn ort an phostáil athluaite a dhícheangal?" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "Roghanna d'fhorbróirí" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialóg: cé atá in ann idirghníomhú leis an bpostáil seo" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Breacdhorcha" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Ná húsáid 2FA trí ríomhphost" @@ -4041,11 +4075,11 @@ msgstr "Ná húsáid aiseolas haptach" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Díchumasaithe" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Ná sábháil" @@ -4075,23 +4109,28 @@ msgstr "Ná sábháil" msgid "Discard changes?" msgstr "Faigh réidh leis na hathruithe?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Faigh réidh leis an dréacht?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Faigh réidh leis an bpostáil?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Aimsigh sainfhothaí nua" msgid "Discover New Feeds" msgstr "Aimsigh Fothaí Nua" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Ruaig" @@ -4115,7 +4154,7 @@ msgstr "Ruaig" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Ruaig an earráid" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Déanta" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Tapáil faoi dhó chun an fhuinneog a dhúnadh" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Íoslódáil Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "m.sh. cait.com" msgid "E.g. artistic nudes." msgstr "Noicht ealaíonta, mar shampla" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "m.sh. Na cuntais is fearr" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "m.sh. Seoltóirí turscair" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "m.sh. Na cuntais nach dteipeann orthu riamh" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "m.sh. Úsáideoirí a fhreagraíonn le fógraí" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Eagar" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Cuir an t-abhatár in eagar" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Cuir an íomhá seo in eagar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Cuir na socruithe idirghníomhaíochta in eagar" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Athraigh mionsonraí an liosta" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Athraigh mo chuid fothaí" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Cuir Daoine in Eagar" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Cuir socruithe idirghníomhaíochta na postála in eagar" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Athraigh an phróifíl" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Athraigh an Phróifíl" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Cuir an pacáiste fáilte in eagar" @@ -4454,15 +4494,15 @@ msgstr "Cuir an pacáiste fáilte in eagar" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Cé atá in ann freagra a thabhairt" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Cuir do phacáiste fáilte in eagar" @@ -4470,16 +4510,16 @@ msgstr "Cuir do phacáiste fáilte in eagar" msgid "Education" msgstr "Oideachas" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Cuireadh cruthaitheoir an liosta seo cosc ortsa, nó chuir tusa cosc ar an gcruthaitheoir." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Ríomhphost" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Níl 2FA trí ríomhphost ar fáil a thuilleadh" @@ -4492,7 +4532,7 @@ msgstr "Cuireadh 2FA ríomhphoist ar siúl" msgid "Email address" msgstr "Seoladh ríomhphoist" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Athsheoladh an ríomhphost" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Ríomhphost dearbhaithe" @@ -4527,7 +4567,7 @@ msgstr "Leabaigh an phostáil" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Leabaigh an phostáil seo i do shuíomh gréasáin féin. Cóipeáil an píosa cóid seo a leanas isteach san HTML ar do shuíomh." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Fís-seinnteoir leabaithe" @@ -4542,12 +4582,7 @@ msgstr "Cumasaigh" msgid "Enable {0} only" msgstr "Cuir {0} amháin ar fáil" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Cuir ábhar do dhaoine fásta ar fáil" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "Cuir treochtaí ar siúl" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Cumasaithe" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Cuir isteach do sheoladh ríomhphoist" @@ -4670,15 +4705,15 @@ msgstr "Cuir isteach do phasfhocal" msgid "Enter your username and password" msgstr "Cuir isteach do leasainm agus do phasfhocal" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Earráid" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Tharla earráid le linn comhad a shábháil" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Earráid agus an freagra ar an captcha á phróiseáil." @@ -4712,11 +4747,11 @@ msgstr "Earráid agus an freagra ar an captcha á phróiseáil." msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Tig le chuile dhuine freagra a thabhairt" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Tig le chuile dhuine freagra a thabhairt ar an bpostáil." @@ -4783,7 +4818,7 @@ msgstr "Leathnaigh nó laghdaigh an téacs iomlán a bhfuil tú ag freagairt" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "Meáin is féidir a bheith gáirsiúil nó goilliúnach." msgid "Explicit sexual images." msgstr "Íomhánna gnéasacha." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Easpórtáil mo chuid sonraí" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Meáin sheachtracha" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Is féidir le meáin sheachtracha cumas a thabhairt do shuíomhanna ar an nGréasán eolas fútsa agus faoi do ghléas a chnuasach. Ní sheoltar ná iarrtar aon eolas go dtí go mbrúnn tú an cnaipe “play”." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Roghanna maidir le meáin sheachtracha" @@ -4946,7 +4981,7 @@ msgstr "Teip ar theachtaireacht a scriosadh" msgid "Failed to delete post, please try again" msgstr "Teip ar scriosadh na postála. Déan iarracht eile." -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Theip ar scriosadh an phacáiste fáilte" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Teip ar lódáil roghanna na bhfothaí" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Teip ar lódáil na bhfothaí molta" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Teip ar lódáil na gcuntas molta" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Theip ar ghreamú na postála" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Níor sábháladh an íomhá: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "Teip ar bhalbhú an tsnáithe a athrú; bain triail eile as" msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Theip ar uasdátú na bhfothaí" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Teip ar shocruithe a uasdátú" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Theip ar uaslódáil an fhíseáin" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Fotha" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Roghchlár an fhotha" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Scoránú an fhotha" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Fothaí" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Sábháladh an comhad!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Scag ó mo chuid fothaí" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Ag cur crích air" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Aimsigh fothaí le leanúint" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Aimsigh daoine le leanúint" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Lean" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Lean {0}" @@ -5458,7 +5499,7 @@ msgstr "Lean {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Lean {handle}" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Lean 7 gcuntas" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5527,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Lean iad uile" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Leantóirí de chuid @{0} a bhfuil aithne agat orthu" @@ -5552,28 +5593,29 @@ msgstr "Leantóirí a bhfuil aithne agat orthu" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Á leanúint" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Á leanúint" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Ag leanúint {0}" @@ -5582,7 +5624,7 @@ msgstr "Ag leanúint {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Roghanna le haghaidh an fhotha Following" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Roghanna don Fhotha Following" @@ -5613,7 +5655,7 @@ msgstr "Clómhéid" msgid "Food" msgstr "Bia" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Ar ais" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Ar ais" @@ -5867,8 +5909,8 @@ msgstr "Fill ar an gcéim roimhe seo" msgid "Go home" msgstr "Abhaile" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Haptaic" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Haischlib" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Fadhb ort?" @@ -6145,11 +6197,11 @@ msgstr "Seo duit do phasfhocal aipe!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "I bhfolach" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "I bhfolach mar gheall ar shocruithe modhnóireachta." @@ -6166,23 +6218,19 @@ msgstr "I bhfolach mar gheall ar shocruithe modhnóireachta." msgid "Hidden list" msgstr "Liosta i bhfolach" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Cuir i bhfolach" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Cuir an phostáil seo i bhfolach domsa" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Cuir an freagra i bhfolach do chách" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Cuir an freagra i bhfolach domsa" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "An bhfuil fonn ort an phostáil seo a chur i bhfolach?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "An bhfuil fonn ort an freagra seo a chur i bhfolach?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Cuir treochtaí i bhfolach" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "An bhfuil fonn ort treochtaí a chur i bhfolach?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Cuir liosta na gcuntas i bhfolach" @@ -6267,12 +6308,12 @@ msgstr "Cuir liosta na gcuntas i bhfolach" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Hmm. Thug freastalaí an fhotha drochfhreagra. Cuir é seo in iúl d’ msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm. Ní féidir linn an fotha seo a aimsiú. Is féidir gur scriosadh é." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmm, is cosúil go bhfuil fadhb againn le lódáil na sonraí seo. Féach thíos le haghaidh tuilleadh sonraí. Má mhaireann an fhadhb seo, téigh i dteagmháil linn, le do thoil." @@ -6316,14 +6357,14 @@ msgstr "Hmmm, is cosúil go bhfuil fadhb againn le lódáil na sonraí seo. Féa msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmm, ní raibh muid in ann an tseirbhís modhnóireachta sin a lódáil." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Foighne ort! Tá físeáin á seoladh de réir a chéile, agus tá tú fós ag fanacht ar d'uain. Déan iarracht go luath!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Baile" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Tá cód agam" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Ní duine fásta thú de réir dhlí do thíre, tá ar do thuismitheoir nó do chaomhnóir dlíthiúil na Téarmaí seo a léamh ar do shon." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Má scriosann tú an liosta seo, ní bheidh tú in ann é a fháil ar ais." @@ -6420,7 +6461,7 @@ msgstr "Má tá fearann de do chuid féin agat, is féidir é sin a úsáid mar msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Má bhaineann tú an phostáil seo, ní bheidh tú in ann í a fháil ar ais." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Má tá sé i gceist agat do hanla nó ríomhphost a athrú, déan sin sula ndéanann tú díghníomhú." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Íomhá" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Cuir isteach an cód a chuir muid chugat i dteachtaireacht r-phoist" msgid "Interaction limited" msgstr "Idirghníomhaíocht teoranta" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Tá an cód 2FA seo neamhbhailí." @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Cód Deimhnithe Neamhbhailí" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Cód cuiridh" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Níor glacadh leis an gcód cuiridh. Bí cinnte gur scríobh tú i gceart é agus bain triail eile as." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Tabhair cuireadh do dhaoine chuig an pacáiste fáilte!" @@ -6786,26 +6827,26 @@ msgstr "Cuirí, ach pearsanta" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Tá. Tá sé ceart" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Níl ann ach tusa anois! Cuardaigh thuas le tuilleadh daoine a chur le do phacáiste fáilte." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID an Jab: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Jabanna" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Cláraigh le Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Glac páirt sa chomhrá" msgid "Journalism" msgstr "Iriseoireacht" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Lipéad curtha ag {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Lipéadaithe ag an údar." @@ -6893,7 +6934,7 @@ msgstr "Lipéid ar do chuntas" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Socruithe teanga" @@ -6907,12 +6948,12 @@ msgstr "Teangacha" msgid "Larger" msgstr "Níos Mó" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Is Déanaí" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Tuilleadh eolais maidir le Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Tuilleadh eolais faoi do fhreastalaí pearsanta féin a óstáil." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Le tuilleadh a fhoghlaim faoin rabhadh seo" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Le tuilleadh a fhoghlaim faoi céard atá poiblí ar Bluesky" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Tuilleadh eolais." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "le déanamh fós." @@ -7080,7 +7121,7 @@ msgstr "Lig dom roghnú" msgid "Let's get your password reset!" msgstr "Socraímis do phasfhocal arís!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Ar aghaidh linn!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Sorcha" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Moladh" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Mol ({0, plural, one {# mholadh} two {# mholadh} few {# mholadh} many {# moladh} other {# moladh}})" @@ -7114,7 +7155,7 @@ msgstr "Mol 10 bpostáil." msgid "Like 10 posts to train the Discover feed" msgstr "Mol 10 bpostáil leis an bhfotha Discover a thraenáil" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Mol an fotha seo" @@ -7122,8 +7163,8 @@ msgstr "Mol an fotha seo" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Molta ag" @@ -7140,26 +7181,26 @@ msgstr "Molta ag" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Molta ag {0, plural, one {úsáideoir amháin} two {# úsáideoir} few {# úsáideoir} many {# n-úsáideoir} other {# úsáideoir}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Moltaí" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Moltaí don phostáil seo" @@ -7191,11 +7232,16 @@ msgstr "Líneach" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Liosta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Scriosadh an liosta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Cuireadh an liosta i bhfolach" @@ -7248,7 +7294,7 @@ msgstr "Cuireadh an liosta i bhfolach" msgid "List Hidden" msgstr "Cuireadh an liosta i bhfolach" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Balbhaíodh an liosta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Liosta díbhlocáilte" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Liosta nach bhfuil balbhaithe níos mó" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Liostaí" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Lódáil tuilleadh" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Lódáil tuilleadh fothaí molta" @@ -7346,16 +7392,16 @@ msgstr "Lódáil fógraí nua" msgid "Load new posts" msgstr "Lódáil postálacha nua" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Logleabhar" @@ -7405,11 +7451,6 @@ msgstr "<0>@sawaratsuki.bsky.social a rinne an lógó" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Tá cuma XXXXX-XXXXX air" @@ -7448,7 +7489,7 @@ msgstr "Bí cinnte go bhfuil tú ag iarraidh cuairt a thabhairt ar an áit sin!" msgid "Manage saved feeds" msgstr "Bainistigh na fothaí a shábháil tú" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "Bainistigh do chuid clibeanna agus na focail a bhalbhaigh tú" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Meáin" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "úsáideoirí luaite" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Scriosadh an teachtaireacht" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "Teachtaireacht ón bhfreastalaí: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Réimse ionchur teachtaireachtaí" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Teachtaireachtaí" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Modhnóireacht" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Mionsonraí modhnóireachta" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Liosta modhnóireachta le <0/>" msgid "Moderation list by you" msgstr "Liosta modhnóireachta leat" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Liosta modhnóireachta cruthaithe" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Liosta modhnóireachta uasdátaithe" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Liostaí modhnóireachta" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Liostaí modhnóireachta" @@ -7697,11 +7755,11 @@ msgstr "Liostaí modhnóireachta" msgid "moderation settings" msgstr "socruithe modhnóireachta" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Stádais modhnóireachta" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Uirlisí modhnóireachta" @@ -7710,8 +7768,8 @@ msgstr "Uirlisí modhnóireachta" msgid "Moderator has chosen to set a general warning on the content." msgstr "Chuir an modhnóir rabhadh ginearálta ar an ábhar." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Tuilleadh fothaí" @@ -7720,10 +7778,10 @@ msgstr "Tuilleadh fothaí" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Tuilleadh roghanna" @@ -7747,7 +7805,7 @@ msgstr "Ceol" msgid "Mute" msgstr "Balbhaigh" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Balbhaigh" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Balbhaigh cuntas" @@ -7816,13 +7874,13 @@ msgstr "Balbhaigh an focal seo i gclibeanna amháin" msgid "Mute this word until you unmute it" msgstr "Balbhaigh an focal seo go ndíbhalbhóidh mé é" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Balbhaigh an snáithe seo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Balbhaigh focail ⁊ clibeanna" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Cuntais a balbhaíodh" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Cuntais a balbhaíodh" @@ -7852,7 +7910,7 @@ msgstr "Baintear na postálacha ó na cuntais a chuir tú i bhfolach as d’fhot msgid "Muted by \"{0}\"" msgstr "Curtha i bhfolach ag \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Focail ⁊ clibeanna a cuireadh i bhfolach" @@ -7881,7 +7939,7 @@ msgstr "Mo Chuid Fothaí" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Ainm" @@ -7891,12 +7949,12 @@ msgstr "Nádúr" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Téigh go {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "Téann sé seo chuig an gcéad scáileán eile" msgid "Navigates to your profile" msgstr "Téann sé seo chuig do phróifíl" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Is cuma, cruthaigh leasainm dom" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nua" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Pasfhocal Nua" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Postáil nua" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Postáil nua" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Na freagraí is déanaí ar dtús" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Nuacht" @@ -8088,15 +8142,15 @@ msgstr "Nuacht" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Ar aghaidh" @@ -8108,12 +8162,16 @@ msgstr "An chéad íomhá eile" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Gan moladh fós" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Ní leantar {0} níos mó" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Níl aon fhógra ann fós!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Is é an t-údar amháin atá in ann an phostáil seo a athlua." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Toradh ar bith" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Níor mhaith liom é sin." -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Duine ar bith" @@ -8360,7 +8418,7 @@ msgstr "Ní dhearna éinne postáil athluaite air seo fós. Ar cheart duitse tos msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ní dhearna éinne athphostáil air seo fós. Ar cheart duitse tosú?" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Ní fuarthas éinne. Bain triail as duine éigin eile a chuardach." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Ní bhfuarthas é sin" @@ -8407,7 +8465,7 @@ msgstr "Ní bhfuarthas é sin" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nóta faoi roinnt" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Socruithe fógra" @@ -8435,8 +8497,8 @@ msgstr "Socruithe fógra" msgid "Notification sounds" msgstr "Fuaimeanna fógra" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Fuaimeanna fógra" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Fógraí" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Maith go leor" @@ -8505,6 +8567,10 @@ msgstr "Na freagraí is sine ar dtús" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "ar<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Téacs malartach de dhíth ar GIF nó ar GIFanna." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Tá téacs malartach de dhíth ar íomhá amháin nó níos mó acu." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Téacs malartach de dhíth ar fhíseán nó ar fhíseáin" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Ní féidir ach le {0} freagra a thabhairt." @@ -8556,7 +8622,7 @@ msgstr "Ní féidir ach le {0} freagra a thabhairt." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Ní thacaítear ach le comhaid íomhá" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Oscail an cruthaitheoir abhatáir" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Oscail na roghanna comhrá" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Oscail an roghchlár tarraiceáin" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Oscail roghnóir na n-emoji" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Oscail nasc le {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Oscail na roghanna teachtaireachta" msgid "Open moderation debug page" msgstr "Oscail leathanach chun modhnóireacht a dhífhabhtú" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Oscail socruithe na gclibeanna agus na bhfocal a bhalbhaigh tú" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Oscail clár an phacáiste fáilte" @@ -8759,9 +8825,8 @@ msgstr "Oscail logleabhar an chórais" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Osclaíonn sé seo tuilleadh sonraí le haghaidh iontráil dífhabhtaith msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Osclaíonn sé seo an ceamara ar an ngléas" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "Osclaíonn sé seo an t-eagarthóir" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Osclaíonn sé seo an próiseas le cuntas nua Bluesky a chruthú" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Osclaíonn sé seo an deasc chabhrach i mbrabhsálaí" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Osclaíonn sé an phróifíl seo" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Roghanna:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Nó, lean ort le cuntas eile." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Pasfhocal" @@ -8993,7 +9094,7 @@ msgstr "Pasfhocal" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "Pasfhocal uasdátaithe" msgid "Password updated!" msgstr "Pasfhocal uasdátaithe!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Sos" @@ -9020,7 +9121,7 @@ msgstr "Cuir an físeán ar shos" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Daoine" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Na daoine atá leanta ag @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Na leantóirí atá ag @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Scoránú duine" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Pictiúir le haghaidh daoine fásta." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Greamaigh an fotha" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Greamaigh le baile" @@ -9131,8 +9232,8 @@ msgstr "Greamaigh le baile" msgid "Pin to Home" msgstr "Greamaigh le Baile" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Greamaigh le do phróifíl" @@ -9151,11 +9252,11 @@ msgstr "Greamaíodh {0} le Baile" msgid "Pinned Feeds" msgstr "Fothaí greamaithe" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Greamaithe le do chuid fothaí" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Seinn" @@ -9169,12 +9270,12 @@ msgstr "Seinn {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Seinn an físeán" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Seinn an físeán" @@ -9182,7 +9283,7 @@ msgstr "Seinn an físeán" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "Seinneann sé seo an GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Seinneann sé seo an físeán" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Roghnaigh do leasainm, le do thoil." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Roghnaigh do phasfhocal, le do thoil." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Déan an captcha, le do thoil." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Cuir isteach do sheoladh ríomhphoist, le do thoil." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Cuir isteach do chód cuiridh." @@ -9306,8 +9407,8 @@ msgstr "Mínigh, le do thoil, an fáth a gcreideann tú go bhfuil sé mícheart msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "Logáil isteach mar @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Polaitíocht" @@ -9367,18 +9468,18 @@ msgstr "Polaitíocht" msgid "Porn" msgstr "Pornagrafaíocht" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Postáil" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Postáil" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Postáil Uile" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Postáil ó @{0}" @@ -9423,10 +9529,10 @@ msgstr "Scriosadh an phostáil" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Níor uaslódáladh an phostáil. Seiceáil do cheangal leis an idirlíon agus bain triail eile as." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Scriosadh an phostáil" @@ -9440,11 +9546,11 @@ msgstr "Postáil nach bhfuil le feiceáil de bharr focail a bhalbhaigh tú" msgid "Post Hidden by You" msgstr "Postáil a chuir tú i bhfolach" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Socruithe idirghníomhaíochta na postála" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Ní bhfuarthas an phostáil" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Greamaíodh an phostáil" @@ -9478,7 +9584,7 @@ msgstr "Greamaíodh an phostáil" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Díghreamaíodh an phostáil" @@ -9487,7 +9593,7 @@ msgstr "Díghreamaíodh an phostáil" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Postálacha" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Brúigh le iarracht a thabhairt ar nascadh arís" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Príobháideacht" msgid "Privacy and security" msgstr "Príobháideacht agus slándáil" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Polasaí Príobháideachta" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Físeán á phróiseáil..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "próifíl" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Liostaí poiblí inroinnte chun úsáideoirí a bhlocáil ar an mórchóir." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "Sábháladh an cód QR i do rolla cheamara!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Postáil athluaite" @@ -9723,8 +9829,8 @@ msgstr "Rinne tú an iomarca iarrachtaí do leasainm a athrú taobh istigh de th msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Athcheangail an phostáil athluaite" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Athghníomhaigh do chuntas" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Níos lú" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Níos mó" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Léigh blag Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Léigh Polasaí Príobháideachta Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Léigh Téarmaí Seirbhíse Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Athlódáil comhráite" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Scrios" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Bain {displayName} den phacáiste fáilte" @@ -9914,8 +10021,8 @@ msgstr "Bain an ceangaltán de" msgid "Remove Avatar" msgstr "Bain an tAbhatár Amach" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Bain an Fógra Meirge Amach" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Bain de mo chuid fothaí" @@ -9960,8 +10067,8 @@ msgstr "Bain de mo chuid fothaí" msgid "Remove from quick access?" msgstr "An bhfuil fonn ort é a bhaint den mhearliosta?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Bain de mo chuid fothaí sábháilte" @@ -9970,7 +10077,7 @@ msgstr "Bain de mo chuid fothaí sábháilte" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Bain an fotha seo de do chuid fothaí sábháilte" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Bainte ag an údar" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Bainte agat" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Baineadh de do chuid fothaí é" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Freagraí" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Cuireadh bac ar fhreagraí" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Ní féidir freagraí a thabhairt ar an bpostáil seo." @@ -10141,14 +10253,14 @@ msgstr "Ní féidir freagraí a thabhairt ar an bpostáil seo." msgid "Reply" msgstr "Freagair" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Freagair" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Freagair ({0, plural, one {# fhreagra} two {# fhreagra} few {# fhreagra} many {# bhfreagra} other {# freagra}})" @@ -10162,7 +10274,7 @@ msgstr "Freagra a chuir údar an tsnáithe i bhfolach" msgid "Reply Hidden by You" msgstr "Freagra a chuir tusa i bhfolach" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Is é údar an tsnáithe a roghnaíonn socruithe a bhaineann le freagraí" @@ -10185,8 +10297,8 @@ msgstr "Cuireadh an freagra i bhfolach" msgid "Report" msgstr "Tuairiscigh" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Tuairiscigh an comhrá seo" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Tuairiscigh comhrá" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Déan gearán faoi fhotha" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "Tuairiscigh an teachtaireacht seo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Déan gearán faoi phostáil" @@ -10225,8 +10337,8 @@ msgstr "Déan gearán faoi phostáil" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Déan gearán faoi phacáiste fáilte" @@ -10292,7 +10404,7 @@ msgstr "Athphostáil ({0, plural, one {# athphostáil} two {# athphostáil} few #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Athphostáil nó athluaigh an phostáil" @@ -10330,12 +10442,12 @@ msgstr "Athphostálacha den phostáil seo" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Bíodh téacs malartach ann roimh phostáil i gcónaí" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Riachtanach don soláthraí seo" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Athsheol an ríomhphost" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Athsheol an ríomhphost" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Athsheol an ríomhphost dearbhaithe" @@ -10453,6 +10565,11 @@ msgstr "Athshocraigh an pasfhocal" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air" msgid "Retry" msgstr "Bain triail eile as" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Fill ar an leathanach roimhe seo" @@ -10521,7 +10638,7 @@ msgstr "Filleann sé seo abhaile" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Filleann sé seo ar an leathanach roimhe seo" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Sábháil na hathruithe" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Sábháil an íomhá" @@ -10608,8 +10725,8 @@ msgstr "Sábháil an leasainm nua" msgid "Save QR code" msgstr "Sábháil an cód QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Sábháil i mo chuid fothaí" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Fothaí Sábháilte" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Sábháilte le mo chuid fothaí" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Abair heileo!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Fill ar an mbarr" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Cuardaigh" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Cuardach de réir ainm nó spéiseanna" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Cuardaigh fothaí" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Cuardaigh fothaí ar mhaith leat moladh do dhaoine eile." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Cuardaigh próifílí" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Féach ar phostanna le Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Roghnaigh dath" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Roghnaigh cuntas" @@ -10910,7 +11022,7 @@ msgstr "Roghnaigh abhatár" msgid "Select an emoji" msgstr "Roghnaigh emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Roghnaigh ó chuntas atá ann" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Cá fhad a bheidh an focal seo balbhaithe?" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Roghnaigh teanga..." msgid "Select languages" msgstr "Roghnaigh teangacha" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Roghnaigh na teangacha ba mhaith leat a fheiceáil i do chuid fothaí. Mura roghnaíonn tú, taispeánfar ábhar i ngach teanga duit." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Roghnaigh do dháta breithe" @@ -11045,7 +11157,7 @@ msgstr "Do rogha teanga nuair a dhéanfar aistriúchán ar ábhar i d'fhotha." msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Seol aiseolas" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Seol teachtaireacht" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Seol an phostáil seo chuig..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Seol ríomhphost dearbhaithe" @@ -11133,7 +11245,7 @@ msgstr "Athraigh deilbhín na haipe go {0}" msgid "Set new password" msgstr "Socraigh pasfhocal nua" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Socraigh do chuntas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Socraíonn sé seo an seoladh ríomhphoist le haghaidh athshocrú an phasfhocail" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Socruithe" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11354,7 @@ msgstr "Graosta" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Comhroinn" @@ -11251,7 +11363,7 @@ msgstr "Comhroinn" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Comhroinn mar sin féin" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Comhroinn an nasc" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Dialóg le nasc a roinnt" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Comhroinn an cód QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Comhroinn an fotha seo" @@ -11318,22 +11430,22 @@ msgstr "Comhroinn an fotha seo" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Roinn an pacáiste fáilte seo" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Roinn an pacáiste fáilte seo agus cuidigh le daoine páirt a ghlacadh i do phobal ar Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Tástáil Roghanna Comhroinnte" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Taispeáin" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Taispeáin an téacs malartach" @@ -11373,14 +11489,14 @@ msgstr "Taispeáin an téacs malartach" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Taispeáin mar sin féin" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Níos lú den sórt seo" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Taispeáin an liosta mar sin féin" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Níos mó den sórt seo" @@ -11445,8 +11561,8 @@ msgstr "Taispeáin freagraí" msgid "Show replies as" msgstr "Taispeáin freagraí mar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Taispeáin freagra do chách" @@ -11455,8 +11571,8 @@ msgstr "Taispeáin freagra do chách" msgid "Show reposts" msgstr "Taispeáin athphostálacha" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Taispeáin rabhadh agus scag ó na fothaí é" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Logáil isteach" msgid "Sign in as {0}" msgstr "Logáil isteach mar {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "Logáil isteach chuig Bluesky nó cruthaigh cuntas nua" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Ná bac leis" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Forbairt Bogearraí" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Fothaí eile a mbeadh suim agat iontu" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Tá daoine áirithe in ann freagra a thabhairt" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Theip ar rud éigin" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Chuaigh rud éigin amú, bain triail eile as" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Rud éigin mícheart? Abair linn." @@ -11759,8 +11881,8 @@ msgstr "Rud éigin mícheart? Abair linn." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Spórt" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Tosaigh comhrá le {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Pacáiste Fáilte" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Pacáiste fáilte le {0}" @@ -11841,12 +11968,12 @@ msgstr "Pacáiste fáilte le {0}" msgid "Starter pack by <0/>" msgstr "Pacáiste fáilte le <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Pacáiste fáilte a chruthaigh tusa" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Tá an pacáiste fáilte neamhbhailí" @@ -11854,7 +11981,7 @@ msgstr "Tá an pacáiste fáilte neamhbhailí" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Pacáistí Fáilte" @@ -11893,7 +12020,7 @@ msgstr "Stóráil scriosta, tá ort an aip a atosú anois." msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Glac síntiús le @{0} leis na lipéid seo a úsáid:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Glac síntiús le lipéadóir" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Glac síntiús leis an lipéadóir seo" @@ -11975,7 +12102,7 @@ msgstr "Glac síntiús leis an lipéadóir seo" msgid "Subscribe to this list" msgstr "Liostáil leis an liosta seo" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Clibeanna amháin" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Téarmaí" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Go raibh maith agat! D'éirigh linn do sheoladh ríomhphoist a dheimhniú. Is féidir leat an fhuinneog seo a dhúnadh anois." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Ina bhfuil an méid seo a leanas:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Níorbh fhéidir an pacáiste fáilte sin a aimsiú." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Sin é é!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Sin an méid!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Beidh an cuntas seo in ann caidreamh a dhéanamh leat tar éis duit é a dhíbhlocáil" @@ -12287,7 +12414,7 @@ msgstr "Chuir údar an tsnáithe seo an freagra seo i bhfolach." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Feidhmchlár gréasáin Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Bogadh an Polasaí Príobháideachta go dtí <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Is dóigh go bhfuil fadhb leis an bhfreastalaí. Bain triail eile as i gceann cúpla nóiméad." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Tá an pacáiste fáilte sin neamhbhailí. Tig leat é a scriosadh." @@ -12402,7 +12529,7 @@ msgstr "Bogadh an fhoirm tacaíochta go dtí <0/>. Má tá cuidiú ag teastáil msgid "The Terms of Service have been moved to" msgstr "Bogadh ár dTéarmaí Seirbhíse go dtí" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "D'úsáid tú cód dearbhaithe neamhbhailí. Deimhnigh gur bhain tú úsáid as an nasc ceart, nó iarr ceann nua." @@ -12412,7 +12539,7 @@ msgstr "D'úsáid tú cód dearbhaithe neamhbhailí. Deimhnigh gur bhain tú ús msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Níl srian ama le díghníomhú cuntais, fill uair ar bith." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh leis an bhfreastalaí" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh leis an bhfreastalaí. Seiceáil do cheangal leis an idirlíon agus bain triail eile as." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Bhí fadhb ann maidir le fógraí a fháil. Tapáil anseo le triail eile a bhaint as." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Bhí fadhb ann maidir le postálacha a fháil. Tapáil anseo le triail eile a bhaint as." @@ -12495,25 +12622,25 @@ msgstr "Bhí fadhb ann maidir le do chuid fothaí a nuashonrú. Seiceáil do che #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Bhí fadhb ann! {0}" @@ -12521,10 +12648,10 @@ msgstr "Bhí fadhb ann! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Bhí fadhb ann. Seiceáil do cheangal leis an idirlíon, le do thoil, ag msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "D’éirigh fadhb gan choinne leis an aip. Abair linn, le do thoil, má tharla sé sin duit!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Tá ráchairt ar Bluesky le déanaí! Cuirfidh muid do chuntas ag obair chomh luath agus is féidir." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Cuireadh bratach leis an {screenDescription} seo:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "Seolfar an t-achomharc seo go dtí seirbhís modhnóireachta Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Dínascadh an comhrá seo" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Tá an ghné seo á tástáil fós. Tig leat níos mó faoi chartlanna easpórtáilte a léamh sa <0>bhlagphost seo." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Téann an nasc seo go dtí an suíomh idirlín seo:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Deir an phostáil seo gur cruthaíodh í ar <0>{0}, ach chonacthas í ar Bluesky den chéad uair ar <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ní bheidh an phostáil seo le feiceáil ar do chuid fothaí ná snáitheanna. Ní féidir dul ar ais air seo." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Chuir údar na postála seo cosc ar phostálacha athluaite." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Cuirfear an freagra seo i rannán speisialta a bheidh i bhfolach ag bun an tsnáithe seo, agus ní bhfaighidh tusa nó éinne eile fógraí maidir le freagraí eile." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Níor chuir an tseirbhís seo téarmaí seirbhíse ná polasaí príobháideachta ar fáil." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Tá an t-úsáideoir seo nua anseo. Brúigh le tuilleadh eolais a fháil msgid "This user isn't following anyone." msgstr "Níl éinne á leanúint ag an úsáideoir seo." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Leis seo, bainfear @{0} den mhearliosta." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Leis seo, bainfear do phostáil seo den phostáil athluaite seo do gach úsáideoir, agus cuirfear ionadchoinneálaí ina háit." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Roghanna Snáitheanna" msgid "Threaded" msgstr "Modh snáithithe" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Roghanna Snáitheanna" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Chun 2FA trí ríomhphoist a dhíchumasú, dearbhaigh gur leatsa an seoladh ríomhphoist." @@ -13012,7 +13134,7 @@ msgstr "Chun 2FA trí ríomhphoist a dhíchumasú, dearbhaigh gur leatsa an seol msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Inniu" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Scoránaigh le ábhar do dhaoine fásta a cheadú nó gan a cheadú" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "Barr" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Ábhar" @@ -13061,8 +13183,8 @@ msgstr "Ábhar" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Aistrigh" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Treochtaí" @@ -13099,12 +13221,20 @@ msgstr "Treochtaí" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Ní féidir ceangal a bhunú. Seiceáil do cheangal leis an idirlíon agus bain triail eile as." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Ní féidir teagmháil a dhéanamh le do sheirbhís. Seiceáil do cheangal leis an idirlíon, le do thoil." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Ní féidir é a scriosadh" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Díbhlocáil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Díbhlocáil" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Díbhlocáil an cuntas" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "An bhfuil fonn ort an cuntas seo a dhíbhlocáil?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Cuir stop leis an athphostáil ({0, plural, one {# athphostáil} two {# athphostáil} few {# athphostáil} many {# n-athphostáil} other {# athphostáil}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Dílean {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Dímhol" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Dímhol ({0, plural, one {# mholadh} two {# mholadh} few {# mholadh} many {# moladh} other {# moladh}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Díbhalbhaigh" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13379,8 +13536,8 @@ msgstr "" msgid "Unmute conversation" msgstr "Ná balbhaigh an comhrá seo níos mó" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Ná balbhaigh an snáithe seo níos mó" @@ -13397,14 +13554,14 @@ msgstr "Ná balbhaigh an snáithe seo níos mó" msgid "Unmute video" msgstr "Ná balbhaigh an físeán seo níos mó" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Díghreamaigh" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Díghreamaigh an fotha" @@ -13414,13 +13571,13 @@ msgstr "Díghreamaigh an fotha" msgid "Unpin from home" msgstr "Díghreamaigh ón mbaile" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Díghreamaigh ón bpróifíl" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Díghreamaigh an liosta modhnóireachta" @@ -13429,29 +13586,34 @@ msgstr "Díghreamaigh an liosta modhnóireachta" msgid "Unpinned {0} from Home" msgstr "Díghreamaíodh {0} ón mBaile" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Díghreamaithe ó do chuid fothaí" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Díliostáil" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Díliostáil ón liosta seo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Díliostáil ón lipéadóir seo" @@ -13463,7 +13625,7 @@ msgstr "Dhíliostáil tú ón liosta seo" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Uasdátú chuig {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Uaslódáil comhad téacs chuig:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Uaslódáil ó Cheamara" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Uaslódáil ó Chomhaid" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Uaslódáil ó Leabharlann" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Íomhánna á n-uaslódáil..." msgid "Uploading link thumbnail..." msgstr "Mionsamhail á huaslódáil..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Físeán á uaslódáil..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Liosta úsáideoirí leat" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Liosta úsáideoirí cruthaithe" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Liosta úsáideoirí uasdátaithe" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Ainm úsáideora nó ríomhphost" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "úsáideoirí a bhfuil <0>@{0} á leanúint" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "Luach:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Dearbhaigh do sheoladh ríomhphoist" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Físeán" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Theip ar phróiseáil an fhíseáin" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Físchluichí" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Físeán gan aimsiú." @@ -13859,12 +14021,12 @@ msgstr "Físeán gan aimsiú." msgid "Video settings" msgstr "Socruithe físe" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Uaslódáladh an físeán" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Físeán: {0}" @@ -13872,19 +14034,13 @@ msgstr "Físeán: {0}" msgid "Videos" msgstr "Físeáin" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Féach ar an abhatár atá ag {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Amharc ar phróifíl {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Féach ar phróifíl an úsáideora bhlocáilte" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Féach ar an mblagphost chun tuilleadh eolais a fháil" @@ -13936,8 +14092,8 @@ msgstr "Féach ar an mblagphost chun tuilleadh eolais a fháil" msgid "View debug entry" msgstr "Féach ar an iontráil dífhabhtaithe" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Féach ar shonraí" @@ -13977,13 +14133,13 @@ msgstr "Tuilleadh" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Féach ar an tseirbhís lipéadaithe atá curtha ar fáil ag @{0}" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Féach ar úsáideoirí ar thaitin an fotha seo leo" @@ -14026,11 +14182,11 @@ msgstr "Féach ar úsáideoirí ar thaitin an fotha seo leo" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Cuntais bhlocáilte" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "Tabhair súil ar do chuid fothaí agus déan tuilleadh taiscéalaíochta" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Féach ar do chuid liostaí modhnóireachta" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Féach ar na cuntais a bhalbhaigh tú" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Measaimid go mbeidh do chuntas réidh i gceann {estimatedTime}" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Sheolamar ríomhphost dearbhaithe eile chuig <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nílimid cinnte an bhfuil cead agat físeáin a uaslódáil. Bain triail eile as." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Theip orainn na lipéadóirí a roghnaigh tú a lódáil faoi láthair." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Déarfaidh muid leat nuair a bheidh do chuntas réidh." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Tá fadhbanna líonra againn, bain triail as arís" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ár leithscéal, ach scriosadh an phostáil atá tú ag freagairt." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Fáilte ar ais!" @@ -14351,17 +14519,17 @@ msgstr "Cén t-ainm ar mhaith leat a thabhairt ar do phacáiste fáilte?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Aon scéal?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Cé atá in ann idirghníomhú leis an bpostáil seo?" @@ -14369,12 +14537,12 @@ msgstr "Cé atá in ann idirghníomhú leis an bpostáil seo?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Cé atá in ann freagra a thabhairt" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Scríobh postáil" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Scríobh freagra" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Tá, díghníomhaigh" @@ -14495,19 +14663,19 @@ msgstr "Tá, díghníomhaigh" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Scrios an pacáiste fáilte seo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Tá, dícheangail" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Tá, cuir i bhfolach é" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Tá, athghníomhaigh mo chuntas" @@ -14519,7 +14687,7 @@ msgstr "Inné" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Tá tú sa scuaine." @@ -14558,11 +14726,11 @@ msgstr "Tá tú sa scuaine." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Níl cead agat físeáin a uaslódáil." @@ -14570,7 +14738,7 @@ msgstr "Níl cead agat físeáin a uaslódáil." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Is féidir leat sainfhothaí nua a aimsiú le leanúint." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Is féidir leat logáil isteach le do phasfhocal nua anois." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Is féidir leat do chuntas a athghníomhú chun leanacht ort ag logáil isteach. Beidh úsáideoirí eile in ann do phróifíl agus do chuid postálacha a fheiceáil." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Tig leat é seo a uasdátú ó do shocruithe." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Ní leanann tú aon leantóirí de chuid @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Tá tú tar éis cód míchruinn a chur isteach. Ba cheart an cruth seo a bheith air: XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Tá deireadh sroichte agat" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Tá tú tar éis uasteorainn uaslódálacha físeáin a bhaint amach. Bain triail eile as ar ball." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Ní mór duit seachtar ar a laghad a leanúint le pacáiste fáilte a ch msgid "You must grant access to your photo library to save a QR code" msgstr "Ní mór duit fáil ar do leabharlann grianghraf a cheadú le cód QR a shábháil" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Rinne tú díghníomhú ar @{0} cheana." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Logálfar amach as gach cuntas thú." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Tá tú sa scuaine" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Tig leat na daoine seo a leanúint" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Tháinig tú go deireadh d’fhotha! Aimsigh cuntais eile le leanúint." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a bhaint amach (an iomarca beart)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a bhaint amach (an iomarca físeán)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Do chuntas" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Níl tú anseo fada go leor chun físeáin a uaslódáil. Bain triail eile as ar ball." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Is féidir cartlann do chuntais, a bhfuil na taifid phoiblí uile inti, a íoslódáil mar chomhad “CAR”. Ní bheidh aon mheáin leabaithe (íomhánna, mar shampla) ná do shonraí príobháideacha inti. Ní mór iad a fháil ar dhóigh eile." @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Do bhreithlá" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Coimeádfar an leasainm atá agat faoi láthair, <0>{0}, in áirithe duitse. Beidh tú in ann athrú ar ais ón gcuntas seo am ar bith." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Is cosúil go bhfuil do ríomhphost neamhbhailí." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "Do chéad mholadh!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "Do leasainm iomlán anseo: <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ní bheidh do phróifíl, postálacha, fothaí ná liostaí infheicthe ag úsáideoirí eile Bluesky. Is féidir leat do chuntas a athghníomhú uair ar bith trí logáil isteach." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/gd/messages.po b/src/locale/locales/gd/messages.po index 81d9444cf1..ef989164d4 100644 --- a/src/locale/locales/gd/messages.po +++ b/src/locale/locales/gd/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: gd\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Scottish Gaelic\n" "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n>2 && n<20) ? 2 : 3;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Roinn-seòrsa “{interestsDisplayName}” (gnìomhach)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {a’ leantainn #} two {a’ leantainn #} few {a’ lean msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {Lorg sinn # charaid!} two {Lorg sinn # charaid!} few {Lorg sinn # caraidean!} other {Lorg sinn # caraid!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# uair a thìde} two {# uair a thìde} few {# uairean a thìde} other {# uair a thìde}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# mhìos} two {# mhìos} few {# mìosan} other {# mìos}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {# phost eile} two {# phost eile} few {# puist eile} other {# post eile}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {gam leantainn} two {gam leantainn} few {gam leantainn} other {gam leantainn}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {A’ leantainn #} two {A’ leantainn #} few {A’ leantainn #} other {A’ leantainn #}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {phost} two {phost} few {puist} other {post}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "Chaidh {0, plural, one {# neach} two {# neach} few {# daoine} other {# daoine}} an sàs Bluesky leis a’ phacaid-thòiseachaidh seo!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {⁊ # a bharrachd} two {⁊ # a bharrachd} few {⁊ # a bharrachd} other {⁊ # a bharrachd}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, one {Feumaidh tu a bhith co-dhiù # bhliadhna a dh’aois mus urrainn dhut cunntas a chruthachadh far a bheil thu.} two {Feumaidh tu a bhith co-dhiù # bhliadhna a dh’aois mus urrainn dhut cunntas a chruthachadh far a bheil thu.} few {Feumaidh tu a bhith co-dhiù # bliadhna a dh’aois mus urrainn dhut cunntas a chruthachadh far a bheil thu.}other {Feumaidh tu a bhith co-dhiù # bliadhna a dh’aois mus urrainn dhut cunntas a chruthachadh far a bheil thu.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "Tha {0} beò" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "Chan eil {0} ri fhaighinn" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "A’ phacaid tòiseachaidh aig {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {uair a thìde} two {uair a thìde} few {uairean a thìde} other {uair a thìde}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {mhionaid} two {mhionaid} few {mionaidean} other {mionaid}}" @@ -652,14 +661,14 @@ msgstr "Chlàraich {firstAuthorName} aig a’ phacaid tòiseachaidh agad" msgid "{firstAuthorName} verified you" msgstr "Rinn {firstAuthorName} dearbhadh ort" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "a’ leantainn {following}" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# uair a thìde} two {# uair a thìde} few {# uairean a thìde} other {# uair a thìde}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "Chaidh {joinedAllTimeCount, plural, one {# chleachdaiche} two {# chleachdaiche} few {# cleachdaichean} other {# cleachdaiche}} an sàs ann!" @@ -767,7 +776,7 @@ msgstr "Chaidh {profileName} an sàs Bluesky {timeAgoString} air ais, a’ cleac #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "⁊ {computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "Tha <0>{0}, <1>{1} agus {2, plural, one {# eile} two {# eile} few {# eile} other {# others}} gan gabhail a-staigh sa phacaid tòiseachaidh agad" @@ -834,7 +843,7 @@ msgstr "Tha <0>{0}, <1>{1} agus {2, plural, one {# eile} two {# eile} fe #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "Tha <0>{0}, <1>{1} agus {2, plural, one {# eile} two {# eile} few {# eile} other {# others}} gan gabhail a-staigh sa phacaid tòiseachaidh agad" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {air a shàbhaladh} two {air a shàbhaladh} f #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "Tha <0>{0} agus <1> <2>{1} gan gabhail a-staigh sa phacaid tòiseachaidh agad" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "Tha <0>{0} ga ghabhail a-staigh sa phacaid tòiseachaidh agad" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "Na buill aig <0>{0}" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "Tha <0>thusa agus <1> <2>{0} gan gabhail a-staigh sa phacaid tòiseachaidh agad" @@ -946,6 +955,12 @@ msgstr "7 làithean" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Cruinneachadh de dh’inbhirean air a bheil fèill mhòr air Bluesky, a’ gabhail a-staigh News, Booksky, Game Dev, Blacksky agus Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Dh’èirich mearachd leis an lìonra. Thoir sùil air a’ cheangal aga msgid "A new code has been sent" msgstr "Chaidh còd ùr a chur" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Dòigh dearbhaidh ùr" @@ -1005,7 +1020,7 @@ msgstr "Glacadh-sgrìn de dh’uinneag sgrìobhadh nam post le putan ùr ri taob msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "So-ruigsinneachd" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Roghainnean na so-ruigsinneachd" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Cunntas" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Chaidh an cunntas a bhacadh" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Chaidh an cunntas a leantainn" @@ -1086,8 +1101,8 @@ msgstr "Chaidh an cunntas a chur na dhàil" msgid "Account is deactivated" msgstr "Chaidh an cunntas a chur à gnìomh" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Chaidh an cunntas a mhùchadh" @@ -1111,24 +1126,24 @@ msgstr "Chaidh an cunntas a thoirt air falbh on ghrad-inntrigeadh" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Chaidh am bacadh a thoirt far a’ chunntais" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Chan eil thu a’ leantainn a’ chunntais tuilleadh" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Chaidh an cunntas a neo-mhùchadh" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "’S urrainn do chunntasan aig a bheil cromag chrom-bhileach ghorm <0><1/> cunntasan eile a dhearbhadh. ’S e Bluesky a thaghas an luchd-dearbhaidh earbsach seo." @@ -1138,7 +1153,7 @@ msgstr "’S urrainn do chunntasan aig a bheil cromag chrom-bhileach ghorm <0><1 msgid "Activity from others" msgstr "Gnìomhachd o dhaoine eile" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Cuir ris" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Cuir ris {0} a bharrachd mus lean thu air adhart" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Cuir {displayName} ris a’ phacaid tòiseachaidh" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Cuir cleachdaiche ris an liosta seo" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Cuir cunntas ris" @@ -1201,11 +1216,11 @@ msgstr "Cuir roghainn teacsa ris (roghainneil)" msgid "Add another account" msgstr "Cuir cunntas eile ris" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Cuir post eile ris" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Cuir post eile ris an t-snàithlean" @@ -1223,7 +1238,7 @@ msgstr "Cuir facal-faire aplacaid ris" msgid "Add App Password" msgstr "Cuir facal-faire aplacaid ris" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Cuir dealbh ris" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Cuir meadhan ris a’ phost" @@ -1254,8 +1269,8 @@ msgstr "Cuir meadhan ris a’ phost" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Cuir barrachd fiosrachaidh ris (roghainneil)" @@ -1295,7 +1310,7 @@ msgstr "Cuir frith-fhreagairt" msgid "Add recommended feeds" msgstr "Cuir inbhirean a mholadh tu ris" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Cuir inbhirean ris a’ phacaid tòiseachaidh agad!" @@ -1307,12 +1322,12 @@ msgstr "Cuir ris inbhir bunaiteach nan daoine a tha thu gan leantainn a-mhàin" msgid "Add the following DNS record to your domain:" msgstr "Cuir an reacord DNS a leanas ris an àrainn agad:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Cuir an t-inbhir seo ris na h-inbhirean agad" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Cuir ri liosta" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Cuir ris na puist a shàbhail thu" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Cuir ris na pacaidean tòiseachaidh" @@ -1330,7 +1345,7 @@ msgstr "Cuir ris na pacaidean tòiseachaidh" msgid "Add user to list" msgstr "Cuir an cleachdaiche ri liosta" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Cuir latha do bhreith ris" @@ -1361,7 +1376,7 @@ msgstr "A’ cur buill ris an liosta…" msgid "Additional details (limit 1000 characters)" msgstr "Mion-fhiosrachadh a bharrachd (1,000 caractar air a’ char as motha)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Fiosrachadh a bharrachd (300 caractar air a’ char as motha)" @@ -1378,14 +1393,14 @@ msgstr "Inbheach" msgid "Adult content" msgstr "Susbaint inbheach" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Susbaint inbheach" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Chan urrainn dhut susbaint inbheach a chur an comas ach air an lìon aig <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Leubailean susbaint inbheach" msgid "Adult sexual abuse content" msgstr "Susbaint a tha na dhroch-dhìol fheiseil inbheach" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Adhartach" @@ -1423,7 +1438,7 @@ msgstr "Chaidh do cheist mun dearbhadh aoise a chur" msgid "Age assurance only takes a few minutes" msgstr "Cha toir dearbhadh aoise ach mionaid no dhà" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "meadhbh@eisimpleir.com" msgid "All" msgstr "Na h-uile" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Na h-uile" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Tha thu a’ leantainn a h-uile cunntas a-nis!" @@ -1474,7 +1494,7 @@ msgstr "Gach inbhir a shàbhail thu san aon àite." msgid "Allow access to your direct messages" msgstr "Ceadaich cead-inntrigidh o na teachdaireachdan dìreach agad" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Thoir cead-freagairt dhan a h-uile duine" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Thoir seachad cead air an ionad" @@ -1498,24 +1518,24 @@ msgstr "Thoir seachad cead air an ionad" msgid "Allow others to be notified of your posts" msgstr "Ceadaich gum faigh daoine eile brathan mu phuist a dh’fhoillsicheas tu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Thoir cead-freagairt do dhaoine a tha thu a’ leantainn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Thoir cead-freagairt do dhaoine air an toir thu iomradh" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Ceadaich luaidhean air puist" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Thoir cead-freagairt do dhaoine ann an {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Thoir cead-freagairt dhan luchd-leantainn agad" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Bheir seo cead-inntrigidh dha na teachdaireachdan dìreach" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "A bheil còd agad mar-thà?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "A bheil cunntas agad mar-thà?" @@ -1540,7 +1560,7 @@ msgstr "Air clàradh a-steach mar @{0} mu thràth" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Thèid an roghainn teacsa a bhuntachadh. Chan eil barrachd air {MAX_ALT_TEXT, plural, one {{0} charactar} two {{0} charactar} few {{0} charactaran} other {{0} caractar}} ceadaichte." #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Chaidh post-d a chur gu {0}. Tha còd dearbhaidh na bhroinn as urrainn dhut cur a-steach gu h-ìosal." @@ -1587,7 +1607,7 @@ msgstr "Thachair mearachd" msgid "An error occurred" msgstr "Thachair mearachd" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Dh’èirich mearachd rè dùmhlachadh a’ video." @@ -1596,7 +1616,7 @@ msgstr "Dh’èirich mearachd rè dùmhlachadh a’ video." msgid "An error occurred while fetching suggested accounts." msgstr "Dh’èirich mearachd fhad ’s a bha sinn a’ faighinn nan cunntasan a mholamaid." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Dh’èirich mearachd rè nuair a bha sinn a’ faighinn an inbhir." @@ -1609,15 +1629,15 @@ msgstr "Dh’èirich mearachd nuair a bha sinn a’ gintinn na pacaid tòiseacha msgid "An error occurred while hiding suggestion. {0}" msgstr "Dh’èirich mearachd fhad ’s a bha sinn a’ cur na mhol sinn am falach. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Dh’èirich mearachd rè luchdadh a’ video. Feuch ris a-rithist an ceann greis." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Dh’èirich mearachd rè luchdadh a’ video. Feuch ris a-rithist." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Dh’èirich mearachd rè luchdadh nan liostaichean agad 😕" @@ -1628,16 +1648,16 @@ msgstr "Dh’èirich mearachd rè sàbhaladh a’ chòd QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Dh’èirich mearachd nuair a bha sinn airson na h-uile a leantainn" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Dh’èirich mearachd fhad ’s a bha sinn a’ luchdadh suas a’ video. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Dh’èirich mearachd fhad ’s a bha sinn a’ luchdadh suas a’ video. Thoir sùil air a’ cheangal agad ris an eadar-lìon is feuch ris a-rithist." @@ -1661,8 +1681,8 @@ msgstr "Dealbh de ghrunn puist Bluesky ri taobh ìomhaigheadan ath-phostaidh, msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Dealbh a sheallas gun tagh Bluesky luchd-dearbhaidh earbsach agus gun dearbh an luchd-dearbhaidh earbsach seo cunntasan fa leth aig an luchd-chleachdaidh an uair sin." @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Dh’èirich duilgheadas, feuch ris a-rithist." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Dealbh mas fhìor dhe iPhone a tha a’ sealltainn aplacaid Bluesky agus a’ phròifil aig cleachdaiche dearbhte le cromag ghorm ris an ainm-taisbeanaidh aca." @@ -1702,7 +1722,7 @@ msgstr "Dealbh mas fhìor dhe iPhone a tha a’ sealltainn aplacaid Bluesky agus msgid "an unknown labeler" msgstr "leubailiche neo-aithnichte" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "agus" @@ -1735,7 +1755,7 @@ msgstr "Naidheachd mu dhearbhadh air Bluesky" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Duine sam bith" @@ -1767,7 +1787,7 @@ msgstr "Duine sam bith a tha gam leantainn" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Feumaidh co-dhiù 4 caractaran bhith ann am facal-faire na h-aplacaid" msgid "App passwords" msgstr "Faclan-faire nan aplacaidean" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Faclan-faire nan aplacaidean" @@ -1856,7 +1876,7 @@ msgstr "Tog ath-thagradh an aghaidh a’ cho-dhùnaidh seo" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Cuir an t-iarrtas pull an gnìomh" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Air a thasglannachadh ann an {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Post tasglannaichte" @@ -1914,7 +1934,7 @@ msgstr "A bheil thu cinnteach gu bheil thu airson faclan-faire na h-aplacaid “ msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "A bheil thu cinnteach gu bheil thu airson a’ phacaid tòiseachaidh seo a sguabadh às?" @@ -1936,7 +1956,7 @@ msgstr "A bheil thu cinnteach gu bheil thu airson an còmhradh seo fhàgail?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "A bheil thu cinnteach gu bheil thu airson seo a thoirt air falbh o na h-inbhirean agad?" @@ -1945,7 +1965,7 @@ msgstr "A bheil thu cinnteach gu bheil thu airson seo a thoirt air falbh o na h- msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "A bheil thu cinnteach gu bheil thu airson am post seo a thilgeil air falbh?" @@ -1953,7 +1973,7 @@ msgstr "A bheil thu cinnteach gu bheil thu airson am post seo a thilgeil air fal msgid "Are you sure?" msgstr "A bheil thu cinnteach?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Ealain" msgid "Artistic or non-erotic nudity." msgstr "Lomnochd ealanta no neo-earotaigeach." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Iomruin cuspair dhan algairim" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Co-dhiù 8 caractaran" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "Ri fhaighinn" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Air ais" msgid "Back to Chats" msgstr "Air ais gu na cabadaich" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Gnìomhachdan toirmisgte no briseadh tèarainteachd" @@ -2081,7 +2109,7 @@ msgstr "Gnìomhachdan toirmisgte no briseadh tèarainteachd" msgid "Banned user returning" msgstr "Neach-cleachdaidh toirmisgte a’ tilleadh" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "Tòisich air dearbhadh d’ aoise le bhith a’ lìonadh nan raointean g msgid "Beta Feature" msgstr "Gleus beta" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bac an cunntas" @@ -2255,15 +2283,15 @@ msgstr "Bac an cleachdaiche agus/no sguab an còmhradh seo às" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Bacte" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Cunntasan air am bacadh" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Cunntasan air am bacadh" @@ -2288,7 +2316,7 @@ msgstr "’S e gnìomh poblach a th’ ann am bacadh. Chan eil cead aig cunntasa 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." msgstr "Ma nì thu bacadh, ’s urrainn do dhaoine leubailean a chur ris a’ chunntas agad fhathast ach chan urrainn dhaibh freagairt a thoirt sna snàithleanan agad tuilleadh no eadar-ghabhail a dhèanamh leat." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Bloga" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Chan urrainn dha Bluesky dearbhadh gu bheil an ceann-là a thathar a’ cumail a-mach fìor." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "’S urrainn dhut lorg-meòir digiteach a chruthachadh air Bluesky, rud air a bheil “hais” agus is urrainn dhut do charaidean a lorg leis na haisichean seo gun duilgheadas." @@ -2357,15 +2389,11 @@ msgstr "Glèidhidh Bluesky an luchd-aithne agad an cruth dàta còdaichte. Ma bh msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Taghaidh Bluesky grunn chunntasan aig daoine air an lìonra agad a mholar." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Nì Bluesky dearbhadh iad fhèin air fìor-chunntasan mòra." @@ -2424,29 +2452,29 @@ msgstr "Rùraich barrachd mholaidhean air an duilleag “Rùraich”" msgid "Browse other feeds" msgstr "Rùraich inbhirean eile" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Rùraich puist mu dhèidhinn {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Rùraich puist ris a bheil an taga {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Rùraich a’ phacaid tòiseachaidh {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Rùraich an cuspair “{0}”" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Rùraich an cuspair {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Gnìomhachas" @@ -2459,10 +2487,10 @@ msgstr "Am putan a bheir air ais gu loidhne-ama do dhachaigh thu" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Le {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Le <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Le bhith a’ cruthachadh cunntas, bidh tu ag aontachadh ri <0>teirmiche msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Le bhith a’ cruthachadh cunntas, bidh tu ag aontachadh ri <0>teirmichean na seirbheise." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Leat-sa" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "An camara" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Sguir dheth" msgid "Cancel quote post" msgstr "Sguir dhen luaidh air a’ phost" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Sguir dhen ath-ghnìomhachadh is clàraich a-mach" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Chan urrainn dhut eadar-ghabhail a dhèanamh le cleachdaiche a bhac thu" @@ -2609,7 +2637,7 @@ msgstr "Caipseanan (.vtt)" msgid "Captions & alt text" msgstr "Caipseanan ⁊ roghainn teacsa" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Atharraich an làmhrachan" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Atharraich seirbheise na modarataireachd" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Atharraich am facal-faire" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "An còmhradh airson am facal-faire atharrachadh" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Atharraich roinn-seòrsa na h-aithisg" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Atharraich adhbhar na h-aithrise" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Cha bhi buaidh air an liosta ma dh’atharraicheas tu a’ phacaid-thòiseachaidh an dèidh dhut a chruthachadh. Bidh an liosta na lethbhreac neo-eisimeileach." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Cabadaich" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Bogsa a-steach nan iarrtasan cabadaich" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Iarrtasan cabadaich" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Thoir sùil air <0>{currentEmail} feuch an d’fhuair thu am post-d msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Thoir sùil air an staid agam" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Dealbh loidhne-ama dhut fhèin! Inbhirean leis a’ choimhearsnachd a bheir dhut stuth as toil leat." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Tagh facal-faire dhut" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "Falamhaich tasgadan nan dealbhan" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Falamhaich an ceasnachan luirg" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Briog an-seo airson clàradh a-mach" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "Briog an-seo a thòiseachadh air a dhearbhadh." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Briog an-seo airson latha do bhreith atharrachadh" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Dèan briogadh airson feuchainn ris an teachdaireachd a dh’fhàillig as ùr" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Dèan briogadh airson feuchainn ris an teachdaireachd a dh’fhàillig a #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Dèan briogadh airson feuchainn ris an teachdaireachd a dh’fhàillig a #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Dùin" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Dùin an còmhradh gnìomhach" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Dùin an còmhradh" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Dùin an clàr-taice air an taobh" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Dùin an co-còmhradh seo" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Dùin mòideal an fhàilteachaidh" @@ -3118,7 +3147,7 @@ msgstr "Dùin mòideal an fhàilteachaidh" msgid "Closes password update alert" msgstr "Dùinidh seo caismeachd mu ùrachadh an fhacail-fhaire" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Dùinidh seo an uinneag sgrìobhaidh is tilgidh e air falbh dreachd a’ phuist" @@ -3126,7 +3155,7 @@ msgstr "Dùinidh seo an uinneag sgrìobhaidh is tilgidh e air falbh dreachd a’ msgid "Collapse list of users" msgstr "Co-theannaich liosta an luchd-chleachdaidh" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Co-theannaichidh seo liosta nan cleachdaichean aig a’ bhrath" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Dealbhan-èibhinn" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Treòrachadh na coimhearsnachd" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Coilean am bòrdachadh is tòisich air an cunntas agad a chleachdadh" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Coilean an dùbhlan" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Sgrìobh post ùr" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Sgrìobh puist a bhios suas ri {0, plural, one {# charactar} two {# charactar} few {# caractaran} other {# caractar}} a dh’fhaid" @@ -3180,11 +3209,11 @@ msgstr "Sgrìobh puist a bhios suas ri {0, plural, one {# charactar} two {# char msgid "Compose reply" msgstr "Sgrìobh freagairt" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "A’ co-dhlùthachadh an GIF…" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "A’ dùmhlachadh a’ video…" @@ -3198,18 +3227,18 @@ msgstr "Air a rèiteachadh ann an <0>roghainnean na modarataireachd." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Dearbh" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "An còd dearbhaidh" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Duilgheadas leis a’ cheangal" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Cuir fios gu sgioba na taice againn" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Cuir fios gu sgioba na taice" @@ -3273,7 +3302,7 @@ msgstr "Susbaint ⁊ meadhanan" msgid "Content and media" msgstr "Susbaint is meadhanan" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Susbaint is meadhanan" @@ -3281,7 +3310,7 @@ msgstr "Susbaint is meadhanan" msgid "Content Blocked" msgstr "Chaidh susbaint a bhacadh" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Criathragan susbainte" @@ -3421,8 +3450,8 @@ msgstr "Lethbhreac" msgid "Copy App Password" msgstr "Dèan lethbhreac de dh’fhacal-faire na h-aplacaid" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Dèan lethbhreac dheth at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Dèan lethbhreac dhen chòd" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Dèan lethbhreac dhen DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Dèan lethbhreac dhen cheangal" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Dèan lethbhreac dhen cheangal" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Dèan lethbhreac dhen cheangal ris an liosta" @@ -3472,12 +3501,12 @@ msgstr "Dèan lethbhreac dhen cheangal ris an liosta" msgid "Copy link to post" msgstr "Dèan lethbhreac dhen cheangal ris a’ phost" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Cuir lethbhreac dhen cheangal dhan phròifil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Cuir lethbhreac dhen cheangal dhan pacaid tòiseachaidh" @@ -3491,8 +3520,8 @@ msgstr "Dèan lethbhreac de theacsa na teachdaireachd" msgid "Copy post at:// URI" msgstr "Dèan lethbhreac dhen phost aig:// URI" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Dèan lethbhreac de theacsa a’ phuist" @@ -3506,7 +3535,7 @@ msgstr "Dèan lethbhreac dhen reacord TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Poileasaidh na còrach-lethbhreac" @@ -3632,7 +3661,7 @@ msgstr "Cruthaich" msgid "Create a list" msgstr "Cruthaich liosta" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Cruthaich liosta dhen phacaid-thòiseachaidh seo" @@ -3642,7 +3671,7 @@ msgstr "Cruthaich còd QR airson pacaid tòiseachaidh" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Cruthaich pacaid tòiseachaidh" @@ -3655,12 +3684,12 @@ msgstr "Cruthaich pacaid tòiseachaidh" msgid "Create a starter pack for me" msgstr "Cruthaich pacaid tòiseachaidh dhomh" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "Cruthaich liosta" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Cruthaich liosta dhe na buill" @@ -3708,13 +3737,13 @@ msgstr "Cruthaich liosta dhe na buill" msgid "Create list from starter pack" msgstr "Cruthaich liosta dhen phacaid-thòiseachaidh" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Cruthaich liosta modarataireachd" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Cruthaich cunntas ùr" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Cruthaich aithris airson {0}" @@ -3734,7 +3763,7 @@ msgstr "Cruthaich aithris airson {0}" msgid "Create starter pack" msgstr "Cruthaich pacaid tòiseachaidh" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Cruthaich liosta luchd-cleachdaidh" @@ -3747,7 +3776,7 @@ msgstr "Cruthaich liosta luchd-cleachdaidh" msgid "Created {0}" msgstr "Air a chruthachadh {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Chaidh an cruthadair a bhacadh" @@ -3800,7 +3829,7 @@ msgstr "Dorcha" msgid "Dark theme" msgstr "Ùrlar dorcha" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Là-breith" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Cuir an cunntas à gnìomh" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Na h-ìomhaigheagan bunaiteach" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Sguab às" @@ -3892,8 +3921,8 @@ msgstr "Sguab an còmhradh às" msgid "Delete for me" msgstr "Sguab às dhomh-sa" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Sguab an liosta às" @@ -3909,30 +3938,30 @@ msgstr "Sguab an teachdaireachd às dhomh-sa" msgid "Delete my account" msgstr "Sguab an cunntas agam às" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Sguab às am post" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Sguab a’ phacaid tòiseachaidh às" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "A bheil thu airson a’ phacaid tòiseachaidh seo a sguabadh às?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "A bheil thu airson an liosta seo a sguabadh às?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "A bheil thu airson am seo post a sguabadh às?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Air a sguabadh às" @@ -3953,7 +3982,7 @@ msgstr "Air a sguabadh às le Plivo an dèidh an dearbhaidh" msgid "Deleted list" msgstr "Chaidh an liosta a sguabadh às" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Teacsa a mhìnicheas an t-susbaint" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Dealaich an luaidh" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "A bheil thu airson an luaidh air a’ phost a dhealachadh?" @@ -3993,11 +4022,11 @@ msgstr "Chaidh modh an luchd-leasachaidh a chur an comas" msgid "Developer options" msgstr "Roghainnean an luchd-leasachaidh" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Còmhradh: co-dhùin cò aig a bheil cead eadar-ghabhail a dhèanamh leis a’ phost seo" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Doilleir" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "Cuir dearbhadh 2FA air a’ phost-d à comas" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Cuir dearbhadh 2FA air a’ phost-d à comas" @@ -4041,11 +4075,11 @@ msgstr "Cuir an fhreagairt haptaigeach à comas" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Na leig le daoine luaidh a dhèanamh air a’ phost seo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Cuir à comas freagairtean buileach" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "À comas" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Tilg air falbh" @@ -4075,23 +4109,28 @@ msgstr "Tilg air falbh" msgid "Discard changes?" msgstr "A bheil thu airson na h-atharraichean a thilgeil air falbh?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "A bheil thu airson an dreachd a thilgeil air falbh?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "A bheil thu airson am post a thilgeil air falbh?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Dì-cheangail Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Fidir inbhirean gnàthaichte ùra" msgid "Discover New Feeds" msgstr "Fidir inbhirean ùra" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Leig seachad" @@ -4115,7 +4154,7 @@ msgstr "Leig seachad" msgid "Dismiss banner" msgstr "Leig seachad a’ bhratach" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Leig seachad a’ mhearachd" @@ -4217,8 +4256,9 @@ msgstr "Na gabh dragh! Chaidh gach teachdaireachd is roghainn a shàbhaladh is b #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Deiseil" msgid "Double tap or long press the message to add a reaction" msgstr "Thoir gnogag dhùbailte no dèan brùthadh fada air an teachdaireachd airson frith-fhreagairt a chur" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Thoir gnogag dhùbailte air gus an còmhradh a dhùnadh" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Thoir gnogag dhùbailte a dh’innse gur toil leat e" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Luchdaich a-nuas Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Luchdaich a-nuas dàta na cabadaich" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Luchdaich a-nuas dàta na cabadaich" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Doxx-igeadh" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Dreachdan" @@ -4318,19 +4358,19 @@ msgstr "m.e. alice.com" msgid "E.g. artistic nudes." msgstr "m.e. lomnochd ealain." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "m.e. postairean fìor-mhath" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "m.e. spamairean" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "m.e. na làmhan gun dearmad." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "m.e. luchd-cleachdaidh a chuireas sanasachd mar fhreagairt gu tric." @@ -4341,7 +4381,7 @@ msgstr "Mì-rian ithe" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Deasaich" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Deasaich an t-avatar" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Deasaich an dealbh" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Deasaich roghainnean na h-eadar-ghabhalach" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Deasaich mion-fhiosrachadh na liosta" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Deasaich staid an t-srutha bheò" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Deasaich an liosta modarataireachd " -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Deasaich na h-inbhirean agam" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Deasaich na daoine" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Deasaich roghainnean eadar-ghabhail a’ phuist" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Deasaich a’ phròifil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Deasaich a’ phròifil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Deasaich a’ phacaid tòiseachaidh" @@ -4454,15 +4494,15 @@ msgstr "Deasaich a’ phacaid tòiseachaidh" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Deasaich liosta an luchd-chleachdaidh" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Co-dhùin cò aig a bheil cead freagairt" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Deasaich a’ phacaid tòiseachaidh agad" @@ -4470,16 +4510,16 @@ msgstr "Deasaich a’ phacaid tòiseachaidh agad" msgid "Education" msgstr "Foghlam" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Bhac cruthadair na liosta seo thu no bhac thusa cruthadair na liosta." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Post-d" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Tha 2FA air a’ phost-d à comas" @@ -4492,7 +4532,7 @@ msgstr "Tha 2FA air a’ phost-d an comas" msgid "Email address" msgstr "Seòladh puist-d" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Chaidh am post-d a chur as ùr" @@ -4508,7 +4548,7 @@ msgstr "Chaidh am post-d a chur! <0>Briog an-seo airson a chur as ùr." msgid "Email verification complete!" msgstr "Chaidh am post-d a dhearbhadh!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Chaidh am post-d a dhearbhadh" @@ -4527,7 +4567,7 @@ msgstr "Leabaich am post" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Leabaich am post seo san làrach-lìn agad. Cha leig thu leas ach lethbhreac dhen snippet a leanas a dhèanamh agus a chur a-steach dhan chòd HTML air an làrach-lìn agad." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Cluicheadair video leabaichte" @@ -4542,12 +4582,7 @@ msgstr "Cuir an comas" msgid "Enable {0} only" msgstr "Na cuir an comas ach {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Cuir comas inbheach an comas" @@ -4583,7 +4618,7 @@ msgstr "Cuir an comas brathan o chunntas le bhith a’ tadhal air a’ phròifil msgid "Enable push notifications" msgstr "Cuir brathan push an comas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Leig le daoine luaidh a dhèanamh air a’ phost seo" @@ -4601,7 +4636,7 @@ msgstr "Cuir na cuspairean a tha a’ treandadh an comas" msgid "Enable trending videos in your Discover feed" msgstr "Cuir an comas videothan a tha a’ treandadh san inbhir “Fidir” agad" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "An comas" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Cuir a-steach latha do bhreith" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Cuir a-steach an seòladh puist-d agad" @@ -4670,15 +4705,15 @@ msgstr "Cuir a-steach am facal-faire agad" msgid "Enter your username and password" msgstr "Cuir a-steach an t-ainm-cleachdaiche ’s am facal-faire agad" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Fosglaidh seo an làn-sgrìn" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Dibhearsan" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Mearachd" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Teachdaireachd na mearachd" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Dh’èirich mearachd nuair a bha sinn a’ sàbhaladh an fhaidhle" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Dh’èirich mearachd nuair a bha sinn a’ faighinn freagairt a’ Chaptcha." @@ -4712,11 +4747,11 @@ msgstr "Dh’èirich mearachd nuair a bha sinn a’ faighinn freagairt a’ Chap msgid "Error: {error}" msgstr "Mearachd: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Faodaidh duine sam bith freagairt" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Faodaidh duine sam bith am post seo a fhreagairt." @@ -4783,7 +4818,7 @@ msgstr "Leudaich no co-theannaich am post slàn a tha thu a’ freagairt" msgid "Expand post text" msgstr "Leudaich teacsa a’ phuist" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Leudaichidh no co-theannaichidh seo teacsa a’ phuist" @@ -4826,21 +4861,21 @@ msgstr "Meadhanan feòlmhor no draghail." msgid "Explicit sexual images." msgstr "Dealbhan feiseil is feòlmhor." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Rùraich" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Fidir an aplacaid" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Às-phortaich an dàta agam" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Meadhanan on taobh a-muigh" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Ma cheadaicheas tu meadhanan on taobh a-muigh, dh’fhaodte gun toir seo comas do làraichean-lìn fiosrachadh a chruinneachadh mu do dhèidhinn is mun uidheam agad. Cha tèid fiosrachadh sam bith iarraidh no a chur gus am brùth thu am putan “Cluich”." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Roghainnean nam meadhanan on taobh a-muigh" @@ -4946,7 +4981,7 @@ msgstr "Cha b’ urrainn dhuinn an teachdaireachd a sguabadh às" msgid "Failed to delete post, please try again" msgstr "Cha b’ urrainn dhuinn am post a sguabadh às, feuch ris a-rithist" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Cha b’ urrainn dhuinn a’ phacaid tòiseachaidh a sguabadh às" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Cha b’ urrainn dhuinn Germ DM a dhì-cheangal. Seo a’ mhearachd: {0}" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "Cha b’ urrainn dhuinn na còmhraidhean a luchdadh" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Cha b’ urrainn dhuinn na h-inbhirean a luchdadh" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Cha b’ urrainn dhuinn roghainnean nan inbhirean a luchdadh" @@ -5037,14 +5072,14 @@ msgstr "Cha b’ urrainn dhuinn an roghainn a luchdadh." msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Cha b’ urrainn dhuinn na h-inbhirean a mholamaid a luchdadh" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Cha b’ urrainn dhuinn na daoine a mholamaid an leantainn a luchdadh" @@ -5067,12 +5102,12 @@ msgstr "Cha b’ urrainn dhuinn comharradh gun deach gach iarrtas a leughadh" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Cha b’ urrainn dhuinn am post a phrìneachadh" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Cha b’ urrainn dhuinn Germ DM a cheangal ris as ùr. Seo a’ mhearachd: {0}" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "Cha d’fhuair sinn lorg air an ionad. Feuch ris a-rithist." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Cha b’ urrainn dhuinn an dreachd a luchdadh" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Cha b’ urrainn dhuinn an dealbh a shàbhaladh: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Cha b’ urrainn dhuinn na roghainnean a shàbhaladh. Feuch ris a-rithist." @@ -5168,7 +5203,7 @@ msgstr "Cha b’ urrainn dhuinn mùchadh an t-snàithlein a thoglachadh, feuch r msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Cha b’ urrainn dhuinn an liosta a dhì-phrìneachadh" @@ -5185,7 +5220,7 @@ msgstr "Cha b’ urrainn dhuinn roghainnean 2FA a’ phuist-d ùrachadh" msgid "Failed to update email, please try again." msgstr "Cha b’ urrainn dhuinn am post-d ùrachadh, feuch ris a-rithist." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Cha b’ urrainn dhuinn na h-inbhirean ùrachadh" @@ -5197,12 +5232,10 @@ msgstr "Cha b’ urrainn dhuinn foirgheall nam brathan ùrachadh" msgid "Failed to update settings" msgstr "Cha b’ urrainn dhuinn na roghainnean ùrachadh" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Cha b’ urrainn dhuinn a’ video a luchdadh suas" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Cunntas brèige no bot" msgid "False information about elections" msgstr "Fiosrachadh brèige mu thaghadh" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Inbhir" @@ -5241,11 +5274,11 @@ msgstr "Cruthadair inbhirean" msgid "Feed identifier" msgstr "Aithnichear inbhirean" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Clàr-taice nan inbhirean" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Toglaiche nan inbhirean" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Chaidh do bheachd a chur gu muinntir an inbhir" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Inbhirean" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Tha inbhirean nan algairimean gnàthaichte as urrainn do luchd-cleachdaidh a chruthachadh ma tha beagean de sgil aca air còdachadh. <0>Faic an treòir seo airson barrachd fiosrachaidh." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Faigh an t-ùrachadh" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Chaidh am faidhle a shàbhaladh!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Criathraich o na h-inbhirean" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Criathraich an lorg a-rèir cànain (an-dràsta fhèin: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "A’ cur crìoch air" @@ -5358,15 +5399,15 @@ msgstr "Ionmhas" msgid "Find accounts to follow" msgstr "Lorg cunntasan airson an leantainn" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Lorg luchd-aithne" @@ -5378,7 +5419,7 @@ msgstr "Lorg mo charaidean" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Lorg daoine airson an leantainn" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Lean" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Lean ri {0}" @@ -5458,7 +5499,7 @@ msgstr "Lean ri {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Lean ri {handle}" @@ -5474,8 +5515,8 @@ msgstr "Lean deichnear an toiseach" msgid "Follow 7 accounts" msgstr "Lean ri 7 cunntasan" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Lean ris a’ chunntas" @@ -5486,8 +5527,8 @@ msgstr "Lean ris a’ chunntas" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Lean ris na h-uile" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Lean a h-uile cunntas" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Luchd-leantainn aig @{0} as aithne dhut-sa cuideachd" @@ -5552,28 +5593,29 @@ msgstr "Luchd-leantainn as aithne dhut" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Ga leantainn" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Ga leantainn" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "A’ leantainn {0} a-nis" @@ -5582,7 +5624,7 @@ msgstr "A’ leantainn {0} a-nis" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "A’ leantainn {handle}" @@ -5591,7 +5633,7 @@ msgstr "A’ leantainn {handle}" msgid "Following feed preferences" msgstr "Roghainnean inbhir nan daoine a tha thu a’ leantainn" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Roghainnean inbhir nan daoine a tha thu a’ leantainn" @@ -5613,7 +5655,7 @@ msgstr "Meud a’ chrutha-chlò" msgid "Food" msgstr "Biadh" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Mas e cunntas buidhinn a tha seo, cleachd latha-breith an neach a stiùireas an cunntas seo." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Chaidh Germ DM a dhì-cheangal" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Ceangal Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Chaidh Germ DM a cheangal ris as ùr" @@ -5812,7 +5854,7 @@ msgstr "Dèan toiseach-tòiseachaidh" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "Chaidh an GIF a luchdadh suas" @@ -5835,8 +5877,8 @@ msgstr "Glòrachadh ainneirt" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glòrachadh ainneirt" msgid "Go back" msgstr "Air ais" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Air ais" @@ -5867,8 +5909,8 @@ msgstr "Air ais gun cheum roimhe" msgid "Go home" msgstr "Dhachaigh" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Cuir struth beò" @@ -5879,8 +5921,8 @@ msgstr "Cuir struth beò" msgid "Go Live" msgstr "Cuir struth beò" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Dèan craoladh beò (à comas)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Cuir struth beò fad" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "Tadhail air a’ phròifil aig {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Tadhail air roghainnean a’ chunntais" @@ -5943,8 +5985,8 @@ msgstr "Chaidh an craoladh beò a chur à comas sa chunntas agad" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Tha mi agaibh" @@ -5953,6 +5995,11 @@ msgstr "Tha mi agaibh" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Haptaigeachd" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Sàrachadh no gràin" @@ -6095,7 +6147,7 @@ msgstr "Gnìomhachdan dochainneach no glè chunnartach" msgid "Harming or endangering minors" msgstr "A’ cur mion-aoisich an cunnart no gan dochann" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Taga-hais" @@ -6112,11 +6164,11 @@ msgstr "Gràin-chainnt" msgid "Have a code? <0>Click here." msgstr "A bheil còd agad? <0>Briog an-seo." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "A bheil duilgheadasan agad?" @@ -6145,11 +6197,11 @@ msgstr "Seo dhut facal-faire na h-aplacaid!" msgid "Hey there 👋" msgstr "Shin thu 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Shin thu!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Shin thu!" @@ -6158,7 +6210,7 @@ msgstr "Shin thu!" msgid "Hidden" msgstr "Falaichte" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Falaichte ri linn nan roghainnean modarataireachd agad." @@ -6166,23 +6218,19 @@ msgstr "Falaichte ri linn nan roghainnean modarataireachd agad." msgid "Hidden list" msgstr "Liosta fhalaichte" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Falaich" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Falaich" @@ -6195,7 +6243,7 @@ msgstr "Falaich gach roghainn gnàthachaidh" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Falaich na liostaichean" @@ -6203,23 +6251,23 @@ msgstr "Falaich na liostaichean" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Falaich am post seo uam-sa" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Falaich an fhreagairt seo on a h-uile duine" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Falaich an fhreagairt seo uam-sa" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "Falaich a’ chairt seo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "A bheil thu airson am post seo a chur am falach?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "A bheil thu airson an fhreagairt seo a chur am falach?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Falaich na cuspairean a tha a’ treandadh" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "A bheil thu airson na cuspairean a tha a’ treandadh a chur am falach?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "A bheil thu airson na videothan a tha a’ treandadh a chur am falach?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Falaich liosta an luchd-chleachdaidh" @@ -6267,12 +6308,12 @@ msgstr "Falaich liosta an luchd-chleachdaidh" msgid "Hide verification badges" msgstr "Falaich na baidsean dearbhaidh" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Falaichidh seo an t-susbaint" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Hm, thug frithealaiche an inbhir seachad droch-fhreagairt. Innis do shea msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hm, chan fhaigh sinn lorg air an inbhir seo. Faodaidh gun deach a sguabadh às." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hm, tha coltas nach urrainn dhuinn an dàta seo a luchdadh. Chì thu barrachd fiosrachaidh mu dhèidhinn gu h-ìosal. Ma mhaireas an duilgheadas seo, cuir fios thugainn." @@ -6316,14 +6357,14 @@ msgstr "Hm, tha coltas nach urrainn dhuinn an dàta seo a luchdadh. Chì thu bar msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hm, cha b’ urrainn dhuinn an t-seirbheis modarataireachd sin a luchdadh." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Air do shocair! Tha sinn a’ toirt comas air video mean air mhean – glacaidh foighidinn iasg. Na bi fada gun tilleadh!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Dhachaigh" @@ -6369,8 +6410,8 @@ msgstr "Malairt dhaoine" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Tha mi ag aontachadh gun cleachd Bluesky an luchd-aithne agam airson mo charaidean a lorg dhomh agus haisichean an dàta a chumail gus an toir mi air falbh m’ aonta." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Tha còd agam" @@ -6400,15 +6441,15 @@ msgstr "Mur an do thagh thu cànan sam bith, chì thu puist ann an cànan sam bi 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." msgstr "Ma tha thu co-dhiù 18 bliadhna a dh’aois agus airson feuchainn ris as ùr, briog air a’ phutan gu h-ìosal is cleachd dòigh dearbhaidh eile ma tha gin eile ri làimh far a bheil thu. Ma tha ceist sam bith agad no dragh ort, <0>cuidichidh sgioba na taice againn thu." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Mur eil thu nad inbheach fhathast a-rèir laghan do dhùthcha, feumaidh am pàrant no neach-glèidhidh laghail agad na teirmichean seo a leughadh as do leth." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Ma tha thu dhen bheachd gu bheil latha do bhreith ceàrr, ’s urrainn dhut ùrachadh <0>le bhith a’ briogadh an-seo." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Ma sguabas tu às an liosta seo, chan urrainn dhut aiseag às a dhèidh." @@ -6420,7 +6461,7 @@ msgstr "Ma tha àrainn agad fhèin, ’s urrainn dhut sin a chleachdadh mar an l msgid "If you need to update your email, <0>click here." msgstr "Ma tha agad ris am post-d agad ùrachadh, <0>briog an-seo." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Ma bheir thu am post seo air falbh, chan urrainn dhut aiseag às a dhèidh." @@ -6441,7 +6482,7 @@ msgstr "Ma tha thu airson cuingeachadh cò gheibh brathan mu ghnìomhachd sa chu msgid "If you're a developer, you can host your own server." msgstr "Mas e neach-leasachaidh a th’ annad, is urrainn dhut frithealaiche a chur air chois thu fhèin." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Ma tha thu airson an làmhrachan no post-d agad atharrachadh, dèan sin mus tèid e à comas." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Dealbh" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Dealbh {0} à {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Chaidh tasgadan nan dealbhan fhalamhachadh, shaor sinn {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "Ion-phortaich luchd-aithne" msgid "Import Contacts" msgstr "Ion-phortaich luchd-aithne" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "Ion-phortaich luchd-aithne ’s faigh lorg air do charaidean" msgid "Imported on {0}" msgstr "Air ion-phortadh {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Airson ’s gun urrainn dhuinn cùisean a chumail iomchaidh a rèir d’ aoise, feumaidh fios a bhith againn cuin a rugadh tu. Cha leig thu leas seo a dhèanamh ach aon turas agus cumaidh sinn am fiosrachadh seo prìobhaideach." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Cuir a-steach an còd a chuir sinn thugad air a’ phost-d" msgid "Interaction limited" msgstr "Eadar-ghabhail chuingichte" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Roghainnean na h-eadar-ghabhalach" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "’S urrainn dhuit puist a shàbhaladh mar chomharran-lìn a-nis" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Tha an còd dearbhaidh 2FA mì-dhligheach." @@ -6691,7 +6732,7 @@ msgstr "Tha cuspair na h-aithrise mì-dhligheach" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Còd dearbhaidh mì-dhligheach" @@ -6703,15 +6744,15 @@ msgstr "Thoir cuireadh" msgid "Invite {name} to join Bluesky" msgstr "Thoir cuireadh dha {name} gu Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Còd a’ chuiridh" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Cha deach gabhail ri còd a’ chuiridh. Dèan cinnteach gun do chuir thu a-steach e gun mhearachd is feuch ris a-rithist." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Thoir cuireadh do dhaoine gun phacaid tòiseachaidh seo!" @@ -6786,26 +6827,26 @@ msgstr "Cuiridhean ach pearsanta" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Tha coltas nach eil do charaidean air fad agad an-seo aig an ìre-sa. ’S urrainn dhut teachdaireachd a sgrìobhadh airson cuireadh pearsanta a thoirt dhaibh." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Tha e ceart" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Chan eil ann ach <0>{0} aig an ìre-sa! Cuir barrachd dhaoine ris a’ phacaid tòiseachaidh agad le bhith a’ dèanamh lorg gu h-àrd." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Chan eil ann ach thu fhèin an-dràsta fhèin! Cuir barrachd dhaoine ris a’ phacaid tòiseachaidh agad le bhith a’ dèanamh lorg gu h-àrd." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID na h-obrach: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Obraichean" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Rach an sàs Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Thig a chòmhradh" msgid "Journalism" msgstr "Naidheachdas" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Cùm ort leis an deasachadh" @@ -6854,17 +6895,17 @@ msgstr "Cùm fios rium" msgid "KWS website" msgstr "Làrach-lìn KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Air a leubaileadh le {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Air a leubaileadh leis an ùghdar." @@ -6893,7 +6934,7 @@ msgstr "Leubailean a tha ris a’ chunntas agad" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Roghainnean cànain" @@ -6907,12 +6948,12 @@ msgstr "Cànain" msgid "Larger" msgstr "Nas motha" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Air a thòiseachadh {timeAgo} air ais turas mu dheireadh" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Air a thòiseachadh diog air ais turas mu dheireadh" @@ -6923,8 +6964,8 @@ msgstr "Air a thòiseachadh diog air ais turas mu dheireadh" msgid "Latest" msgstr "As ùire" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "Barrachd fiosrachadh mu dhearbhadh na h-aoise" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Barrachd fiosrachaidh mu dhèidhinn Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Barrachd fiosrachaidh mu ion-phortadh luchd-aithne" msgid "Learn more about self hosting your PDS." msgstr "Barrachd fiosrachaidh mu fhèin-òstaireachd a’ PDS agad." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Barrachd fiosrachaidh mun mhodarataireachd a rinneadh air an t-susbaint seo" @@ -6984,8 +7025,8 @@ msgstr "Airson barrachd fiosrachaidh mu na tha ùr agus mar a dh’innseas tu dh msgid "Learn more about this warning" msgstr "Barrachd fiosrachaidh mun rabhadh seo" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Barrachd fiosrachaidh mun dearbhadh air Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Barrachd fiosrachaidh mun dearbhadh air Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Barrachd fiosrachaidh mu na rudan a tha poblach air Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Barrachd fiosrachaidh mun cheangal Germ DM agad" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Faigh barrachd fiosrachaidh ann an <0>roghainnean a’ chunntais agad." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Barrachd fiosrachaidh." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "air fhàgail." @@ -7080,7 +7121,7 @@ msgstr "Leig leamsa roghnachadh" msgid "Let's get your password reset!" msgstr "Ath-shuidhicheamaid am facal-faire agad!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Tiugainn!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Soilleir" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "’S toil" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "’S toil ({0, plural, one {’s toil le # seo} two {’s toil le # seo} few {’s toil le # seo} other {’s toil le # seo}})" @@ -7114,7 +7155,7 @@ msgstr "Nochd gur toil leat 10 puist" msgid "Like 10 posts to train the Discover feed" msgstr "Nochd gur toil leat 10 puist airson teagasg a thoirt dhan inbhir “Fidir”" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Innis gur toil leat an t-inbhir seo" @@ -7122,8 +7163,8 @@ msgstr "Innis gur toil leat an t-inbhir seo" msgid "Like this labeler" msgstr "Nochd gur toil leat an leubailich seo" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Daoine as toil leotha seo" @@ -7140,26 +7181,26 @@ msgstr "Daoine as toil leotha seo" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "’S toil le {0, plural, one {# seo} two {# seo} few {# seo} other {# seo}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Na ’s toil le daoine" msgid "Likes of your reposts" msgstr "’S toil le cuideigin rud a dh’ath-phostaich thu" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Daoine as toil leotha am post seo" @@ -7191,11 +7232,16 @@ msgstr "Loidhneach" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Liosta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Avatar na liosta" @@ -7227,20 +7273,20 @@ msgstr "Chaidh an liosta a chruthachadh ach cha deach na buill air fad a chur ri msgid "List creator" msgstr "Cruthadair na liosta" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Chaidh an liosta a sguabadh às" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Tuairisgeul na liosta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Tha tuaireisgeul na liosta ro fhada. {DESCRIPTION_MAX_GRAPHEMES, plural, one {charactar air a’ char as motha.} two {# charactar air a’ char as motha.} few {# caractaran air a’ char as motha.}other {# caractar air a’ char as motha.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Chaidh an liosta a chur am falach" @@ -7248,7 +7294,7 @@ msgstr "Chaidh an liosta a chur am falach" msgid "List Hidden" msgstr "Chaidh an liosta a chur am falach" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Feumaidh ainm a bhith aig an liosta." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Chaidh an liosta a mhùchadh" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Ainm na liosta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" -msgstr "Tha ainm na liosta ro fhada. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {{0} charactar air a’ char as motha.} two {{0} charactar air a’ char as motha.} few {{0} charactaran air a’ char as motha.} other {{0} caractar air a’ char as motha.}}" +msgstr "Tha ainm na liosta ro fhada. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {# charactar air a’ char as motha.} two {# charactar air a’ char as motha.} few {# charactaran air a’ char as motha.} other {# caractar air a’ char as motha.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Chaidh an liosta a dhì-bhacadh" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Chaidh an liosta a neo-mhùchadh" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Liostaichean" @@ -7326,12 +7372,12 @@ msgstr "Tha gleus nan tachartasan beòtha na ghleus beta" msgid "Live link" msgstr "Ceangal ris an t-sruth bheò" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Luchdaich barrachd dheth" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Luchdaich barrachd inbhirean a mholamaid" @@ -7346,16 +7392,16 @@ msgstr "Luchdaich na brathan ùra" msgid "Load new posts" msgstr "Luchdaich na puist ùra" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "A’ luchdadh nan liostaichean…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "A’ luchdadh roghainnean eadar-ghabhail nam post…" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Loga" @@ -7405,11 +7451,6 @@ msgstr "An suaicheantas le <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Dèan brùthadh fada airson clàr-taice nan tagaichean airson {0} fhosgladh" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Tha an coltas a leanas air: XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Dèan cinnteach gur e seo a tha fa-near dhut!" msgid "Manage saved feeds" msgstr "Stiùirich na h-inbhirean a shàbhail thu" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Stiùirich na roghainnean dearbhaidh" @@ -7461,8 +7502,14 @@ msgstr "Stiùirich na faclan is tagaichean a mhùch thu" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Comharraich gun deach iad uile a leughadh" @@ -7473,6 +7520,10 @@ msgstr "Comharraich gun deach iad uile a leughadh" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Meadhanan" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Meadhanan a th’ air {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Meadhanan a th’ air uidheam eile" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "luchd-cleachdaidh air a bheil iomradh" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Chaidh an teachdaireachd a sguabadh às" @@ -7603,7 +7655,7 @@ msgstr "Teachdaireachd o @{0}: {1}" msgid "Message from server: {0}" msgstr "Teachdaireachd on fhrithealaiche: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Raon ion-chur na teachdaireachd" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "Roghainnean na teachdaireachd" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Teachdaireachdan" @@ -7640,12 +7692,12 @@ msgstr "Sàrachadh no burraidheachd bheag" msgid "Misleading" msgstr "Mì-stiùireadh" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Tha meadhanan a dhìth" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Modarataireachd" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Mion-fhiosrachadh mun mhodarataireachd" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Liosta modarataireachd le <0/>" msgid "Moderation list by you" msgstr "Liosta modarataireachd leat-sa" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Chaidh an liosta modarataireachd a chruthachadh" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Chaidh an liosta modarataireachd ùrachadh" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Liostaichean modarataireachd" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Liostaichean modarataireachd" @@ -7697,11 +7755,11 @@ msgstr "Liostaichean modarataireachd" msgid "moderation settings" msgstr "roghainnean modarataireachd" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Staidean modarataireachd" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Innealan modarataireachd" @@ -7710,8 +7768,8 @@ msgstr "Innealan modarataireachd" msgid "Moderator has chosen to set a general warning on the content." msgstr "Thagh modaratair rabhadh coitcheann dhan t-susbaint." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Barrachd inbhirean" @@ -7720,10 +7778,10 @@ msgstr "Barrachd inbhirean" msgid "More languages..." msgstr "Barrachd chànan…" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Barrachd roghainnean" @@ -7747,7 +7805,7 @@ msgstr "Ceòl" msgid "Mute" msgstr "Mùch" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Mùch" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Mùch an cunntas" @@ -7816,13 +7874,13 @@ msgstr "Mùch am facal seo ann an tagaichean a-mhàin" msgid "Mute this word until you unmute it" msgstr "Mùch am facal seo gus an neo-mhùch thu e" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Mùch an snàithlean" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Mùch faclan ⁊ tagaichean" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Cunntasan a chaidh am mùchadh" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Cunntasan a chaidh am mùchadh" @@ -7852,7 +7910,7 @@ msgstr "Ma mhùchas tu cunntas, cha nochd na puist aca san inbhir agad no sna br msgid "Muted by \"{0}\"" msgstr "Air a mhùchadh le “{0}”" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Faclan ⁊ tagaichean air am mùchadh" @@ -7881,7 +7939,7 @@ msgstr "Na h-inbhirean agam" msgid "My starter pack" msgstr "A’ phacaid tòiseachaidh agam" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Ainm" @@ -7891,12 +7949,12 @@ msgstr "Nàdar" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Tadhail air {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Tadhail air a’ phacaid tòiseachaidh" @@ -7910,8 +7968,8 @@ msgstr "Bheir seo thu gun ath-sgrìn" msgid "Navigates to your profile" msgstr "Bheir seo thu gun phròifil agad" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "A bheil agad ri aithris a dhèanamh air briseadh còrach-lethbhreac, iarrtas laghail no cùis a thaobh gèilleadh ri riaghailt?" @@ -7919,10 +7977,6 @@ msgstr "A bheil agad ri aithris a dhèanamh air briseadh còrach-lethbhreac, iar msgid "Nevermind, create a handle for me" msgstr "Coma, cruthaichibh làmhrachan dhomh" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Ùr" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Seòladh puist-d ùr" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Gleus ùr" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Facal-faire ùr" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Post ùr" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Post ùr" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "As ùire an toiseach" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Naidheachdan" @@ -8088,15 +8142,15 @@ msgstr "Naidheachdan" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Air adhart" @@ -8108,12 +8162,16 @@ msgstr "An t-ath-dhealbh" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Gun sanasachd, gun tracadh a bhriseas a-steach air do phrìobhaideachd, gun ribean com-pàirteachaidh. Tha suim aig Bluesky dha d’ ùine is aire." @@ -8194,11 +8252,11 @@ msgstr "Cha toil le gin seo fhathast" msgid "No lists" msgstr "Gun liostaichean" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Chan eil thu a’ leantainn {0} tuilleadh" @@ -8224,7 +8282,7 @@ msgstr "Cuir cùl ris an sgrios-sgroladh a sparras algairimean ort. Faigh lorg a msgid "No name" msgstr "Gun ainm" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Chan eil brath sam bith ann fhathast!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Chan eil gin" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Chan fhaod duine sam bith ach an t-ùghdar luaidh a dhèanamh air a’ phost seo." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Cha robh toradh ann" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Cha d’fhuair sinn toradh sam bith airson “{0}”." @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Gun toradh." @@ -8335,7 +8393,7 @@ msgstr "Gun phacaid tòiseachaidh fhathast" msgid "No thanks" msgstr "Cha chuir, mòran taing" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "Gun phuist video fhathast" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Chan eil duine sam bith" @@ -8360,7 +8418,7 @@ msgstr "Cha do rinn duine sam bith luaidh air seo fhathast. Saoil an dèan thusa msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Cha do rinn duine sam bith ath-phostadh air seo fhathast. Saoil an dèan thusa ath-phostadh air air thoiseach air chàch?" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Cha d’fhuair sinn lorg air duine sam bith. Feuch is lorg cuideigin eile." @@ -8398,7 +8456,7 @@ msgstr "Chan eil seo ri fhaighinn air an ùrlar seo." msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Cha deach a lorg" @@ -8407,7 +8465,7 @@ msgstr "Cha deach a lorg" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Ro thràth airson a phostadh? Cùm rudan mar seo mar dhreachdan gus am bi iad deiseil agad uile gu lèir." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Fiosrachadh mu cho-roinneadh" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "An aire: Chan fhaic ach luchd-cleachdaidh a tha clàraichte a-staigh seo." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Cha deach dad a shàbhaladh fhathast" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Roghainnean nam brathan" @@ -8435,8 +8497,8 @@ msgstr "Roghainnean nam brathan" msgid "Notification sounds" msgstr "Fuaimean nam brathan" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Fuaimean nam brathan" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Brathan" @@ -8490,7 +8552,7 @@ msgstr "Ceart ma-thà" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Ceart ma-thà" @@ -8505,6 +8567,10 @@ msgstr "As sine an toiseach" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "air <0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon GIF." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon dealbh." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Thagh thu co-dhiù aon fhaidhle ris nach eil taic." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Tha co-dhiù aon phost ro fhada ’s chan urrainn dhuinn a shàbhaladh mar dhreachd. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Faodaidh dreachd a bhith # charactar a dh’fhaid air a’ char as motha.} two {Faodaidh dreachd a bhith # charactar a dh’fhaid air a’ char as motha.} few {Faodaidh dreachd a bhith # caractaran a dh’fhaid air a’ char as motha.} other {Faodaidh dreachd a bhith # caractar a dh’fhaid air a’ char as motha.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon video." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Chan fhaod ach {0} freagairt." @@ -8556,7 +8622,7 @@ msgstr "Chan fhaod ach {0} freagairt." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "Dìreach luchd-leantainn a tha mise gan leantainn cuideachd" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Chan eil taic ach ri faidhlichean dhealbhan" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Fosgail cruthadair nan avatar" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Fosgail an camara" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Fosgail roghainnean nan còmhraidhean" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Fosgail an dreachd" @@ -8663,8 +8729,8 @@ msgstr "Fosgail an dreachd" msgid "Open drawer menu" msgstr "Fosgail an clàr-taice air an taobh" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Fosgail ròghnaichear nan emoji" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Fosgail an ceangal ri {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Fosgail roghainnean nan teachdaireachdan" msgid "Open moderation debug page" msgstr "Fosgail duilleag dì-bhugachadh na modarataireachd" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Fosgail roghainnean nam faclan is tagaichean mùchte" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Fosgail a’ phacaid" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "Fosgail clàr-taice a’ cho-roinnidh" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Fosgail clàr-taice na pacaide tòiseachaidh" @@ -8759,10 +8825,9 @@ msgstr "Fosgail log an t-siostaim" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Fosglaidh seo an t-inbhir {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Fosglaidh seo mion-fhiosrachadh a bharrachd mu innteart dì-bhugachaidh" msgid "Opens alt text dialog" msgstr "Fosglaidh seo còmhradh na roghainn teacsa" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Fosglaidh seo an camara air an uidheam" @@ -8804,28 +8869,28 @@ msgstr "Fosglaidh seo an còmhradh airson atharrachadh an làmhrachain" msgid "Opens composer" msgstr "Fosglaidh seo an uinneag sgrìobhaidh" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Fosglaidh seo camara an uidheim" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Fosglaidh seo an sruth airson cunntas Bhluesky ùr a chruthachadh" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Fosglaidh seo an sruth airson clàradh a-steach dhan chunntas Bhluesky agad" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Fosglaidh seo an taic sa bhrabhsair" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Fosglaidh seo ròghnaichear nan dealbhan" @@ -8854,7 +8919,7 @@ msgstr "Fosglaidh seo roghainnean cànan a’ phuist" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Fosglaidh seo uinneag sgrìobhadh nam post" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Fosglaidh seo an dreachd san uinneag sgrìobhaidh" @@ -8879,15 +8944,51 @@ msgstr "Fosglaidh seo an dreachd san uinneag sgrìobhaidh" msgid "Opens this profile" msgstr "Fosglaidh seo a’ phròifil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Roghainnean:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "No lean air adhart air cunntas eile." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "No clàraich a-steach gu cunntas eile agad." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Facal-faire" @@ -8993,7 +9094,7 @@ msgstr "Facal-faire" msgid "Password changed" msgstr "Chaidh am facal-faire atharrachadh" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Feumaidh co-dhiù 8 caractaran bhith san fhacal-faire." @@ -9005,7 +9106,7 @@ msgstr "Chaidh am facal-faire ùrachadh" msgid "Password updated!" msgstr "Chaidh am facal-faire ùrachadh!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Cuir na stad" @@ -9020,7 +9121,7 @@ msgstr "Cuir a’ video na stad" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Daoine" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Daoine a tha @{0} a’ leantainn" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Daoine a leanas ri @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Daoine a tha thu gan leantainn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Daoine a nì thu iomradh orra" @@ -9082,7 +9183,7 @@ msgstr "Daoine a nì thu iomradh orra" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Chaidh cead-inntrigidh do leabhar-lann nan dealbhan agad a dhiùltadh. Cuir an comas e ann an roghainnean an t-siostaim agad." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Leum eadar pearsachan" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Dealbhan do dh’inbhich." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Prìnich an t-inbhir" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Prìnich ris an dachaigh" @@ -9131,8 +9232,8 @@ msgstr "Prìnich ris an dachaigh" msgid "Pin to Home" msgstr "Prìnich ris an dachaigh" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Prìnich ris a’ phròifil agad" @@ -9151,11 +9252,11 @@ msgstr "Chaidh {0} a phrìneachadh ris an dachaigh" msgid "Pinned Feeds" msgstr "Inbhirean prìnichte" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Prìnichte ris na h-inbhirean agad" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Cluich" @@ -9169,12 +9270,12 @@ msgstr "Cluich {0}" msgid "Play GIF" msgstr "Cluich an GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Cluich a’ video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Cluich a’ video" @@ -9182,7 +9283,7 @@ msgstr "Cluich a’ video" msgid "Plays or pauses the GIF" msgstr "Cluichidh no cuiridh seo na stad an GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Cluichidh no cuiridh seo na stad a’ video" @@ -9190,7 +9291,7 @@ msgstr "Cluichidh no cuiridh seo na stad a’ video" msgid "Plays the GIF" msgstr "Cluichidh seo an GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Cluichidh seo a’ video" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Tagh làmhrachan dhut." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Tagh facal-faire." @@ -9219,12 +9320,12 @@ msgstr "Briog air a’ cheangal sa phost-d a chuir sinn thugad airson an seòlad msgid "Please complete the verification captcha." msgstr "Coilean an Captcha airson dearbhadh a dhèanamh." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Dearbh an seòladh puist-d agad mus luchdaich thu suas videothan." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Dèan cinnteach nach eil mearachd sa phost- agad." @@ -9232,7 +9333,7 @@ msgstr "Dèan cinnteach nach eil mearachd sa phost- agad." msgid "Please enter a password." msgstr "Cuir a-steach facal-faire." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Cuir a-steach facal-faire. Feumaidh e a bhith co-dhiù 8 caractaran a dh’fhaid." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Cuir a-steach an còd tèarainteachd a chuir sinn gu seòladh an t-seann phuist-d agad." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Cuir a-steach an seòladh puist-d agad." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Cuir a-steach an còd cuiridh agad." @@ -9306,8 +9407,8 @@ msgstr "Mìnich carson a chaidh a’ chabadaich agad a chur à comas air mhearac msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Mìnich carson nach bu chòir dhuinn casg a chur air a’ chead-inntrigidh agad do ghleus a’ chraolaidh bheò." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Till no gnìomhaich an eileamaid seo airson tilleadh gu toiseach na susbainte ghnìomhach." @@ -9333,7 +9434,7 @@ msgstr "Tagh adhbhar dhan aithris seo" msgid "Please sign in as @{0}" msgstr "Clàraich a-steach mar @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Sgrìobh do theachdaireachd gu h-ìosal:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Poileataigs" @@ -9367,18 +9468,18 @@ msgstr "Poileataigs" msgid "Porn" msgstr "Pòrnografachd" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Postaich" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Postaich" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "Postaich dealbh" msgid "Post a video" msgstr "Postaich video" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Postaich na h-uile" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "Chaidh am post a bhacadh" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Post le @{0}" @@ -9423,10 +9529,10 @@ msgstr "Chaidh am post a sguabadh às" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Dh’fhàillig luchdadh suas a’ phuist. Thoir sùil air a’ cheangal ris an eadar-lìon agad is feuch ris a-rithist." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Chaidh am post a sguabadh às" @@ -9440,11 +9546,11 @@ msgstr "Chaidh am post a chur am falach le facal mùchaidh" msgid "Post Hidden by You" msgstr "Chaidh am post a chur am falach leat fhèin" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Roghainnean eadar-ghabhail a’ phuist" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Roghainnean eadar-ghabhail a’ phuist" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Cha deach am post a lorg" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Chaidh am post a phrìneachadh" @@ -9478,7 +9584,7 @@ msgstr "Chaidh am post a phrìneachadh" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Chan eil am post prìnichte tuilleadh" @@ -9487,7 +9593,7 @@ msgstr "Chan eil am post prìnichte tuilleadh" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Puist" @@ -9520,7 +9626,7 @@ msgstr "An cànan as fheàrr leat" msgid "Press to attempt reconnection" msgstr "Dèan brùthadh airson feuchainn ri ath-cheangal" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Prìobhaideachd" msgid "Privacy and security" msgstr "Prìobhaideachd ⁊ tèarainteachd" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Roghainnean na prìobhaideachd is na tèarainteachd" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Am poileasaidh prìobhaideachd" msgid "Privacy violation of a minor" msgstr "Briseadh a-steach air prìobhaideachd mion-aoisich" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "A’ pròiseasadh an GIF…" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "A’ pròiseasadh a’ video…" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "pròifil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Poblach, liostaichean luchd-cleachdaidh as urrainn dhut co-roinneadh ach an urrainn do dhaoine am mùchadh no bacadh ri chèile." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Foillsich am post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Foillsich na puist" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Foillsich na freagairtean" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Foillsich an fhreagairt" @@ -9685,7 +9791,7 @@ msgstr "Chaidh an còd QR a shàbhaladh ann an albam a’ chamara agad!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Dèan luaidh air a’ phost" @@ -9723,8 +9829,8 @@ msgstr "Seachad air a’ chrìoch – dh’atharraich thu an làmhrachan agad ro msgid "Rate limit exceeded. Please try again later." msgstr "Seachad air a’ chrìoch. Feuch ris a-rithist an ceann greis." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Ceangail an luaidh ris as ùr" @@ -9745,7 +9851,7 @@ msgstr "Cuir {emoji} mar fhrith-fhreagairt" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Cuir an cunntas agad an gnìomh as ùr" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Leugh am post air a’ bhloga" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Falaich an còrr" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Leugh an còrr" @@ -9780,7 +9886,7 @@ msgstr "Leugh an còrr dhe na freagairtean" msgid "Read our blog post" msgstr "Leugh am post sa bhloga againn" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Leugh am bloga aig Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Leugh poileasaidh prìobhaideachd Bhluesky" msgid "Read the Bluesky Terms of Service" msgstr "Leugh teirmichean na seirbheise aig Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Fìor-chòmhradh." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Fìor-dhaoine." @@ -9862,23 +9968,24 @@ msgstr "Ath-luchdaich na còmhraidhean" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Thoir air falbh" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Thoir air falbh {displayName} on phacaid tòiseachaidh" @@ -9914,8 +10021,8 @@ msgstr "Thoir an ceanglachan air falbh" msgid "Remove Avatar" msgstr "Thoir an t-avatar air falbh" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Thoir a’ bhratach air falbh" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Thoir air falbh o na h-inbhirean agam" @@ -9960,8 +10067,8 @@ msgstr "Thoir air falbh o na h-inbhirean agam" msgid "Remove from quick access?" msgstr "A bheil thu airson a thoirt air falbh on ghrad-inntrigeadh?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Thoir air falbh o na h-inbhirean a shàbhail thu" @@ -9970,7 +10077,7 @@ msgstr "Thoir air falbh o na h-inbhirean a shàbhail thu" msgid "Remove from saved posts" msgstr "Air a thoirt air falbh o na puist a shàbhail thu" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "A bheil thu airson a thoirt air falbh o na h-inbhirean agad?" @@ -10010,7 +10117,7 @@ msgstr "Thoir am moladh air falbh" msgid "Remove this feed from your saved feeds" msgstr "Thoir an t-inbhir seo air falbh o na h-inbhirean a shàbhail thu" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Thoir air falbh seirbheisean modarataireachd nach eil ri làimh" @@ -10018,10 +10125,14 @@ msgstr "Thoir air falbh seirbheisean modarataireachd nach eil ri làimh" msgid "Remove user from list" msgstr "Thoir an cleachdaiche air falbh on liosta" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Thoir an dearbhadh air falbh" @@ -10029,11 +10140,11 @@ msgstr "Thoir an dearbhadh air falbh" msgid "Remove your verification for this account?" msgstr "A bheil thu airson an dearbhadh a rinn thu air a’ chunntas seo a thoirt air falbh?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Air a thoirt air falbh leis an ùghdar" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Air a thoirt air falbh leat-sa" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Air a thoirt air falbh o na puist a shàbhail thu" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Air a thoirt air falbh on phacaid tòiseachaidh" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Air a thoirt air falbh o na h-inbhirean agad" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Chaidh seirbheisean nach eil ri làimh a thoirt air falbh" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Freagairtean" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Tha na freagairtean à comas" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Chan urrainnear am post seo a fhreagairt." @@ -10141,14 +10253,14 @@ msgstr "Chan urrainnear am post seo a fhreagairt." msgid "Reply" msgstr "Freagair" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Freagair" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Freagair ({0, plural, one {# fhreagairt} two {# fhreagairt} few {# freagairtean} other {# freagairt}})" @@ -10162,7 +10274,7 @@ msgstr "Chaidh an fhreagairt a chur am falach le ùghdar an t-snàithlein" msgid "Reply Hidden by You" msgstr "Chaidh an fhreagairt a chur am falach leat-sa" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "’S e ùghdar an t-snàithlein a thaghas roghainnean nam freagairtean" @@ -10185,8 +10297,8 @@ msgstr "Chaidh an fhreagairt a chur am falach" msgid "Report" msgstr "Dèan aithris" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Dèan aithris air a’ chunntas" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Dèan aithris air a’ chòmhradh" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Dèan aithris air a’ chòmhradh" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Dèan aithris air an inbhir" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Dèan aithris air an liosta" @@ -10216,8 +10328,8 @@ msgstr "Dèan aithris air an liosta" msgid "Report message" msgstr "Dèan aithris air an teachdaireachd" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Dèan aithris air a’ phost" @@ -10225,8 +10337,8 @@ msgstr "Dèan aithris air a’ phost" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Dèan aithris air a’ phacaid tòiseachaidh" @@ -10292,7 +10404,7 @@ msgstr "Ath-phostaich ({0, plural, one {air ath-phostadh # turas} two {air ath-p #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Ath-phostaich no dèan luaidh air a’ phost" @@ -10330,12 +10442,12 @@ msgstr "Ath-phostaidh a’ phuist seo" msgid "Reposts of your reposts" msgstr "Ath-phostadh de rud a dh’ath-phostaich thusa" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Iarr còd" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Spàrr air daoine roghainn teacsa a chur an sàs mus gabh rud a phostadh msgid "Require an email code to sign in to your account." msgstr "Spàrr ort fhèin còd puist-d a chleachdadh airson clàradh a-steach gun chunntas agad." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Riatanach aig an t-solaraiche seo" @@ -10418,16 +10530,16 @@ msgstr "Cuir an còd as ùr" msgid "Resend code in <0>00:{0}" msgstr "Cuir an còd as ùr ann an <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Cuir am post-d a-rithist" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Cuir am post-d a-rithist" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Cuir post-d dearbhaidh thugam a-rithist" @@ -10453,6 +10565,11 @@ msgstr "Ath-shuidhich am facal-faire" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Feuchaidh seo ris a’ ghnìomh mu dheireadh a-rithist is e air fàillig #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Feuchaidh seo ris a’ ghnìomh mu dheireadh a-rithist is e air fàillig msgid "Retry" msgstr "Feuch ris a-rithist" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Feuch is luchdaich roghainnean na h-aithrise as ùr" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Till gun duilleag roimhpe" @@ -10521,7 +10638,7 @@ msgstr "Tillidh seo thu gun duilleag-dhachaigh" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Tillidh seo thu gun duilleag roimhpe" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Sàbhail an latha-breith" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Sàbhail na h-atharraichean" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "A bheil thu airson na h-atharraichean a shàbhaladh?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Sàbhail an dreachd" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "A bheil thu airson an dreachd a shàbhaladh?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Sàbhail an dealbh" @@ -10608,8 +10725,8 @@ msgstr "Sàbhail an làmhrachan ùr" msgid "Save QR code" msgstr "Sàbhail an còd QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Sàbhail na roghainnean seo ach am bi iad agam an ath-thuras" @@ -10618,7 +10735,7 @@ msgstr "Sàbhail na roghainnean seo ach am bi iad agam an ath-thuras" msgid "Save to my feeds" msgstr "Sàbhail sna h-inbhirean agam" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Inbhirean a shàbhail thu" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Puist a shàbhail thu" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Air a shàbhaladh sna h-inbhirean agad" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Can halò!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Sgrolaich gun bhàrr" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Lorg" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Dèan lorg sna puist aig {0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Lorg a-rèir ainm no ùidh" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Lorg sna h-inbhirean" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Lorg “{interestsDisplayName}”" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Lorg “{interestsDisplayName}” (gnìomhach)" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Lorg inbhirean a bu toil leat moladh do dhaoine eile." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Lorg barrachd chunntasan" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Lorg barrachd inbhirean" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "Lorg cànain" msgid "Search my posts" msgstr "Lorg sna puist agam" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Lorg sna puist" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Lorg sna pròifilean" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Lorg..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Luirg airson pròifilean" @@ -10829,14 +10946,14 @@ msgstr "Seall puist ris a bheil taga #{tag}" msgid "See #{tag} posts by user" msgstr "Seall puist ris a bheil taga #{tag} leis a’ chleachdaiche" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Faic dè na dreuchdan bàna aig Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Seall an còrr" @@ -10844,16 +10961,11 @@ msgstr "Seall an còrr" msgid "See more suggested profiles" msgstr "Barrachd phròifilean a mholamaid" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Tagh {langName}" msgid "Select a color" msgstr "Tagh dath" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Tagh adhbhar" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Tagh cunntas" @@ -10910,7 +11022,7 @@ msgstr "Tagh avatar" msgid "Select an emoji" msgstr "Tagh emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Tagh roghainn" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Tagh cunntas làithreach" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Tagh am measg nan liostaichean agad" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Tagh am measg nan liostaichean agad <0>{numberOfListsSelected, plural, one {(# air a thaghadh)} two {(# air a thaghadh)} few {(# air an taghadh)} other {(# air an taghadh)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Co-dhùin dè cho fad ’s a thèid am facal seo a mhùchadh." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Tagh cànan" @@ -10987,7 +11099,7 @@ msgstr "Tagh cànan…" msgid "Select languages" msgstr "Tagh cànain" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Tagh seirbheis modarataireachd" @@ -11028,7 +11140,7 @@ msgstr "Tagh cànan airson eadar-aghaidh na h-aplacaid." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Tagh na cànain a bu toil leat sna h-inbhirean aig an dèan thu fo-sgrìobhadh. Mur an tagh thu gin, chì thu cànan sam bith." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Tagh latha do bhreith" @@ -11045,7 +11157,7 @@ msgstr "Tagh an cànan as fheàrr leat airson eadar-theangachadh san inbhir agad msgid "Select your preferred notification channels" msgstr "Tagh na seanailean as fheàrr leat airson brathan" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Chan urrainnear iomadh seòrsa de mheadhanan a thaghadh aig an aon àm." @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Cuir do bheachdan" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Cuir an teachdaireachd" @@ -11089,7 +11201,7 @@ msgstr "Cuir am post gu {name}" msgid "Send post to..." msgstr "Cuir am post gu…" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Cuir an aithris gu {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Cuir an teachdaireachd on fhòn agad" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Cuir teachdaireachd dearbhaidh" @@ -11133,7 +11245,7 @@ msgstr "Suidhich “{0}” mar ìomhaigheag na h-aplacaid" msgid "Set new password" msgstr "Suidhich facal-faire ùr" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Co-dhùin gu mionaideach dè na buidhnean aig am bi cead am post agad a fhreagairt" @@ -11141,11 +11253,11 @@ msgstr "Co-dhùin gu mionaideach dè na buidhnean aig am bi cead am post agad a msgid "Set up your account" msgstr "Suidhich an cunntas agad" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Suidhich cò aig am bi cead am post agad a fhreagairt" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Suidhich latha do bhreith gu h-ìosal agus chan fhada gus am bi cead agad stuth a phostadh is a rùrachadh a-rithist!" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Suidhichidh seo am post-d airson ath-shuidheachadh an fhacail-fhaire" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Roghainnean" @@ -11222,7 +11334,7 @@ msgstr "Roghainnean nam brathan mu fhreagairtean" msgid "Settings for repost notifications" msgstr "Roghainnean nam brathan mu ath-phostadh" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Chaidh na roghainnean a sàbhaladh" @@ -11242,7 +11354,7 @@ msgstr "Leth-fheiseil" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Co-roinn" @@ -11251,7 +11363,7 @@ msgstr "Co-roinn" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Co-roinn e co-dhiù" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Ceangal co-roinnidh" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Còmhradh a’ cheangail cho-roinnidh" @@ -11304,12 +11416,12 @@ msgstr "Co-roinn post aig:// URI" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Co-roinn an còd QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Co-roinn an t-inbhir seo" @@ -11318,22 +11430,22 @@ msgstr "Co-roinn an t-inbhir seo" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Co-roinn a’ phacaid tòiseachaidh seo" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Co-roinn a’ phacaid tòiseachaidh seo agus cuidich daoine nad choimhearsnachd a tha air ùr-thighinn gu Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Co-roinn air…" @@ -11345,7 +11457,7 @@ msgstr "Co-roinn an luchd-aithne agad leinn is faigh lorg air do charaidean" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Deuchainn nan co-roghainnean" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Seall" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Seall an roghainn teacsa" @@ -11373,14 +11489,14 @@ msgstr "Seall an roghainn teacsa" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Seall e co-dhiù" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "Seall na roghainnean gnàthachaidh" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Seall nas lugha mar seo" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Seall an liosta co-dhiù" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Seall liostaichean luchd-cleachdaidh airson taghadh a dhèanamh" @@ -11418,8 +11534,8 @@ msgstr "Seall liostaichean luchd-cleachdaidh airson taghadh a dhèanamh" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Seall barrachd mar seo" @@ -11445,8 +11561,8 @@ msgstr "Seall na freagairtean" msgid "Show replies as" msgstr "Seall na freagairtean mar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Seall an fhreagairt dhan a h-uile duine" @@ -11455,8 +11571,8 @@ msgstr "Seall an fhreagairt dhan a h-uile duine" msgid "Show reposts" msgstr "Seall ath-phostadh" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Seall rabhadh is criathraich às na h-inbhirean e" msgid "Show when you’re live" msgstr "Leig ris nuair a bhios tu ri craoladh beò" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Innsidh seo cuin a chaidh am post seo a chruthachadh" @@ -11486,15 +11602,15 @@ msgstr "Innsidh seo cuin a chaidh am post seo a chruthachadh" msgid "Shows other accounts you can switch to" msgstr "Seallaidh seo na cunntasan eile as urrainn dhut leum thuca" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Seallaidh seo an t-susbaint" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Seallaidh seo an t-susbaint" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Clàraich a-steach" msgid "Sign in as {0}" msgstr "Clàraich a-steach mar {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Clàraich a-steach no cruthaich cunntas" @@ -11551,16 +11667,17 @@ msgstr "Clàraich a-steach gu Bluesky no cruthaich cunntas ùr" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Clàraich a-steach airson am post seo fhaicinn" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Leum seachad air" msgid "Skip contact sharing and continue to the app" msgstr "Leum seachad air co-roinneadh an luchd-aithne ’s lean air adhart chun na h-aplacaid" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Leum seachad air an fhàilteachadh is tòisich air an cunntas agad a chleachdadh" @@ -11628,7 +11745,7 @@ msgstr "Leum seachad air an fhàilteachadh is tòisich air an cunntas agad a chl msgid "Skip to next step" msgstr "Leum air adhart chun an ath-cheum" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "Cuiridh seo an cuimhneachan na dhùsal" msgid "So many thoughts, you should post one" msgstr "Uiread a smuaintean, bu chòir dhut tè dhiubh a phostadh" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Meadhanan sòisealta fo do smachd-sa." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Luchd-leasachaidh a’ bhathair-bhuig" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Chan eil cuid a sheirbheisean modarataireachd air an liosta agad ri làimh tuilleadh." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Tha cuid dhen dearbhadh a rinn thu mì-dhligheach." @@ -11664,7 +11786,7 @@ msgstr "Tha cuid dhen dearbhadh a rinn thu mì-dhligheach." msgid "Some other feeds you might like" msgstr "Inbhir eile a chòrdas riut ma dh’fhaodte" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Faodaidh cuid a dhaoine freagairt" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Chaidh rudeigin ceàrr" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Chaidh rudeigin ceàrr, feuch ris a-rithist" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Chaidh rudeigin ceàrr. Feuch ris a-rithist ann am mionaid." msgid "Something went wrong. Please try again." msgstr "Chaidh rudeigin ceàrr. Feuch ris a-rithist." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Mearachd air choireigin? Innis dhuinn." @@ -11759,8 +11881,8 @@ msgstr "Mearachd air choireigin? Innis dhuinn." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Tha sinn duilich ach cha b’ urrainn dhuinn na cunntasan a mholamaid a luchdadh aig an ìre-sa." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Tha sinn duilich! Dh’fhalbh an ùine air an t-seisean agad. Clàraich a-steach a-rithist." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spama, giùlan-brèige eile no foill" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Spòrs" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Tòisich air còmhradh is nochdaidh e an-seo." @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Tòisich air cabadaich le {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Pacaid tòiseachaidh" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Pacaid tòiseachaidh le {0}" @@ -11841,12 +11968,12 @@ msgstr "Pacaid tòiseachaidh le {0}" msgid "Starter pack by <0/>" msgstr "Pacaid tòiseachaidh le <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Pacaid tòiseachaidh leat fhèin" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Tha a’ phacaid tòiseachaidh seo mì-dhligheach" @@ -11854,7 +11981,7 @@ msgstr "Tha a’ phacaid tòiseachaidh seo mì-dhligheach" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Pacaidean tòiseachaidh" @@ -11893,7 +12020,7 @@ msgstr "Chaidh an stòras fhalamhachadh, feumaidh tu an aplacaid ath-thòiseacha msgid "Stored as part of a secure code for matching with others" msgstr "Ga chumail mar phàirt de chòd tèarainte airson maidseadh le daoine eile a dhèanamh" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Leabhar-sgeulachd" @@ -11928,13 +12055,13 @@ msgstr "Cuir an t-ath-thagradh" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Cuir an aithris thugainn" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Fo-sgrìobh aig @{0} airson na leubailean seo a chleachdadh:" msgid "Subscribe to account activity" msgstr "Fo-sgrìobh aig gnìomhachd cunntais" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Fo-sgrìobh aig an leubailiche" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Fo-sgrìobh aig an leubailiche seo" @@ -11975,7 +12102,7 @@ msgstr "Fo-sgrìobh aig an leubailiche seo" msgid "Subscribe to this list" msgstr "Fo-sgrìobh dhan liosta seo" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Soirbheas" @@ -11998,7 +12125,7 @@ msgstr "Chaidh a dhearbhadh" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Cunntasan a mholamaid" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Laighe na grèine" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Tagaichean a-mhàin" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Thoir gnogag gu h-ìosal airson cothrom dhan ionad GPS a thoirt dha Bluesky. Leis an dàta seo, ’s urrainn dhuinn susbaint is gleusan a bhuineas dhan àite far a bheil thusa a shealltann dhut." @@ -12103,8 +12230,8 @@ msgstr "Thoir gnogag airson fiosrachadh" msgid "Tap for more information" msgstr "Thoir gnogag airson barrachd fiosrachaidh" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Na teirmichean" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Mòran taing airson seo a chur thugainn! Shìn sinn air adhart chun an n msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Tapadh leat, dhearbh thu an seòladh puist-d agad. ’S urrainn dhut an còmhradh seo a dhùnadh." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Mòran taing! Sin agad e." @@ -12246,16 +12373,16 @@ msgstr "Mòran taing! Sin agad e." msgid "That contains the following:" msgstr "Sa bheil na leanas:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Cha d’fhuair sinn lorg air a’ phacaid tòiseachaidh sin." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Tha an t-ainm-cleachdaiche seo aig cuideigin eile mar-thà" @@ -12263,13 +12390,13 @@ msgstr "Tha an t-ainm-cleachdaiche seo aig cuideigin eile mar-thà" msgid "That's all, folks!" msgstr "Sin agaibh e, a chàirdean!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Sin e!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "’S urrainn dhan chunntas seo eadar-ghabhail a dhèanamh leat a-rithist an dèidh dhut a dhì-bhacadh." @@ -12287,7 +12414,7 @@ msgstr "Dh’fhalaich ùghdar an t-snàithlein seo an fhreagairt seo." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "A rèir latha do bhreith, tha thu nas òige na 18 bliadhna. Bidh cuid a shusbaint is gleusan ann nach fhaigh thu cothrom air math dh’fhaodte." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Aplacaid-lìn Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Chaidh poileasaidh na prìobhaideachd a ghluasad gu <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Tha coltas gu bheil duilgheadasan aig an fhrithealaiche. Feuch ris a-rithist ann an tiotag bheag." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Tha a’ phacaid tòiseachaidh a bu toil leat coimhead air mì-dhligheach. ’S urrainn dhut a’ phacaid tòiseachaidh a sguabadh às an àite sin." @@ -12402,7 +12529,7 @@ msgstr "Chaidh am foirm taice a ghluasad. Ma tha cobhair a dhìth ort, tadhail a msgid "The Terms of Service have been moved to" msgstr "Chaidh teirmichean na seirbheise a ghluasad gu" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Tha an còd dearbhaidh a thug thu seachad mì-dhligheach. Dèan cinnteach gun do chleachd thu an ceangal dearbhaidh ceart no iarr fear ùr." @@ -12412,7 +12539,7 @@ msgstr "Tha an còd dearbhaidh a thug thu seachad mì-dhligheach. Dèan cinnteac msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Cha b’ urrainn dhan t-solaraiche dearbhaidh còd a chur chun na h-àireimh fòn agad. Dèan cinnteach gu bheil an àireamh ceart is feuch ris a-rithist." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "Chan urrainn dhut latha do bhreith atharrachadh gun sgur. Dh’fhaodte g msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Chan eil crìoch ùine ann airson cunntas a chur à gnìomh, till an-seo uair sam bith." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Bha duilgheadas ann leis a’ cheangal ris an eadar-lìon, feuch ris a-rithist" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Cha b’ urrainn dhuinn conaltradh leis an fhrithealaiche" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Cha b’ urrainn dhuinn conaltradh leis an fhrithealaiche, thoir sùil air a’ cheangal ris an eadar-lìon is feuch ris a-rithist." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Cha b’ urrainn dhuinn na brathan fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Cha b’ urrainn dhuinn na puist fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist." @@ -12495,25 +12622,25 @@ msgstr "Cha b’ urrainn dhuinn na h-inbhirean agad ùrachadh, thoir sùil air a #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Bha duilgheadas ann! {0}" @@ -12521,10 +12648,10 @@ msgstr "Bha duilgheadas ann! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Bha duilgheadas ann. Thoir sùil air a’ cheangal ris an eadar-lìon ag msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Dh’èirich duilgheadas ris nach robh dùil san aplacaid. Innis dhuinn ma thachair sin riut-sa!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Tha sluagh mòr air ùr-thighinn dha Bluesky! Cuiridh sinn an cunntas agad an gnìomh cho luath ’s a ghabhas." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Seo na roghainnean bunaiteach agad" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Chaidh bratach a chur ris an tuairisgeul seo ({screenDescription}):" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Tha cromag ris a’ chunntas seo a chionn ’s gun deach a dhearbhadh le daoine earbsach." @@ -12584,7 +12711,7 @@ msgstr "Tha cromag ris a’ chunntas seo a chionn ’s gun deach a dhearbhadh le msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Chaidh co-dhiù aon oidhirp a dhèanamh an cunntas seo a dhearbhadh ach cha do shoirbhich leis an dearbhadh fhathast." @@ -12618,7 +12745,7 @@ msgstr "Thèid an t-ath-thagradh seo a chur gu seirbheis modarataireachd Bhluesk msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Cho-dhùin an t-ùghdar seo nach fhaic ach daoine a tha clàraichte a-staigh na puist aca." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Bheir am putan seo comas do dhaoine eile aplacaid Germ DM fhosgladh is teachdaireachd a chur thugad. Is urrainn dhut co-dhùnadh am faicear seo san aplacaid Germ DM no ’s urrainn dhut an cunntas Bluesky agad a dhì-cheangal o Germ DM uile gu lèir le bhith a’ putadh air a’ phutan gu h-ìosal." @@ -12649,7 +12776,7 @@ msgstr "Chaidh a’ chabadaich seo a dhì-cheangal" msgid "This code is invalid. Resend to get a new code." msgstr "Tha an còd seo mì-dhligheach. Iarr oirrn còd ùr a chur thugad." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Chan eil an còd dearbhaidh seo dligheach. Feuch ris a-rithist." @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Seo còmhradh aig cunntas a chaidh a sguabadh às no a chur à gnìomh. Dèan brùthadh is chì thu na ’s urrainn dhut dèanamh" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Thèid an dreachd seo a sguabadh às gu buan." @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Bheir an gleus seo comas do dhaoine brathan fhaighinn mu phuist is freagairtean ùra agad. Cò gheibh cothrom air a’ ghleus seo?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "’S e gleus beta a tha seo. Leugh barrachd mu às-phortadh às an ionad-tasgaidh sa <0>phost bloga seo." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "Chan e ceangal dligheach a tha seo" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Tha an ceangal airson d’ ath-stiùireadh gun làrach-lìn a leanas:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Tha ainm no tuairisgeul na liosta seo – air a chruthachadh le <0>{0} – a’ briseadh stiùireadh coimhearsnachd Bhluesky ma dh’fhaodte." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Tha ainm no tuairisgeul na liosta seo – a chruthaich thu fhèin – a’ briseadh stiùireadh coimhearsnachd Bhluesky ma dh’fhaodte." @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Tha am post seo a’ cumail a-mach gun deach a chruthachadh <0>{0} ach chunnacas e air Bluesky <1>{1} an toiseach." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Tha roghainnean smachd air freagairtean an sàs sa phost seo nach aithne dhuinn. Dh’fhaodte gu bheil an aplacaid agad ro aosta." @@ -12845,19 +12972,19 @@ msgstr "Chan fhaic ach luchd-cleachdaidh a tha clàraichte a-staigh seo." msgid "This post was deleted by its author" msgstr "Sguab ùghdar a’ phuist seo às e" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Bidh am post seo am falach o inbhirean is snàithleanan. Cha ghabh seo neo-dhèanamh." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Chuir ùghdar a’ phuist seo à comas luaidhean air a’ phost." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Chan fhaic ach luchd-cleachdaidh clàraichte a-staigh a’ phròifil seo. Chan fhaic daoine nach eil clàraichte a-staigh e." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Thèid an fhreagairt seo a chur ann an earrann fhalaichte aig bonn an t-snàithlein agad is mùchaidh e brathan mu fhreagairtean na dhèidh – an dà chuid dhut-sa is do dhaoine eile." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Cha tug an t-seirbheis seo seachad teirmichean seirbheise no poileasaidh prìobhaideachd." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Cha bhi an t-seirbheis seo ri làimh fhad ’s a bhios gleus a’ chraolaidh bheò na ghleus beta. Seirbheisean a tha ceadaichte: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Tha an cleachdaiche seo air ùr-thighinn. Dèan brùthadh airson barrach msgid "This user isn't following anyone." msgstr "Chan eil an cleachdaiche seo a’ leantainn duine sam bith." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "Ma nì thu seo, thèid an cunntas Bluesky <0>{currentHandle} agad ag msgid "This will remove @{0} from the quick access list." msgstr "Bheir seo air falbh @{0} o liosta a’ ghrad-inntrigidh." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Bheir seo air falbh am post agad on luaidh seo air post mu choinneamh an luchd-chleachdaidh air fad agus cuiridh e glèidheadair-àite na àite." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Roghainnean an t-snàithlein" msgid "Threaded" msgstr "Mar shnàithlean" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Roghainnean nan snàithleanan" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Airson 2FA air a’ phost-d a chur à comas, dearbh gu bheil cead-inntrigidh agad dhan t-seòladh phuist-d." @@ -13012,7 +13134,7 @@ msgstr "Airson 2FA air a’ phost-d a chur à comas, dearbh gu bheil cead-inntri msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Airson 2FA air a’ phost-d a chur à comas, dearbh gu bheil cead-inntrigidh agad gu <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "An-diugh" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Toglaich seo airson susbaint inbheach a chur an comas no à comas" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Toglaichidh seo an fhuaim" @@ -13053,7 +13175,7 @@ msgstr "Brod nan toradh" msgid "Top replies first" msgstr "Brod nam freagairtean an toiseach" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Cuspair" @@ -13061,8 +13183,8 @@ msgstr "Cuspair" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Eadar-theangaich" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "Seall mar chraobh" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Air bilean an t-sluaigh" @@ -13099,12 +13221,20 @@ msgstr "Air bilean an t-sluaigh" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Roghainnean a tha a’ treandadh" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "Trolladh" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Èiridh earbsa à dàimhean, coimhearsnachdan is co-chomann agus ri linn sin, tha sinn a’ toirt a-steach gleus <0>an luchd.-dearbhaidh earbsach: buidhnean aig am bi comas dearbhadh a dhèanamh." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Cha ghabh ceangal a dhèanamh. Thoir sùil air a’ cheangal ris an eadar-lìon agad is feuch ris a-rithist." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Chan urrainn dhuinn conaltradh a dhèanamh leis an t-seirbheis agad. Thoir sùil air a’ cheangal agad ris an eadar-lìon is feuch ris a-rithist." @@ -13187,7 +13317,7 @@ msgstr "Chan urrainn dhuinn conaltradh a dhèanamh leis an t-seirbheis agad. Tho msgid "Unable to contact your service. Please check your Internet connection." msgstr "Chan urrainn dhut conaltradh a dhèanamh leis an t-seirbheis agad. Thoir sùil air a’ cheangal agad ris an eadar-lìon." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Cha ghabh a sguabadh às" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Chan fhaigh sinn lorg air an làmhrachan seo" @@ -13233,14 +13367,14 @@ msgstr "Chan eil fiosrachadh mun inbhir ri fhaighinn" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Dì-bhac" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Dì-bhac" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Dì-bhac an cunntas" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "A bheil thu airson an cunntas a dhì-bhacadh?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Dì-bhac an liosta" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Neo-dhèan" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Neo-dhèan" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Neo-dhèan an t-ath-phostadh ({0, plural, one {air ath-phostadh # turas} two {air ath-phostadh # thuras} few {air ath-phostadh # turais} other {air ath-phostadh # turas}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Na lean ri {0} tuilleadh" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Na lean an cunntas tuilleadh" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Ma nì thu seo, cha lean thu ris a’ chleachdaiche tuilleadh" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Gu mì-fhortanach, chan eil taic do dh’aithrisean dhen t-seòrsa seo aig gin dhe na leubailichean a tha fo-sgrìobhadh agad aca." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Gu mì-fhortanach, a rèir latha do bhreith a shàbhail thu sa chunntas agad, tha thu ro òg is chan urrainn dhut Bluesky a chleachdadh." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Gu mì-fhortanach, a rèir na h-aoise a thug thu dhuinn, chan eil thu aosta gu leòr ’s chan fhaigh thu cothrom air Bluesky far a bheil thusa." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Neach-dearbhaidh neo-aithnichte" @@ -13333,13 +13490,13 @@ msgstr "Susbaint inbheach gun leubail" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Susbaint inbheach gun leubail, susbaint dhroch-dhìolach no gun cho-aonta" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Cha toil tuilleadh" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Cha toil tuilleadh ({0, plural, one {’s toil le # seo} two {’s toil le # seo} few {’s toil le # seo} other {’s toil le # seo}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Neo-mhùch" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Neo-mhùch" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Neo-mhùch an cunntas" @@ -13379,8 +13536,8 @@ msgstr "Neo-mhùch an cunntas" msgid "Unmute conversation" msgstr "Neo-mhùch an còmhradh" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Neo-mhùch an liosta" @@ -13388,8 +13545,8 @@ msgstr "Neo-mhùch an liosta" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Neo-mhùch an snàithlean" @@ -13397,14 +13554,14 @@ msgstr "Neo-mhùch an snàithlean" msgid "Unmute video" msgstr "Till fuaim a’ video" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Dì-phrìnich" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Dì-phrìnich an t-inbhir" @@ -13414,13 +13571,13 @@ msgstr "Dì-phrìnich an t-inbhir" msgid "Unpin from home" msgstr "Dì-phrìnich on dachaigh" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Dì-phrìnich on phròifil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Dì-phrìnich on liosta mhodarataireachd" @@ -13429,29 +13586,34 @@ msgstr "Dì-phrìnich on liosta mhodarataireachd" msgid "Unpinned {0} from Home" msgstr "Chaidh {0} a dhì-phrìneachadh on dachaigh" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Chaidh a dhì-phrìneachadh o na h-inbhirean agad" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Chaidh an liosta a dhì-phrìneachadh" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Dùisg an cuimhneachan as ùr" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Cuir crìoch air an fho-sgrìobhadh" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Cuir crìoch air an fho-sgrìobhadh aig an liosta" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Cuir crìoch air an fho-sgrìobhadh aig an leubailiche seo" @@ -13463,7 +13625,7 @@ msgstr "Chaidh crìoch a chur air an fho-sgrìobhadh aig an liosta" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Chan eil taic ri videothan dhen t-seòrsa {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Ùraich air {domain}" msgid "Update your email" msgstr "Ùraich am post-d agad" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Luchdaich suas faidhle teacsa gu:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Luchdaich suas on chamara" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Luchdaich suas o na faidhlichean" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Luchdaich suas on leabhar-lann" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "A’ luchdadh suas an GIF…" @@ -13570,7 +13732,7 @@ msgstr "A’ luchdadh suas nan dealbhan…" msgid "Uploading link thumbnail..." msgstr "A’ luchdadh suas dealbhag a’ cheangail…" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "A’ luchdadh suas a’ video…" @@ -13659,25 +13821,25 @@ msgstr "Liosta luchd-cleachdaidh le {0}" msgid "User list by you" msgstr "Liosta luchd-cleachdaidh leat-sa" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Chaidh an liosta luchd-cleachdaidh a chruthachadh" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Chaidh an liosta luchd-cleachdaidh ùrachadh" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Chan fhaod ainm-cleachdaiche a bhith nas fhaide na {MAX_SERVICE_HANDLE_LENGTH, plural, one {# charactar} two {# charactar} few {# charactaran} other {# caractar}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Chan fhaod ainm-cleachdaiche tòiseachadh no a’ crìochnachadh le tàthan" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Chan fhaod ach litrichean (a-z), àireamhan is tàthanan a bhith ann an ainm-cleachdaiche" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Ainm-chleachdaiche no seòladh puist-d" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "luchd-cleachdaidh a tha <0>@{0} gan leantainn" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "luchd-cleachdaidh a leanas ri <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Luach:" msgid "Verification failed, please try again." msgstr "Dh’fhàillig an dearbhadh, feuch ris a-rithist." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Roghainnean dearbhaidh" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Roghainnean dearbhaidh" @@ -13720,14 +13882,14 @@ msgstr "Roghainnean dearbhaidh" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Tha dearbhadh air Bluesky caran eadar-dhealaichte an coimeas ri ùrlaran eile. <0>Barrachd fiosrachaidh an-seo" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Air a dhearbhadh le:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Dearbh an cunntas seo" @@ -13790,12 +13952,12 @@ msgstr "Dearbh d’ aois" msgid "Verify your email" msgstr "Dearbh am post-d agad" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Ga dhearbhadh" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "A’ dearbhadh staid dearbhadh d’ aoise" @@ -13815,16 +13977,16 @@ msgstr "Tionndadh {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Cha b’ urrainn dhuinn a’ video a phròiseasadh" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Inbhir video" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video o {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Video o {0}. Thoir gnogag air airson a chluich no a chur na stad" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Geamannan video" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Tha a’ video na stad" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Tha a’ video ga chluich" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Cha deach a’ video a lorg." @@ -13859,12 +14021,12 @@ msgstr "Cha deach a’ video a lorg." msgid "Video settings" msgstr "Roghainnean a’ video" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Chaidh a’ video a luchdadh suas" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videothan" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Feumaidh a’ video a bhith nas giorra na 3 mionaidean." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Seall" @@ -13903,9 +14059,9 @@ msgstr "Seall an t-avatar aig {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Seall a’ phròifil aig {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Seall pròifil a’ chleachdaiche bhacte" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Seall am bloga airson barrachd fiosrachaidh" @@ -13936,8 +14092,8 @@ msgstr "Seall am bloga airson barrachd fiosrachaidh" msgid "View debug entry" msgstr "Seall an t-innteart dì-bhugachaidh" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Seall am mion-fhiosrachadh" @@ -13977,13 +14133,13 @@ msgstr "Seall barrachd" msgid "View more trending videos" msgstr "Seall barrachd videothan a tha a’ treandadh" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Seall am post" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Seall an t-seirbheis leubailidh aig @{0}" msgid "View this user's verifications" msgstr "Seall na dhearbh an cleachdaiche seo" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Seall an luchd-cleachdaidh as toil leotha an t-inbhir seo" @@ -14026,11 +14182,11 @@ msgstr "Seall an luchd-cleachdaidh as toil leotha an t-inbhir seo" msgid "View video" msgstr "Seall a’ video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Seall na cunntasan a bhac thu" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Seall na roghainnean bunaiteach agad airson eadar-ghabhail le puist" @@ -14039,11 +14195,15 @@ msgstr "Seall na roghainnean bunaiteach agad airson eadar-ghabhail le puist" msgid "View your feeds and explore more" msgstr "Seall na h-inbhirean agad is rùraich barrachd" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Seall na liostaichean modarataireachd agad" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Seall na cunntasan a mhùch thu" @@ -14060,6 +14220,10 @@ msgstr "Seallaidh seo an dealbh slàn" msgid "Views video in immersive mode" msgstr "Seallaidh seo a’ video sa mhodh làn-tumaidh" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Ainneart" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "Sguabaidh sinn às na haisichean an dèidh dhuinn maidseadh a dhèanamh msgid "We don't store your friends' phone numbers or send any messages" msgstr "Cha chùm sinn àireamhan fòn do charaidean is cha chuir sinn teachdaireachdan thuca" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Bidh e mu thuaiream {estimatedTime} gus am bi an cunntas agad deiseil." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Tha sinn ann an com-pàirteachas le <0>KWS a thaobh dearbhadh aoise. Nuair a bhriogas tu air “Tòisich” gu h-ìosal, bheir KWS stiùireadh dhut air a’ phost-d a dh’innseas dhut mar a choileanas tu an dearbhadh. Ma chleachd thu am post-d agad mar-thà airson d’ aois a dhearbhadh aig geama no seirbheis eile le KWS, cha leig thu leas sin a dhèanamh as ùr. Nuair a bhios tu deiseil leis, thèid d’ ath-stiùireadh gu Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Chuir sinn post-d dearbhaidh eile gu <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Mholamaid dhut co-dhiù dà rud a thaghadh sa bheil ùidh agad." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Chuir sinn post-d gu <0>{0} sa bheil ceangal. Briog air a’ cheangal airson dearbhadh a’ phuist-d a choileanadh." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Cha b’ urrainn dhuinn dearbhadh a bheil cead agad videothan a luchdadh suas. Feuch ris a-rithist." @@ -14198,16 +14366,16 @@ msgstr "Cha b’ urrainn dhuinn gleus dearbhadh na h-aoise on dùthaich far a bh msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Cha b’ urrainn dhuinn roghainnean latha do bhreith a luchdadh. Feuch ris a-rithist." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Chan urrainn dhuinn na leubailichean a rèitich thu a luchdadh an-dràsta fhèin." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Cha d’fhuair sinn greim air an dearbhadh ri linn duilgheadais leis an lìonra. Dh’fhaodte gun tig e ann an greis eile. Ma thig, ùraichidh sinn an cunntas agad gu fèin-obrachail." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Innsidh sinn dhut nuair a bhios an cunntas agad deiseil." @@ -14236,7 +14404,7 @@ msgstr "Tha sinn ag ùrachadh <0>stiùireadh na coimhearsnachd againn cuidea msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Tha sinn ag ùrachadh stiùireadh na coimhearsnachd againn cuideachd agus b’ fhìor-thoil leinn do bheachdan a chluinntinn! Bidh an stiùireadh ùr an sàs a-mach on 15mh dhen Dàmhair 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Tha sinn a’ dearbhadh d’ aoise air na frithealaichean againn. Cha toir seo ach diog no dhà a ghnàth." @@ -14255,7 +14423,7 @@ msgstr "Tha duilgheadasan aig an lìonra againn, feuch ris a-rithist" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Tha sinn a’ toirt a-steach ìre eile de dhearbhadh air Bluesky – cromag fhollaiseach." @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Tha sinn duilich ach a rèir ionad an uidheim agad, tha thu am badeigin a tha a’ sparradh oirnn dearbhadh dè an aois a tha thu." @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "Tha sinn duilich ach chan fhaigh thu cothrom air an sgrìn seo an-dràsta fhèin." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Tha sinn duilich! Tha thu a’ feuchainn ri post a fhreagairt a chaidh a sguabadh às." @@ -14325,12 +14493,12 @@ msgstr "Tha sinn ag ùrachadh teirmichean na seirbheise, am poileasaidh prìobha msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Tha sinn ag ùrachadh teirmichean na seirbheise, am poileasaidh prìobhaideachd agus poileasaidh na còrach-lethbhreac is bidh an fheadhainn ùra an sàs a-mach on 15mh dhen t-Sultain 2025. Tha sinn ag ùrachadh stiùireadh na coimhearsnachd againn cuideachd agus b’ fhìor-thoil leinn do bheachdan a chluinntinn! Bidh an stiùireadh ùr an sàs a-mach on 15mh dhen Dàmhair 2025. Faigh barrachd fiosrachaidh mun atharrachadh seo agus fiosraich mar a dh’innseas tu dhuinn dè do bheachd orra ’s tu a’ toirt sùil air a’ bhloga againn." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Dhearbh sinn d’ aois agus is urrainn dhut an còmhradh seo a dhùnadh a-nis." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Fàilte air ais!" @@ -14351,17 +14519,17 @@ msgstr "Dè an t-ainm a chuireas sinn air a’ phacaid tòiseachaidh agad?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Dè do naidheachd?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Ma bhriogas tu air cromag, chì thu dè na buidhnean a rinn dearbhadh air a’ chunntas seo." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Cò aig a bheil cead eadar-ghabhail a dhèanamh leis a’ phost seo?" @@ -14369,12 +14537,12 @@ msgstr "Cò aig a bheil cead eadar-ghabhail a dhèanamh leis a’ phost seo?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Cò aig a bheil cead freagairt?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Cò aig a bheil cead-dearbhaidh?" @@ -14434,11 +14602,11 @@ msgstr "Carson bu toil leat an cleachdaiche seo a bhacadh agus/no an còmhradh s msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "A bheil thu airson seo a shàbhaladh mar dhreachd mus coimhead thu air na dreachdan agad?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "A bheil thu airson seo a shàbhaladh mar dhreachd airson a dheasachadh uaireigin eile?" @@ -14447,12 +14615,12 @@ msgstr "A bheil thu airson seo a shàbhaladh mar dhreachd airson a dheasachadh u msgid "Write a post" msgstr "Sgrìobh post" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Sgrìobh post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Sgrìobh do fhreagairt" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Tha, cuiribh à gnìomh seo" @@ -14495,19 +14663,19 @@ msgstr "Tha, cuiribh à gnìomh seo" msgid "Yes, delete my account" msgstr "Tha, sguab an cunntas agam às" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Tha, sguabaibh às a’ phacaid tòiseachaidh seo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Tha, dealaichibh seo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Tha, falaichibh seo" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Tha, cuiribh an cunntas agam an gnìomh as ùr" @@ -14519,7 +14687,7 @@ msgstr "An-dè" msgid "You are a trusted verifier" msgstr "’S e neach-dearbhaidh earbsach a th’ annad" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Tha thu airson Bluesky a chleachdadh ann an àite far a bheil an lagh a sparradh oirnn dearbhadh dè an aois a tha thu mus fhaigh thu cothrom air an aplacaid." @@ -14544,12 +14712,12 @@ msgstr "Tha thu a’ cruthachadh cunntas air" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Chaidh do bhacadh agus chan urrainn dhut a dhol beò. Airson ath-thagradh a chur an aghaidh a’ cho-dhùnaidh seo, lìon is cuir thugainn am foirm gu h-ìosal." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Chan eil cead-inntrigidh agad do shruth dearbhadh na h-aoise aig Bluesky. <0>Cuir fios gu sgioba na modarataireachd againn mas e mearachd a tha seo nad bheachd." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Tha thu sa chiutha." @@ -14558,11 +14726,11 @@ msgstr "Tha thu sa chiutha." msgid "You are Live" msgstr "Tha thu ri sruthadh beò" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Chan eil thu ri sruthadh beò tuilleadh" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Chan eil cead agad videothan a luchdadh." @@ -14570,7 +14738,7 @@ msgstr "Chan eil cead agad videothan a luchdadh." msgid "You are not following anyone yet" msgstr "Chan eil thu a’ leantainn duine sam bith fhathast" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Tha thu ri sruthadh beò a-nis!" @@ -14599,7 +14767,7 @@ msgstr "B’ urrainn dhut an cunntas agad <0>a chur à gnìomh fad greis an msgid "You can also discover new Custom Feeds to follow." msgstr "No feuch inbhirean gnàthaichte ùra a leanas tu." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "’S urrainn dhut an dàta cabadaich agad a luchdadh a-nuas mar fhaidhle JSONL cuideachd. Cha bhi san fhaidhle seo ach teachdaireachdan a chuir thu, cha bhi teachdaireachdan cabadaich a fhuair thu na bhroinn." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "’S urrainn dhut clàradh a-steach leis an fhacal-fhaire ùr agad a-nis." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "’S urrainn dhut dreachdan a shàbhaladh anns am bi suas ri mìle caractar." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "’S urrainn dhut dreachdan a shàbhaladh anns am bi suas ri mìle caractar. A bheil thu airson am post seo a thilgeil air falbh mus coimhead thu air na dreachdan agad?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Chan fhaod thu barrachd air aon GIF a thaghadh aig an aon àm." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Chan fhaod thu barrachd air aon video a thaghadh aig an aon àm." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Cuir an cunntas agad an gnìomh as ùr airson clàradh a-steach. Chì daoine eile a’ phròifil is na puist agad." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "’S urrainn dhut seo ùrachadh sna roghainnean agad uair sam bith." @@ -14690,7 +14855,7 @@ msgstr "Chan urrainn dhut latha do bhreith ùrachadh is tu air clàradh a-steach msgid "You don't follow any users who follow @{name}." msgstr "Chan eil thu a’ leantainn gin dhe na daoine a leanas @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Chan eil liosta sam bith agad fhathast." @@ -14728,7 +14893,7 @@ msgstr "Chuir thu à comas brathan a thaobh fhreagairtean, luaidhean is iomraidh #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Chuir thu a-steach còd mì-dhligheach. Tha an coltas a leanas air: XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Ràinig thu a’ chrìoch" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Dhearbh thu an seòladh puist-d agad. ’S urrainn dhut an còmhradh seo a dhùnadh a-nis." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-dràsta fhèin. Feuch ris a-rithist an ceann greis." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Tha atharraichean gun sàbhaladh agad san dreachd seo, a bheil thu airson an sàbhaladh?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Tha atharraichean gun sàbhaladh agad. A bheil thu airson an sàbhaladh mus coimhead thu air na dreachdan agad?" @@ -14858,7 +15023,7 @@ msgstr "Feumaidh tu co-dhiù seachdnar a leantainn mus urrainn dhut pacaid tòis msgid "You must grant access to your photo library to save a QR code" msgstr "Feumaidh tu cead-inntrigidh do leabhar-lann nan dealbhan agad a thoirt seachad mus urrainn dhut còd QR a shàbhaladh" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Feumaidh tu cead-inntrigidh do leabhar-lann nam meadhanan agad a thoirt seachad." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Chuir thu @{0} à gnìomh roimhe." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Thèid do chlàradh a-mach às gach cunntas agad." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Tha thu sa chiutha" @@ -15010,7 +15185,7 @@ msgstr "Dhiùlt thu cead-inntrigidh dhan luchd-aithne agad" msgid "You've found some people to follow" msgstr "Lorg thu daoine a leanas tu" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Seo deireadh na susbainte ghnìomhach." @@ -15018,7 +15193,7 @@ msgstr "Seo deireadh na susbainte ghnìomhach." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Seo deireadh an inbhir agad! Faigh lorg air barrachd chunntasan a leanas thu." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Tha uiread a dhreachdan agad ’s a tha ceadaichte" @@ -15030,22 +15205,23 @@ msgstr "Rinn thu uiread a dh’iarrtas ’s a tha ceadaichte mar-thà. Feuch ris msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Seo toiseach na susbainte ghnìomhach." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-diugh (cus dàta)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-diugh (cus videothan)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Chan eil video sam bith eile agad a choimheadas tu air. Deagh-àm airson rudeigin eile a dhèanamh fad greis?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "An cunntas agad" @@ -15062,7 +15238,19 @@ msgstr "Chaidh an cunntas agad a sguabadh às. Slàn leat, a charaid! ✌️" msgid "Your account has been suspended" msgstr "Chaidh an cunntas agad a chur na dhàil" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Chan eil an cunntas agad aosta gu leòr fhathast airson videothan a luchdadh suas. Feuch ris a-rithist an ceann greis." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "’S urrainn dhut ionad-tasgaidh a’ chunntais agad, a’ gabhail a-staigh na clàran dàta poblach air fad, a luchdadh a-nuas mar fhaidhle “CAR”. Cha bhi meadhanan leabaichte, mar dhealbhan, no an dàta prìobhaideach agad san fhaidhle seo agus feumaidh tu greim fhaighinn air seo fa leth." @@ -15086,7 +15274,7 @@ msgstr "Chaidh co-dhùnadh gu bheil an cunntas agad a’ briseadh <0>teirmichean msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Chaidh an t-ath-thagradh agad a chur. Ma thèid leis an ath-thagradh agad, gheibh thu post-d." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Latha do bhreith" @@ -15115,7 +15303,7 @@ msgstr "Neach-aithne agad, {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Glèidhidh sinn an làmhrachan làithreach agad, <0>{0}, dhut gu fèin-obrachail. ’S urrainn dhut a thilleadh uair sam bith on chunntas seo." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Thuirt thu gu bheil thu nas òige na 18. Dh’fhaodte gu bheil cuid dhe na roghainnean gu h-ìosal à comas. Mas e mearachd a tha seo, ’s urrainn dhut latha do bhreith a chur air gleus ann an <0>roghainnean a’ chunntais agad." @@ -15128,7 +15316,7 @@ msgstr "Am post-d agad" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Tha coltas nach eil am post-d agad dligheach." @@ -15140,7 +15328,7 @@ msgstr "Cha deach am post-d agad a dhearbhadh fhathast. Dearbh e ’s faigh làn msgid "Your first like!" msgstr "A’ chiad “’S toil” agad!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Na daoine a tha gad leantainn" @@ -15157,7 +15345,7 @@ msgstr "’S e <0>@{0} an làmhrachan slàn a bhios agad" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Chaidh na rudan sa bheil ùidh agad ùrachadh!" msgid "Your interests help us find what you like!" msgstr "Ma bhios fhios againn dè na rudan sa bheil ùidh agad, bidh e nas fhasa dhuinn stuth a shealltainn dhut a chòrdas riut!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Chaidh an t-ionad agad ùrachadh." @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Chaidh am facal-faire agad atharrachadh! Cleachd am fear ùr o seo a-mach airson clàradh a-steach gu Bluesky." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Feumaidh co-dhiù 8 caractaran bhith san fhacal-faire agad." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Chaidh am post agad a chur" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Chaidh na puist agad a chur" @@ -15214,7 +15407,7 @@ msgstr "Chaidh na puist agad a chur" msgid "Your preferred language" msgstr "An cànan as fheàrr leat" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Dealbh na pròifil agad" @@ -15223,24 +15416,28 @@ msgstr "Dealbh na pròifil agad" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Dealbh na pròifil agad ann an cearcallan co-mheadhanach de dhealbhan pròifil aig daoine eile" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Chan fhaic luchd-cleachdaidh Bhluesky eile a’ phròifil, na puist, inbhirean is liostaichean agad tuilleadh. ’S urrainn dhut an cunntas agad ath-ghnìomhachadh uair sam bith." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Chaidh do fhreagairt a chur" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Thèid an aithris agad a chur gu <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Ma leigeis tu ris dè na rudan sa bheil ùidh agad, bidh e nas fhasa susbaint a shealltainn dhut a bhuineas riut-sa." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/gl/messages.po b/src/locale/locales/gl/messages.po index 253cd62102..cf30dfbf69 100644 --- a/src/locale/locales/gl/messages.po +++ b/src/locale/locales/gl/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: gl\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Galician\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {seguidor} other {seguidores}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguindo} other {seguindo}}" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Paquete de inicio de {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} seguindo" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, e {2, plural, one {# máis} other {# máis}} foron incluídos no teu paquete" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, e {2, plural, one {# máis} other {# máis}} for #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, e {2, plural, one {# máis} other {# máis}} foron incluídos no teu paquete" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} e<1> <2>{1} están incluídos no paquete de inicio" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} está incluído no paquete de inicio" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} membros" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Ti e<1> <2>{0} estades incluídos no paquete de inicio" @@ -946,6 +955,12 @@ msgstr "7 días" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Accesibilidade" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Axustes de accesibilidade" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Conta bloqueada" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Conta seguida" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Conta silenciada" @@ -1111,24 +1126,24 @@ msgstr "Conta elimada de acceso rápido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Conta desbloqueada" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Deixaches de seguir esta conta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Conta desenmudecida" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Engadir" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Engadir {0} máis para continuar" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Engadir a {displayName} ao paquete de inicio" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Engadir conta a esta listaxe" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Engadir conta" @@ -1201,11 +1216,11 @@ msgstr "Engadir texto alternativo (opcional)" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "Engadir contrasinal de app" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "Engadir canles recomendadas" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Engadir algunhas canles ao teu paquete de inicio!" @@ -1307,12 +1322,12 @@ msgstr "Engade a canle predefinida só das persoas que segues" msgid "Add the following DNS record to your domain:" msgstr "Engade o seguinte rexistro DNS ao teu dominio:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Engade esta canle ás túas canles" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "Adultos" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Contido para adultos" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "O contido para adultos só se pode habilitar a través da web en <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etiquetas de contido para adultos" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avanzado" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "Todas" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Todas" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Seguíronse todas as contas!" @@ -1474,7 +1494,7 @@ msgstr "Todas as túas canles gardadas, nun só lugar." msgid "Allow access to your direct messages" msgstr "Permitir o acceso ás túas mensaxes directas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Permitir citar publicacións" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permitir acceso ás mensaxes directas" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Xa tes un código?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Sesión iniciada como @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Un código de verificación foi enviado a {0}. Ingresa ese código a continuación." @@ -1587,7 +1607,7 @@ msgstr "Produciuse un erro" msgid "An error occurred" msgstr "Ocurreu un erro" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Ocurreu un erro ao comprimir o vídeo." @@ -1596,7 +1616,7 @@ msgstr "Ocurreu un erro ao comprimir o vídeo." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "Ocurreu un error ao xerar o teu paquete de inicio. Queres probar de novo msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Ocurreu un erro ao cargar o vídeo. Por favor, proba de novo." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Ocurreu un erro mentres cargaba o vídeo. Por favor, proba de novo." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "Ocurreu un erro ao gardar o código QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Produciuse un erro ao tentar seguir todo" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Ocurreu un erro. Proba de novo." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "un etiquetador descoñecido" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "e" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Contrasinais da app" @@ -1856,7 +1876,7 @@ msgstr "Apelar esta decisión" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arquivada dende {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Publicación arquivada" @@ -1914,7 +1934,7 @@ msgstr "Tes a certeza de querer eliminar o contrasinal de aplicación \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Tes a certeza de que queres eliminar este paquete de inicio?" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Tes a certeza de que desexas eliminar isto das túas canles?" @@ -1945,7 +1965,7 @@ msgstr "Tes a certeza de que desexas eliminar isto das túas canles?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Tes a certeza de querer desbotar esta publicación?" @@ -1953,7 +1973,7 @@ msgstr "Tes a certeza de querer desbotar esta publicación?" msgid "Are you sure?" msgstr "Realmente é o que queres?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Espidos artísticos ou non eróticos." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Atrás" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bloquear conta" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Bloqueado" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Contas bloqueadas" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Contas bloqueadas" @@ -2288,7 +2316,7 @@ msgstr "O bloqueo é público. Se bloqueas unha conta non poderá responder os t 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." msgstr "Se bloqueas a un etiquetador aínda poderá seguir aplicando etiquetas na túa conta, mais evitará que responda nos teus fíos, que te mencione e non poderá interactuar contigo de ningunha maneira." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky non pode confirmar a autenticidade da data solicitada." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky elexirá un conxunto de contas recomendadas na túa rede." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "Explora máis suxerencias na páxina Explorar" msgid "Browse other feeds" msgstr "Explorar outras canles" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Navegar publicacións de {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Navegar publicacións etiquetadas con {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Navegar tema {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Negocios" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Por {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Por <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Ao crear unha conta, aceptas os <0>Termos de servizo e a <1>Polític msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Ao crear unha conta, aceptas os <0>Termos de servizo." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Cámara" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Cancelar" msgid "Cancel quote post" msgstr "Cancelar citación" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Cancelar a reactivación e pechar a sesión" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Non se pode interactuar cunha conta bloqueada" @@ -2609,7 +2637,7 @@ msgstr "Lexendaxe (.vtt)" msgid "Captions & alt text" msgstr "Lexendaxe e texto alternativo" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Cambiar alcume" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Conversa" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Verificar o meu estado" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Escolle a túa propia liña de tempo! Fíos feitos pola comunidade axudarante a atopar contido que che preste." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Escolleu o teu contrasinal" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Borrar consulta de búsqueda" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Preme para reintentar a mensaxe fallida" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Preme para reintentar a mensaxe fallida" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Preme para reintentar a mensaxe fallida" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Pechar" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Pechar xanela activa" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Pechar" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Pechar esta xanela" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Pecha a alerta de actualización de contrasinal" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "Pechar listaxe de contas" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Pechar a listaxe de contas para unha notificación en particular" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Bandas deseñadas" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Directrices da comunidade" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Completa a incorporación e comeza a usar a túa conta" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Completa o desafío" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Escribir nova publicación" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "Redactar resposta" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Comprimindo vídeo..." @@ -3198,18 +3227,18 @@ msgstr "Configurado en <0>axustes de moderación" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirmar" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Código de confirmación" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contacta co soporte" @@ -3273,7 +3302,7 @@ msgstr "Contido e Multimedia" msgid "Content and media" msgstr "Contido e multimedia" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Contido e Multimedia" @@ -3281,7 +3310,7 @@ msgstr "Contido e Multimedia" msgid "Content Blocked" msgstr "Contido bloqueado" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtros de contido" @@ -3421,8 +3450,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copiar código" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copiar ligazón" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copiar Ligazón" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copia ligazón á lista" @@ -3472,12 +3501,12 @@ msgstr "Copia ligazón á lista" msgid "Copy link to post" msgstr "Copiar ligazón ao chío" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "Copiar texto da mensaxe" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copiar texto do chío" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Política de dereitos de autor" @@ -3632,7 +3661,7 @@ msgstr "Crear" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Crear un código QR para o paquete de inicio" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Crea un paquete de inicio" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Crea un paquete de inicio para min" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Crear unha conta nova" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Crea un reporte de {0}" @@ -3734,7 +3763,7 @@ msgstr "Crea un reporte de {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Creado {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "Escuro" msgid "Dark theme" msgstr "Tema escuro" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data de nacemento" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Desactivar conta" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Borrar" @@ -3892,8 +3921,8 @@ msgstr "Eliminar conversa" msgid "Delete for me" msgstr "Borrar para min" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "Borrar mensaxe para min" msgid "Delete my account" msgstr "Borrar a miña conta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Borrar un chío" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Borrar paquete de inicio" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Borrar paquete de inicio?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Borrar esta listaxe?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Borrar este chío?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Eliminado" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Texto descritivo alternativo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Desvincular cita" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Desvincular chío da cita?" @@ -3993,11 +4022,11 @@ msgstr "Modo desenvolvedor habilitado" msgid "Developer options" msgstr "Opcións de desenvolvedor" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Xanela: axustar quen pode interactuar con este chío" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Atenuar" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Desactivar Correo 2FA" @@ -4041,11 +4075,11 @@ msgstr "Desactivar a retroalimentación háptica" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Deshabilitado" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Desbotar" @@ -4075,23 +4109,28 @@ msgstr "Desbotar" msgid "Discard changes?" msgstr "Desbotar cambios?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Desbotar borrador?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Desbotar publicación?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Descubre novas canles personalizadas" msgid "Discover New Feeds" msgstr "Descobre Novas Canles" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Desbotar" @@ -4115,7 +4154,7 @@ msgstr "Desbotar" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Desbotar erro" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Listo" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Doble toque para pechar a xanela" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Duplo toque para marcar cun \"gústame\"" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Descargar Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "ex. alicia.com" msgid "E.g. artistic nudes." msgstr "ex. Espidos artísticos." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "ex. Grandes persoas" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Editar" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Editar avatar" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Editar imaxe" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Editar axustes de interacción" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Editar os detalles da listaxe" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Editar as Miñas Canles" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Editar Persoas" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Editar axustes de interacción do chío" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Editar o perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Editar o perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Editar paquete de inicio" @@ -4454,15 +4494,15 @@ msgstr "Editar paquete de inicio" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Editar quen pode responder" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Edita o teu paquete de inicio" @@ -4470,16 +4510,16 @@ msgstr "Edita o teu paquete de inicio" msgid "Education" msgstr "Educación" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "O creador desta lista bloqueoute ou ti bloqueaches o creador." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Enderezo electrónico" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Correo 2FA deshabilitado" @@ -4492,7 +4532,7 @@ msgstr "2FA do correo habilitado" msgid "Email address" msgstr "Enderezo de correo electrónico" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Correo electrónico reenviado" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Correo electrónico verificado" @@ -4527,7 +4567,7 @@ msgstr "Insertar chío" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta este chío no teu sitio web. Simplemente copia o seguinte fragmento e pégao no código HTML do teu sitio web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Reprodutor de vídeo incrustado" @@ -4542,12 +4582,7 @@ msgstr "Habilitar" msgid "Enable {0} only" msgstr "Activar {0} unicamente" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Activar contido para persoas adultas" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "Habilitar temas de tendencia" msgid "Enable trending videos in your Discover feed" msgstr "Habilitar os vídeos en tendencia na túa canle \"Descubrir\"" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Activado" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Introduce o enderezo de correo electrónico" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "Introduce o teu alcume e contrasinal" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erro" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Ocorreu un erro ao gardar o ficheiro" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Error ao recibir a resposta do captcha." @@ -4712,11 +4747,11 @@ msgstr "Error ao recibir a resposta do captcha." msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Todo o mundo pode responder" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Todo o mundo pode responder a este chío." @@ -4783,7 +4818,7 @@ msgstr "Expandir ou minimizar o chío completo ao que estás respondendo" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "Medios explícitos ou potencialmente perturbadores." msgid "Explicit sexual images." msgstr "Imaxes sexuais explícitas." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Exportar os meus datos" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Medios externos" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "É posíbel que medios externos permitan que outros sitios recopilen datos sobre ti e o teu dispositivo. Non se envía ou solicita ningún tipo de información ata que presiones o botón de \"play\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Medios externos" @@ -4946,7 +4981,7 @@ msgstr "Error ao eliminar a mensaxe." msgid "Failed to delete post, please try again" msgstr "Error ao eliminar o chío, por favor, inténtao de novo." -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Error ao eliminar o paquete inicial." @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Error ao cargar as preferencias das canles." @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Error ao cargar as canles suxeridas." -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Error ao cargar as suxerencias de seguimento." @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Error ao fixar o chío." #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Error ao gardar a imaxe: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "Error ao cambiar o estado de silencio do fío, por favor, inténtao de n msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Error ao actualizar as canles" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Error ao actualizar os axustes" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Error ao subir video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Canles" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menú de canles" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Alternar canle" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Canles" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Ficheiro gardado exitosamente!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Filtro de canles" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finalizando" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Procurar contas para seguir" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Procurar contas a seguir" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Seguir a {0}" @@ -5458,7 +5499,7 @@ msgstr "Seguir a {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Sigue 7 contas" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Seguir esta conta" @@ -5486,8 +5527,8 @@ msgstr "Seguir esta conta" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Seguir a todos" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Seguidores de @{0} que coñeces" @@ -5552,28 +5593,29 @@ msgstr "Seguidores que coñeces" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Seguindo" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Seguindo" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Seguindo {0}" @@ -5582,7 +5624,7 @@ msgstr "Seguindo {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Seguindo a {handle}" @@ -5591,7 +5633,7 @@ msgstr "Seguindo a {handle}" msgid "Following feed preferences" msgstr "Preferencias das canles de Seguimento" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferencias das canles de Seguimento" @@ -5613,7 +5655,7 @@ msgstr "Tamaño de fonte" msgid "Food" msgstr "Comida" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Volver" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Volver" @@ -5867,8 +5909,8 @@ msgstr "Volver ao paso anterior" msgid "Go home" msgstr "Ir ao inicio" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Vibración" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Cancelo" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Tes problemas?" @@ -6145,11 +6197,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "Oculto" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Oculto debido aos teus axustes de moderación." @@ -6166,23 +6218,19 @@ msgstr "Oculto debido aos teus axustes de moderación." msgid "Hidden list" msgstr "Listaxe oculta" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Ocultar o chío para min" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Ocultar rechouchío para todo o mundo" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Ocultar rechouchío para min" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Ocultar este chío?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Ocultar este rechouchío?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Ocultar temas de tendencia" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Ocultar os temas de tendencia?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Ocultar os vídeos en tendencia?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Ocultar listaxe de persoas" @@ -6267,12 +6308,12 @@ msgstr "Ocultar listaxe de persoas" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Oculta o contido" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "O servidor das canles respondeu de forma incorrecta. Por favor, informa msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Temos problemas para encontrar esta canle. Pode ser que a borrasen." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Vaites! Parece que temos problemas para cargar estes datos. Consulta máis detalles a continuación. Se o problema persiste, ponte en contacto connosco." @@ -6316,14 +6357,14 @@ msgstr "Vaites! Parece que temos problemas para cargar estes datos. Consulta má msgid "Hmmmm, we couldn't load that moderation service." msgstr "Vaites! Non puidemos cargar ese servizo de moderación." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Espera! Estamos dando acceso a vídeos gradualmente e aínda estás na listaxe de espera. Volve a consultar máis adiante." -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Inicio" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Teño un código" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Se aínda non es maior de idade segundo as leis do teu país, o teu pai, a túa nai ou o teu titor legal debe ler estes Termos no teu nome." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Se eliminas esta listaxe, non poderás recuperala." @@ -6420,7 +6461,7 @@ msgstr "Se tes o teu propio dominio, podes empregalo como nome de usuario. Isto msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Se eliminas este chío, non poderás recuperalo." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "Se es desenvolvedor, podes hospedar o teu propio servidor." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se estás intentando cambiar o teu alcume ou enderezo electrónico, faino antes de desactivar a túa conta." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Imaxe" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Introduce o código que se che enviou por correo electrónico" msgid "Interaction limited" msgstr "Interacción limitada" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Axustes de interacción" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "O código de confirmación 2FA non é válido." @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "O Código de Verificación incorrecto" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Código de convite" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Non se acepta o código de convite. Comproba que o introduciches correctamente e inténtao de novo." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Convida a persoas a este paquete inicial!" @@ -6786,26 +6827,26 @@ msgstr "Convites, mais personais" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "É correcto" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Por agora só estás ti! Engade máis persoas ao teu paquete inicial buscando arriba." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Tarefa ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Tarefas" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Únete a Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Únete á conversa" msgid "Journalism" msgstr "Xornalismo" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Etiquetado por {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Etiquetado pola persoa autora." @@ -6893,7 +6934,7 @@ msgstr "Etiquetas na túa conta" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Axustes de Idiomas" @@ -6907,12 +6948,12 @@ msgstr "Idiomas" msgid "Larger" msgstr "Máis grande" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Último" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Aprender máis de Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Obtén máis información sobre como aloxar o teu PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Aprender máis sobre esta advertencia" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Máis información sobre o que é público en Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Aprender máis." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "queda por ir." @@ -7080,7 +7121,7 @@ msgstr "Déixame escoller" msgid "Let's get your password reset!" msgstr "Imos restablecer o teu contrasinal!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Imos!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claro" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7155,7 @@ msgstr "Dálle «gústame» a 10 chíos" msgid "Like 10 posts to train the Discover feed" msgstr "Dálle «gústame» a 10 publicacións para entrenar as canles de Descubrimento." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Dar «gústame» a esta canle" @@ -7122,8 +7163,8 @@ msgstr "Dar «gústame» a esta canle" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Gustoulle a" @@ -7140,26 +7181,26 @@ msgstr "Gustoulle a" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Gústame" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Gústame en este chío" @@ -7191,11 +7232,16 @@ msgstr "Lineal" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Listaxe" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Ocultouse a listaxe" @@ -7248,7 +7294,7 @@ msgstr "Ocultouse a listaxe" msgid "List Hidden" msgstr "Listaxe oculta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Listaxe silenciada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Listaxe desbloqueada" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "A listaxe xa non está silenciada" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listaxes" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Cargar máis" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Cargar máis canles suxeridas" @@ -7346,16 +7392,16 @@ msgstr "Cargar notificacións novas" msgid "Load new posts" msgstr "Cargar novos chíos" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Rexistro" @@ -7405,11 +7451,6 @@ msgstr "Logo por <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "É como XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Asegúrate de que este é o lugar onde queres ir!" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "Xestiona as túas palabras e etiquetas silenciadas" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Multimedia" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "persoas mencionadas" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Mensaxe eliminada" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensaxe do servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Campo de entrada da mensaxe" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mensaxes" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderación" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Detalles de moderación" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Listaxe de moderación feita por <0/>" msgid "Moderation list by you" msgstr "Listaxe de moderación feita por ti" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Listaxe de moderación creada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Listaxe de moderación actualizada" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Listaxes de moderación" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Listaxes de Moderación" @@ -7697,11 +7755,11 @@ msgstr "Listaxes de Moderación" msgid "moderation settings" msgstr "axustes de moderación" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Estados de moderación" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Ferramentas de moderación" @@ -7710,8 +7768,8 @@ msgstr "Ferramentas de moderación" msgid "Moderator has chosen to set a general warning on the content." msgstr "A persoas moderadora decidiu establecer unha advertencia xeral sobre o contido. " -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Máis canles" @@ -7720,10 +7778,10 @@ msgstr "Máis canles" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Máis opcións" @@ -7747,7 +7805,7 @@ msgstr "Música" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Silenciar" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Silenciar conta" @@ -7816,13 +7874,13 @@ msgstr "Silenciar esta palabra só nas etiquetas" msgid "Mute this word until you unmute it" msgstr "Silenciar esta palabra ata que a actives" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silenciar fío" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silenciar palabras e etiquetas" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Contas silenciadas" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Contas Silenciadas" @@ -7852,7 +7910,7 @@ msgstr "As publicacións das contas silenciadas elimínanse das túas canles e d msgid "Muted by \"{0}\"" msgstr "Silenciado por \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Palabras e etiquetas silenciadas" @@ -7881,7 +7939,7 @@ msgstr "As miñas canles" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nome" @@ -7891,12 +7949,12 @@ msgstr "Natureza" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navegar a {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "Navega á seguinte pantalla" msgid "Navigates to your profile" msgstr "Navega ao teu perfil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Non importa, crea un alcume para min" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Novo" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Novo contrasinal" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Novo chío" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Novo chío" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Primeiro as respostas máis recentes" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Noticias" @@ -8088,15 +8142,15 @@ msgstr "Noticias" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Siguinte" @@ -8108,12 +8162,16 @@ msgstr "Nova imaxe" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Aínda sen gústames" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Xa non segues a {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Aínda non hai notificacións!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Ninguén, excepto a persoa autora, pode citar este chío." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Sen resultados" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Non, grazas" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Ninguén" @@ -8360,7 +8418,7 @@ msgstr "Ninguén citou isto. Poderías levar a dianteira e citalo antes que ning msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ninguén volveu publicar isto. Deberías volvelo a publicar!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Non se encontrou a ninguén. Proba a buscar a outra persoa." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Non se encontrou" @@ -8407,7 +8465,7 @@ msgstr "Non se encontrou" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Axustes de notificacións" @@ -8435,8 +8497,8 @@ msgstr "Axustes de notificacións" msgid "Notification sounds" msgstr "Sons de notificacións" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sons de notificacións" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notificacións" @@ -8490,7 +8552,7 @@ msgstr "Ben" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Está ben" @@ -8505,6 +8567,10 @@ msgstr "Primeiro as respostas máis antigas" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "en<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Falta o texto alternativo nunha ou máis imaxes." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Falta o texto alternativo nun ou máis vídeos." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Só {0} pode responder." @@ -8556,7 +8622,7 @@ msgstr "Só {0} pode responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Só se admiten ficheiros de imaxe" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Abrir o creador de avatares" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Abrir as opcións de conversa" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Abrir menú lateral" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Abrir o selector de emoji" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Abrir ligazón a {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Abrir opcións de mensaxe" msgid "Open moderation debug page" msgstr "Abrir a páxina da depuración de moderación" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Abrir os axustes de palabras e etiquetas silenciadas" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Abrir menú do paquete de inicio" @@ -8759,9 +8825,8 @@ msgstr "Abrir registro do sistema." msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Abre detalles adicionales para una entrada de depuración." msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Abrir cámara do dispositivo" @@ -8804,28 +8869,28 @@ msgstr "Abre o diálogo de troco do alcume" msgid "Opens composer" msgstr "Abrir compositor" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Abrir o fluxo para crear unha nova conta Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Abrir o fluxo para iniciar sesión na túa conta Bluesky existente" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Abrir este perfil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opcións:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Ou, continúa con outra conta." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Ou, inicia sesión cunha das outras contas." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Contrasinal" @@ -8993,7 +9094,7 @@ msgstr "Contrasinal" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "O contrasinal debe ter polo menos 8 caracteres." @@ -9005,7 +9106,7 @@ msgstr "Contrasinal actualizado" msgid "Password updated!" msgstr "Contrasinal actualizado!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausar" @@ -9020,7 +9121,7 @@ msgstr "Pausar vídeo" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Persoas" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Persoas seguidas por @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Persoas siguindo a @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Alternancia de persoa" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Imaxes pensadas para persoas adultas." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Fixar canle" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fixar no inicio" @@ -9131,8 +9232,8 @@ msgstr "Fixar no inicio" msgid "Pin to Home" msgstr "Fixar no Inicio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fixar no teu perfil" @@ -9151,11 +9252,11 @@ msgstr "{0} fixouse á páxina de inicio" msgid "Pinned Feeds" msgstr "Canles fixadas" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "As túas canles fixadas" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Reproducir" @@ -9169,12 +9270,12 @@ msgstr "Reproducir {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Reproducir vídeo" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Reproducir Vídeo" @@ -9182,7 +9283,7 @@ msgstr "Reproducir Vídeo" msgid "Plays or pauses the GIF" msgstr "Reproduce ou pausa o GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Reproduce ou pausa o vídeo" @@ -9190,7 +9291,7 @@ msgstr "Reproduce ou pausa o vídeo" msgid "Plays the GIF" msgstr "Reproducir GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Reproduce o vídeo" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Por favor, escolle o teu alcume." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Por favor, escolle o teu contrasinal." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Por favor, completa a verificación CAPTCHA" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "Por favor, insire un contrasinal." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Por favor, insire un contrasinal. Este debe ter polo menos 8 caracteres." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Introduce o teu correo electrónico." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Introduce o teu código de convite." @@ -9306,8 +9407,8 @@ msgstr "Explica por que cres que se desactivaron incorrectamente as túas conver msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "Inicia sesión como @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Política" @@ -9367,18 +9468,18 @@ msgstr "Política" msgid "Porn" msgstr "Pornografía" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Chiar" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Chiar" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Publicar todo" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Chío de @{0}" @@ -9423,10 +9529,10 @@ msgstr "Chío eliminado" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Produciuse un erro ao cargar o chío. Comproba a túa conexión a Internet e téntao de novo." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "A publicación foi eliminada" @@ -9440,11 +9546,11 @@ msgstr "Chío oculto por palabra silenciada" msgid "Post Hidden by You" msgstr "Chío ocultado por ti" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Axustes de interacción do chío" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Axustes de interacción da publicación" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Non se encontrou o chío" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Chío fixado" @@ -9478,7 +9584,7 @@ msgstr "Chío fixado" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Chío desfixado" @@ -9487,7 +9593,7 @@ msgstr "Chío desfixado" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Chíos" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Preme para tentar a conexión" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacidade" msgid "Privacy and security" msgstr "Privacidade e seguranza" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Política de privacidade" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Procesando vídeo..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "perfil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "O código QR gardouse no carrete da cámara." #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citar un chío" @@ -9723,8 +9829,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Volver a anexar cita" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reactiva a túa conta" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Ler menos" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Ler máis" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Le o blog de Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Le a Política de privacidade de Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Le as Condicións de servizo de Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Recargar as conversas" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Eliminar" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Eliminar a {displayName} do paquete inicial" @@ -9914,8 +10021,8 @@ msgstr "Eliminar anexo" msgid "Remove Avatar" msgstr "Eliminar Avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Eliminar Banner" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Eliminar das miñas canles" @@ -9960,8 +10067,8 @@ msgstr "Eliminar das miñas canles" msgid "Remove from quick access?" msgstr "Eliminar o acceso rápido?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Eliminar das canles gardadas" @@ -9970,7 +10077,7 @@ msgstr "Eliminar das canles gardadas" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Eliminar das túas canles?" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Eliminar esta canle das túas canles gardadas" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Eliminado pola persoa autora" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Eliminado por ti" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Eliminado das miñas canles" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Respostas" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Respostas deshabilitadas" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "As respostas a este chío están desactivadas." @@ -10141,14 +10253,14 @@ msgstr "As respostas a este chío están desactivadas." msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "Resposta oculta pola persoa autora do fío" msgid "Reply Hidden by You" msgstr "Resposta ocultada por ti" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "A configuración de resposta é elixida pola persoa autora do fío" @@ -10185,8 +10297,8 @@ msgstr "A resposta ocultouse correctamente." msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Denunciar conta" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Denunciar conversación" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Xanela da denuncia" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Denunciar canle" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "Denunciar mensaxe" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Denunciar chío" @@ -10225,8 +10337,8 @@ msgstr "Denunciar chío" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Denunciar paquete de inicio" @@ -10292,7 +10404,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Rechouchiar ou citar chío" @@ -10330,12 +10442,12 @@ msgstr "Rechouchíos deste chío" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Require texto alternativo antes de publicar" msgid "Require an email code to sign in to your account." msgstr "Obrigatorio un código de correo para identificarte na túa conta." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Obrigatorio para este provedor" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Reenviar correo" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Reenviar correo" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Reenviar correo de verificación" @@ -10453,6 +10565,11 @@ msgstr "Restablecer o contrasinal" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Tenta de novo a última acción, que errou" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Tenta de novo a última acción, que errou" msgid "Retry" msgstr "Reintentar" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Volver á páxina anterior" @@ -10521,7 +10638,7 @@ msgstr "Volve á páxina de inicio" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Volve á páxina anterior" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Gardar cambios" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Gardar imaxe" @@ -10608,8 +10725,8 @@ msgstr "Gardar novo alcume" msgid "Save QR code" msgstr "Gardar código QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Gardar nas miñas canles" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Canles guardadas" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Guardado nas túas canles" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Di ola!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Desprázate cara arriba" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Buscar" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Procurar por nome ou interese" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Procurar canles" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Busca canles que queiras suxerir aos demais." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Buscar perfís" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Ver empregos en Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Selecciona unha cor" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Seleccionar conta" @@ -10910,7 +11022,7 @@ msgstr "Selecciona un avatar" msgid "Select an emoji" msgstr "Selecciona un emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Selecciona unha conta existente" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Selecciona durante canto tempo queres silenciar esta palabra." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Seleccionar idioma..." msgid "Select languages" msgstr "Seleccionar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Elixe en que idiomas desexas que estean os chíos das túas canles. Se non seleccionas ningún, mostraranse en todos os idiomas." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Seleccione a túa data de nacemento" @@ -11045,7 +11157,7 @@ msgstr "A que idioma queres traducir os chíos na túa canle." msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Enviar comentarios" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Enviar mensaxe" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Enviar chío a..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Enviar correo de verificación" @@ -11133,7 +11245,7 @@ msgstr "Definir a icona da aplicación a {0}" msgid "Set new password" msgstr "Establecer un novo contrasinal" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Configura a túa conta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Establece o correo electrónico para restablecer o contrasinal" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Axustes" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Preferencias gardadas" @@ -11242,7 +11354,7 @@ msgstr "Sexualmente suxestivo" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Compartir" @@ -11251,7 +11363,7 @@ msgstr "Compartir" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Compartir de todas as maneiras" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Compartir ligazón" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Xanela para compartir ligazón" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Compartir código QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Compartir esta canle" @@ -11318,22 +11430,22 @@ msgstr "Compartir esta canle" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Compartir este paquete de inicio" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Comparte este paquete de iniciación e axuda a xente a unirse á túa comunidade en Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Probador de Preferencias Compartidas" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Ver" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Ver texto alternativo" @@ -11373,14 +11489,14 @@ msgstr "Ver texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Ver de todas as maneiras" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Mostrar menos como este" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Mostrar listaxe de todas as maneiras" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Mostrar máis como este" @@ -11445,8 +11561,8 @@ msgstr "Amosar respostas" msgid "Show replies as" msgstr "Amosar respostas como" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Mostrar resposta para todo o mundo" @@ -11455,8 +11571,8 @@ msgstr "Mostrar resposta para todo o mundo" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Mostrar advertencia e filtrar desde as canles" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Amosa información sobre cando foi creada esta publicación" @@ -11486,15 +11602,15 @@ msgstr "Amosa información sobre cando foi creada esta publicación" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Iniciar sesión" msgid "Sign in as {0}" msgstr "Iniciar sesión como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "Inicia sesión en Bluesky ou crea unha nova conta" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Programación" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Algunha outra canle poderiache gustar" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Algunhas persoas poden responder" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Algo saíu mal" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Produciuse un erro, téntao de novo" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Ocorreu un erro? Dínolo." @@ -11759,8 +11881,8 @@ msgstr "Ocorreu un erro? Dínolo." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Sentímolo! A túa sesión caducou. Inicia sesión de novo." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Deportes" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Iniciar chat con {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Paquete de inicio" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Paquete de inicio de {0}" @@ -11841,12 +11968,12 @@ msgstr "Paquete de inicio de {0}" msgid "Starter pack by <0/>" msgstr "Paquete de inicio por <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Paquete de inicio creado por ti" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "O paquete de inicio non é válido" @@ -11854,7 +11981,7 @@ msgstr "O paquete de inicio non é válido" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Paquetes de inicio" @@ -11893,7 +12020,7 @@ msgstr "O almacenamento borrado, cómpre reiniciar a aplicación agora." msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Libro de contos" @@ -11928,13 +12055,13 @@ msgstr "Enviar Apelación" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Suscríbete a @{0} para usar estas etiquetas:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Suscribirse ao etiquetador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Suscribirse a este etiquetador" @@ -11975,7 +12102,7 @@ msgstr "Suscribirse a este etiquetador" msgid "Subscribe to this list" msgstr "Suscribirse a esta listaxe" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Só etiquetas" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Condicións" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Grazas, verificaches correctamente o teu enderezo de correo electrónico. Podes pechar esta xanela." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Que contén o seguinte:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Non se puido atopar ese paquete de inicio." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Iso é todo, parroquia!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Iso é todo!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interactuar contigo despois de desbloqueala." @@ -12287,7 +12414,7 @@ msgstr "A persoa autora deste fío ocultou esta resposta." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "A aplicación web de Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "A Política de Privacidade moveuse a <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Semella que o servidor está a experimentar problemas. Por favor, téntao de novo nun intre." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "O paquete de inicio que estás tentando ver non é válido. Podes eliminar este paquete de inicio no seu lugar." @@ -12402,7 +12529,7 @@ msgstr "Moveuse o formulario de soporte. Se necesitas axuda, por favor <0/> ou v msgid "The Terms of Service have been moved to" msgstr "Movéronse as Condicións de Servizo a" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "O código de verificación que proporcionaches non é válido. Asegúrate de utilizar a ligazón de verificación correcta ou solicita unha nova." @@ -12412,7 +12539,7 @@ msgstr "O código de verificación que proporcionaches non é válido. Asegúrat msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Non hai límite de tempo para a desactivación da conta, regresa en calquera momento." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Produciuse un problema ao contactar co servidor" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Houbo un problema ao contactar co servidor. Comproba a túa conexión a Internet e téntao de novo." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Houbo un problema ao recuperar as notificacións. Toca aquí para tentalo de novo." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Houbo un problema ao recuperar os chíos. Toca aquí para tentalo de novo." @@ -12495,25 +12622,25 @@ msgstr "Houbo un problema ao actualizar as túas canles. Comproba a túa conexi #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Houbo un problema! {0}" @@ -12521,10 +12648,10 @@ msgstr "Houbo un problema! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Houbo un problema. Comproba a túa conexión a Internet e téntao de nov msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Houbo un problema inesperado na aplicación. Avísanos se che pasou isto!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Houbo un alude de novas persoas a Bluesky! Activaremos a túa conta en canto poidamos." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Esta {screenDescription} foi marcada:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "Esta apelación enviarase ao servizo de moderación de Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Desconectouse este conversa" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Esta conversa é cunha conta eliminada ou desactivada. Preme para ver as opcións" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Esta función está en versión beta. Podes ler máis sobre as exportacións de repositorios en <0>este blog." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Esta ligazón lévate ao seguinte sitio web:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Esta publicación declara que foi feita en <0>{0}, pero foi vista por primeira vez por Bluesky en <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Este chío ocultarase das canles e dos fíos. Isto non se pode desfacer." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "A persoa autora deste chío desactivou os chíos de citas." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Esta resposta ordenarase nunha sección oculta na parte inferior do teu fío e silenciará as notificacións para as respostas posteriores, tanto para ti como para os demais." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Este servizo non proporcionou condicións de servizo nin unha política de privacidade." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Esta persoa é nova aquí. Preme para obter máis información sobre can msgid "This user isn't following anyone." msgstr "Este persoa non segue a ninguén." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Isto eliminará @{0} da listaxe de acceso rápido." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Esto eliminará o teu chío desta cita para todas as persoas e substituirase por un marcador de posición." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferencias de Fíos" msgid "Threaded" msgstr "Enfiado" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferencias de fíos" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Para desactivar o método 2FA de correo electrónico, verifica o teu acceso ao enderezo de correo electrónico." @@ -13012,7 +13134,7 @@ msgstr "Para desactivar o método 2FA de correo electrónico, verifica o teu acc msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Hoxe" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Activa ou desactiva o contido para persoas adultas" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "Arriba" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Tema" @@ -13061,8 +13183,8 @@ msgstr "Tema" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traducir" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Tendencia" @@ -13099,12 +13221,20 @@ msgstr "Tendencia" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Non é posíbel conectar. Comproba a túa conexión a internet e téntao de novo." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Non se puido contactar co teu servizo. Comproba a túa conexión a Internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Non se pode eliminar" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Desbloquear conta" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Desbloquear Conta?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "No me gusta" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Activar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13379,8 +13536,8 @@ msgstr "" msgid "Unmute conversation" msgstr "Activar a conversa" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Activar o fío" @@ -13397,14 +13554,14 @@ msgstr "Activar o fío" msgid "Unmute video" msgstr "Activar o audio do vídeo" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Desfixar" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Desfixar canle" @@ -13414,13 +13571,13 @@ msgstr "Desfixar canle" msgid "Unpin from home" msgstr "Desfixar do inicio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Desfixar do perfil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Desfixar a listaxe de moderación" @@ -13429,29 +13586,34 @@ msgstr "Desfixar a listaxe de moderación" msgid "Unpinned {0} from Home" msgstr "{0} desfixada do Inicio" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Desfixouse das túas canles" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Cancelar a subscrición" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Cancelar a subscrición da listaxe" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Cancelar a subscrición a esta etiquetadora" @@ -13463,7 +13625,7 @@ msgstr "Cancelouse a subscrición da listaxe" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Actualizar para {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Carga un ficheiro de texto a:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Cargar desde a cámara" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Cargar desde ficheiros" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Cargar desde a biblioteca" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Cargando imaxes..." msgid "Uploading link thumbnail..." msgstr "Cargando miniatura da ligazón..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Cargando vídeo..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Listaxe de persoas por ti" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Listaxe de persoas creada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Listaxe de persoas actualizada" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Alcume ou enderezo de correo electrónico" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "persoas seguidas por <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "Valor:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Vídeo" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Non se puido procesar o vídeo" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Canle de vídeo" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Vídeo de {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videoxogos" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Vídeo en pausa" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Vídeo en reprodución" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Non se encontrou o vídeo." @@ -13859,12 +14021,12 @@ msgstr "Non se encontrou o vídeo." msgid "Video settings" msgstr "Axustes do video" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Vídeo cargado" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Vídeo: {0}" @@ -13872,19 +14034,13 @@ msgstr "Vídeo: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Ver o avatar de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Ver o perfil de {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Ver o perfil da persoa bloqueada" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Consulta a publicación do blog para obter máis detalles" @@ -13936,8 +14092,8 @@ msgstr "Consulta a publicación do blog para obter máis detalles" msgid "View debug entry" msgstr "Ver a entrada de depuración" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Ver detalles" @@ -13977,13 +14133,13 @@ msgstr "Ver máis" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Consulta o servizo de etiquetado proporcionado por @{0}" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Consulta as persoas ás que lles gusta esta canle" @@ -14026,11 +14182,11 @@ msgstr "Consulta as persoas ás que lles gusta esta canle" msgid "View video" msgstr "Ver vídeo" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Consulta as túas contas bloqueadas" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "Consulta as túas canles e explora máis" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Consulta as túas listaxes de moderación" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Consulta as túas contas silenciadas" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Estimamos o {estimatedTime} ata que a túa conta estea lista." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Enviamos outro correo electrónico de verificación a <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Non puidemos determinar se tes permiso para cargar vídeos. Téntao de novo." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Non puidemos cargar os teus etiquetadores configurados neste momento." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Informarémosche cando a túa conta estea lista." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Temos problemas de rede, téntao de novo" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sentímolo! Eliminouse o chío ao que estás respondendo." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Xa estás de volta!" @@ -14351,17 +14519,17 @@ msgstr "Como queres chamar ao teu paquete de inicio?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Que hai de novo?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Quen pode interactuar con este chío?" @@ -14369,12 +14537,12 @@ msgstr "Quen pode interactuar con este chío?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Quen pode responder" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Escribe un chío" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Escribe a túa resposta" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Si, desactivar" @@ -14495,19 +14663,19 @@ msgstr "Si, desactivar" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Si, eliminar este paquete de inicio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Si, desprenderse" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Si, ocultar" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Si, reactiva a miña conta" @@ -14519,7 +14687,7 @@ msgstr "Onte" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Estás en liña." @@ -14558,11 +14726,11 @@ msgstr "Estás en liña." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Non tes permiso para cargar vídeos." @@ -14570,7 +14738,7 @@ msgstr "Non tes permiso para cargar vídeos." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Tamén podes descubrir novas canles personalizadas para seguir." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Agora podes iniciar sesión co teu novo contrasinal." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Podes reactivar a túa conta para continuar iniciando sesión. O teu perfil e os chíos serán visíbeis para outras persoas." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Podes actualizar posteriormente desde as túas preferencias." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Non segues a ningunha persoa que siga a @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Introduciches un código non válido. Debería parecer XXXXX-XXXX." @@ -14778,15 +14943,15 @@ msgstr "Mimá! Chegaches ao final" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Alcanzaches temporalmente o límite de cargas de vídeos. Téntao de novo máis tarde." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Debes seguir polo menos a outras sete persoas para xerar un paquete de i msgid "You must grant access to your photo library to save a QR code" msgstr "Debes conceder acceso á túa biblioteca de fotos para gardar un código QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Anteriormente desactivaches a @{0}." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Sairás da sesión de todas as túas contas." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Estás en liña" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Atopaches algunhas contas a seguir" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Chegaches ao final das túas canles! Busca máis contas que seguir." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Chegaches ao teu límite diario de carga de vídeos (demasiados bytes por hoxe)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Chegaches ao teu límite diario de carga de vídeos (demasiados vídeos por hoxe)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Xa non hai máis vídeos para ver. Igual é bo momento para descansar un anaco?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "A túa conta" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "A túa conta foi suspendida" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "A túa conta aínda non ten suficiente antigüidade para subir vídeos. Por favor, inténtao de novo máis tarde." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "O repositorio da túa conta, que contén todos os rexistros de datos público, pode ser descargado como un ficheiro \"CAR\". Este ficheiro non inclúe ficheiros multimedia incrustados, como imaxes nin os teus datos privados, que deben ser obtidos por separado." @@ -15086,7 +15274,7 @@ msgstr "A túa conta violou os <0>Termos do Servizo da aplicación Bluesky Socia msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "A túa apelación foi enviada. Se a túa apelación se tiver en conta, enviaráseche un correo." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "A túa data de nacemento" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "O teu actual nome de usuario <0>{0} quedará reservado automaticamente para ti. Podes volver a el cando queiras desde esta conta." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "O teu enderezo electrónico parece non ser válido." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "O teu primeiro gústame!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "O teu alcume será <0>@{0} " msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "O teu contrasinal debe ter polo menos 8 caracteres." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "O teu perfil, chíos, canles e listaxes non estarán visíbeis para outras persoas de Bluesky. Podes reactivar a túa conta en calquera momento iniciando sesión." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/haw/messages.po b/src/locale/locales/haw/messages.po index de538dbd05..ced7f5663c 100644 --- a/src/locale/locales/haw/messages.po +++ b/src/locale/locales/haw/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: haw\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Hawaiian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:493 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,7 +828,7 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" @@ -874,7 +883,7 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" @@ -892,7 +901,7 @@ msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:394 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:380 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:673 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2109,7 +2137,7 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:69 #: src/components/StarterPack/ProfileStarterPacks.tsx:267 #: src/components/StarterPack/ProfileStarterPacks.tsx:277 -#: src/view/screens/Profile.tsx:349 +#: src/view/screens/Profile.tsx:351 msgid "Before creating a starter pack, you must first verify your email." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2647,28 +2675,28 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/screens/Login/LoginForm.tsx:645 +#: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,12 +3480,12 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:633 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:609 msgid "Create a list from this starter pack" msgstr "" @@ -3642,12 +3671,12 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" -#: src/view/screens/Profile.tsx:573 -#: src/view/screens/Profile.tsx:574 +#: src/view/screens/Profile.tsx:575 +#: src/view/screens/Profile.tsx:576 msgid "Create a Starter Pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:615 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:604 +#: src/screens/StarterPack/StarterPackScreen.tsx:704 +#: src/screens/StarterPack/StarterPackScreen.tsx:783 msgid "Delete" msgstr "" @@ -3909,18 +3938,18 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:598 +#: src/screens/StarterPack/StarterPackScreen.tsx:774 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:670 msgid "Delete starter pack?" msgstr "" @@ -3928,11 +3957,11 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4401,16 +4441,16 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:585 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,13 +5232,6 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5220,7 +5248,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,7 +5269,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" @@ -5265,24 +5293,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 #: src/view/screens/Feeds.tsx:504 -#: src/view/screens/Profile.tsx:238 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/screens/Profile.tsx:240 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5326,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5338,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5369,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5394,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5414,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5472,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5486,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5494,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5510,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:441 +#: src/screens/StarterPack/StarterPackScreen.tsx:449 msgid "Follow all" msgstr "" @@ -5496,9 +5532,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5577,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5588,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5619,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5628,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5650,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5743,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5849,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5872,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5883,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 msgid "Go Back" msgstr "" @@ -5867,8 +5904,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5916,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5926,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5937,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5980,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5990,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6035,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6125,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6142,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6159,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6192,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6205,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6213,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,31 +6238,31 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6270,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6303,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6344,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6352,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6335,16 +6371,16 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:138 #: src/screens/Login/components/HostingProviderDialog.tsx:159 #: src/screens/Login/ForgotPasswordForm.tsx:84 -#: src/screens/Login/LoginForm.tsx:660 +#: src/screens/Login/LoginForm.tsx:665 msgid "Hosting provider" msgstr "" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) -#: src/screens/Login/LoginForm.tsx:656 +#: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" msgstr "" -#: src/screens/Login/LoginForm.tsx:658 +#: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" msgstr "" @@ -6369,8 +6405,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,11 +6436,11 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" @@ -6420,7 +6456,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6477,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6486,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6497,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6512,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6562,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6576,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6647,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6671,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6696,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6727,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6739,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6797,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,7 +6822,7 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" @@ -6800,12 +6836,12 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6852,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +#: src/screens/StarterPack/StarterPackScreen.tsx:477 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6876,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,22 +6890,22 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:70 -#: src/view/screens/Profile.tsx:231 +#: src/view/screens/Profile.tsx:233 msgid "Labels" msgstr "" @@ -6893,7 +6929,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6943,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6959,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6982,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7002,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7020,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7031,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7040,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7103,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7116,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7131,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7150,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7158,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7176,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7168,7 +7204,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:158 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/index.tsx:314 -#: src/view/screens/Profile.tsx:237 +#: src/view/screens/Profile.tsx:239 msgid "Likes" msgstr "" @@ -7178,7 +7214,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7227,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7232,15 +7273,15 @@ msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7289,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7298,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 +#: src/screens/ProfileList/components/Header.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 +#: src/screens/ProfileList/components/Header.tsx:106 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 -#: src/view/screens/Profile.tsx:232 -#: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:242 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7367,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7387,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7424,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7446,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7484,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7497,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7515,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7509,17 +7555,17 @@ msgid "Me" msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 -#: src/view/screens/Profile.tsx:235 +#: src/view/screens/Profile.tsx:237 msgid "Media" msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7586,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7611,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7626,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7650,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7662,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7687,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7705,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7727,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7750,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7763,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7721,9 +7774,9 @@ msgid "More languages..." msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7800,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7812,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7869,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7887,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7905,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7934,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7944,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7963,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7972,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8025,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8077,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8038,12 +8087,12 @@ msgstr "" #: src/screens/ProfileList/index.tsx:277 #: src/view/screens/Feeds.tsx:545 #: src/view/screens/Notifications.tsx:165 -#: src/view/screens/Profile.tsx:604 +#: src/view/screens/Profile.tsx:606 msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8125,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,8 +8137,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 @@ -8108,12 +8157,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8186,7 +8239,7 @@ msgstr "" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 -#: src/view/screens/Profile.tsx:536 +#: src/view/screens/Profile.tsx:538 msgid "No likes yet" msgstr "" @@ -8194,11 +8247,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8208,7 +8261,7 @@ msgstr "" msgid "No media filter" msgstr "" -#: src/view/screens/Profile.tsx:482 +#: src/view/screens/Profile.tsx:484 msgid "No media yet" msgstr "" @@ -8224,7 +8277,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8298,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8263,7 +8316,7 @@ msgid "No posts here" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:84 -#: src/view/screens/Profile.tsx:440 +#: src/view/screens/Profile.tsx:442 msgid "No posts yet" msgstr "" @@ -8276,7 +8329,7 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" -#: src/view/screens/Profile.tsx:467 +#: src/view/screens/Profile.tsx:469 msgid "No replies yet" msgstr "" @@ -8297,7 +8350,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,11 +8375,11 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" -#: src/view/screens/Profile.tsx:568 +#: src/view/screens/Profile.tsx:570 msgid "No Starter Packs yet" msgstr "" @@ -8335,15 +8388,15 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" -#: src/view/screens/Profile.tsx:509 +#: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8398,8 +8451,8 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 -#: src/view/screens/Profile.tsx:130 +#: src/Navigation.tsx:170 +#: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8460,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8472,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8492,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8502,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8547,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8562,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8584,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8617,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8639,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8625,7 +8686,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:375 #: src/screens/Settings/AppPasswords.tsx:59 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 -#: src/view/screens/Profile.tsx:130 +#: src/view/screens/Profile.tsx:132 msgid "Oops!" msgstr "" @@ -8637,7 +8698,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8716,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8724,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8756,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8774,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8804,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:571 msgid "Open starter pack menu" msgstr "" @@ -8759,16 +8820,15 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/screens/Login/LoginForm.tsx:646 +#: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" msgstr "" @@ -8788,7 +8848,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8864,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8893,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8914,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8927,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8883,11 +8943,11 @@ msgstr "" msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9045,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9053,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9065,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9080,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:193 msgid "People" msgstr "" @@ -9033,12 +9093,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9130,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9115,15 +9175,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9191,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9211,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9229,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9242,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9250,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9267,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9279,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9292,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9333,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9366,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9393,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9419,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,38 +9427,38 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" -#: src/view/screens/Profile.tsx:486 -#: src/view/screens/Profile.tsx:487 +#: src/view/screens/Profile.tsx:488 +#: src/view/screens/Profile.tsx:489 msgid "Post a photo" msgstr "" -#: src/view/screens/Profile.tsx:513 -#: src/view/screens/Profile.tsx:514 +#: src/view/screens/Profile.tsx:515 +#: src/view/screens/Profile.tsx:516 msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9466,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9488,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9505,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9533,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9543,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,8 +9552,8 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 -#: src/view/screens/Profile.tsx:233 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9585,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9620,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9634,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9647,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9664,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9698,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9750,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9788,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9810,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9824,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9845,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9859,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,19 +9927,19 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 +#: src/components/FeedCard.tsx:375 #: src/components/StarterPack/Wizard/WizardListCard.tsx:105 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" @@ -9914,8 +9979,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9960,8 +10025,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10035,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10075,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10019,9 +10084,9 @@ msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10094,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10061,7 +10126,7 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10124,15 +10189,15 @@ msgstr "" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:218 #: src/screens/Settings/NotificationSettings/index.tsx:181 #: src/screens/Settings/NotificationSettings/index.tsx:330 -#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:236 msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10206,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10227,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10250,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,12 +10263,12 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" @@ -10216,8 +10281,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10290,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:646 +#: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Report starter pack" msgstr "" @@ -10292,7 +10357,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:566 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10395,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10413,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10436,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10451,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10483,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10518,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10549,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10574,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:790 msgid "Return to previous page" msgstr "" @@ -10521,7 +10591,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10530,7 +10600,7 @@ msgstr "" msgid "Returns to the previous step" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" msgstr "" @@ -10540,10 +10610,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10642,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10678,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10688,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10700,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10731,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10756,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10769,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10787,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10738,15 +10808,15 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10844,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10864,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10899,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10914,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +10955,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +10975,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11011,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11039,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11052,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11093,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11110,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11141,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11154,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11163,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11198,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11206,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11226,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11287,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11307,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:436 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11316,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11344,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11369,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,11 +11383,11 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:429 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" @@ -11330,10 +11395,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/StarterPack/StarterPackScreen.tsx:627 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11410,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11424,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11442,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11470,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11487,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11514,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11524,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11547,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11555,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11575,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11591,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11620,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11671,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11684,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11698,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11714,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11739,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11800,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11826,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11834,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11865,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11906,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11921,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Starter pack is invalid" msgstr "" @@ -11854,8 +11934,8 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 -#: src/view/screens/Profile.tsx:239 +#: src/screens/Search/Explore.tsx:658 +#: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11867,7 +11947,7 @@ msgstr "" msgid "Starter packs let you share your favorite feeds and people with your friends." msgstr "" -#: src/view/screens/Profile.tsx:566 +#: src/view/screens/Profile.tsx:568 msgid "Starter Packs let you share your favorite feeds and people with your friends." msgstr "" @@ -11893,7 +11973,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12008,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12043,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12055,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12078,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12107,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12167,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12183,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12286,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12313,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12326,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 #: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 #: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12343,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12367,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12432,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12466,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:764 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12482,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12492,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12508,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12525,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 +#: src/screens/ProfileList/components/Header.tsx:96 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:828 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12575,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,8 +12601,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 @@ -12537,11 +12617,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12656,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12664,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12698,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12729,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12763,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12780,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12843,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12869,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12909,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12925,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12950,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13007,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13033,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13056,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13077,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13087,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13095,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13128,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13136,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13149,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13163,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13174,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13196,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13258,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13270,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:689 msgid "Unable to delete" msgstr "" @@ -13205,6 +13288,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13320,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13338,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,7 +13348,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" @@ -13270,12 +13357,17 @@ msgstr "" msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13296,32 +13388,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13425,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13443,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13460,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13388,8 +13480,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13489,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,8 +13506,8 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" @@ -13429,7 +13521,7 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" @@ -13437,21 +13529,26 @@ msgstr "" msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13560,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13609,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13636,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13667,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13609,7 +13706,7 @@ msgstr "" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/view/screens/Profile.tsx:393 +#: src/view/screens/Profile.tsx:395 msgid "user" msgstr "" @@ -13659,25 +13756,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13787,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13804,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13817,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13887,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13912,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13931,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,32 +13956,26 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" -#: src/view/screens/Profile.tsx:236 +#: src/view/screens/Profile.tsx:238 msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +13994,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14015,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14027,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14068,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14109,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14117,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14130,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14155,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14235,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14251,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14260,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14289,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14301,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14339,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14358,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14370,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14399,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14428,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14454,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14472,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,25 +14537,25 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" -#: src/view/screens/Profile.tsx:444 -#: src/view/screens/Profile.tsx:445 +#: src/view/screens/Profile.tsx:446 +#: src/view/screens/Profile.tsx:447 msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14578,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14589,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14598,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:701 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14622,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14647,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14661,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14673,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14702,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14733,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14762,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14790,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14828,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14878,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +14958,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +14971,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14984,7 +15084,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15110,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15118,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15130,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15163,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15187,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15199,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15228,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15241,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15253,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15270,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15278,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15295,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15311,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15332,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15341,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index ff56766a3f..be841855f0 100644 --- a/src/locale/locales/hi/messages.po +++ b/src/locale/locales/hi/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: hi\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Hindi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# फ़ॉलोइंग} other {# फ़ॉलोइ msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# घंटा} other {# घंटे}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {फ़ॉलोअर} other {फ़ॉलोअर}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {फ़ॉलोइंग} other {फ़ॉलोइंग}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, other {पोस्ट}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "{displayName} का स्टार्टर पैक" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {मिनट}}" @@ -606,7 +615,7 @@ msgstr "" #: src/view/com/notifications/NotificationFeedItem.tsx:357 msgid "{firstAuthorName} followed you" -msgstr "ने आपको फ़ॉलो किया" +msgstr "{firstAuthorName} ने आपको फ़ॉलो किया" #: src/view/com/notifications/NotificationFeedItem.tsx:342 msgid "{firstAuthorName} followed you back" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} ने आपके स्टार्टर पैक msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} फ़ॉलोइंग" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, और {2, plural, other {# अन्य}} आपके स्टार्टर पैक में शामिल हैं" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, और {2, plural, other {# अन्य}} आ #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, और {2, plural, other {# अन्य}} आपके स्टार्टर पैक में शामिल हैं" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} और<1> <2>{1} आपके स्टार्टर पैक में शामिल हैं" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} आपके स्टार्टर पैक में शामिल है" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} सदस्य" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>आप और<1> <2>{0} आपके स्टार्टर पैक में शामिल हैं" @@ -946,6 +955,12 @@ msgstr "7 दिन" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "सुलभता" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "सुलभता के सेटिंग" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "खाता" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "खाता अवरुद्ध" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "खाता फ़ॉलो किया गया" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "खाता म्यूट किया गया" @@ -1111,24 +1126,24 @@ msgstr "जल्द पहुँच से खाता हटाया गय #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "खाता अनअवरुद्ध" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "खाता अनफ़ॉलो किया गया" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "खाता अनम्यूट किया गया" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "जोड़ें" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "आगे बढ्ने के लिए और {0} जोड़ें " -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "स्टार्टर पैक में {displayName} को जोड़ें" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "इस सूची में किसी को जोड़ें" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "खाता जोड़ें" @@ -1201,11 +1216,11 @@ msgstr "विवरण जोड़ें (वैकल्पिक)" msgid "Add another account" msgstr "एक और खाता जोड़ें" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "एक और पोस्ट जोड़ें" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "ऐप पासवर्ड जोड़ें" msgid "Add App Password" msgstr "ऐफ पासवर्ड जोड़ें" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "अनुशंसित फ़ीड जोड़ें" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "अपने स्टार्टर पैक में कुछ फ़ीड जोड़ें" @@ -1307,12 +1322,12 @@ msgstr "केवल आपके फ़ॉलो किए गए लोगो msgid "Add the following DNS record to your domain:" msgstr "अपने डोमेन में निम्नलिखित DNS रिकॉर्ड जोड़ें:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "आपके फ़ीड मे यह फ़ीड जोड़ें" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "सूचियों में जोड़ें" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "वयस्क" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "वयस्क सामग्री" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "वयस्क सामग्री को केवल <0>bsky.app वेबसाइट पर सक्षम किया जा सकता है।" @@ -1402,7 +1417,7 @@ msgstr "वयस्क सामग्री लेबल" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "विकसित" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "सभी" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "सभी" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "सारे खाते फ़ॉलो किए गए हैं!" @@ -1474,7 +1494,7 @@ msgstr "एक ही जगह पर, आपके सभी सहेजे msgid "Allow access to your direct messages" msgstr "आपके सीधे संदेशों तक पहुँच दें" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "क्वोट पोस्ट की अनुमति दें" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "आपके सीधे संदेशों तक पहुँच देता है" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "पहले से कोड है?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "@{0} द्वारा पहले से साइन इन कि #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "{0} को ईमेल भेजा गया है। इसमें एक पुष्टिकरण कोड मौजूद है जिसे आप नीचे दर्ज कर सकते हैं।" @@ -1587,7 +1607,7 @@ msgstr "त्रुटि हुई" msgid "An error occurred" msgstr "त्रुटि हुई" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "वीडियो कंप्रेशन के दौरान त्रुटि हुई।" @@ -1596,7 +1616,7 @@ msgstr "वीडियो कंप्रेशन के दौरान त msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "आपके स्टार्टर पैक बनाने मे msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "वीडियो लोड करते समय त्रुटि हुई। बाद में फिर प्रयास करें।" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "वीडियो लोड करते समय में त्रुटि हुई। फिर से प्रयास करें।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "QR कोड सहेजने में त्रुटि हुई!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "सभी को फ़ॉलो करते समय त्रुटि हुई" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "कोई समस्या हुई, फिर से प्रयास करें।" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "अज्ञात लेबलकर्ता" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "और" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "ऐप पासवर्ड नाम में कम से कम 4 msgid "App passwords" msgstr "ऐप पासवर्ड" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "ऐप पासवर्ड" @@ -1856,7 +1876,7 @@ msgstr "इस निर्णय पर अपील करें" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "{0} से पुरालेखित" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "पुरालेखित पोस्ट" @@ -1914,7 +1934,7 @@ msgstr "क्या आप सच में ऐप पासवर्ड \"{0}\ msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "क्या आप सच में इस स्टार्टर पैक को मिटाना चाहते हैं?" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "क्या आप सच में इसे अपने फ़ीड से हटाना चाहते हैं?" @@ -1945,7 +1965,7 @@ msgstr "क्या आप सच में इसे अपने फ़ीड msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "क्या आप सच में इस पोस्ट को ख़ारिज करना चाहेंगे?" @@ -1953,7 +1973,7 @@ msgstr "क्या आप सच में इस पोस्ट को ख msgid "Are you sure?" msgstr "क्या आप सच में यह करना चाहते हैं?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "कला" msgid "Artistic or non-erotic nudity." msgstr "कलात्मक या गैर-कामुक नग्नता।" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "वापस" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "खाता अवरुद्ध करें" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "अवरुद्ध" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "अवरुद्ध किए गए खाते" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "अवरुद्ध किए गए खाते" @@ -2288,7 +2316,7 @@ msgstr "अवरोधन सार्वजनिक है. अवरुद 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." msgstr "अवरुद्ध करने पर भी आपके खाते पर लेबल लग सकता है, पर इससे यह खाता आपके थ्रेड में जवाब नहीं दे सकेगा या आपसे संपर्क नहीं कर सकेगा।" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "ब्लॉग" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky दावा किए गए तिथि के प्रामाणिकता की पुष्टि नहीं कर सकता।" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky आपके नेटवर्क से कुछ अनुशंसित खाते चुनेगा।" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "एक्सप्लोर पृष्ठ पर और सुझा msgid "Browse other feeds" msgstr "अन्य फ़ीड देखें" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "{displayName} के बारे में पोस्ट देखें" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "{displayName} से टैग किए गए पोस्ट देखें" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "{displayName} विषय देखें" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "व्यवसाय" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "{0} के द्वारा" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "<0>{0} के द्वार" @@ -2504,11 +2532,11 @@ msgstr "खाता बनाने से आप <0>सेवा की शर msgid "By creating an account you agree to the <0>Terms of Service." msgstr "खाता बनाने से आप <0>सेवा की शर्तों से सहमत हैं।" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "कैमरा" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "रद्द करें" msgid "Cancel quote post" msgstr "क्वोट पोस्ट रद्द करें" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "अवरुद्ध उपयोगकर्ता से संपर्क नहीं कर सकते" @@ -2609,7 +2637,7 @@ msgstr "अनुशीर्षक (.vtt)" msgid "Captions & alt text" msgstr "अनुशीर्षक और वैकल्पिक पाठ" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "हैंडल बदलें" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "बातचीत" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "मेरी स्थिति दिखाएँ" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "आपका अपना टाइमलाइन चुनें! समुदाय द्वारा बनाए गए फ़ीड आपको पसंदीदा सामग्री ढूँढने में सहायता करते हैं।" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "अपना पासवर्ड चुनें" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "खोज क्वेरी खाली करें" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "असफल संदेश को फिर से भेजने के लिए क्लिक करें" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "असफल संदेश को फिर से भेजने क #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "असफल संदेश को फिर से भेजने क #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "बंद करें" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "सक्रिय डायलॉग बंद करें" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "डायलॉग बंद करें" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "यह डायलॉग बंद करें" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "पासवर्ड अपडेट सूचना बंद करता है" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "उपयोगकर्ताओं की सूची को संक्षिप्त करें" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "किसी अधिसूचना के उपयोगकर्ताओं की सूची को संक्षिप्त करता है" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "कॉमिक" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "समुदाय दिशानिर्देश" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "समाप्त करें और खाते का उपयोग शुरू करें" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "चुनौती पूरी करें" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "नया पोस्ट बनाएँ" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "जवाब लिखें" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "वीडियो कंप्रेस हो रहा है..." @@ -3198,18 +3227,18 @@ msgstr "<0>मॉडरेशन सेटिंग में व्यव #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "पुष्टि करें" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "पुष्टिकरण कोड" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "सहायता से संपर्क करें" @@ -3273,7 +3302,7 @@ msgstr "सामाग्री और मीडिया" msgid "Content and media" msgstr "सामग्री और मीडिया" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "सामग्री और मीडिया" @@ -3281,7 +3310,7 @@ msgstr "सामग्री और मीडिया" msgid "Content Blocked" msgstr "सामग्री अवरुद्ध" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "सामग्री फ़िल्टर" @@ -3421,8 +3450,8 @@ msgstr "कॉपी करें" msgid "Copy App Password" msgstr "ऐप पासवर्ड कॉपी करें" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "कोड कॉपी करें" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "DID कॉपी करें" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "लिंक कॉपी करें" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "लिंक कॉपी करें" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "सूची पर लिंक कॉपी करें" @@ -3472,12 +3501,12 @@ msgstr "सूची पर लिंक कॉपी करें" msgid "Copy link to post" msgstr "पोस्ट की लिंक कॉपी करें" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "संदेश पाठ कॉपी करें" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "पोस्ट पाठ कॉपी करें" @@ -3506,7 +3535,7 @@ msgstr "TXT रिकॉर्ड मूल्य कॉपी करें " #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "कॉपीराइट नीति" @@ -3632,7 +3661,7 @@ msgstr "बनाएँ" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "स्टार्टर पैक के लिए QR कोड बन #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "स्टार्टर पैक बनाएँ" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "मेरे लिए स्टार्टर पैक बनाएँ" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "नया खाता बनाएँ" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "{0} के लिए शिकायत लिखें" @@ -3734,7 +3763,7 @@ msgstr "{0} के लिए शिकायत लिखें" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "{0} बनाया गया" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "रचयिता को अवरुद्ध किया गया" @@ -3800,7 +3829,7 @@ msgstr "अँधेरा" msgid "Dark theme" msgstr "अँधेरा थीम" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "जन्मतिथि" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "खाता निष्क्रिय करें" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "डिफ़ॉल्‍ट आइकॉन" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "मिटाएँ" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "मेरे लिए मिटाएँ" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "मेरे लिए संदेश मिटाएँ" msgid "Delete my account" msgstr "मेरा खाता मिटाएँ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "पोस्ट मिटाएँ" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "स्टार्टर पैक मिटाएँ" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "स्टार्टर पैक मिटाएँ?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "यह सूची मिटाएँ?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "यह पोस्ट मिटाएँ?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "मिटाया गया" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "विस्तृत वैकल्पिक पाठ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "क्वोट अलग करें" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "क्वोट पोस्ट अलग करें" @@ -3993,11 +4022,11 @@ msgstr "डेवलपर मोड सक्षम" msgid "Developer options" msgstr "डेवलपर विकल्प" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "डायलॉग: चुनें कि इस पोस्ट से कौन संपर्क कर सकता है" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "मंद" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "ईमेल 2FA अक्षम करें" @@ -4041,11 +4075,11 @@ msgstr "कंपन फीडबैक अक्षम करें" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "अक्षम" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "ख़ारिज करें" @@ -4075,23 +4109,28 @@ msgstr "ख़ारिज करें" msgid "Discard changes?" msgstr "बदलाव ख़ारिज करें?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "ड्राफ़्ट ख़ारिज करें?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "पोस्ट ख़ारिज करें?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "नए कस्टम फ़ीड की खोज करें" msgid "Discover New Feeds" msgstr "नए फ़ीड की खोज करें" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "ख़ारिज करें" @@ -4115,7 +4154,7 @@ msgstr "ख़ारिज करें" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "त्रुटि ख़ारिज करें" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "हो गया" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "डायलॉग बंद करने के लिए दो बार दबाएँ" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Bluesky डाउनलोड करें" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "उदाहरण के लिए, ramkumar.com" msgid "E.g. artistic nudes." msgstr "उदाहरण के लिए, कलात्मक नग्नता" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "उदाहरण के लिए, दिलचस्प खाते" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "संपादित करें" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "अवतार संपादित करें" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "छवि संपादित करें" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "संपर्क सेटिंग संपादित करें" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "सूची विवरण संपादित करें" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "मेरे फ़ीड संपादित करें" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "लोग संपादित करें" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "पोस्ट संपर्क सेटिंग संपादित करें" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "स्टार्टर पैक संपादित करें" @@ -4454,15 +4494,15 @@ msgstr "स्टार्टर पैक संपादित करें" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "संपादित करें कि कौन जवाब दे सकता है" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "अपना स्टार्टर पैक संपादित करें" @@ -4470,16 +4510,16 @@ msgstr "अपना स्टार्टर पैक संपादित msgid "Education" msgstr "शिक्षा" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "इस सूची के रचयिता ने आपको अवरुद्ध किया है या आपने रचयिता को अवरुद्ध किया है।" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "ईमेल" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "ईमेल 2FA अक्षम करें" @@ -4492,7 +4532,7 @@ msgstr "ईमेल 2FA सक्षम" msgid "Email address" msgstr "ईमेल" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "ईमेल फिर से भेजा गया" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "ईमेल सत्यापित किया गया" @@ -4527,7 +4567,7 @@ msgstr "पोस्ट एंबेड करें" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "इस पोस्ट को अपने वेबसाइट में एंबेड करें। नीचे लिखे कोड को कॉपी करें और अपने वेबसाइट के HTML कोड में चिपकाएँ।" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "एम्बेडेड वीडियो प्लेयर" @@ -4542,12 +4582,7 @@ msgstr "सक्षम करें" msgid "Enable {0} only" msgstr "केवल {0} ही सक्षम करें" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "वयस्क सामग्री सक्षम करें" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "रुझान सक्षम करें" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "सक्षम" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "अपना ईमेल पता दर्ज करें" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "अपने उपयोगकर्ता नाम और पासवर्ड दर्ज करें" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "त्रुटि" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "फ़ाइल सहेजते समय त्रुटि हुई" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "CAPTCHA उत्तर पाने मे त्रुटि हुई" @@ -4712,11 +4747,11 @@ msgstr "CAPTCHA उत्तर पाने मे त्रुटि हुई msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "सब जवाब दे सकते हैं" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "सब इस पोस्ट का जवाब दे सकते हैं" @@ -4783,7 +4818,7 @@ msgstr "जिस पोस्ट का जवाब दे रहे हैं msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "अश्लील या संभावित व्यथित क msgid "Explicit sexual images." msgstr "अश्लील यौन छवि" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "मेरा डेटा निर्यात करें" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "बाहरी मीडिया" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "बाहरी मीडिया वेबसाइट्स को आपके और आपके उपकरण के बारे मे जानकारी इकट्ठा करने दे सकता है। प्ले बटन न दबाने तक कोई जानकारी भेजी या अनुरोध नहीं की जाती।" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "बाहरी मीडिया प्राथमिकताएँ" @@ -4946,7 +4981,7 @@ msgstr "संदेश मिटाने में असफल" msgid "Failed to delete post, please try again" msgstr "पोस्ट मिटाने में असफल, फिर से प्रयास करें" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "स्टार्टर पैक मिटाने में असफल" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "फ़ीड प्राथमिकताएँ लोड करने में असफल" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "अनुशंसित फ़ीड लोड करने में असफल" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "अनुशंसित फ़ॉलो लोड करने में असफल" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "पोस्ट को पिन करने में असफल" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "छवि सहेजने में असफल: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "थ्रेड म्यूट स्थिति बदलने म msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "फ़ीड अपडेट करने में असफल" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "सेटिंग अपडेट करने में असफल" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "वीडियो अपलोड करने में असफल" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "फ़ीड" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "फ़ीड मेनू" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "फ़ीड टॉगल" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "फ़ीड" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "फ़ाइल सफलतापूर्वक सहेजी गई!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "फ़ीड से फ़िल्टर करें" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "अंतिम रूप दिया जा रहा" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "फ़ॉलो करने के लिए खाते खोजें" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "फ़ॉलो करने के लिए लोग खोजें" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "फ़ॉलो करें" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "{0} को फ़ॉलो करें" @@ -5458,7 +5499,7 @@ msgstr "{0} को फ़ॉलो करें" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "7 खातों को फ़ॉलो करें" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5527,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "सभी को फ़ॉलो करें" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "@{0} के फ़ॉलोअर जिन्हें आप जानते हैं" @@ -5552,28 +5593,29 @@ msgstr "फ़ॉलोअर जिन्हें आप जानते ह #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "फ़ॉलोइंग" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "फ़ॉलोइंग" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "{0} को फ़ॉलो करते हैं" @@ -5582,7 +5624,7 @@ msgstr "{0} को फ़ॉलो करते हैं" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "फ़ॉलोइंग फ़ीड प्राथमिकताएँ" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "फ़ॉलोइंग फ़ीड प्राथमिकताएँ" @@ -5613,7 +5655,7 @@ msgstr "फ़ॉन्ट आकार" msgid "Food" msgstr "खानपान" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "वापस जाएँ" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "वापस जाएँ" @@ -5867,8 +5909,8 @@ msgstr "पिछले चरण पर वापस जाएँ" msgid "Go home" msgstr "होम जाएँ" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "कंपन" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "हैशटैग" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "मुश्किल हो रही है?" @@ -6145,11 +6197,11 @@ msgstr "यह है आपका ऐप पासवर्ड!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "छिपाई गई सूची" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "छिपाएँ" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "छिपाएँ" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "मेरे लिए पोस्ट छिपाएँ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "सब के लिए जवाब छिपाएँ" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "मेरे लिए जवाब छिपाएँ" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "यह पोस्ट छिपाएँ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "यह पोस्ट छिपाएँ?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "रुझान छिपाएँ" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "रुझान छिपाएँ?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "उपयोगकर्ता सूची छुपाएँ" @@ -6267,12 +6308,12 @@ msgstr "उपयोगकर्ता सूची छुपाएँ" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "अरे, फ़ीड सर्वर ने ख़राब उत्तर msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "अरे, हमें यह फ़ीड ढूँढने में मुश्किल हो रही है। इसे शायद मिटा दिया गया होगा।" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "अरे, लगता है हमें यह डेटा लोड करने में मुश्किल हो रही है। अधिक जानकारी के लिए नीचे देखें। यदि यह समस्या बनी रहती है, हमसे संपर्क करें।" @@ -6316,14 +6357,14 @@ msgstr "अरे, लगता है हमें यह डेटा लो msgid "Hmmmm, we couldn't load that moderation service." msgstr "अरे, हम उस मॉडरेशन सेवा को लोड नहीं कर सके।" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "कृपया रुकिए। हम धीरे-धीरे वीडियो तक पहुँच दे रहें हैं, और आप अभी भी पंक्ति में हैं। बाद में प्रयास करें!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "होम फ़ीड" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "मेरे पास कोड है" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "यदि आप अपने देश के क़ानून के अनुसार अभी वयस्क नहीं है, आपके माता-पिता या क़ानूनी अभिभावक को आपकी जगह इन शर्तों को पढ़ना होगा।" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "यदि आप इस सूची को मिटते हैं, आप उसे वापस नहीं ला पाएँगे।" @@ -6420,7 +6461,7 @@ msgstr "यदि आपका अपना डोमेन है, आप उ msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "यदि आप इस पोस्ट को मिटाते हैं, आप उसे वापस नहीं ला पाएँगे।" @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "यदि आप अपना हैंडल या ईमेल बदलने का प्रयास कर रहे हैं, ऐसा निष्क्रिय करने से पहले करें।" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "छवि" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "आपको ईमेल की गई कोड दर्ज करे msgid "Interaction limited" msgstr "संपर्क सीमित" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "अमान्य 2FA पुष्टिकरण कोड" @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "अमान्य सत्यापन कोड" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "आमंत्रण कोड" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "आमंत्रण कोड स्वीकार नहीं हुआ। देख लें कि आपने उसे सही से दर्ज किया है और फिर से प्रयास करें।" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "इस स्टार्टर पैक से लोगों को आमंत्रित करें" @@ -6786,26 +6827,26 @@ msgstr "आमंत्रण, पर निजी" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "सही है" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "अभी इसमें बस आप ही हैं! ऊपर खोजकर अपने स्टार्टर पैक में और लोगों को जोड़ें।" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "काम आईडी: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "काम" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Bluesky में शामिल हों" @@ -6840,9 +6881,9 @@ msgstr "बातचीत में शामिल हों" msgid "Journalism" msgstr "पत्रकारिता" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "{0} द्वारा लेबल किया गया।" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "रचयिता द्वारा लेबल किया गया।" @@ -6893,7 +6934,7 @@ msgstr "आपके खाते पर लेबल" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "भाषा सेटिंग" @@ -6907,12 +6948,12 @@ msgstr "भाषा" msgid "Larger" msgstr "बड़ा" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "नए" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Bluesky के बारे में अधिक जानें" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "PDS को ख़ुद होस्ट करने के बारे में अधिक जानें।" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "इस चेतावनी के बारे में अधिक जानें" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Bluesky पर क्या सार्वजनिक है, इसके के बारे में अधिक जानें" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "अधिक जानें।" @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "बाक़ी" @@ -7080,7 +7121,7 @@ msgstr "मुझे चुनने दें।" msgid "Let's get your password reset!" msgstr "चलिए आपका पासवर्ड रीसेट करें!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "चलो चलें!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "रोशन" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "पसंद" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "पसंद करें ({0, plural, one {# पसंद} other {# पसंद}})" @@ -7114,7 +7155,7 @@ msgstr "10 पोस्ट पसंद करें" msgid "Like 10 posts to train the Discover feed" msgstr "डिस्कवर फ़ीड को प्रशिक्षित करने के लिए 10 पोस्ट पसंद करें" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "इस फ़ीड को पसंद करें" @@ -7122,8 +7163,8 @@ msgstr "इस फ़ीड को पसंद करें" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "इन्होनें पसंद किया" @@ -7140,26 +7181,26 @@ msgstr "इन्होनें पसंद किया" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {# उपयोगकर्ता} other {# उपयोगकर्ताओं}} ने पसंद किया" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "पसंद" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "इस पोस्ट पर पसंद" @@ -7191,11 +7232,16 @@ msgstr "रेखीय" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "सूची" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "सूची मिटाई गई" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "सूची छिपा दी गई" @@ -7248,7 +7294,7 @@ msgstr "सूची छिपा दी गई" msgid "List Hidden" msgstr "सूची छिपाई गई" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "सूची म्यूट की गई" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "सूची अनअवरुद्ध की गई" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "सूची अनम्यूट की गई" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "सूची" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "और लोड करें" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "और अनुशंसित फ़ीड लोड करें" @@ -7346,16 +7392,16 @@ msgstr "नई अधिसूचनाएँ लोड करें" msgid "Load new posts" msgstr "नए पोस्ट लोड करें" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "लॉग" @@ -7405,11 +7451,6 @@ msgstr "<0>@sawaratsuki.bsky.social द्वारा लोगो" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "XXXXX-XXXXX जैसा दिखता है" @@ -7448,7 +7489,7 @@ msgstr "यह सुनिश्चित करें कि आप यहा msgid "Manage saved feeds" msgstr "सहेजे गए फ़ीड प्रबंधित करें" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "अपने म्यूट किए गए शब्द और टै msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "मीडिया" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "उल्लेखित उपयोगकर्ता" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "संदेश मिटाई गई" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "सर्वर से संदेश: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "संदेश दर्ज करने का स्थान" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "संदेश" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "मॉडरेशन" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "मॉडरेशन विवरण" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "<0/> द्वारा मॉडरेशन सूची" msgid "Moderation list by you" msgstr "आपके द्वारा मॉडरेशन सूची" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "मॉडरेशन सूची बनाई गई" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "मॉडरेशन सूची अपडेट की गई" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "मॉडरेशन सूचियाँ" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "मॉडरेशन सूचियाँ" @@ -7697,11 +7755,11 @@ msgstr "मॉडरेशन सूचियाँ" msgid "moderation settings" msgstr "मॉडरेशन सेटिंग" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "मॉडरेशन स्थिति" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "मॉडरेशन के औज़ार" @@ -7710,8 +7768,8 @@ msgstr "मॉडरेशन के औज़ार" msgid "Moderator has chosen to set a general warning on the content." msgstr "मॉडरेटर ने सामग्री पर सामान्य चेतावनी दी है।" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "अधिक फ़ीड" @@ -7720,10 +7778,10 @@ msgstr "अधिक फ़ीड" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "अधिक विकल्प" @@ -7747,7 +7805,7 @@ msgstr "संगीत" msgid "Mute" msgstr "म्यूट" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "म्यूट" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "खाता म्यूट करें" @@ -7816,13 +7874,13 @@ msgstr "इस शब्द को केवल टैग में म्यू msgid "Mute this word until you unmute it" msgstr "इस शब्द को म्यूट करें जब तक आप इसे अनम्यूट नहीं करते" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "थ्रेड म्यूट करें" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "शब्द और टैग म्यूट करें" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "म्यूट किए गए खाते" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "म्यूट किए गए खाते" @@ -7852,7 +7910,7 @@ msgstr "म्यूट किए गए खातों के पोस्ट msgid "Muted by \"{0}\"" msgstr "\"{0}\" द्वारा म्यूट किया गया" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "म्यूट किए गए शब्द और टैग" @@ -7881,7 +7939,7 @@ msgstr "मेरे फ़ीड" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "नाम" @@ -7891,12 +7949,12 @@ msgstr "प्रकृति" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "{0} पर जाएँ" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "अगले स्क्रीन पर जाता है" msgid "Navigates to your profile" msgstr "आपके प्रोफ़ाइल पर जाता है" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "छोड़ें, मेरे लिए हैंडल बनाएँ" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "नया" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "नया पासवर्ड" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "नया पोस्ट" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "नया पोस्ट" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "सबसे नया जवाब पहले" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "समाचार" @@ -8088,15 +8142,15 @@ msgstr "समाचार" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "अगला" @@ -8108,12 +8162,16 @@ msgstr "अगली छवि" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "अभी तक कोई पसंद नहीं" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "{0} को और फ़ॉलो नहीं कर रहे" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "अभी तक कोई अधिसूचनाएँ नहीं!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "केवल लेखक ही इस पोस्ट को क्वोट कर सकता है।" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "कोई परिणाम नहीं" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "नहीं धन्यवाद" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "कोई नहीं" @@ -8360,7 +8418,7 @@ msgstr "इसे अभी तक किसी ने क्वोट नही msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "इसे अभी तक किसी ने रीपोस्ट नहीं किया है। शायद सबसे पहले आपको करना चाहिए!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "कोई नहीं मिला। किसी और को खोजने का प्रयास करें।" @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "नहीं मिला" @@ -8407,7 +8465,7 @@ msgstr "नहीं मिला" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "साझा करने के बारे में" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "अधिसूचना सेटिंग" @@ -8435,8 +8497,8 @@ msgstr "अधिसूचना सेटिंग" msgid "Notification sounds" msgstr "अधिसूचना ध्वनि" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "अधिसूचना ध्वनि" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "अधिसूचनाएँ" @@ -8490,7 +8552,7 @@ msgstr "ठीक" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "ठीक है" @@ -8505,6 +8567,10 @@ msgstr "सबसे पुराने जवाब पहले" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "एक या अधिक GIF के विवरण नहीं हैं।" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "एक या अधिक छवियों पर वैकल्पिक पाठ नहीं है।" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "एक या अधिक वीडियो के विवरण नहीं हैं।" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "केवल {0} जवाब दे सकता है" @@ -8556,7 +8622,7 @@ msgstr "केवल {0} जवाब दे सकता है" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "केवल छवि फाइलें समर्थित हैं" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "अवतार निर्माता खोलें" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "बातचीत विकल्प खोलें" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "ड्रॉअर मेनू खोलें" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "इमोजी चयन खोलें" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "{niceUrl} का लिंक खोलें" @@ -8713,11 +8779,11 @@ msgstr "संदेश विकल्प खोलें" msgid "Open moderation debug page" msgstr "मॉडरेशन डीबग पृष्ठ खोलें" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "म्यूट किए गए शब्द और टैग सेटिंग खोलें" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "स्टार्टर पैक मेनू खोलें" @@ -8759,9 +8825,8 @@ msgstr "सिस्टम लॉग खोलें" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "डीबग प्रविष्टि के लिए अतिर msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "उपकरण कर कैमरा खोलता है" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "रचयिता खोलता है" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "नया Bluesky खाता बनाने का साधन खोलता है" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "अपने मौजूदा Bluesky खाते में साइन इन करने का साधन खोलता है" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "यह प्रोफ़ाइल खोलता है" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "विकल्प:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "या, अन्य खाते से जारी रखें।" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "पासवर्ड" @@ -8993,7 +9094,7 @@ msgstr "पासवर्ड" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "पासवर्ड अपडेट किया गया" msgid "Password updated!" msgstr "पासवर्ड अपडेट किया गया!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "रोकें" @@ -9020,7 +9121,7 @@ msgstr "वीडियो रोकें" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "लोग" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "@{0} द्वारा फ़ॉलो किए गए लोग" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "@{0} को फ़ॉलो करते लोग" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "लोग टॉगल" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "वयस्कों के लिए छवि।" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "फ़ीड पिन करें" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "होम में पिन करें" @@ -9131,8 +9232,8 @@ msgstr "होम में पिन करें" msgid "Pin to Home" msgstr "होम में पिन करें" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "अपने प्रोफ़ाइल में पिन करें" @@ -9151,11 +9252,11 @@ msgstr "होम में {0} पिन किया गया" msgid "Pinned Feeds" msgstr "पिन किए गए फ़ीड" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "आपके फ़ीड में पिन किया गया" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "चलाएँ" @@ -9169,12 +9270,12 @@ msgstr "{0} चलाएँ" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "वीडियो चलाएँ" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "वीडियो चलाएँ" @@ -9182,7 +9283,7 @@ msgstr "वीडियो चलाएँ" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "GIF चलाता है" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "कृपया अपना हैंडल चुनें" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "कृपया अपना पासवर्ड चुनें" @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "कृपया सत्यापन कैपचा समाप्त करें" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "कृपया अपना ईमेल दर्ज करें।" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "कृपया अपना ईमेल दर्ज करें।" @@ -9306,8 +9407,8 @@ msgstr "कृपया व्याख्या करें कि क्य msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "कृपया @{0} के रूप में साइन इन करें" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "राजनीति" @@ -9367,18 +9468,18 @@ msgstr "राजनीति" msgid "Porn" msgstr "अश्लील" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "पोस्ट करें" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "पोस्ट करें" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "सभी पोस्ट करें" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0} द्वारा पोस्ट" @@ -9423,10 +9529,10 @@ msgstr "पोस्ट मिटाया गया" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "पोस्ट अपलोड करने में असफल। कृपया अपना इंटरनेट कनेक्शन जाँच लें और फिर प्रयास करें।" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "पोस्ट म्यूट किए गए शब्द से छ msgid "Post Hidden by You" msgstr "पोस्ट आपके द्वारा छिपाया गया" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "पोस्ट संपर्क सेटिंग" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "पोस्ट नहीं मिला" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "पोस्ट पिन किया गया" @@ -9478,7 +9584,7 @@ msgstr "पोस्ट पिन किया गया" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "पोस्ट पिन से हटाया गया" @@ -9487,7 +9593,7 @@ msgstr "पोस्ट पिन से हटाया गया" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "पोस्ट" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "फिर कनेक्ट करने का प्रयास करने के लिए दबाएँ" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "गोपनीयता" msgid "Privacy and security" msgstr "गोपनियता और सुरक्षा" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "गोपनीयता नीति" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "वीडियो प्रसंस्करण हो रहा है..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "प्रोफ़ाइल" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "उपयोगकर्ताओं की सार्वजनिक, साझा योग्य सूचियाँ जिन्हें एक साथ म्यूट या अवरुद्ध किया जा सकता है।" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "QR कोड आपके कैमरा रोल में सहे #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "क्वोट पोस्ट करें" @@ -9723,8 +9829,8 @@ msgstr "दर सीमा से अधिक - आपने अपना ह msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "क्वोट को फिर जोड़ें" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "खाता फिर सक्रिय करें" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Bluesky ब्लॉग पढ़ें" @@ -9794,11 +9900,11 @@ msgstr "Bluesky गोपनियता नीति पढ़ें" msgid "Read the Bluesky Terms of Service" msgstr "Bluesky सेवा की शर्तें पढ़ें" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "बातचीत फिर लोड करें" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "हटाएँ" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "स्टार्टर पैक से {displayName} को हटाएँ" @@ -9914,8 +10021,8 @@ msgstr "अटैचमेंट हटाएँ" msgid "Remove Avatar" msgstr "अवतार हटाएँ" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "बैनर हटाएँ" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "मेरे फ़ीड से हटाएँ" @@ -9960,8 +10067,8 @@ msgstr "मेरे फ़ीड से हटाएँ" msgid "Remove from quick access?" msgstr "जल्द पहुँच से हटाएँ?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "सहेजे फ़ीड से हटाएँ" @@ -9970,7 +10077,7 @@ msgstr "सहेजे फ़ीड से हटाएँ" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "अपने सहेजे फ़ीड से इस फ़ीड को हटाएँ" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "लेखक द्वारा हटाया गया" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "आपके द्वारा हटाया गया" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "आपके सहेजे फ़ीड से हटाया गया" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "जवाब" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "जवाब अक्षम" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "इस पोस्ट पर जवाब अक्षम है" @@ -10141,14 +10253,14 @@ msgstr "इस पोस्ट पर जवाब अक्षम है" msgid "Reply" msgstr "जवाब दें" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "जवाब दें" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "जवाब दें ({0, plural, one {# जवाब} other {# जवाब}})" @@ -10162,7 +10274,7 @@ msgstr "जवाब थ्रेड लेखक द्वारा छिप msgid "Reply Hidden by You" msgstr "जवाब आपके द्वारा छिपाया गया" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "जवाब सेटिंग थ्रेड का लेखक चुनता है" @@ -10185,8 +10297,8 @@ msgstr "जवाब सफलतापूर्वक छिपाई गई" msgid "Report" msgstr "शिकायत करें" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "खाते की शिकायत करें" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "बातचीत की शिकायत करें" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "शिकायत डायलॉग" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "फ़ीड की शिकायत करें" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "संदेश की शिकायत करें" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "पोस्ट की शिकायत करें" @@ -10225,8 +10337,8 @@ msgstr "पोस्ट की शिकायत करें" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "स्टार्टर पैक की शिकायत करें" @@ -10292,7 +10404,7 @@ msgstr "रीपोस्ट करें ({0, plural, one {# रीपोस #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "रीपोस्ट करें या पोस्ट क्वोट करे" @@ -10330,12 +10442,12 @@ msgstr "इस पोस्ट के रीपोस्ट" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "पोस्ट करने से पहले वैकल्पि msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "इस प्रदाता के लिए आवश्यक" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "ईमेल फिर भेजें" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "ईमेल फिर भेजें" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "सत्यापन ईमेल फिर भेजें" @@ -10453,6 +10565,11 @@ msgstr "पासवर्ड रीसेट करें" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "पिछली क्रिया का फिर से प्रय #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "पिछली क्रिया का फिर से प्रय msgid "Retry" msgstr "फिर प्रयास करें" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "पिछले पृष्ठ पर वापस जाएँ" @@ -10521,7 +10638,7 @@ msgstr "होम पृष्ठ पर वापस जाता है" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "पिछले पृष्ठ पर वापस जाता है" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "बदलाव सहेजें" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "छवि सहेजें" @@ -10608,8 +10725,8 @@ msgstr "नया हैंडल सहेजें" msgid "Save QR code" msgstr "QR कोड सहेजें" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "मेरे फ़ीड में सहेजें" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "सहेजे गए फ़ीड" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "आपके फ़ीड में सहेजा गया" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "नमस्ते कहें!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "ऊपर जाएँ" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "खोजें" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "नाम या दिलचस्पी से खोजें" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "फ़ीड खोजें" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "फ़ीड खोजें जो आप दूसरों को दिखाना चाहते हैं" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "प्रोफ़ाइल खोजें" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Bluesky में नौकरियाँ देखें" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "रंग चुनें" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "खाता चुनें" @@ -10910,7 +11022,7 @@ msgstr "अवतार चुनें" msgid "Select an emoji" msgstr "इमोजी चुनें" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "मौजूदा खाते से चुनें" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "चुनें कि कितने समय तक इस शब्द को म्यूट करना है।" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "भाषा चुनें..." msgid "Select languages" msgstr "भाषाएँ चुनें" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "चुनें कि आप अपनी सदस्यता वाली फ़ीड में कौन सी भाषाएँ शामिल करना चाहते हैं। यदि कोई भी चयनित नहीं है, तो सभी भाषाएँ दिखाई जाएँगी।" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "अपनी जन्मतिथि चुनें" @@ -11045,7 +11157,7 @@ msgstr "अपने फ़ीड में अनुवाद के लिए msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "प्रतिक्रिया भेजें" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "संदेश भेजें" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "इन्हें पोस्ट भेजें" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "सत्यापन ईमेल भेजें" @@ -11133,7 +11245,7 @@ msgstr "ऐप आइकॉन को {0} करें" msgid "Set new password" msgstr "नया पासवर्ड सेट करें" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "खाता बनाएँ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "पासवर्ड रीसेट करने के लिए ईमेल चुनता है" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "सेटिंग" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11354,7 @@ msgstr "यौन रूप से भड़काऊ" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "साझा करें" @@ -11251,7 +11363,7 @@ msgstr "साझा करें" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "फिर भी साझा करें" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "लिंक साझा करें" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "लिंग डायलॉग साझा करें" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "QR कोड साझा करें" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "इस फ़ीड को साझा करें" @@ -11318,22 +11430,22 @@ msgstr "इस फ़ीड को साझा करें" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "इस स्टार्टर पैक को साझा करें" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "इस स्टार्टर पैक को साझा करें और लोगों को Bluesky पर आपके समुदाय में जुड़ने सहायता करें।" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "साझा की गई प्राथमिकताओं का परीक्षक" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "दिखाएँ" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "वैकल्पिक पाठ दिखाएँ" @@ -11373,14 +11489,14 @@ msgstr "वैकल्पिक पाठ दिखाएँ" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "फिर भी दिखाएँ" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "ऐसी चीज़ें कम देखें" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "फिर भी सूची दिखाएँ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "ऐसी चीज़ें अधिक देखें" @@ -11445,8 +11561,8 @@ msgstr "जवाब दिखाएँ" msgid "Show replies as" msgstr "जवाबों को ऐसे दिखाएँ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "जवाब सब के लिए दिखाएँ" @@ -11455,8 +11571,8 @@ msgstr "जवाब सब के लिए दिखाएँ" msgid "Show reposts" msgstr "रीपोस्ट दिखाएँ" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "चेतावनी दिखाएँ और फ़ीड से फ़ि msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "साइन इन करें" msgid "Sign in as {0}" msgstr "{0} के रूप में साइन इन करें" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "Bluesky में साइन इन करें या नया ख msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "छोड़ें" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "सॉफ़्टवेयर डेवलपर" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "कुछ अन्य फ़ीड जो आपको शायद पसंद आएँ" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "कुछ लोग जवाब दे सकते हैं" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "कोई गड़बड़ हुई" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "कोई गड़बड़ हुई, फिर प्रयास करें" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "कुछ गड़बड़ है? हमें बताएँ।" @@ -11759,8 +11881,8 @@ msgstr "कुछ गड़बड़ है? हमें बताएँ।" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "खेल" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "{displayName} से बातचीत शुरू करें" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "स्टार्टर पैक" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "{0} द्वारा स्टार्टर पैक" @@ -11841,12 +11968,12 @@ msgstr "{0} द्वारा स्टार्टर पैक" msgid "Starter pack by <0/>" msgstr "<0/> द्वारा स्टार्टर पैक" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "आपके द्वारा स्टार्टर पैक" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "स्टार्टर पैक अमान्य है" @@ -11854,7 +11981,7 @@ msgstr "स्टार्टर पैक अमान्य है" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "स्टार्टर पैक" @@ -11893,7 +12020,7 @@ msgstr "स्टोरेज खाली की गई, आपको ऐप msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "कहानी की किताब" @@ -11928,13 +12055,13 @@ msgstr "अपील जमा करें" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "इन लेबलों का उपयोग करने के ल msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "लेबलकर्ता की सदस्यता लें" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "इस लेबलकर्ता की सदस्यता लें" @@ -11975,7 +12102,7 @@ msgstr "इस लेबलकर्ता की सदस्यता ले msgid "Subscribe to this list" msgstr "इस सूची की सदस्यता लें" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "केवल टैग" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "शर्तें" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "धन्यवाद, आपने सफलतापूर्वक अपने ईमेल पते को सत्यापित किया है, आप इस डायलॉग को बंद कर सकते हैं।" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "जिसमें निम्नलिखित शामिल हैं:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "वह स्टार्टर पैक नहीं मिला।" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "बस इतना ही, दोस्तों!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "अनअवरुद्ध करने के बाद खाता आपसे संपर्क कर सकेगा।" @@ -12287,7 +12414,7 @@ msgstr "इस थ्रेड के लेखक ने इस जवाब msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Bluesky वेब ऐप" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "गोपनीयता नीति को <0/> पर स्थानांतरित किया गया है" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "लगता है सर्वर को समस्याएँ हो रहीं हैं। कृपया थोड़े समय बाद फिर प्रयास करें।" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "आप जिस स्टार्टर पैक को देखने का प्रयास कर रहे हैं, वह अमान्य है। आप इस स्टार्टर पैक को मिटा सकते हैं।" @@ -12402,7 +12529,7 @@ msgstr "समर्थन फ़ॉर्म स्थानांतरित क msgid "The Terms of Service have been moved to" msgstr "सेवा की शर्तों को स्थानांतरित कर दिया गया है" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "आपका दर्ज किया गया सत्यापन कोड अमान्य है। पक्का करें कि आपने सही सत्यापन कोड का उपयोग किया या नए कोड का अनुरोध करें।" @@ -12412,7 +12539,7 @@ msgstr "आपका दर्ज किया गया सत्यापन msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "खाता निष्क्रियण पर कोई समय सीमा नहीं है, कभी भी वापस आएँ।" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "सर्वर से संपर्क करने में समस्या हुई" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "सर्वर से संपर्क करने में समस्या हुई, कृपया अपना इंटरनेट कनेक्शन जाँच लें और फिर प्रयास करें।" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "अधिसूचनाएँ लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "पोस्ट लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।" @@ -12495,25 +12622,25 @@ msgstr "आपके फ़ीड को अपडेट करने में स #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "कोई समस्या हुई! {0}" @@ -12521,10 +12648,10 @@ msgstr "कोई समस्या हुई! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "कोई समस्या हुई! कृपया अपना इ msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "एप्लिकेशन में एक अप्रत्याशित समस्या थी. कृपया हमें बताएं कि क्या आपके साथ ऐसा हुआ है!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Bluesky में नए उपयोगकर्ताओं की होड़ लगी है! हम आपका खाता जल्द ही सक्रिय करेंगे।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "यह {screenDescription} फ्लैग किया गया है:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "यह अपील Bluesky की मॉडरेशन सेवा msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "यह बातचीत डिसकनेक्ट हो गया msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "यह सुविधा बीटा में है। आप <0>इस ब्लॉग पोस्ट पर रेपोसीटोरी निर्यात के बारे में अधिक पढ़ सकते हैं।" @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "यह लिंक आपको नीचे दिए गए वेबसाइट पर ले जा रहा है:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "<0>{0} द्वारा बनाई गई इस सूची के नाम या विवरण में Bluesky के समुदाय दिशानिर्देशों का संभावित उल्लंघन है।" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "यह पोस्ट <0>{0} को बनने का दावा करता है, पर इसे Bluesky पर सबसे पहले <1>{1} को देखा गया।" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "इस पोस्ट को फ़ीड और थ्रेड से छिपा दिया जाएगा। इसे पूर्ववत नहीं किया जा सकता।" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "इस पोस्ट के लेखक ने क्वोट पोस्ट अक्षम किए हैं।" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "इस जवाब को आपके थ्रेड के नीचे एक छिपे अनुभाग में डाल दिया जाएगा और उत्तरवर्ती जवाबों के अधिसूचनाओं को सभी के लिए म्यूट किया जाएगा।" @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "इस सेवा ने कोई सेवा की शर्तें या गोपनियता नीति नहीं दी है।" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "यह उपयोगकर्ता यहाँ नया है। msgid "This user isn't following anyone." msgstr "यह उपयोगकर्ता किसी को फ़ॉलो नहीं करता।" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "यह @{0} को जल्द पहुँच सूची से हटा देगा।" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "यह आपके पोस्ट को इस क्वोट पोस्ट से सभी उपयोगकर्ताओं के लिए हटा देगा, और उसके बदले एक स्थानधारक छोड़ देगा।" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "थ्रेड प्राथमिकताएँ" msgid "Threaded" msgstr "थ्रेड" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "थ्रेड प्राथमिकताएँ" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "ईमेल 2FA विधि अक्षम करने के लिए, कृपया ईमेल पते तक पहुँच को सत्यापित करें।" @@ -13012,7 +13134,7 @@ msgstr "ईमेल 2FA विधि अक्षम करने के लि msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "आज" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "वयस्क सामग्री सक्षम या अक्षम करने के लिए टॉगल करें" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "बहतरीन" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "विषय" @@ -13061,8 +13183,8 @@ msgstr "विषय" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "अनुवाद करें" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "रुझान" @@ -13099,12 +13221,20 @@ msgstr "रुझान" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "कनेक्ट करने में असफल। कृपया अपना इंटरनेट कनेक्शन जाँच ले और फिर प्रयास करें।" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "आपकी सेवा से संपर्क करने में असमर्थ। कृपया अपना इंटरनेट कनेक्शन जाँच ले।" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "मिटाने में असमर्थ" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "अनअवरुद्ध करें" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "अनअवरुद्ध करें" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "खाता अनअवरुद्ध करें" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "खाता अनअवरुद्ध करें?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "रीपोस्ट पूर्ववत करें ({0, plural, one {# रीपोस्ट} other {# रीपोस्ट}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0} को अनफ़ॉलो करें" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "खाता अनफ़ॉलो करें" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "नापसंद करें" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "नापसंद करें ({0, plural, one {# पसंद} other {# पसंद}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "अनम्यूट करें" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "खाता अनम्यूट करें" @@ -13379,8 +13536,8 @@ msgstr "खाता अनम्यूट करें" msgid "Unmute conversation" msgstr "बातचीत अनम्यूट करें" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "थ्रेड अनम्यूट करें" @@ -13397,14 +13554,14 @@ msgstr "थ्रेड अनम्यूट करें" msgid "Unmute video" msgstr "वीडियो अनम्यूट करें" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "पिन से हटाएँ" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "फ़ीड को पिन से हटाएँ" @@ -13414,13 +13571,13 @@ msgstr "फ़ीड को पिन से हटाएँ" msgid "Unpin from home" msgstr "होम से पिन से हटाएँ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "प्रोफ़ाइल से पिन से हटाएँ" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "मॉडरेशन सूची को पिन से हटाएँ" @@ -13429,29 +13586,34 @@ msgstr "मॉडरेशन सूची को पिन से हटाए msgid "Unpinned {0} from Home" msgstr "{0} को होम पिन से हटाया गया" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "आपके फ़ीड से पिन से हटाया गया" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "सदस्यता छोड़ें" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "सूची की सदस्यता छोड़ें" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "इस लेबलकर्ता की सदस्यता छोड़ें" @@ -13463,7 +13625,7 @@ msgstr "सूची की सदस्यता छोड़ी गई" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "{domain} को अपडेट करें" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "यहाँ पाठ फ़ाइल अपलोड करें:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "कैमरा से अपलोड करें" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "फ़ाइलों से अपलोड करें" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "लाइब्रेरी से अपलोड करें" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "छवि अपलोड हो रहा है..." msgid "Uploading link thumbnail..." msgstr "लिंक थंबनेल अपलोड हो रहा है..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "वीडियो अपलोड हो रहा है..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "आपके द्वारा उपयोगकर्ता सूची" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "उपयोगकर्ता सूची बनाई गई" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "उपयोगकर्ता सूची अपडेट की गई" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "उपयोगकर्ता नाम या ईमेल पता" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "<0>@{0} द्वारा फ़ॉलो किए गए उपयोगकर्ता" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "मूल्य:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "अपना ईमेल सत्यापित करें" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "वीडियो" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "वीडियो संसाधित करने में असफल" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "वीडियो गेम" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "वीडियो नहीं मिला" @@ -13859,12 +14021,12 @@ msgstr "वीडियो नहीं मिला" msgid "Video settings" msgstr "वीडियो सेटिंग" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "वीडियो अपलोड किया गया" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "वीडियो: {0}" @@ -13872,19 +14034,13 @@ msgstr "वीडियो: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "{0} का अवतार देखें" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "{0} का प्रोफ़ाइल देखें" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "अवरुद्ध उपयोगकर्ता का प्रोफ़ाइल देखें" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "अधिक जानकारी के लिए ब्लॉग पोस्ट देखें" @@ -13936,8 +14092,8 @@ msgstr "अधिक जानकारी के लिए ब्लॉग प msgid "View debug entry" msgstr "डीबग प्रविष्टि देखें" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "विवरण देखें" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "@{0} द्वारा दी गई लेबल सेवा दे msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "इस फ़ीड को पसंद करने वाले उपयोगकर्ता देखें" @@ -14026,11 +14182,11 @@ msgstr "इस फ़ीड को पसंद करने वाले उपय msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "अपने अवरुद्ध खाते देखें" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "अपने फ़ीड देखें और अधिक खोजें" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "अपने मॉडरेशन सूची देखें" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "अपने म्यूट किए गए खाते देखें" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "हम आपके खाते को तैयार करने के लिए {estimatedTime} समय का अनुमान करते हैं" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "हमने <0>{0} को एक और सत्यापन ईमेल भेजा है।" @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "हम तय नहीं कर पाए कि आपको वीडियो आपलोग करने की अनुमति है या नहीं। कृपया फिर प्रयास करें।" @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "हम आपके व्यवस्थित लेबलकर्ताओं को इस समय लोड नहीं कर सके।" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "हम आपको बताएँगे जब आपका खाता तैयार हो जाएगा।" @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "हमें नेटवर्क समस्याएँ हो र msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "हमें क्षमा करें! आप जिस पोस्ट को जवाब दे रहे हैं उसे मिटा दिया गया है।" @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "आपका वापस स्वागत है" @@ -14351,17 +14519,17 @@ msgstr "आप अपने स्टार्टर पैक को क्य msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "क्या चल रहा है?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "इस पोस्ट से कौन संपर्क कर सकता है?" @@ -14369,12 +14537,12 @@ msgstr "इस पोस्ट से कौन संपर्क कर सक msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "कौन जवाब दे सकता है" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "पोस्ट लिखें" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "अपना जवाब दें" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "हाँ, निष्क्रिय करें" @@ -14495,19 +14663,19 @@ msgstr "हाँ, निष्क्रिय करें" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "हाँ, इस स्टार्टर पैक को मिटाएँ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "हाँ, अलग करें" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "हाँ, छिपाएँ" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "हाँ, मेरा खाता फिर से सक्रिय करें" @@ -14519,7 +14687,7 @@ msgstr "कल" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "आप पंक्ति में हैं" @@ -14558,11 +14726,11 @@ msgstr "आप पंक्ति में हैं" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "आपको वीडियो अपलोड करने की अनुमति नहीं है।" @@ -14570,7 +14738,7 @@ msgstr "आपको वीडियो अपलोड करने की अ msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "आप फ़ॉलो करने के लिए नए कस्टम फ़ीड खोज सकते हैं।" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "अब आप अपने नए पासवर्ड के साथ साइन इन कर सकते हैं।" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "आप लॉग इन जारी रखने के लिए अपना खाता फिर से सक्रिय कर सकते हैं। आपके प्रोफ़ाइल और पोस्ट अन्य उपयोगकर्ताओं को " @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "आप इसे बाद में अपने सेटिंग में बदल सकते हैं।" @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "आप @{name} को फ़ॉलो करने वाले किसी को फ़ॉलो नहीं करते हैं।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "आपने एक अमान्य कोड दर्ज की है। इसे XXXXX-XXXXX जैसा दिखना चाहिए।" @@ -14778,15 +14943,15 @@ msgstr "आप अंत तक आ गए हैं" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "आप अस्थायी रूप से वीडियो अपलोड की सीमा तक पहुँच गए हैं। कृपया बाद मे फिर प्रयास करें।" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "स्टार्टर पैक उत्पन्न करने msgid "You must grant access to your photo library to save a QR code" msgstr "QR कोड सहेजने के लिए आपको फ़ोटो लाइब्रेरी तक पहुँच देनी पड़ेगी।" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "आपने पहले @{0} को निष्क्रिय किया था।" @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "आप अपने सभी खातों से साइन आउट हो जाएँगे।" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "आप पंक्ति में हैं" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "आपने फ़ॉलो करने के लिए कुछ लोगों को ढूँढा है" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "आप अपने फ़ीड के अंत तक पहुँच गए! कुछ और खातों को फ़ॉलो करें!" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "आप वीडियो अपलोड करने की दैनिक सीमा तक पहुँच गए (अत्यधिक बाइट)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "आप वीडियो अपलोड करने की दैनिक सीमा तक पहुँच गए (अत्यधिक वीडियो)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "आपका खाता" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "आपका खाता वीडियो अपलोड करने के जितना पुराना नहीं है। कृपया बाद मे फिर प्रयास करें।" @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "आपका खाता रेपोसीटोरी को एक \"CAR\" फ़ाइल के रूप में डाउनलोड किया जा सकता है, जिसमें सभी सार्वजनिक डेटा रेकॉर्ड है। इस फ़ाइल में मीडिया एंबेड (जैसे छवियाँ), या आपका निजी डेटा नहीं है जिसे अलग से लाने की आवश्यकता है। " @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "आपकी जन्मतिथि" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "आपका वर्तमान हैंडल <0>{0} आपके लिए आरक्षित रहेगा। आप इस खाते से कभी भी उस हैंडल पर वापस जा सकते हैं।" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "आपका ईमेल अमान्य प्रतीत हो रहा है।" @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "आपकी पहली पसंद!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "आपका पूरा हैंडल <0>@{0} होगा" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "आपके प्रोफ़ाइल, पोस्ट, फ़ीड और सूचियाँ अन्य Bluesky उपयोगकर्ताओं को और नहीं दिखेंगे। आप लॉग इन करके अपने खाते को फिर से सक्रिय कर सकते हैं।" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/hu/messages.po b/src/locale/locales/hu/messages.po index cf59fa795f..a5cd60d2f2 100644 --- a/src/locale/locales/hu/messages.po +++ b/src/locale/locales/hu/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: hu\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "{interestsDisplayName} kategória (aktív)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# követett} other {# követett}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, other {# ismerőst találtunk.}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# órája} other {# órája}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# hónapja} other {# hónapja}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, other {# további bejegyzés}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {követő} other {követő}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {követett} other {követett}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {bejegyzés} other {bejegyzés}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {#}} személy regisztrált ezzel a kezdőcsomaggal!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# további}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {A jelenlegi tartózkodási helyeden történő regisztráláshoz be kell töltened a(z) #. életévedet.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} élő adásban van" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "A(z) {0} felhasználónév nem elérhető" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "A(z) {0} nyelv nem támogatott ezen az eszközön." @@ -401,14 +407,17 @@ msgstr "{1}/{0}{2, plural, one {} other {}} személy" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{imageCount}/{0}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "Több, mint {0}" @@ -476,11 +485,11 @@ msgstr "{date}, {time}" msgid "{displayName}'s Starter Pack" msgstr "{displayName} kezdőcsomagja" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {# óra} other {# óra}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {# perc} other {# perc}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} a Te kezdőcsomagoddal regisztrált" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} hitelesített Téged" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} követett" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} bejegyzés" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# óra} other {# óra}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{count}/{index}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "Több, mint {JOIN_REQUESTS_THRESHOLD} új csatlakozási kérelem" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {#}} felhasználó csatlakozott ezzel!" @@ -767,7 +776,7 @@ msgstr "{profileName} {timeAgoString} csatlakozott a Blueskyhoz egy kezdőcsomag #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} és {2, plural, one {#} other {#}} további személy szerepel a kezdőcsomagodban" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} és {2, plural, one {#} other {#}} további szem #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} és {2, plural, one {#} other {#}} további személy szerepel a kezdőcsomagodban" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, other {mentés}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} kedvelés" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} és<1> <2>{1} szerepel a kezdőcsomagodban" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} szerepel a kezdőcsomagodban" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "a(z) <0>{0} lista tagjai" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Koppints ide a GPS-es ellenőrzéshez." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Te és<1> <2>{0} szerepeltek a kezdőcsomagodban" @@ -946,6 +955,12 @@ msgstr "7 napig" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "A Bluesky néhány hírfolyamát ábrázoló illusztráció. Az alábbi hírfolyamok vannak megjelenítve: News, Booksky, Game Dev, Blacksky és Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Hálózati hiba történt. Ellenőrizd az internetkapcsolatot." msgid "A new code has been sent" msgstr "Új kód elküldve" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "A hitelesítés egy új formája" @@ -1005,7 +1020,7 @@ msgstr "A bejegyzésíró felületet ábrázoló képernyőkép, amelyen egy új msgid "A selected recipient is not followed by the sender." msgstr "Az egyik címzettet nem követi a feladó." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Kérelem elküldve. Az elfogadást csoport tulajdonosa fogja bírálni." msgid "Accessibility" msgstr "Akadálymentesítés" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Akadálymentesítés" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Fiók" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Fiók letiltva" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Fiók követve" @@ -1086,8 +1101,8 @@ msgstr "Ez a fiók felfüggesztésre került" msgid "Account is deactivated" msgstr "Ez a fiók deaktiválásra került" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Fiók elnémítva" @@ -1111,24 +1126,24 @@ msgstr "Fiók levéve a listáról" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Fiók tiltása feloldva" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Fiók követése megszakítva" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Fiók némítása feloldva" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Másokat hitelesíteni csak a <0><1/> recés pipával rendelkező fiókok képesek. Ezeket a megbízható hitelesítőket a Bluesky jelöli ki." @@ -1138,7 +1153,7 @@ msgstr "Másokat hitelesíteni csak a <0><1/> recés pipával rendelkező fi msgid "Activity from others" msgstr "Mások tevékenységei" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Tevékenységértesítések" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Felvesz" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "A folytatáshoz még {0} fiókot kell felvenned" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "{displayName} felvétele egy kezdőcsomagba" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Felhasználó felvétele a listára" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Fiók felvétele a listára" @@ -1201,11 +1216,11 @@ msgstr "Helyettesítő szöveg hozzáadása (nem kötelező)" msgid "Add another account" msgstr "Fiók felvétele a listára" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Válaszlánc folytatása" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Válaszlánc bővítése" @@ -1223,7 +1238,7 @@ msgstr "Alkalmazásjelszó létrehozása" msgid "Add App Password" msgstr "Alkalmazásjelszó létrehozása" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Automatizálási feljegyzés alkalmazása" @@ -1239,12 +1254,12 @@ msgstr "Szűrő hozzáadása" msgid "Add group chat members" msgstr "Tagok felvétele" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Kép csatolása" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Kép vagy videó csatolása a bejegyzéshez" @@ -1254,8 +1269,8 @@ msgstr "Kép vagy videó csatolása a bejegyzéshez" msgid "Add members" msgstr "Tagok hozzáadása" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "További részletek megadása (nem kötelező)" @@ -1295,7 +1310,7 @@ msgstr "Reakció hozzáfűzése" msgid "Add recommended feeds" msgstr "Ajánlott hírfolyamok felvétele" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Vegyél fel néhány hírfolyamot a kezdőcsomagodba!" @@ -1307,12 +1322,12 @@ msgstr "Az alapértelmezett hírfolyamban az Általad követett személyek bejeg msgid "Add the following DNS record to your domain:" msgstr "Vedd fel az alábbi DNS-rekordot a tartományodhoz:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Add hozzá ezt a hírfolyamot a gyűjteményedhez!" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Felvétel listára" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Bejegyzés mentése" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Felvétel kezdőcsomagba" @@ -1330,7 +1345,7 @@ msgstr "Felvétel kezdőcsomagba" msgid "Add user to list" msgstr "Személy felvétele a listára" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Születési dátum megadása" @@ -1361,7 +1376,7 @@ msgstr "Listatagok felvétele folyamatban…" msgid "Additional details (limit 1000 characters)" msgstr "További részletek (legfeljebb 1000 karakter)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "További részletek (legfeljebb 300 karakter)" @@ -1378,14 +1393,14 @@ msgstr "Pornó" msgid "Adult content" msgstr "Felnőtt tartalom" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Felnőtt tartalom" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "A felnőtt tartalmakat csak böngészőből, a <0>bsky.app honlapon engedélyezheted." @@ -1402,7 +1417,7 @@ msgstr "Felnőtt tartalmi feljegyzések" msgid "Adult sexual abuse content" msgstr "Felnőttek szexuális kizsákmányolása" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Haladó beállítások" @@ -1423,7 +1438,7 @@ msgstr "Az életkor-igazolási kérelem küldése sikeresen megtörtént" msgid "Age assurance only takes a few minutes" msgstr "Az életkor-igazolás általában csupán néhány percet vesz igénybe" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "Az életkor-igazolás általában csupán néhány percet vesz igénybe." @@ -1438,6 +1453,11 @@ msgstr "janos@pelda.hu" msgid "All" msgstr "Mind" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Mind" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Mind {0, selectordinal, one {az #} other {a #}}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Mostantól mindegyik fiókot követed!" @@ -1474,7 +1494,7 @@ msgstr "Itt egy helyen megtalálod az összes elmentett hírfolyamot." msgid "Allow access to your direct messages" msgstr "Hozzáférés megadása a személyes üzenetekhez" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Bárki válaszolhat" @@ -1488,8 +1508,8 @@ msgstr "Bejövő üzenetek fogadása" msgid "Allow group chat invites from" msgstr "Csoportbeszélgetéses meghívók fogadása" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Tartózkodási hely megosztása" @@ -1498,24 +1518,24 @@ msgstr "Tartózkodási hely megosztása" msgid "Allow others to be notified of your posts" msgstr "Saját bejegyzésekről szóló értesítések" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Az Általad követett személyek közül bárki válaszolhat" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Az Általad megemlített személyek közül bárki válaszolhat" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Idézés engedélyezése" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "A(z) {0} listáról bárki válaszolhat" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "A követőid közül bárki válaszolhat" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Megengedi a személyes üzenetekhez való hozzáférést" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Már van kódod?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Már van fiókod?" @@ -1540,7 +1560,7 @@ msgstr "Már bejelentkeztél, mint @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "A helyettesítő szöveg össze lesz csukva. {MAX_ALT_TEXT, plural, other {Korlát: {0} karakter.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Küldtünk egy e-mailt a(z) {0} címre. Ez a levél egy ellenőrzőkódot tartalmaz, amit alább adhatsz meg." @@ -1587,7 +1607,7 @@ msgstr "Hiba történt" msgid "An error occurred" msgstr "Hiba történt" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "A videó tömörítése meghiúsult." @@ -1596,7 +1616,7 @@ msgstr "A videó tömörítése meghiúsult." msgid "An error occurred while fetching suggested accounts." msgstr "Hiba történt a javasolt fiókok lekérése közben." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "A hírfolyam lekérdezése meghiúsult." @@ -1609,15 +1629,15 @@ msgstr "A kezdőcsomag létrehozása meghiúsult. Szeretnéd újra megpróbálni msgid "An error occurred while hiding suggestion. {0}" msgstr "Hiba történt a javaslat elrejtése közben. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "A videó betöltése meghiúsult. Próbáld újra később." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "A videó betöltése meghiúsult. Próbáld újra." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "A listák betöltése meghiúsult :/" @@ -1628,16 +1648,16 @@ msgstr "A QR-kód mentése meghiúsult!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Az összes felhasználó követése meghiúsult" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "A videó feltöltése meghiúsult. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "A videó feltöltése meghiúsult. Ellenőrizd az internetkapcsolatot, majd próbáld újra." @@ -1661,8 +1681,8 @@ msgstr "Illusztráció, amely számos Bluesky-bejegyzést ábrázol megosztási- msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "A Bluesky alkalmazás egy mobiltelefon képernyőjén, amelyből egy meghívót tartalmazó papírrepülő száll ki" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "A megbízható hitelesítőket a Bluesky jelöli ki, akik ezután képesek más személyeket hitelesíteni." @@ -1686,14 +1706,14 @@ msgstr "Hiba történt a csoportbeszélgetés létrehozása közben. Próbáld #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Hiba történt. Próbáld újra." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Egy kék pipával rendelkező felhasználó, az iPhone-os Bluesky alkalmazásban megjelenítve." @@ -1702,7 +1722,7 @@ msgstr "Egy kék pipával rendelkező felhasználó, az iPhone-os Bluesky alkalm msgid "an unknown labeler" msgstr "ismeretlen feljegyző" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "és" @@ -1735,7 +1755,7 @@ msgstr "Hitelesítés a Blueskyon" msgid "Any date" msgstr "Bármikor" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Bárki" @@ -1767,7 +1787,7 @@ msgstr "Bármelyik követőtől" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "A jelenlegi meghívó érvényét veszti és a jövőben már nem használhatják a csatlakozáshoz. Új meghívót bármikor létrehozhatsz." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Egy alkalmazásjelszónak legalább 4 karakter hosszúnak kell lennie" msgid "App passwords" msgstr "Alkalmazásjelszók" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Alkalmazásjelszók" @@ -1856,7 +1876,7 @@ msgstr "Döntés fellebbezése" msgid "Appeal this label" msgstr "Feljegyzés fellebbezése" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Lekéréses kérelem alkalmazása" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archiválás dátuma: {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Archivált bejegyzés" @@ -1914,7 +1934,7 @@ msgstr "Biztosan törölni akarod a(z) „{0}” nevű alkalmazásjelszót?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Biztosan törölni akarod ezt az üzenetet? Az üzenet a Te nézőpontodból el lesz távolítva, de a többi fél számára nem." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Biztosan törölni akarod ezt a kezdőcsomagot?" @@ -1936,7 +1956,7 @@ msgstr "Biztosan el akarod hagyni ezt a beszélgetést?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Biztosan el akarod hagyni ezt a csoportbeszélgetést? Már nem fogsz tudni hozzáférni az üzeneteidhez, a többiek viszont igen." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Biztosan el akarod távolítani ezt a hírfolyamgyűjteményedből?" @@ -1945,7 +1965,7 @@ msgstr "Biztosan el akarod távolítani ezt a hírfolyamgyűjteményedből?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Biztosan vissza akarod vonni a(z) „{0}” csoportbeszélgetéshez intézett csatlakozási kérelmedet?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Biztosan el akarod vetni ezt a bejegyzést?" @@ -1953,7 +1973,7 @@ msgstr "Biztosan el akarod vetni ezt a bejegyzést?" msgid "Are you sure?" msgstr "Biztos vagy benne?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Te vagy a megjelenített személy vagy az ő törvényes képviselője?" @@ -1969,8 +1989,8 @@ msgstr "Művészet" msgid "Artistic or non-erotic nudity." msgstr "Művészi- vagy nem erotikus meztelenség" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "A fiók kijelentkezett felhasználók elől történő elrejtésének kérelmezése más alkalmazásokban" @@ -1979,12 +1999,12 @@ msgstr "A fiók kijelentkezett felhasználók elől történő elrejtésének k msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "A fiók bejegyzései algoritmusok elől történő elrejtésének kérelmezése más alkalmazásokban" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Témakör hozzárendelése" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Adj meg legalább 8 karaktert" @@ -2017,8 +2037,8 @@ msgstr "Automatikus" msgid "Automation label" msgstr "Automatizálási feljegyzés" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Automatizálási feljegyzés" @@ -2038,6 +2058,10 @@ msgstr "Elérhető" msgid "Avatar creator" msgstr "Profilkép létrehozása" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Profilkép létrehozása" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Profilkép létrehozása" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Vissza" msgid "Back to Chats" msgstr "Vissza a csevegésekhez" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Tiltott tartalom vagy biztonsági kockázat" @@ -2081,7 +2109,7 @@ msgstr "Tiltott tartalom vagy biztonsági kockázat" msgid "Banned user returning" msgstr "Vissztérő kitiltott felhasználó" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Az eszköz tartózkodási helye alapján úgy gondoljuk, hogy jelenleg a(z) <0>{geolocationString} régióban tartózkodsz." @@ -2089,7 +2117,7 @@ msgstr "Az eszköz tartózkodási helye alapján úgy gondoljuk, hogy jelenleg a msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Az eszköz tartózkodási helye alapján úgy gondoljuk, hogy jelenleg a(z) <0>{region} régióban tartózkodsz." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "A hálózat alapján úgy gondoljuk, hogy jelenleg a(z) <0>{geolocationString} régióban tartózkodsz. VPN használata mellett ez a megállapítás pontatlan lehet." @@ -2148,16 +2176,16 @@ msgstr "Az életkor-igazolási folyamat megkezdéséhez töltsd ki az alábbi me msgid "Beta Feature" msgstr "Kísérleti funkció" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Kísérleti funkciók" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Kísérleti funkciók bekapcsolva" @@ -2193,12 +2221,12 @@ msgstr "{displayName} letiltása" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Fiók letiltása" @@ -2255,15 +2283,15 @@ msgstr "A másik fél letiltása és/vagy a beszélgetés törlése" msgid "Block user and/or leave this conversation" msgstr "A másik fél letiltása és/vagy a beszélgetés elhagyása" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Letiltva" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Letiltott fiókok" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Letiltott fiókok" @@ -2288,7 +2316,7 @@ msgstr "A letiltás nyilvános. Az Általad letiltott fiókok nem képesek vála 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." msgstr "A fiók letiltása nem fogja megakadályozni a feljegyzések hozzárendelését a saját fiókodhoz, viszont a letiltott fiók nem lesz képes válaszolni a bejegyzéseidre és egyéb módon kapcsolatba lépni Veled." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "A Bluesky nem tudja megerősíteni a létrehozás dátumát." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Klasszikus Bluesky" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "A Bluesky segít felkutatni az ismerőseidet! Minden importált névjegyedből képesek vagyunk létrehozni egy titkosított kivonatot – egyfajta digitális ujjlenyomatot – majd megkeresni az adatbázisban már szereplő kivonatokat." @@ -2357,15 +2389,11 @@ msgstr "A Bluesky titkosítva tárolja a névjegyeidet. Ha törölsz egy névjeg msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "A Bluesky egy javasolt felhasználócsoportot fog kijelölni a hálózatodon." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "A Bluesky nem fogja megjeleníteni a fiókod tartalmat kijelentkezett felhasználók számára és más alkalmazásokat is megkér erre, de lehetséges, hogy ezt azok nem fogják tiszteletben tartani. Ettől a fiókod nem lesz privát." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "A Bluesky nem fogja megjeleníteni a fiókod bejegyzéseit a Felfedezés hírfolyamban (kivéve a követőid számára) és más alkalmazásokat is megkér arra, hogy a saját algoritmusalapú javaslórendszereikből kizárják azt." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "A Bluesky mostantól hitelesíti a jelentős és megbízható fiókokat." @@ -2424,29 +2452,29 @@ msgstr "További javaslatokat a Felfedezés oldalon találsz" msgid "Browse other feeds" msgstr "További hírfolyamok" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "A(z) „{displayName}” témakörrel kapcsolatos bejegyzések" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "A(z) „{displayName}” címkével ellátott bejegyzések" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "A(z) {displayName} kezdőcsomag böngészése" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "A(z) „{0}” témakör böngészése" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "A(z) „{displayName}” témakör böngészése" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Honlap" @@ -2459,10 +2487,10 @@ msgstr "Gomb a kezdőoldali idővonalra ugráshoz" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Szerző: {0}" @@ -2475,7 +2503,7 @@ msgstr "Szerző: @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Szerző: <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "A fiók létrehozásával elfogadod a <0>felhasználási feltételeketTerms of Service." msgstr "A fiók létrehozásával elfogadod a <0>felhasználási feltételeket." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Saját" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamera" @@ -2521,16 +2549,16 @@ msgstr "Kamera-hozzáférés szükséges" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Kamera-hozzáférés szükséges" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Kamera-hozzáférés szükséges" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Mégse" msgid "Cancel quote post" msgstr "Idézés megszakítása" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Újraaktiválás megszakítása és kilépés" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Bejelentkezés megszakítása a felhasználónév ellenőrzése érdekében" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Egy letiltott felhasználóval nem léphetsz kapcsolatba" @@ -2609,7 +2637,7 @@ msgstr "Feliratok (.vtt)" msgid "Captions & alt text" msgstr "Feliratok és helyettesítő szöveg" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "diavetítés" @@ -2651,24 +2679,24 @@ msgstr "Felhasználónév megváltoztatása" msgid "Change hosting provider" msgstr "Tárhelyszolgáltató megváltoztatása" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Címzett megváltoztatása" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Jelszó megváltoztatása" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Jelszó-megváltoztatási párbeszédablak" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Jelentési kategória megváltoztatása" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Jelentési ok megváltoztatása" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "A létrehozandó lista egy másolat a kezdőcsomag jelenlegi állapotáról. A kezdőcsomagban történt későbbi változtatások nem lesznek automatikusan szinkronizálva a listára is." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Csevegés" @@ -2758,7 +2786,7 @@ msgstr "A csoport tulajdonosa nem hagyhatja el azt." msgid "Chat recipient is not followed by the sender." msgstr "A címzettet nem követi a feladó." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Csevegési kérelmek" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Csevegési kérelmek" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Küldtünk egy levelet a(z) <0>{currentEmail} e-mail-címre. Add meg msgid "Check back later!" msgstr "Talán majd legközelebb." -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Állapot ellenőrzése" @@ -2895,7 +2923,7 @@ msgstr "Tárhelyszolgáltató megadása" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Válaszd ki, hogy milyen idővonalakat akarsz böngészni! A közösség által épített egyéni hírfolyamok segítenek megtalálni a Téged érdeklő tartalmakat." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Jelszó megadása" @@ -2931,7 +2959,7 @@ msgstr "GIF-keresőmező törlése" msgid "Clear image cache" msgstr "Képgyorsítótár ürítése" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Keresési kifejezés törlése" @@ -2951,11 +2979,11 @@ msgstr "Új csoporttagok felvételéhez kattints ide" msgid "Click here to create or manage an invite link for this group chat" msgstr "A meghívó létrehozásához vagy szerkesztéséhez kattints ide" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Kattints ide a fiókod törléséhez" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Kattints ide a kijelentkezéshez" @@ -2968,8 +2996,8 @@ msgstr "Az e-mail újraküldéséhez kattints ide" msgid "Click here to restart the verification process." msgstr "Hitelesítés most." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Kattints ide a születési dáumod frissítéséhez" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Üzenetküldés megkísérlése ismét" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Üzenetküldés megkísérlése ismét" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Üzenetküldés megkísérlése ismét" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Bezárás" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Az előtérben lévő párbeszédablak bezárása" @@ -3068,13 +3097,13 @@ msgstr "Reklámcsík bezárása" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Párbeszédablak bezárása" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Oldalsó menü bezárása" @@ -3110,7 +3139,7 @@ msgstr "A bejövő kérelmeket jelző reklámcsík bezárása" msgid "Close this dialog" msgstr "Párbeszédablak bezárása" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Köszöntő-párbeszédablak bezárása" @@ -3118,7 +3147,7 @@ msgstr "Köszöntő-párbeszédablak bezárása" msgid "Closes password update alert" msgstr "Jelszófrissítési figyelmeztetés bezárása" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "A bejegyzésíró bezárása és a piszkozat elvetése" @@ -3126,7 +3155,7 @@ msgstr "A bejegyzésíró bezárása és a piszkozat elvetése" msgid "Collapse list of users" msgstr "Lista összecsukása" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Egy értesítés felhasználólistájának összecsukása" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Képregények" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Közösségi irányelvek" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Regisztrációs varázsló befejezése és a Bluesky használatának megkezdése" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Biztonsági kihívás" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Új bejegyzés írása" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Egy bejegyzés legfeljebb {0, plural, other{#}} karakter hosszú lehet" @@ -3180,11 +3209,11 @@ msgstr "Egy bejegyzés legfeljebb {0, plural, other{#}} karakter hosszú lehet" msgid "Compose reply" msgstr "Válaszírás" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "GIF tömörítése folyamatban…" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Videó tömörítése folyamatban…" @@ -3198,18 +3227,18 @@ msgstr "A <0>moderálási beállításokban módosítható." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Megerősítés" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Megerősítőkód" @@ -3226,12 +3255,12 @@ msgstr "Csatlakozás a szolgáltatáshoz…" msgid "Connecting…" msgstr "Csatlakozás folyamatban…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Megszakadt a kapcsolat" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Kapcsolatfelvétel az ügyfélszolgálattal" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Támogatás" @@ -3273,7 +3302,7 @@ msgstr "Tartalom és mellékletek" msgid "Content and media" msgstr "Tartalom és mellékletek" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Tartalom és mellékletek" @@ -3281,7 +3310,7 @@ msgstr "Tartalom és mellékletek" msgid "Content Blocked" msgstr "Letiltottad a tartalmat" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Tartalomszűrés" @@ -3421,8 +3450,8 @@ msgstr "Másolás" msgid "Copy App Password" msgstr "Alkalmazásjelszó másolása" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "„at://” URI másolása" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kód másolása" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "DID másolása" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Meghívó hivatkozásának másolása" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Hivatkozás másolása" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Hivatkozás másolása" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Lista hivatkozásának másolása" @@ -3472,12 +3501,12 @@ msgstr "Lista hivatkozásának másolása" msgid "Copy link to post" msgstr "Bejegyzés hivatkozásának másolása" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Profil hivatkozásának másolása" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Kezdőcsomag hivatkozásának másolása" @@ -3491,8 +3520,8 @@ msgstr "Üzenet szövegének másolása" msgid "Copy post at:// URI" msgstr "Bejegyzés „at://” URI-jének másolása" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Bejegyzés szövegének másolása" @@ -3506,7 +3535,7 @@ msgstr "TXT-rekord értékének másolása" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Jogi irányelvek" @@ -3632,7 +3661,7 @@ msgstr "Létrehozás" msgid "Create a list" msgstr "Lista létrehozása" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Lista létrehozása a kezdőcsomag alapján" @@ -3642,7 +3671,7 @@ msgstr "QR-kód létrehozása egy kezdőcsomaghoz" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Kezdőcsomag létrehozása" @@ -3655,12 +3684,12 @@ msgstr "Kezdőcsomag létrehozása" msgid "Create a starter pack for me" msgstr "Automatikus létrehozás" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Csoportbeszélgetés létrehozása" msgid "Create list" msgstr "Lista létrehozása" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Lista létrehozása ezekkel a személyekkel" @@ -3708,13 +3737,13 @@ msgstr "Lista létrehozása ezekkel a személyekkel" msgid "Create list from starter pack" msgstr "Lista létrehozása a kezdőcsomag alapján" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Moderálólista létrehozása" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Regisztráció" @@ -3724,8 +3753,8 @@ msgstr "Meghívó létrehozása vagy szerkesztése a csoportbeszélgetéshez" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Jelentés neki: {0}" @@ -3734,7 +3763,7 @@ msgstr "Jelentés neki: {0}" msgid "Create starter pack" msgstr "Kezdőcsomag létrehozása" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Felhasználólista létrehozása" @@ -3747,7 +3776,7 @@ msgstr "Felhasználólista létrehozása" msgid "Created {0}" msgstr "Létrehozás dátuma: {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Letiltott szerző" @@ -3800,7 +3829,7 @@ msgstr "Lekapcsolt" msgid "Dark theme" msgstr "Sötét téma" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Születési dátum" @@ -3814,7 +3843,7 @@ msgstr "Dél" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Fiók deaktiválása" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Alapértelmezett ikonok" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Törlés" @@ -3892,8 +3921,8 @@ msgstr "Beszélgetés törlése" msgid "Delete for me" msgstr "Törlés helyileg" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Lista törlése" @@ -3909,30 +3938,30 @@ msgstr "Üzenet törlése helyileg" msgid "Delete my account" msgstr "Fiók törlése" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Bejegyzés törlése" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Kezdőcsomag törlése" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Kezdőcsomag törlése" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Lista törlése" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Bejegyzés törlése" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Törölt tartalom" @@ -3953,7 +3982,7 @@ msgstr "A Plivo hitelesítés után törli ezeket az adatokat" msgid "Deleted list" msgstr "Törölt lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Leírás (legfeljebb 1000 karakter)" msgid "Descriptive alt text" msgstr "Helyettesítő szöveg" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Idézet leválasztása" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Idézet leválasztása" @@ -3993,11 +4022,11 @@ msgstr "Fejlesztői mód engedélyezve" msgid "Developer options" msgstr "Fejlesztői beállítások" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Az eszköz nem tudta lefordítani a szöveget :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Párbeszédablak: A bejegyzés kapcsolatbalépési jogosultságainak testreszabása" @@ -4009,6 +4038,11 @@ msgstr "Keresésszűrési párbeszédablak" msgid "Dim" msgstr "Félhomályos" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Feliratok ki" msgid "Disable email 2FA" msgstr "E-mailes kétlépcsős azonosítás kikapcsolása" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Kétlépcsős azonosítás kikapcsolása" @@ -4041,11 +4075,11 @@ msgstr "Rezgés letiltása" msgid "Disable link" msgstr "Meghívó letiltása" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "A bejegyzés idézésének letiltása" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Válaszadás letiltása" @@ -4056,17 +4090,17 @@ msgstr "Meghívó letiltása" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Letiltva" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Elvetés" @@ -4075,23 +4109,28 @@ msgstr "Elvetés" msgid "Discard changes?" msgstr "Változtatások elvetése" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Piszkozat elvetése" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Bejegyzés elvetése" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "A Germ DM szétkapcsolása" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Hírfolyamok felfedezése" @@ -4106,8 +4145,8 @@ msgstr "Egyéni hírfolyamok felfedezése" msgid "Discover New Feeds" msgstr "Új hírfolyamok felfedezése" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Bezárás" @@ -4115,7 +4154,7 @@ msgstr "Bezárás" msgid "Dismiss banner" msgstr "Reklámcsík bezárása" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Hiba bezárása" @@ -4217,8 +4256,9 @@ msgstr "Ne aggódj! A korábbi üzeneteid és beállításaid nem vesztek el és #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Kész" msgid "Double tap or long press the message to add a reaction" msgstr "Koppints kétszer vagy tartsd lenyomva az üzenetet egy reakció hozzáfűzéséhez." -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Koppints kétszer a párbeszédablak bezárásához" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Koppints kétszer a kedveléshez" @@ -4248,11 +4288,11 @@ msgstr "Letöltés" msgid "Download Bluesky" msgstr "A Bluesky letöltése" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Csevegési adatok letöltése" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Csevegési adatok letöltése" @@ -4266,11 +4306,11 @@ msgstr "Kép letöltése" msgid "Download invite QR code" msgstr "A meghívóhoz tartozó QR-kód letöltése" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Profiladatok letöltése" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Profiladatok letöltése" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Személyes információ kiszivárogtatása" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Piszkozatok" @@ -4318,19 +4358,19 @@ msgstr "pl.: janos.hu" msgid "E.g. artistic nudes." msgstr "Pl.: művészi meztelen képek." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "pl.: Nagyszerű emberek" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "pl.: Kéretlen tartalmat gyártók" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "pl.: Akik sosem tévednek." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "pl.: Akik folyton csak reklámokkal válaszolnak." @@ -4341,7 +4381,7 @@ msgstr "Étkezési zavar" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Szerkesztés" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Profilkép szerkesztése" @@ -4373,8 +4413,8 @@ msgstr "Csoport átnevezése" msgid "Edit image" msgstr "Kép szerkesztése" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Kapcsolatbalépési beállítások szerkesztése" @@ -4396,21 +4436,21 @@ msgstr "Meghívó szerkesztése" msgid "Edit link settings" msgstr "Meghívó beállításai" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Lista szerkesztése" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Élőadásos állapot szerkesztése" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Moderálólista szerkesztése" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Hírfolyamgyűjtemény szerkesztése" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Személyek szerkesztése" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "A bejegyzés kapcsolatbalépési beállításainak szerkesztése" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Profil szerkesztése" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Profil szerkesztése" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Kezdőcsomag szerkesztése" @@ -4454,15 +4494,15 @@ msgstr "Kezdőcsomag szerkesztése" msgid "Edit this group chat’s name" msgstr "A csoport nevének szerkesztése" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Felhasználólista szerkesztése" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Válaszjogosultsági beállítások szerkesztése" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Kezdőcsomag szerkesztése" @@ -4470,16 +4510,16 @@ msgstr "Kezdőcsomag szerkesztése" msgid "Education" msgstr "Tanítás-tanulás" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Letiltottad a lista szerzőjét vagy ő tiltott le Téged." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mail-cím" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Kétlépcsős azonosítás kikapcsolva" @@ -4492,7 +4532,7 @@ msgstr "Kétlépcsős azonosítás bekapcsolva" msgid "Email address" msgstr "E-mail-cím" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mail újraküldve" @@ -4508,7 +4548,7 @@ msgstr "E-mail elküldve. <0>Kattints ide az újraküldéshez." msgid "Email verification complete!" msgstr "Az e-mailes hitelesítés sikeresen befejeződött!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Visszaigazoltad az e-mail-címedet" @@ -4527,7 +4567,7 @@ msgstr "Bejegyzés beágyazása" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Jelenítsd meg ezt a bejegyzést a honlapodon! Másold ki az alábbi kódrészletet és illeszd be a honlapod HTML-kódjába." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Beágyazott videólejátszó" @@ -4542,12 +4582,7 @@ msgstr "Engedélyezés" msgid "Enable {0} only" msgstr "Csak a(z) {0} engedélyezése" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Tízperces videófeltöltés engedélyezése." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Felnőtt tartalmak megjelenítése" @@ -4583,7 +4618,7 @@ msgstr "Egy fiók értesítéseit a profilján, a <0>harang ikonon <1/> kere msgid "Enable push notifications" msgstr "Leküldéses értesítések engedélyezése" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "A bejegyzés idézésének engedélyezése" @@ -4601,7 +4636,7 @@ msgstr "Felkapott témakörök megjelenítése" msgid "Enable trending videos in your Discover feed" msgstr "Felkapott videók megjelenítése a Követett hírfolyamon" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Engedélyezve" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Születési dátum megadása" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Add meg az e-mail-címedet" @@ -4670,15 +4705,15 @@ msgstr "Jelszó megadása" msgid "Enter your username and password" msgstr "Add meg a felhasználónevedet és a jelszavadat" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Teljes képernyős mód" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Szórakozás" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Hiba" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Hibaüzenet" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "A fájl mentése meghiúsult" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "A captcha válaszának fogadása meghiúsult." @@ -4712,11 +4747,11 @@ msgstr "A captcha válaszának fogadása meghiúsult." msgid "Error: {error}" msgstr "Hiba: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Bárki válaszolhat" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Bárki válaszolhat erre a bejegyzésre." @@ -4783,7 +4818,7 @@ msgstr "A válasz forrásaként származó bejegyzés kibontása/összecsukása" msgid "Expand post text" msgstr "Továbbiak" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Bejegyzés teljes szövegének kibontása/összecsukása" @@ -4826,21 +4861,21 @@ msgstr "A nyugalom megzavarására alkalmas képek és videók." msgid "Explicit sexual images." msgstr "Szexuális tartalmakat ábrázoló képek." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Felfedezés" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Az alkalmazás felfedezése" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Csevegési adatok exportálása" @@ -4849,7 +4884,7 @@ msgstr "Csevegési adatok exportálása" msgid "Export my data" msgstr "Adatok exportálása" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Profiladatok exportálása" @@ -4868,7 +4903,7 @@ msgstr "Külső videólejátszó" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "A külső videólejátszók beágyazásának engedélyezése lehetővé teszi más honlapok számára az adatgyűjtést Rólad vagy az eszközödről. A Lejátszás gomb megnyomásáig semmilyen adatot sem küldünk vagy kérünk le." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Külső videólejátszók" @@ -4946,7 +4981,7 @@ msgstr "Az üzenet törlése meghiúsult" msgid "Failed to delete post, please try again" msgstr "A bejegyzés törlése meghiúsult. Próbáld újra." -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "A kezdőcsomag törlése meghiúsult" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "A meghívó letiltása meghiúsult" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "A Germ DM szétkapcsolása meghiúsult. Hibaüzenet: {0}" @@ -5003,16 +5038,16 @@ msgstr "A csoportbeszélgetés elhagyása meghiúsult" msgid "Failed to load conversations" msgstr "A csevegések betöltése meghiúsult" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "A hírfolyamok betöltése meghiúsult" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "A hírfolyambeállítások betöltése meghiúsult" @@ -5037,14 +5072,14 @@ msgstr "A betöltés meghiúsult." msgid "Failed to load profiles" msgstr "A profilok betöltése meghiúsult" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Az ajánlott hírfolyamok betöltése meghiúsult" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "A javasolt személyek betöltése meghiúsult" @@ -5067,12 +5102,12 @@ msgstr "A kérelmek megjelölése olvasottként meghiúsult" msgid "Failed to mute group chat" msgstr "A csoportbeszélgetés elnémítása meghiúsult" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "A bejegyzés kitűzése meghiúsult" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "A Germ DM újra összekapcsolása meghiúsult. Hibaüzenet: {0}" @@ -5121,7 +5156,7 @@ msgstr "A kérelem visszavonása meghiúsult. Próbáld újra később." msgid "Failed to resolve location. Please try again." msgstr "A tartózkodási hely megállapítása meghiúsult. Próbáld újra." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "A piszkozat mentése meghiúsult" @@ -5135,7 +5170,7 @@ msgstr "A kép mentése meghiúsult" msgid "Failed to save image: {0}" msgstr "A kép mentése meghiúsult: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "A beállítások mentése meghiúsult. Próbáld újra." @@ -5168,7 +5203,7 @@ msgstr "A beszélgetés némításának be-/kikapcsolása meghiúsult. Próbáld msgid "Failed to unlock group chat" msgstr "A csoportbeszélgetés zárolásának feloldása meghiúsult" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "A lista kitűzésének feloldása meghiúsult" @@ -5185,7 +5220,7 @@ msgstr "A kétlépcsős azonosítási beállítások mentése meghiúsult" msgid "Failed to update email, please try again." msgstr "Az e-mail-cím frissítése meghiúsult. Próbáld újra." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "A hírfolyamok frissítése meghiúsult" @@ -5197,12 +5232,10 @@ msgstr "Az értesítési beállítások frissítése meghiúsult" msgid "Failed to update settings" msgstr "A beállítások mentése meghiúsult" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "A videó feltöltése meghiúsult" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Hamis vagy automatikusan üzemeltetett fiók" msgid "False information about elections" msgstr "Választási dezinformáció" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Hírfolyam" @@ -5241,11 +5274,11 @@ msgstr "Hírfolyamszerző" msgid "Feed identifier" msgstr "Hírfolyam-azonosító" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Hírfolyammenü" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Hírfolyam ki/be" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Visszajelzés elküldve az üzemeltetőnek" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Hírfolyamok" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "A hírfolyamok olyan egyéni algoritmusok, amelyeket felhasználók építenek egy kis programozási tudással. További információért <0>lásd az útmutatót (angol nyelven)." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Frissítések keresése" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "A fájl mentése sikeresen megtörtént" @@ -5306,6 +5343,10 @@ msgstr "Szűrés szerző szerint (jelenleg: {currentLabel})" msgid "Filter from feeds" msgstr "Kiszűrés a hírfolyamokból" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Szűrés nyelv alapján (Jelenlegi: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Szűrők" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Befejezés folyamatban…" @@ -5358,15 +5399,15 @@ msgstr "Pénzügy" msgid "Find accounts to follow" msgstr "Követendő fiókok felfedezése" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Barátok meghívása" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Ismerősök felkutatása" @@ -5378,7 +5419,7 @@ msgstr "Ismerősök felkutatása" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Követendő személyek felfedezése" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Fókuszálás a keresőmezőre" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Követés" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "{0} követése" @@ -5458,7 +5499,7 @@ msgstr "{0} követése" msgid "Follow {displayName}" msgstr "{displayName} követése" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "{handle} követése" @@ -5474,8 +5515,8 @@ msgstr "Kezdetnek kövess 10 személyt!" msgid "Follow 7 accounts" msgstr "Kövess 7 fiókot!" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Fiók követése" @@ -5486,8 +5527,8 @@ msgstr "Fiók követése" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Összes követése" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Összes fiók követése" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Csak követők csatlakozhatnak" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "@{0} Általad ismert követői" @@ -5552,28 +5593,29 @@ msgstr "Ismert követők" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Követett" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Követett" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Mostantól követed: {0}" @@ -5582,7 +5624,7 @@ msgstr "Mostantól követed: {0}" msgid "Following {displayName}" msgstr "Mostantól követed: {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Mostantól követed: {handle}" @@ -5591,7 +5633,7 @@ msgstr "Mostantól követed: {handle}" msgid "Following feed preferences" msgstr "Követett hírfolyam" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Követett hírfolyam" @@ -5613,7 +5655,7 @@ msgstr "Betűméret" msgid "Food" msgstr "Étel-ital" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Vállalati fiók esetén a felelős személy születési dátumát add meg." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Új meghívó létrehozása" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "A Germ DM szétkapcsolva" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM-hivatkozás" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "A Germ DM újra összekapcsolva" @@ -5812,7 +5854,7 @@ msgstr "Rendben" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF sikeresen feltöltve" @@ -5835,8 +5877,8 @@ msgstr "Az erőszak népszerűsítése" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Az erőszak népszerűsítése" msgid "Go back" msgstr "Vissza" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Vissza" @@ -5867,8 +5909,8 @@ msgstr "Vissza az előző lépéshez" msgid "Go home" msgstr "Ugrás a kezdőoldalra" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Élő adás indítása" @@ -5879,8 +5921,8 @@ msgstr "Élő adás indítása" msgid "Go Live" msgstr "Élő adás indítása" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Élő adás indítása (korlátozva)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Élő adás indítása az alábbi időintervallumra:" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "{0} profiljának megnyitása" @@ -5900,7 +5942,7 @@ msgstr "{firstAuthorName} profiljának megnyitása" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Ugrás a fiókbeállításokhoz" @@ -5943,8 +5985,8 @@ msgstr "A fiókodról jelenleg nem képes élő adást indítani" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Rendben" @@ -5953,6 +5995,11 @@ msgstr "Rendben" msgid "Grant access" msgstr "Hozzáférés megadása" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Csoportbeszélgetés átnevezve" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Csoportbeszélgetés beállításai" @@ -6083,6 +6130,11 @@ msgstr "Boldog GIF-ek" msgid "Haptics" msgstr "Rezgés" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Zaklatás vagy gyűlölet" @@ -6095,7 +6147,7 @@ msgstr "Veszélyes vagy káros tevékenységek" msgid "Harming or endangering minors" msgstr "Kiskorúak veszélyeztetése vagy károsítása" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Címke" @@ -6112,11 +6164,11 @@ msgstr "Gyűlöletbeszéd" msgid "Have a code? <0>Click here." msgstr "Ha már rendelkezel kóddal, <0>kattints ide." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Tévesen állapítottuk meg a tartózkodási helyedet? <0>Koppints ide a GPS-es ellenőrzéshez." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Problémába ütköztél?" @@ -6145,11 +6197,11 @@ msgstr "Elkészült az alkalmazásjelszó." msgid "Hey there 👋" msgstr "Szervusz! 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Szervusz!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Üdvözletem!" @@ -6158,7 +6210,7 @@ msgstr "Üdvözletem!" msgid "Hidden" msgstr "Rejtett tartalom" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Elrejtve a moderálási beállítások alapján." @@ -6166,23 +6218,19 @@ msgstr "Elrejtve a moderálási beállítások alapján." msgid "Hidden list" msgstr "Rejtett lista" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Elrejtés" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Elrejtés" @@ -6195,7 +6243,7 @@ msgstr "Testreszabási lehetőségek elrejtése" msgid "Hide group chat updates" msgstr "Csoportbeszélgetéses események elrejtése" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Listák elrejtése" @@ -6203,23 +6251,23 @@ msgstr "Listák elrejtése" msgid "Hide password" msgstr "Jelszó elrejtése" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Bejegyzés elrejtése helyileg" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Válasz elrejtése mindenkinek" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Válasz elrejtése helyileg" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Megosztott bejegyzések elrejtése a hírfolyamokban" @@ -6227,38 +6275,31 @@ msgstr "Megosztott bejegyzések elrejtése a hírfolyamokban" msgid "Hide this card" msgstr "Kártya elrejtése" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Bejegyzés elrejtése" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Válasz elrejtése" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Fordítás elrejtése" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Felkapott témakörök elrejtése" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Felkapott témakörök elrejtése" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Felkapott videók elrejtése" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Felhasználólista elrejtése" @@ -6267,12 +6308,12 @@ msgstr "Felhasználólista elrejtése" msgid "Hide verification badges" msgstr "Hitelesítési jelvények elrejtése" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Tartalom elrejtése" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Az ismerős-felkutatási reklámcsík bezárása" @@ -6308,7 +6349,7 @@ msgstr "Hmm… Úgy tűnik, hogy a hírfolyamkiszolgáló helytelen választ ado msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm… A hírfolyam felkeresése meghiúsult. Lehetséges, hogy már nem létezik." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm… Az adatok betöltése meghiúsult. A részleteket alább láthatod. Ha a probléma fennáll, jelentsd nekünk." @@ -6316,14 +6357,14 @@ msgstr "Hmmmm… Az adatok betöltése meghiúsult. A részleteket alább látha msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm… Ez a moderálási szolgáltatás nem található." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Egy pillanat! A videófeltöltés lehetősége még nem mindenki számára elérhető. Próbáld újra később." -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Kezdőoldal" @@ -6369,8 +6410,8 @@ msgstr "Embercsempészet" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Beleegyezem abba, hogy a Bluesky ismerősfelkutatás céljából felhasználja a névjegyeimből előállított titkosított kivonatokat, és hogy ezeket az adatokat későbbi ismerősfelkutatásokhoz is megtartsa, amíg ezt az engedélyt vissza nem vonom." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Kóddal rendelkezem" @@ -6400,15 +6441,15 @@ msgstr "Ha egy sincs kiválasztva, akkor bármilyen nyelven láthatsz bejegyzés 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." msgstr "Ha betöltötted 18. életévedet és szeretnél újra próbálkozni, akkor kattints az alábbi gombra és használd a régiódban elérhető hitelesítési módszerek egyikét. Ha kérdésed vagy vonatkozásod van, akkor <0>az ügyfélszolgálatunk segíthet." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Ha még nem töltötted be az országod által meghatározott nagykorúsági életkort, akkor az alábbi feltételeket a szülődnek vagy törvényes gondviselődnek kell elolvasnia." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Ha úgy véled, hogy ez a születési dátum helytelen, akkor <0>kattints ide a szerkesztéshez." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "A lista törlése nem vonható vissza." @@ -6420,7 +6461,7 @@ msgstr "Ha rendelkezel saját tartománnyal, akkor az is lehet a felhasználóne msgid "If you need to update your email, <0>click here." msgstr "Ha frissítened kell az e-mail-címedet, <0>kattints ide." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "A bejegyzés törlése nem vonható vissza." @@ -6441,7 +6482,7 @@ msgstr "A saját fiókodra vonatkozó értesítési beállításokat a <0>Beáll msgid "If you're a developer, you can host your own server." msgstr "Ha fejlesztő vagy, saját kiszolgálót is üzemeltethetsz." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Ha meg akarod változtatni a felhasználónevedet vagy az e-mail-címedet, azt még a deaktiválás előtt tedd meg!" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Kép" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "{0}. kép" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "{1}/{0}. kép" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "{imageCount}/{0}. kép" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Képgyorsítótár kiürítve. {0} hely felszabadult." #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Galéria – {0} kép" @@ -6526,7 +6567,7 @@ msgstr "Névjegyek importálása" msgid "Import Contacts" msgstr "Névjegyek importálása" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importáld a névjegyeidet vagy hívd meg a barátaidat!" @@ -6540,7 +6581,7 @@ msgstr "Importáld a névjegyeidet és találd meg az ismerőseidet!" msgid "Imported on {0}" msgstr "Importálás dátuma: {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Az életkorodnak megfelelő tartalmak megjelenítése érdekében tudnunk kell a születési dátumodat. Ezt az adatot csak egyszer fogjuk elkérni Tőled és bizalmasan kezeljük." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Az alábbi dátumig közzétett bejegyzések megtartása" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "A videó jelenlegi pontjának kiemelése ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "E-mailben kapott kód megadása" msgid "Interaction limited" msgstr "A kapcsolatbalépés korlátozott" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Kapcsolatbalépési beállítások" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Bejegyzések mentése (más néven: könyvjelzők)" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Érvénytelen kétlépcsős azonosítási kód." @@ -6691,7 +6732,7 @@ msgstr "Érvénytelen jelentési ok" msgid "Invalid rescind request." msgstr "Érvénytelen visszavonási kérelem." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Érvénytelen ellenőrzőkód" @@ -6703,15 +6744,15 @@ msgstr "Meghívás" msgid "Invite {name} to join Bluesky" msgstr "{name} meghívása a Blueskyra" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Meghívókód" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Érvénytelen meghívókód. Ellenőrizd a helyességét, majd próbáld újra." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Ismerősök meghívása" @@ -6761,7 +6802,7 @@ msgstr "Meghívó szerkesztve." msgid "Invite link enabled" msgstr "Meghívóhivatkozás engedélyezve." -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Hívj meg másokat is ebbe a kezdőcsomagba!" @@ -6786,26 +6827,26 @@ msgstr "Olyan, mint egy meghívó, csak személyesebb" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Úgy tűnik, hogy még nem minden névjegyed regisztrált a Blueskyra vagy ily módon nem próbálták megkeresni az ismerőseiket. Ha szeretnéd, akkor meghívhatod őket egy személyre szabható üzenettel." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Igen, helyes" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Még csak <0>{0} személy szerepel a kezdőcsomagban. A fenti keresővel másokat is hozzáadhatsz." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Még csak Te szerepelsz a kezdőcsomagban. A fenti keresővel másokat is hozzáadhatsz." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Állásazonosító: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Karrier" @@ -6816,8 +6857,8 @@ msgstr "Csatlakozás" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Csatlakozz a Blueskyhoz!" @@ -6840,9 +6881,9 @@ msgstr "Csatlakozz hozzánk!" msgid "Journalism" msgstr "Sajtó" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Szerkesztés folytatása" @@ -6854,17 +6895,17 @@ msgstr "Feliratkozás értesítésekre" msgid "KWS website" msgstr "A KWS honlapja" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Feljegyzés hozzárendelése" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Feljegyezte a(z) {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Feljegyezte a szerző." @@ -6893,7 +6934,7 @@ msgstr "A fiókodra helyezett feljegyzések" msgid "Language" msgstr "Nyelv" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Nyelvi beállítások" @@ -6907,12 +6948,12 @@ msgstr "Nyelvek" msgid "Larger" msgstr "Nagyobb" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Legutóbbi kérelem: {timeAgo}" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Legutóbbi kérelem: épp most" @@ -6923,8 +6964,8 @@ msgstr "Legutóbbi kérelem: épp most" msgid "Latest" msgstr "Legújabb" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "<0>További információ a részletes keresőről." msgid "Learn more about age assurance" msgstr "További információ az életkor-igazolásról" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "További információ a Blueskyról" @@ -6966,8 +7007,8 @@ msgstr "További információ a névjegyimportálásról" msgid "Learn more about self hosting your PDS." msgstr "További információ a személyes adatkiszolgálók üzemeltetéséről." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "További információ a tartalommoderálásról" @@ -6984,8 +7025,8 @@ msgstr "A változtatásokról és a visszajelzés mikéntjéről a blogbejegyzé msgid "Learn more about this warning" msgstr "További információ erről a figyelmeztetésről" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "További információ a Blueskyos hitelesítésől" @@ -6995,7 +7036,7 @@ msgstr "További információ a Blueskyos hitelesítésől" msgid "Learn more about what is public on Bluesky." msgstr "További információ a Bluesky-tartalmak nyilvánosságáról." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "További információ a Germ DM-hivatkozásokról" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "További információ a <0>fiókbeállításokban." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "További információ." @@ -7067,7 +7108,7 @@ msgstr "Ha elhagyod ezt a csoportbeszélgetést, akkor az zárolva marad és nem msgid "Left group chat." msgstr "Csoportbeszélgetés elhagyva." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "maradt." @@ -7080,7 +7121,7 @@ msgstr "Fiókok választása kézileg" msgid "Let's get your password reset!" msgstr "Állítsuk helyre a jelszavad!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Gyerünk!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Világos" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Tetszik" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Tetszik ({0, plural, one {# kedvelés} other {# kedvelés}})" @@ -7114,7 +7155,7 @@ msgstr "Kedvelj 10 megjegyzést!" msgid "Like 10 posts to train the Discover feed" msgstr "Kedvelj 10 megjegyzést a Követett hírfolyam idomításához!" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Hírfolyam kedvelése" @@ -7122,8 +7163,8 @@ msgstr "Hírfolyam kedvelése" msgid "Like this labeler" msgstr "Feljegyző kedvelése" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Kedvelők" @@ -7140,26 +7181,26 @@ msgstr "Kedvelők" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {#} other {#}} felhasználó kedveli" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "{0} kedveli ezt a bejegyzést" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "{0} és {1} kedveli ezt a bejegyzést" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Kedvelések" msgid "Likes of your reposts" msgstr "Megosztott bejegyzések kedvelése" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "A bejegyzést kedvelők" @@ -7191,11 +7232,16 @@ msgstr "Egyszerű" msgid "Link copied to clipboard" msgstr "Vágólapra helyezve" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Lista profilképe" @@ -7227,20 +7273,20 @@ msgstr "A lista létrehozva, de bizonyos személyeket nem lehetett felvenni" msgid "List creator" msgstr "Listaszerző" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lista törölve" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Lista leírása" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "A lista leírása túl hosszú. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Korlát: # karakter.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Elrejtetted a listát" @@ -7248,7 +7294,7 @@ msgstr "Elrejtetted a listát" msgid "List Hidden" msgstr "Elrejtett lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "A listának címet kell adni." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "A listán szereplő személyek elnémítva" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Lista címe" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "A lista címe túl hosszú. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Korlát: # karakter.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "A listán szereplő személyek tiltása feloldva" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "A listán szereplő személyek némítása feloldva" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listák" @@ -7326,12 +7372,12 @@ msgstr "Az élő adások kísérleti fázisban vannak" msgid "Live link" msgstr "Élő adás hivatkozása" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Továbbiak" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "További javasolt hírfolyamok" @@ -7346,16 +7392,16 @@ msgstr "Új értesítések betöltése" msgid "Load new posts" msgstr "Új bejegyzések betöltése" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Csevegés betöltése…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Listák betöltése…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Kapcsolatbalépési beállítások betöltése…" @@ -7383,7 +7429,7 @@ msgstr "A csoportbeszélgetés zárolása" msgid "Locked" msgstr "Zárolva" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Napló" @@ -7405,11 +7451,6 @@ msgstr "A logó szerzője: <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Tartsd lenyomva a(z) {0} címkét a menü megnyitásához" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Hosszabb videók" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Minta: XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Ellenőrizd, hogy biztosan ide akarsz-e menni!" msgid "Manage saved feeds" msgstr "Mentett hírfolyamok kezelése" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Hitelesítési beállítások" @@ -7461,8 +7502,14 @@ msgstr "Elnémított szavak és címkék kezelése" msgid "Manual" msgstr "Kézi" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Összes megjelölése olvasottként" @@ -7473,6 +7520,10 @@ msgstr "Összes megjelölése olvasottként" msgid "Mark all chats as read" msgstr "Összes csevegés megjelölése olvasottként" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Mellékletek" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "A csatolt mellékletek a következő eszközön érhetők el: {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "A mellékletek egy másik eszközön érhetők el" @@ -7540,7 +7591,7 @@ msgstr "Tagok" msgid "Members can still read chat history but can’t send new messages." msgstr "A tagok továbbra is képesek lesznek az üzenetek elolvasására, de újakat nem tudnak küldeni." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "a megemlített felhasználók" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Üzenet küldése" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Üzenet" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Üzenetküldés neki: {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Törölt üzenet" @@ -7603,7 +7655,7 @@ msgstr "@{0} üzenete: {1}" msgid "Message from server: {0}" msgstr "A kiszolgáló üzenete: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Üzenetbeviteli mező" @@ -7615,7 +7667,7 @@ msgstr "Az üzenet túl hosszú ({MAX_DM_GRAPHEME_LENGTH}/{graphemeCount})" msgid "Message options" msgstr "Üzenetlehetőségek" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Üzenetek" @@ -7640,12 +7692,12 @@ msgstr "Kiskorúak zaklatása" msgid "Misleading" msgstr "Félrevezető tartalom" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Hiányzó melléklet" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderálás" @@ -7658,6 +7710,12 @@ msgstr "Moderálás és tartalomszűrés" msgid "Moderation details" msgstr "Moderálási részletek" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Moderátori üzenetek" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Moderálólista – Szerző: <0/>" msgid "Moderation list by you" msgstr "Moderálólista – Saját" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderálólista létrehozva" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderálólista frissítve" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Moderálólisták" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Moderálólisták" @@ -7697,11 +7755,11 @@ msgstr "Moderálólisták" msgid "moderation settings" msgstr "moderálási beállítások" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderálási állapotok" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderálási eszközök" @@ -7710,8 +7768,8 @@ msgstr "Moderálási eszközök" msgid "Moderator has chosen to set a general warning on the content." msgstr "Ezen a tartalmon általános figyelmeztetés van érvényben, egy moderátor döntése alapján." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "További hírfolyamok" @@ -7720,10 +7778,10 @@ msgstr "További hírfolyamok" msgid "More languages..." msgstr "További nyelvek…" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "További lehetőségek" @@ -7747,7 +7805,7 @@ msgstr "Zene" msgid "Mute" msgstr "Elnémítás" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Elnémítás" msgid "Mute {0}" msgstr "A(z) {0} címke elnémítása" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Fiók elnémítása" @@ -7816,13 +7874,13 @@ msgstr "Szó elnémítása csak címkékben" msgid "Mute this word until you unmute it" msgstr "Szó elnémítása a némítás feloldásáig" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Válaszlánc elnémítása" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Szavak és címkék elnémítása" @@ -7834,11 +7892,11 @@ msgstr "Egy csoportot bármikor elnémíthatsz vagy elhagyhatsz." msgid "Muted" msgstr "Elnémítva" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Elnémított fiókok" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Elnémított fiókok" @@ -7852,7 +7910,7 @@ msgstr "Egy elnémított fiók nem fog megjelenni a hírfolyamaidban és nem kap msgid "Muted by \"{0}\"" msgstr "Némítás forrása: {0}" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Elnémított szavak és címkék" @@ -7881,7 +7939,7 @@ msgstr "Hírfolyamgyűjtemény" msgid "My starter pack" msgstr "Saját kezdőcsomag" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Név" @@ -7891,12 +7949,12 @@ msgstr "Természet" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Ugrás: {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Ugrás a kezdőcsomaghoz" @@ -7910,8 +7968,8 @@ msgstr "Ugrás a következő képernyőre" msgid "Navigates to your profile" msgstr "Ugrás a profilodra" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Szerzői jogsértést, jogi követelést vagy szabályzatszegést jelentenél?" @@ -7919,10 +7977,6 @@ msgstr "Szerzői jogsértést, jogi követelést vagy szabályzatszegést jelent msgid "Nevermind, create a handle for me" msgstr "Mégse – hozzon létre egy felhasználónevet automatikusan" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Új" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Új e-mail-cím" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Új funkció" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Új üzenetek" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Új jelszó" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Új bejegyzés" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Új bejegyzés" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "A legújabb válaszok elöl" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Hírek" @@ -8088,15 +8142,15 @@ msgstr "Hírek" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Tovább" @@ -8108,12 +8162,16 @@ msgstr "Következő kép" msgid "Night" msgstr "Éjfél" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Nem" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Ilyen egy közösségi oldal hirdetések, magánéletsértő nyomonkövetés és visszarángatás nélkül. A Bluesky tiszteletben tartja az idődet és a figyelmedet." @@ -8194,11 +8252,11 @@ msgstr "Még nincsenek kedvelések" msgid "No lists" msgstr "Még nincsenek listák" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Abbahagytad {0} követését" @@ -8224,7 +8282,7 @@ msgstr "Vess véget a szeméttel teli hírfolyamok örökös görgetésének! In msgid "No name" msgstr "Névtelen" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Még nincsenek értesítéseid." @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Senkitől" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Ezt a bejegyzést csak a szerző idézheti." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Nincsenek találatok" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "A(z) „{0}” kifejezésre nincsenek találatok." @@ -8322,7 +8380,7 @@ msgstr "A(z) „<0>{query}” kifejezésre nincsenek találatok." msgid "No results found for your query with advanced search filters applied." msgstr "A jelenlegi szűrőkkel nincsenek találatok a keresett kifejezésre." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Nincsenek találatok." @@ -8335,7 +8393,7 @@ msgstr "Még nincsenek kezdőcsomagok" msgid "No thanks" msgstr "Köszönöm, nem" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Az eszköz nem szolgált fordítással." @@ -8343,7 +8401,7 @@ msgstr "Az eszköz nem szolgált fordítással." msgid "No video posts yet" msgstr "Még nincsenek videós bejegyzések" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Senki" @@ -8360,7 +8418,7 @@ msgstr "Ezt a tartalmat még senki sem idézte. Talán Te lehetnél az első!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ezt a tartalmat még senki sem osztotta meg. Talán Te lehetnél az első!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Nincs találat. Próbálj rákeresni valaki másra." @@ -8398,7 +8456,7 @@ msgstr "Ezen a platformon nem elérhető." msgid "Not followed by anyone you’re following" msgstr "Nincsenek ismert követők" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Ez a tartalom nem található" @@ -8407,7 +8465,7 @@ msgstr "Ez a tartalom nem található" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Még nem állsz készen a közzétételre? Gyűjtsd össze a gondolataidat piszkozatok formájában és várd meg a tökéletes pillanatot!" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Korlátozott láthatóság" @@ -8419,13 +8477,17 @@ msgstr "Megjegyzés: A Bluesky az Atmosphere nyílt, nyilvános hálózatának r msgid "Note: This post is only visible to logged-in users." msgstr "Megjegyzés: Ez a bejegyzés csak a bejelentkezett felhasználók számára látható." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Még semmit sem mentettél" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Értesítési beállítások" @@ -8435,8 +8497,8 @@ msgstr "Értesítési beállítások" msgid "Notification sounds" msgstr "Értesítési hangok" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Értesítési hangok" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Értesítések" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Rendben" @@ -8505,6 +8567,10 @@ msgstr "A legrégebbi válaszok elöl" msgid "On" msgstr "Be" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "A lehetőség engedélyezésével a Bluesky csak a Téged követő személyeknek fogja megjeleníteni a bejegyzéseidet a Felfedezés hírfolyamban. Lehetséges, hogy ezt a beállítást más alkalmazások is figyelembe veszik a saját algoritmusalapú ajánlórendszereikben." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "a <0><1/> Blueskyon" @@ -8523,32 +8589,32 @@ msgstr "Az egyik címzett nem kíván részt venni csoportbeszélgetésekben." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Az egyik címzett letiltott Téged, ezért nem veheted fel vele a kapcsolatot." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Legalább egy GIF-ről hiányzik a helyettesítő szöveg." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Legalább egy képről hiányzik a helyettesítő szöveg." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "A kiválasztott fájlok közül legalább egy nem támogatott formátumú." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "A kiválasztott fájlok közül legalább egy túl nagy. A korlát {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Legalább egy piszkozat túl hosszú. {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {Korlát: # karakter.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Legalább egy videóról hiányzik a helyettesítő szöveg." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Csak {0} válaszolhatnak." @@ -8556,7 +8622,7 @@ msgstr "Csak {0} válaszolhatnak." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "{1, selectordinal, one {Az #} other {A #}} kiválasztottból csak az első {0} fényképet lehetett csatolni. A korlát {MAX_GALLERY_IMAGES} melléklet." @@ -8578,7 +8644,7 @@ msgstr "Ehhez a csoportbeszélgetéshez csak követők csatlakozhatnak." msgid "Only followers who I follow" msgstr "Csak a kölcsönös követőktől" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Csak a képfájlok támogatottak" @@ -8637,7 +8703,7 @@ msgstr "Részletes keresési beállítások megnyitása" msgid "Open avatar creator" msgstr "Profilképkészítő megnyitása" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Kamera megnyitása" @@ -8655,7 +8721,7 @@ msgstr "{displayName} beállításainak megtekintése" msgid "Open conversation options" msgstr "Beszélgetési beállítások megnyitása" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Piszkozat szerkesztése" @@ -8663,8 +8729,8 @@ msgstr "Piszkozat szerkesztése" msgid "Open drawer menu" msgstr "Oldalsó menü megnyitása" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Emojiválasztó megnyitása" @@ -8695,12 +8761,12 @@ msgstr "Csoportbeszélgetés megnyitása" msgid "Open group chat settings" msgstr "Csoportbeszélgetés beállításainak megnyitása" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Megnyitás a Google Fordítóban" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "A(z) {niceUrl} hivatkozás megnyitása" @@ -8713,11 +8779,11 @@ msgstr "Üzenetlehetőségek megnyitása" msgid "Open moderation debug page" msgstr "Moderálási hibakeresési oldal megnyitása" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Elnémított szavak és címkék beállításainak megnyitása" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Csomag megnyitása" @@ -8743,7 +8809,7 @@ msgstr "Beállítások megnyitása" msgid "Open share menu" msgstr "Továbbítási menü megnyitása" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Kezdőcsomag-menü megnyitása" @@ -8759,10 +8825,9 @@ msgstr "Rendszernapló megnyitása" msgid "Open this group chat" msgstr "Csoportbeszélgetés megnyitása" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Ugrás a(z) {0} hírfolyamra" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Hibakeresési bejegyzés részleteinek megnyitása" msgid "Opens alt text dialog" msgstr "Helyettesítő szöveget tartalmazó ablak megnyitása" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Az eszköz kamerájának megnyitása" @@ -8804,28 +8869,28 @@ msgstr "Felhasználónév-megváltoztatási párbeszédablak megnyitása" msgid "Opens composer" msgstr "Bejegyzésíró megnyitása" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "A készülék kamerájának megnyitása" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "A készülék galériájának megnyitása. A bejegyzéshez legfeljebb {MAX_GALLERY_IMAGES, plural, other {# kép}}, vagy egy videó vagy GIF csatolható." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Regisztrációs varázsló indítása" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Bejelentkezési varázsló megnyitása" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Teljes kép megtekintése" @@ -8833,7 +8898,7 @@ msgstr "Teljes kép megtekintése" msgid "Opens helpdesk in browser" msgstr "Támogatási hivatkozás megnyitása böngészőben" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Fényképválasztó megnyitása" @@ -8854,7 +8919,7 @@ msgstr "Bejegyzések nyelvi beállításainak megnyitása" msgid "Opens profile" msgstr "Profil megnyitása" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "A barátmeghívási beállítások megnyitása" @@ -8867,11 +8932,11 @@ msgstr "A GIF-választó párbeszédablak megnyitása" msgid "Opens the invite friends sheet to share your profile" msgstr "A barátmeghívási panel megnyitása profilmegosztás céljából" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Bejegyzésíró felület megnyitása" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Piszkozat szerkesztése a bejegyzésíró felületen" @@ -8879,15 +8944,51 @@ msgstr "Piszkozat szerkesztése a bejegyzésíró felületen" msgid "Opens this profile" msgstr "Saját profil megnyitása" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "További lehetőségek:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Vagy folytatás egy másik fiókkal." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Vagy bejelentkezés egy másik fiókba." @@ -8985,7 +9086,7 @@ msgstr "Bulizós GIF-ek" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Jelszó" @@ -8993,7 +9094,7 @@ msgstr "Jelszó" msgid "Password changed" msgstr "Jelszó megváltoztatva" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "A jelszónak legalább 8 karakter hosszúnak kell lennie." @@ -9005,7 +9106,7 @@ msgstr "Megváltoztattad a jelszavad" msgid "Password updated!" msgstr "Megváltoztattad a jelszavad!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Szünet" @@ -9020,7 +9121,7 @@ msgstr "Videó szüneteltetése" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Személyek" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "A(z) {ownerName} által követett személyek kérelmezhetik a csatlakozást" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "A(z) @{0} által követett személyek" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Az őt követő személyek: @{0}" @@ -9070,11 +9171,11 @@ msgstr "Az Általad követett személyek kézi jóváhagyás nélkül csatlakozh msgid "People I follow can request to join" msgstr "Az Általad követett személyek kérelmezhetik a csatlakozást" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Az Általad követett személyek" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Az Általad megemlített személyek" @@ -9082,7 +9183,7 @@ msgstr "Az Általad megemlített személyek" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "A galéria hozzáférését megtagadták. Engedélyezd a rendszerbeállításokban." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Személy ki/be" @@ -9115,15 +9216,15 @@ msgstr "Színséma kiválasztása" msgid "Pictures meant for adults." msgstr "Felnőtteknek szánt képek." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Hírfolyam kitűzése" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Kitűzés a kezdőoldalra" @@ -9131,8 +9232,8 @@ msgstr "Kitűzés a kezdőoldalra" msgid "Pin to Home" msgstr "Kitűzés a kezdőoldalra" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Kitűzés a profilodra" @@ -9151,11 +9252,11 @@ msgstr "A(z) {0} hírfolyam kitűzve" msgid "Pinned Feeds" msgstr "Kitűzött hírfolyamok" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Kitűzted a hírfolyamot" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Lejátszás" @@ -9169,12 +9270,12 @@ msgstr "{0} lejátszása" msgid "Play GIF" msgstr "GIF lejátszása" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Videó lejátszása" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Videó lejátszása" @@ -9182,7 +9283,7 @@ msgstr "Videó lejátszása" msgid "Plays or pauses the GIF" msgstr "GIF lejátszása/szüneteltetése" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Videó lejátszása/szüneteltetése" @@ -9190,7 +9291,7 @@ msgstr "Videó lejátszása/szüneteltetése" msgid "Plays the GIF" msgstr "GIF lejátszása" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Videó lejátszása" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Válassz egy felhasználónevet." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Válassz egy jelszót." @@ -9219,12 +9320,12 @@ msgstr "Kérjük, kattints a tőlünk kapott e-mailben található hivatkozásra msgid "Please complete the verification captcha." msgstr "Végezd el a captchás ellenőrzést." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "A videófeltöltéshez először hitelesítened kell az e-mail-címedet." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Kérjük ellenőrizd, hogy az e-mail-cím helyesen van megadva." @@ -9232,7 +9333,7 @@ msgstr "Kérjük ellenőrizd, hogy az e-mail-cím helyesen van megadva." msgid "Please enter a password." msgstr "Adj meg egy jelszót." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Adj meg egy jelszót! A jelszónak legalább 8 karakter hosszúnak kell lennie." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Add meg a korábbi e-mail-címedre küldött kódot." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Add meg az e-mail-címedet." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Add meg a meghívókódodat." @@ -9306,8 +9407,8 @@ msgstr "Magyarázd el, hogy miért gondolod úgy, hogy jogtalanul fosztottak meg msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Magyarázd el, hogy miért gondolod úgy, hogy jogtalanul fosztottak meg az élőadás-indítási jogosultságodtól." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Az aktív tartalom elejére ugráshoz aktiváld ezt az elemet vagy nyomd meg a Vissza gombot." @@ -9333,7 +9434,7 @@ msgstr "Add meg a jelentés okát." msgid "Please sign in as @{0}" msgstr "Jelentkezz be, mint @{0}." -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Ezt a jelentést a „Beleegyezés nélkül kibocsátott, intim területeket ábrázoló képek jelentése” c. űrlapon lehet jelenteni (angol nyelven)." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Üzenet megadása:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politika" @@ -9367,18 +9468,18 @@ msgstr "Politika" msgid "Porn" msgstr "Pornó" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Közzététel" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Bejegyzés" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "{count}/{index}. bejegyzés" @@ -9393,12 +9494,12 @@ msgstr "Fénykép közzététele" msgid "Post a video" msgstr "Videó közzététele" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Összes közzététele" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Közzététel mégis" @@ -9406,11 +9507,16 @@ msgstr "Közzététel mégis" msgid "Post blocked" msgstr "Letiltott bejegyzés" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0} bejegyzése" @@ -9423,10 +9529,10 @@ msgstr "Bejegyzés törölve" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "A bejegyzés közzététele meghiúsult. Ellenőrizd az internetkapcsolatot, majd próbáld újra." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Ezt a bejegyzést törölték." @@ -9440,11 +9546,11 @@ msgstr "Bejegyzés elrejtve egy elnémított szó által" msgid "Post Hidden by You" msgstr "Elrejtetted a bejegyzést" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Kapcsolatbalépési beállítások" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Kapcsolatbalépési beállítások" @@ -9468,7 +9574,7 @@ msgstr "Meghívó közzététele" msgid "Post not found" msgstr "A bejegyzés nem található" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Bejegyzés kitűzve" @@ -9478,7 +9584,7 @@ msgstr "Bejegyzés kitűzve" msgid "Post type" msgstr "Bejegyzéstípus" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Bejegyzés kitűzése felolva" @@ -9487,7 +9593,7 @@ msgstr "Bejegyzés kitűzése felolva" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Bejegyzések" @@ -9520,7 +9626,7 @@ msgstr "Előnyben részesített nyelv" msgid "Press to attempt reconnection" msgstr "Az újracsatlakozáshoz kattints ide." -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Adatvédelem" msgid "Privacy and security" msgstr "Adatvédelem és biztonság" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Adatvédelmi- és biztonsági beállítások" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Adatvédelmi irányelvek" msgid "Privacy violation of a minor" msgstr "Kiskorúak személyes jogainak megsértése" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "GIF feldolgozása folyamatban…" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Videó feldolgozása folyamatban…" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Nyilvános, megosztható fióklisták a tömeges elnémításhoz vagy letiltáshoz." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Bejegyzés közzététele" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Bejegyzések közzététele" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Válaszok közzététele" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Válasz közzététele" @@ -9685,7 +9791,7 @@ msgstr "A QR-kód fényképalbumba mentése megtörtént" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Idézés" @@ -9723,8 +9829,8 @@ msgstr "Korlát átlépve – rövid időn belül túl sokszor próbáltad megv msgid "Rate limit exceeded. Please try again later." msgstr "Korlát átlépve. Próbáld újra később." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Idézet visszakapcsolása" @@ -9745,7 +9851,7 @@ msgstr "Reagálás a(z) {emoji}-emojival" msgid "Reactions" msgstr "Reakciók" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Fiók újraaktiválása" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "További információ a részletes keresésről (angol nyelven)" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Blogbejegyzés megtekintése (angolul)" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Kevesebb" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Több" @@ -9780,7 +9886,7 @@ msgstr "További válaszok megjelenítése" msgid "Read our blog post" msgstr "Blogbejegyzés megtekintése" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "A Bluesky blog megnyitása (angolul)" @@ -9794,11 +9900,11 @@ msgstr "A Bluesky adatvédelmi irányelveinek megtekintése" msgid "Read the Bluesky Terms of Service" msgstr "A Bluesky felhasználói feltételeinek megtekintése" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Valódi párbeszéd." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Valódi emberek." @@ -9862,23 +9968,24 @@ msgstr "Beszélgetések újratöltése" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Eltávolítás" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "{displayName} eltávolítása a csoportbeszélgetésből" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "{displayName} eltávolítása a kezdőcsomagból" @@ -9914,8 +10021,8 @@ msgstr "Melléklet eltávolítása" msgid "Remove Avatar" msgstr "Profilkép eltávolítása" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Borítókép eltávolítása" @@ -9950,8 +10057,8 @@ msgstr "Eltávolítás a csevegésből" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Eltávolítás a hírfolyamgyűjteményből" @@ -9960,8 +10067,8 @@ msgstr "Eltávolítás a hírfolyamgyűjteményből" msgid "Remove from quick access?" msgstr "Eltávolítás a fióklistáról" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Eltávolítás a mentett hírfolyamok közül" @@ -9970,7 +10077,7 @@ msgstr "Eltávolítás a mentett hírfolyamok közül" msgid "Remove from saved posts" msgstr "Eltávolítás a mentett bejegyzések közül" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Eltávolítás a hírfolyamgyűjteményből" @@ -10010,7 +10117,7 @@ msgstr "Javaslat eltávolítása" msgid "Remove this feed from your saved feeds" msgstr "Eltávolítás a mentett hírfolyamok közül" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Nem elérhető moderálási szolgáltatások eltávolítása" @@ -10018,10 +10125,14 @@ msgstr "Nem elérhető moderálási szolgáltatások eltávolítása" msgid "Remove user from list" msgstr "Személy levétele a listáról" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Hitelesítés eltávolítása" @@ -10029,11 +10140,11 @@ msgstr "Hitelesítés eltávolítása" msgid "Remove your verification for this account?" msgstr "Biztosan el akarod távolítani a hitelesítésedet erről a fiókról?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Eltávolította a szerző" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Eltávolítottad ezt a tartalmat" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Eltávolítva a mentett bejegyzések közül" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Profil eltávolítva a kezdőcsomagból" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Eltávolítva a hírfolyamgyűjteményből" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Nem elérhető szolgáltatások eltávolítva" @@ -10128,11 +10240,11 @@ msgstr "Üzenet, amelyre válaszoltak. Ugrás koppintásra" msgid "Replies" msgstr "Válaszok" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Válaszadás letiltva" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "A bejegyzés alatti válaszadás le van tiltva." @@ -10141,14 +10253,14 @@ msgstr "A bejegyzés alatti válaszadás le van tiltva." msgid "Reply" msgstr "Válasz" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Válasz közzététele" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Válasz írása ({0, plural, one {# válasz} other {# válasz}})" @@ -10162,7 +10274,7 @@ msgstr "Elrejtve a válaszlánc szerzője által" msgid "Reply Hidden by You" msgstr "Elrejtve Általad" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "A teljes válaszlánc beállításait az eredeti szerző kezeli" @@ -10185,8 +10297,8 @@ msgstr "Elrejtetted a választ" msgid "Report" msgstr "Jelentés" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Fiók jelentése" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Beszélgetés jelentése" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Párbeszédablak jelentése" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Hírfolyam jelentése" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Lista jelentése" @@ -10216,8 +10328,8 @@ msgstr "Lista jelentése" msgid "Report message" msgstr "Üzenet jelentése" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Bejegyzés jelentése" @@ -10225,8 +10337,8 @@ msgstr "Bejegyzés jelentése" msgid "Report sent" msgstr "Jelentés elküldve" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Kezdőcsomag jelentése" @@ -10292,7 +10404,7 @@ msgstr "Megosztás ({0, plural, one {# megosztás} other {# megosztás}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Megosztás vagy idézet" @@ -10330,12 +10442,12 @@ msgstr "A bejegyzés megosztásai" msgid "Reposts of your reposts" msgstr "Megosztott bejegyzések megosztása" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Megosztott bejegyzések elrejtve" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Megosztott bejegyzések megjelenítve" @@ -10348,8 +10460,8 @@ msgstr "Csatlakozási kérelem küldése" msgid "Request approved." msgstr "Kérelem jóváhagyva." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Kód kérelmezése" @@ -10371,7 +10483,7 @@ msgstr "Kérelem elküldve" msgid "Requests" msgstr "Kérelmek" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Helyettesítő szöveg hozzáadásának megkövetelése közzététel el msgid "Require an email code to sign in to your account." msgstr "E-mailben kapott kód megkövetelése a bejelentkezéshez." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Szükséges a tárhelyszolgáltatóhoz" @@ -10418,16 +10530,16 @@ msgstr "Kód újraküldése" msgid "Resend code in <0>00:{0}" msgstr "<0>00:{0} múlva új kódot kérhetsz" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "E-mail újraküldése" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "E-mail újraküldése" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Visszaigazoló e-mail újraküldése" @@ -10453,6 +10565,11 @@ msgstr "Jelszó helyreállítása" msgid "Reset your password by sending a code to your email" msgstr "A jelszó helyreállítása e-mailben küldött ellenőrzőkód segítségével" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Alaphelyzet" @@ -10479,9 +10596,9 @@ msgstr "A legutóbb meghiúsult folyamat újrapróbálása" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "A legutóbb meghiúsult folyamat újrapróbálása" msgid "Retry" msgstr "Újra" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Jelentési lehetőségégek betöltésének újrapróbálása" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Vissza az előző oldalra" @@ -10521,7 +10638,7 @@ msgstr "Vissza a kezdőoldalra" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Vissza az előző oldalra" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "Szomorú GIF-ek" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Születési dátum mentése" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Változtatások mentése" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Változtatások mentése" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Mentés" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Piszkozat mentése" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Kép mentése" @@ -10608,8 +10725,8 @@ msgstr "Felhasználónév mentése" msgid "Save QR code" msgstr "QR-kód mentése" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Beállítások megjegyzése" @@ -10618,7 +10735,7 @@ msgstr "Beállítások megjegyzése" msgid "Save to my feeds" msgstr "Mentés a hírfolyamgyűjteménybe" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Mentett hírfolyamok" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Mentett bejegyzések" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Hírfolyam elmentve" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Köszönj!" @@ -10661,7 +10778,7 @@ msgstr "Beolvasás" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "QR-kód beolvasása" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Vissza a tetejére" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Keresés" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Keresés @{0} bejegyzései között" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Keresés név vagy érdeklődési kör alapján" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Profilok keresése" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Keresés: {interestsDisplayName}" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Keresés: {interestsDisplayName} (aktív)" @@ -10734,19 +10851,19 @@ msgstr "Keresés: {searchText}" msgid "Search for {q}" msgstr "Keresés: {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Keresd meg az ajánlani kívánt hírfolyamokat!" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "További fiókok keresése" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "További hírfolyamok keresése" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Személyek keresése" @@ -10774,14 +10891,14 @@ msgstr "Keresés a nyelvek között" msgid "Search my posts" msgstr "Keresés a saját bejegyzések között" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Keresés a bejegyzések között" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Profilok keresése" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Keresés…" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Profilok keresése" @@ -10829,14 +10946,14 @@ msgstr "A(z) #{tag} címkével ellátott bejegyzések megtekintése" msgid "See #{tag} posts by user" msgstr "A felhasználó #{tag} címkével ellátott bejegyzéseinek megtekintése" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Állások a Blueskynál" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Továbbiak" @@ -10844,16 +10961,11 @@ msgstr "Továbbiak" msgid "See more suggested profiles" msgstr "További javasolt profilok megjelenítése" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "További felkapott témakörök megjelenítése" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Az ugyanazon szerzőtől származó, válaszláncokba szétbontott bejegyzések számozása (3/1, 3/2, stb.)." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "{langName} kiválasztása" msgid "Select a color" msgstr "Szín kiválasztása" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Indok megadása" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Fiók kiválasztása" @@ -10910,7 +11022,7 @@ msgstr "Profilkép kiválasztása" msgid "Select an emoji" msgstr "Emoji kiválasztása" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Lehetőség kiválasztása" @@ -10946,11 +11058,11 @@ msgstr "Szűrőtípus megadása (jelenleg: {0})" msgid "Select from an existing account" msgstr "Fiók kiválasztása" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Listák megadása" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Listák megadása <0>{numberOfListsSelected, plural, other {(# kiválasztva)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Add meg, hogy milyen sokáig legyen ez a szó elnémítva." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Nyelv kiválasztása" @@ -10987,7 +11099,7 @@ msgstr "Nyelv kiválasztása…" msgid "Select languages" msgstr "Nyelvek kiválasztása" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Moderálási szolgáltatás kiválasztása" @@ -11028,7 +11140,7 @@ msgstr "Add meg, hogy milyen nyelven szeretnéd az alkalmazást használni." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Add meg, hogy milyen nyelveken szeretnél tartalmakat látni a hírfolyamaidban. Ha egy nyelvet sem jelölsz ki, akkor minden bejegyzés láthatóvá válik." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Születési dátum megadása" @@ -11045,7 +11157,7 @@ msgstr "Add meg, hogy milyen nyelvre szeretnéd lefordítani a bejegyzéseket." msgid "Select your preferred notification channels" msgstr "Kívánt értesítési csatornák megadása" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Egy bejegyzéshez csak egyféle melléklet csatolható." @@ -11076,7 +11188,7 @@ msgstr "Hibajelentés küldése" msgid "Send feedback" msgstr "Visszajelzés küldése" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Üzenet küldése" @@ -11089,7 +11201,7 @@ msgstr "Bejegyzés küldése neki: {name}" msgid "Send post to..." msgstr "Címzett kiválasztása" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Jelentés küldése neki: {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Üzenet küldése a telefonról" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Visszaigazoló e-mail küldése" @@ -11133,7 +11245,7 @@ msgstr "Alkalmazásikon megváltoztatása erre: {0}" msgid "Set new password" msgstr "Új jelszó beállítása" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "A megengedett személyek csoportjainak pontos megszabása" @@ -11141,11 +11253,11 @@ msgstr "A megengedett személyek csoportjainak pontos megszabása" msgid "Set up your account" msgstr "Fiók beállítása" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Add meg, hogy ki léphet kapcsolatba a bejegyzéssel" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Add meg a születési dátumodat és seperc alatt folytathatod a böngészést és bejegyzésírást!" @@ -11161,9 +11273,9 @@ msgstr "Tárhelyszolgáltató kézi beállítása" msgid "Sets email for password reset" msgstr "E-mail cím beállítása jelszóvisszaállításhoz" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Beállítások" @@ -11222,7 +11334,7 @@ msgstr "Válaszos értesítések beállításai" msgid "Settings for repost notifications" msgstr "Megosztásos értesítések beállításai" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Beállítások elmentve" @@ -11242,7 +11354,7 @@ msgstr "Szexuális tartalom" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Továbbítás" @@ -11251,7 +11363,7 @@ msgstr "Továbbítás" msgid "Share age range" msgstr "Korcsoport megosztása" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Továbbítás mégis" @@ -11279,13 +11391,13 @@ msgstr "Csoportmeghívó továbbítása" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Hivatkozás továbbítása" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Hivatkozásmegosztási párbeszédablak" @@ -11304,12 +11416,12 @@ msgstr "Bejegyzés „at://” URI-jének továbbítása" msgid "Share Profile" msgstr "Profil megosztása" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "QR-kód továbbítása" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Hírfolyam továbbítása" @@ -11318,22 +11430,22 @@ msgstr "Hírfolyam továbbítása" msgid "Share this search" msgstr "Keresés továbbítása" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Kezdőcsomag továbbítása" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Oszd meg ezt a kezdőcsomagot, hogy mások is csatlakozhassanak a Blueskyos közösségedhez!" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Továbbítás…" @@ -11345,7 +11457,7 @@ msgstr "Oszd meg velünk a névjegyeidet és kutatsd fel az ismerőseidet" msgid "Share your thoughts…" msgstr "Visszajelzés megadása…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "„Megosztott beállítások” tesztelő" @@ -11359,12 +11471,16 @@ msgstr "Az Apple-fiókodban szereplő korcsoport megosztásával megállapíthat msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "A Google-fiókodban szereplő korcsoport megosztásával megállapíthatjuk, hogy felnőtt vagy-e, de a <0>pontos életkorodat és születésnapodat nem. Ezek az adatok a jelenlegi eszközödön maradnak, ezért csak itt oldják fel az életkorhoz kötött funkciókat. Ha szeretnél minden platformon hozzáférést nyerni, akkor <1>igénybe veheted megbízható partnerünk, a KWS szolgáltatását is." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Megjelenítés" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Helyettesítő szöveg megjelenítése" @@ -11373,14 +11489,14 @@ msgstr "Helyettesítő szöveg megjelenítése" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Megjelenítés mégis" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Automatizálási feljegyzés megjelenítése" @@ -11401,16 +11517,16 @@ msgstr "Testreszabási lehetőségek megjelenítése" msgid "Show group chat updates" msgstr "Csoportbeszélgetéses események megjelenítése" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Kevesebb ilyet mutasson" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Lista megjelenítése mégis" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Választható felhasználólisták megjelenítése" @@ -11418,8 +11534,8 @@ msgstr "Választható felhasználólisták megjelenítése" msgid "Show more" msgstr "Továbbiak" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Több ilyet mutasson" @@ -11445,8 +11561,8 @@ msgstr "Válaszok megjelenítése" msgid "Show replies as" msgstr "Válaszok megjelenése" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Válasz megjelenítése mindenkinek" @@ -11455,8 +11571,8 @@ msgstr "Válasz megjelenítése mindenkinek" msgid "Show reposts" msgstr "Megosztások megjelenítése" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Megosztott bejegyzések megjelenítése a hírfolyamokban" @@ -11478,7 +11594,7 @@ msgstr "Figyelmeztetés és kiszűrés a hírfolyamokból" msgid "Show when you’re live" msgstr "Saját élő állapot megjelenítése" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "További információ a bejegyzés dátumáról" @@ -11486,15 +11602,15 @@ msgstr "További információ a bejegyzés dátumáról" msgid "Shows other accounts you can switch to" msgstr "További fiókok megjelenítése váltás céljából" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Tartalom megjelenítése" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Tartalom megjelenítése" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Bejelentkezés" msgid "Sign in as {0}" msgstr "Bejelentkezés, mint {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Bejelentkezés, mint…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Jelentkezz be vagy regisztrálj" @@ -11551,16 +11667,17 @@ msgstr "Jelentkezz be vagy hozz létre egy Bluesky-fiókot." msgid "Sign in to request access to this group chat." msgstr "A csoportbeszélgetés megtekintéséhez bejelentkezés szükséges." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "A megtekintéshez bejelentkezés szükséges" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Kezdő dátum" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Kihagyás" msgid "Skip contact sharing and continue to the app" msgstr "Kihagyás és az alkalmazás használatának folytatása" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Üres bejegyzések kihagyása" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Bevezető kihagyása és fiók használatának megkezdése" @@ -11628,7 +11745,7 @@ msgstr "Bevezető kihagyása és fiók használatának megkezdése" msgid "Skip to next step" msgstr "Lépés kihagyása" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "csúszka" @@ -11644,19 +11761,24 @@ msgstr "Emlékeztető elhalasztása" msgid "So many thoughts, you should post one" msgstr "Csak gyűlnek a gondolatok… Szeretnél közzétenni egyet?" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Közösségi oldal, amelyet Te irányítasz." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Ismert kedvelők megjelenítése" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Szoftverfejlesztő" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "A feliratkozott moderálólisták némelyike már nem elérhető." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "A hitelesítéseidnek egy része érvénytelen." @@ -11664,7 +11786,7 @@ msgstr "A hitelesítéseidnek egy része érvénytelen." msgid "Some other feeds you might like" msgstr "További ajánlott hírfolyamok" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Csak bizonyos személyek válaszolhatnak" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Valami balul sült el" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Valami balul sült el. Próbáld újra" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Valami balul sült el. Próbáld újra." msgid "Something went wrong. Please try again." msgstr "Valami balul sült el. Próbáld újra." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Valami nem stimmel? Vedd fel velünk a kapcsolatot!" @@ -11759,8 +11881,8 @@ msgstr "Valami nem stimmel? Vedd fel velünk a kapcsolatot!" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Sajnáljuk, de a javasolt fiókok betöltése meghiúsult." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Sajnáljuk, de lejárt a munkameneted. Jelentkezz be újra." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Hamis/kéretlen tartalom vagy átverés" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Barátok és követett személyek kedveléseinek kiemelése bejegyzéseken." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "A megkezdett beszélgetések itt fognak megjelenni." @@ -11826,14 +11953,14 @@ msgstr "Csevegés létrehozása" msgid "Start chat with {displayName}" msgstr "Csevegés indítása vele: {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Kezdőcsomag" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Kezdőcsomag – Szerző: {0}" @@ -11841,12 +11968,12 @@ msgstr "Kezdőcsomag – Szerző: {0}" msgid "Starter pack by <0/>" msgstr "Kezdőcsomag – Szerző: <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Kezdőcsomag – Saját" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Ez a kezdőcsomag érvénytelen" @@ -11854,7 +11981,7 @@ msgstr "Ez a kezdőcsomag érvénytelen" msgid "Starter packs" msgstr "Kezdőcsomagok" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Kezdőcsomagok" @@ -11893,7 +12020,7 @@ msgstr "Adatok törölve. Indítsd újra az alkalmazást." msgid "Stored as part of a secure code for matching with others" msgstr "Ezeket az adatokat egy titkosított kód részeként tároljuk ismerősfelkutatás céljából" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Mesekönyv" @@ -11928,13 +12055,13 @@ msgstr "Fellebbezés beküldése" msgid "Submit feedback" msgstr "Visszajelzés küldése" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Jelentés küldése" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Jelentés a „Beleegyezés nélkül kibocsátott, intim területeket ábrázoló képek jelentése” c. űrlapon (angol nyelven)" @@ -11963,11 +12090,11 @@ msgstr "Az alábbi feljegyzési kategóriák használatához iratkozz fel a(z) @ msgid "Subscribe to account activity" msgstr "Feliratkozás fióktevékenységi értesítésekre" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Feliratkozás a feljegyzőre" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Feliratkozás a feljegyzőre" @@ -11975,7 +12102,7 @@ msgstr "Feliratkozás a feljegyzőre" msgid "Subscribe to this list" msgstr "Feliratkozás a listára" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Siker" @@ -11998,7 +12125,7 @@ msgstr "Fiók hitelesítve" msgid "Suggested" msgstr "Javasolt" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Javasolt fiókok" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Szürkület" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Csak címkék" msgid "Take the conversation private." msgstr "Társalogjatok sok szem közt." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Koppints az alábbi gombra, hogy hozzáférést biztosíts a Blueskynak a tartózkodási helyedhez. Ezzel az információval automatikusan és pontosan meghatározhatjuk a régiódban megjeleníthető tartalmakat és beállításokat." @@ -12103,8 +12230,8 @@ msgstr "További információ" msgid "Tap for more information" msgstr "További információ" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Koppints ide a GPS-es ellenőrzéshez." @@ -12208,7 +12335,7 @@ msgstr "Feltételek" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12235,11 +12362,11 @@ msgstr "Köszönjük! A hírfolyam üzemeltetője megkapta a visszajelzést." msgid "Thanks for your feedback!" msgstr "Köszönjük a visszajelzést!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Köszönjük! Visszaigazoltad az e-mail-címedet – most már bezárhatod ezt az ablakot." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Köszönjük! Most már minden kész." @@ -12248,16 +12375,16 @@ msgstr "Köszönjük! Most már minden kész." msgid "That contains the following:" msgstr "Az alábbi tartalommal:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Ez a kezdőcsomag nem található." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Ez a felhasználónév már foglalt" @@ -12265,13 +12392,13 @@ msgstr "Ez a felhasználónév már foglalt" msgid "That's all, folks!" msgstr "Ez van, srácok!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Ez minden!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "A fiók ismét képes lesz kapcsolatba lépni veled, ha feloldod a letiltását." @@ -12289,7 +12416,7 @@ msgstr "A válaszlánc szerzője elrejtette ezt a választ." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "A megadott születési dátum szerint még nem vagy felnőttkorú. Ez azt jelenti, hogy a Bluesky bizonyos tartalmai és funkciói nem lesznek elérhetőek Számodra." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "A Bluesky webalkalmazás" @@ -12354,32 +12481,32 @@ msgstr "Az eredeti bejegyzést a szerzője <0>{suggestedLanguageName} nyelv msgid "The Privacy Policy has been moved to <0/>" msgstr "Az adatvédelmi irányelvek elköltöztek: <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "A kiválasztott videófájl túl nagy. Válassz ki egy kisebb videót." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "A kiválasztott videófájl kódolása meghiúsult." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "A kiválasztott videófájl feldolgozása meghiúsult." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "A videó képaránya nem támogatott." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "A kiválasztott fájl meghaladja {VIDEO_MAX_SIZE_MB, selectordinal, one {az #} other {a #}} MB-os korlátot. Válassz ki egy kisebb videót." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "A videó túl hosszú." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "A videó formátuma nem támogatott." @@ -12388,7 +12515,7 @@ msgstr "A videó formátuma nem támogatott." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Hibát tapasztaltunk a kiszolgálóval. Próbáld újra egy pár percen belül." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "A kezdőcsomag érvénytelen. Ha szeretnéd, törölheted a listáról." @@ -12404,7 +12531,7 @@ msgstr "A támogatási űrlap elköltözött. Kérjük, <0/> vagy látogasd meg msgid "The Terms of Service have been moved to" msgstr "A felhasználási feltételek elköltöztek:" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "A megadott ellenőrzőkód érvénytelen. Nézd meg, hogy helyes kódot adtál-e meg vagy kérj újat." @@ -12414,7 +12541,7 @@ msgstr "A megadott ellenőrzőkód érvénytelen. Nézd meg, hogy helyes kódot msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "A hitelesítési szolgáltató képtelen volt kódot küldeni a telefonszámodra. Ellenőrizd a megadott telefonszámot, majd próbáld újra." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "A tárhelyszolgáltató nem tudta fogadni a videófájlt. Próbáld újra később." @@ -12430,7 +12557,7 @@ msgstr "A születési dátum szerkesztésének gyakorisága korlátozott. Lehets msgid "There is no invite link for this group chat." msgstr "Ez a csoportbeszélgetés jelenleg nem rendelkezik meghívóval." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "A fiók deaktiválásához nem tartozik időkorlát. Bármikor visszajöhetsz." @@ -12447,24 +12574,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Hálózati hiba történt. Próbáld újra" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Megszakadt a kapcsolat a kiszolgálóval" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Megszakadt a kapcsolat a kiszolgálóval. Ellenőrizd az internetkapcsolatot, majd próbáld újra." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Az értesítések frissítése meghiúsult. Koppints ide az újrapróbálkozáshoz." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "A bejegyzések lekérése meghiúsult. Koppints ide az újrapróbálkozáshoz." @@ -12497,25 +12624,25 @@ msgstr "A hírfolyamok frissítése meghiúsult. Ellenőrizd az internetkapcsola #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Hiba történt! {0}" @@ -12523,10 +12650,10 @@ msgstr "Hiba történt! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12539,11 +12666,11 @@ msgstr "Hiba történt. Ellenőrizd az internetkapcsolatot, majd próbáld újra msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Váratlan alkalmazáshiba történt. Kérjük jelentsd!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Jelenleg rengeteg új felhasználó csatlakozik a Blueskyhoz. A fiókodat aktiválni fogjuk, amint tudjuk!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Ezek az alapértelmezett beállítások" @@ -12578,7 +12705,7 @@ msgstr "Már nem lesz képes ismét csatlakozni, hacsak meg nem hívod őt." msgid "This {screenDescription} has been flagged:" msgstr "Ez a(z) {screenDescription} feljegyzést kapott:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Ezt a fiókot egy megbízható forrásból hitelesítési pipával látták el." @@ -12586,7 +12713,7 @@ msgstr "Ezt a fiókot egy megbízható forrásból hitelesítési pipával látt msgid "This account has been marked as automated by its owner." msgstr "A fiók tulajdonosa ezt a fiókot automatikusnak jelölte meg." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Ez a fiók legalább egy hitelesítési javaslattal rendelkezik, de még nincs hitelesítve." @@ -12620,7 +12747,7 @@ msgstr "Ez a fellebbezés a Bluesky moderálási szolgáltatásához lesz elkül msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Ez a szerző csak a bejelentkezett felhasználók számára kívánja megtekinthetővé tenni a bejegyzéseit." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Ezzel a gombbal mások megnyithatják a Germ DM-profilodat üzenetküldés céljából. Az elérhetőség láthatósága a Germ DM-alkalmazásban kezelheő. Ha szét kívánod választani a Bluesky- és Germ DM-fiókjaidat, azt az alábbi gombbal teheted meg." @@ -12651,7 +12778,7 @@ msgstr "Megszakadt a kapcsolat a csevegéssel" msgid "This code is invalid. Resend to get a new code." msgstr "A megadott kód érvénytelen. Ha új kódot szeretnél, akkor küldd újra." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "A megadott megerősítőkód érvénytelen. Próbáld újra." @@ -12685,7 +12812,7 @@ msgstr "A csoportbeszélgetés zárolva van." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Ez a beszélgetés egy már törölt vagy deaktivált fiókkal történt. A lehetőségekhez kattints ide" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Ez a művelet nem vonható vissza." @@ -12702,7 +12829,7 @@ msgstr "Pontos szöveg" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Ez a funkció megengedi más felhasználók számára, hogy feliratkozzanak az új bejegyzéseidről és válaszaidról szóló értesítésekre. Mely felhasználóktól szeretnéd jóváhagyni ezeket a kéréseket?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Kísérleti funkció. Az adattár-exportálásról bővebben <0>ebben a blogbejegyzésben olvashatsz (angolul)." @@ -12765,7 +12892,7 @@ msgstr "Ez egy egyszeri biztonsági ellenőrzés, mivel a fiókkal először jel msgid "This is not a valid link" msgstr "Érvénytelen hivatkozás" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Ezzel a feljegyzéssel közölheted azt, hogy a fiók automatikusan működik. A feljegyzés a fiók profilján és minden bejegyzésén megjelenik, a neve mellett. Ezt a beállítást bármikor módosíthatod." @@ -12791,11 +12918,11 @@ msgid "This link is taking you to the following website:" msgstr "Ez a hivatkozás az alábbi honlapra mutat:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Ennek a(z) <0>{0} által létrehozott listának a címe vagy leírása lehetséges, hogy megsérti a Bluesky közösségi irányelveit." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Ennek az Általad létrehozott listának a címe vagy leírása lehetséges, hogy megsérti a Bluesky közösségi irányelveit." @@ -12831,11 +12958,11 @@ msgstr "Ez a személy letiltott Téged" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "A bejegyzés adatai szerint az eredeti létrehozási dátuma <0>{0} volt, de először ekkor jelent meg a Blueskyon: <1>{1}" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Ez a bejegyzés egy ismeretlen válaszkapu-típussal rendelkezik. Lehetséges, hogy az alkalmazás verziója elavult." @@ -12847,19 +12974,19 @@ msgstr "Ez a bejegyzés csak a bejelentkezett felhasználók számára látható msgid "This post was deleted by its author" msgstr "Ezt a bejegyzést törölte a szerző" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ez a bejegyzés el lesz rejtve a hírfolyamokból és a válaszláncokból. Ez a művelet nem vonható vissza." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "A szerző letiltotta az idézést." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Ez a profil csak a bejelentkezett felhasználók számára látható; a kijelentkezett felhasználók számára nem." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Ez a válasz egy rejtett részlegbe lesz sorolva a válaszláncok legalján és se Te, sem pedig mások nem fognak értesítéseket kapni a jövőbeli válaszokról." @@ -12872,7 +12999,7 @@ msgstr "Ez az oldal csak csoportbeszélgetéseknél elérhető." msgid "This service has not provided terms of service or a privacy policy." msgstr "Ez a szolgáltatás nem osztotta meg a felhasználási feltételeit vagy az adatvédelmi irányelveit." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Az élőadásos funkció kísérleti fázisa alatt ez a szolgáltatás még nem elérhető. Elérhető szolgáltatások: {formatted}." @@ -12929,7 +13056,7 @@ msgstr "Ez a felhasználó nemrég regisztrált. További információért koppi msgid "This user isn't following anyone." msgstr "Ez a felhasználó még senkit sem követ." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "A videó lejátszása meghiúsult. Lehetséges, hogy a böngésző vagy rendszer nem rendelkezik a szükséges kodekkel (H.264/AAC)." @@ -12955,15 +13082,10 @@ msgstr "Ez véglegesen törölni fogja a(z) <0>{currentHandle} Bluesky-fiók msgid "This will remove @{0} from the quick access list." msgstr "Ezzel @{0} el lesz távolítva a fióklistáról." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Ezzel el fogod távolítani a bejegyzést az idézésből mindenki számára, ami egy helyőrzővel lesz helyettesítve." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Szétbontott bejegyzések számozása" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12983,7 +13105,7 @@ msgstr "Válaszláncok" msgid "Threaded" msgstr "Egymásba ágyazott" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Válaszlánc-beállítások" @@ -13004,7 +13126,7 @@ msgstr "Cím" msgid "Title (100 characters max)" msgstr "Cím (legfeljebb 100 karakter)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "A kétlépcsős azonosítás kikapcsolásához vissza kell igazolnod az e-mail-címedet." @@ -13014,7 +13136,7 @@ msgstr "A kétlépcsős azonosítás kikapcsolásához vissza kell igazolnod az msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "A kétlépcsős azonosítás kikapcsolásához vissza kell igazolnod az e-mail-címedet: <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "A kijelentkezéshez <0>kattints ide. Ha szeretnéd, akkor lehetőséged van <1>törölni a fiókodat." @@ -13022,11 +13144,11 @@ msgstr "A kijelentkezéshez <0>kattints ide. Ha szeretnéd, akkor lehetősé msgid "Today" msgstr "Ma" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Felnőtt tartalmak be/ki" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Hang némítása" @@ -13055,7 +13177,7 @@ msgstr "Felkapott" msgid "Top replies first" msgstr "A legjobbra értékelt válaszok elöl" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Témakör" @@ -13063,8 +13185,8 @@ msgstr "Témakör" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Fordítás" @@ -13076,12 +13198,12 @@ msgstr "Lefordítva" msgid "Translating" msgstr "Fordítás" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Fordítás…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Az ugyanazon nyelvre fordítást nem támogatja ez az eszköz." @@ -13090,9 +13212,9 @@ msgstr "Az ugyanazon nyelvre fordítást nem támogatja ez az eszköz." msgid "Tree view" msgstr "Ágas nézet" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Felkapott" @@ -13101,12 +13223,20 @@ msgstr "Felkapott" msgid "Trending GIFs" msgstr "Felkapott GIF-ek" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Felkapott témakörök beállításai" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Felkapott témakörök" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "A hálózaton jelenleg előforduló leggyakoribb társalgások tárgyai. A témakörok címét és leírását egy MI állítja elő." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Felkapott videók" @@ -13115,7 +13245,7 @@ msgstr "Felkapott videók" msgid "Trolling" msgstr "Provokálás („trollkodás”)" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "A bizalom kapcsolatok, közösségek és egy megosztott környezet útján alakul ki, ezért bevezetjük a <0>megbízható hitelesítők rendszerét is – ezek olyan egyesületek, amelyek közvetlenül is képesek hitelesíteni másokat." @@ -13177,7 +13307,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "A kiszolgáló nem található. Ellenőrizd az internetkapcsolatot, majd próbáld újra." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "A kiszolgáló nem található. Ellenőrizd az internetkapcsolatot, majd próbáld újra." @@ -13189,7 +13319,7 @@ msgstr "A kiszolgáló nem található. Ellenőrizd az internetkapcsolatot, majd msgid "Unable to contact your service. Please check your Internet connection." msgstr "A szolgáltatással való kapcsolatfelvétel meghiúsult. Ellenőrizd az internetkapcsolatot." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "A törlés meghiúsult" @@ -13207,6 +13337,10 @@ msgstr "Az egyik címzett nem található." msgid "Unable to find the selected recipient." msgstr "A címzett nem található." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "A felhasználónév nem található" @@ -13235,14 +13369,14 @@ msgstr "Nincs elérhető hírfolyam-információ" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Tiltás feloldása" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Tiltás feloldása" @@ -13253,8 +13387,8 @@ msgstr "{displayName} tiltásának feloldása" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Fiók tiltásának feloldása" @@ -13263,21 +13397,26 @@ msgid "Unblock account?" msgstr "Fiók tiltásának feloldása" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Fiók tiltásának feloldása" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Lista tiltásának feloldása" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Visszavonás" @@ -13286,6 +13425,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Visszavonás" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13298,32 +13455,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Megosztás visszavonása ({0, plural, one {# megosztás} other {# megosztás}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0} követésének megszüntetése" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Fiók követésének megszüntetése" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Követés megszüntetése" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "A feljegyzőid közül egyik sem támogatja ezt a jelentési típust." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "A megadott születési dátum szerint sajnos túl fiatal vagy a Bluesky használatához." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "A saját állításod szerint ebben a régióban sajnos még túl fiatal vagy a Bluesky használatához." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Ismeretlen hitelesítő" @@ -13335,13 +13492,13 @@ msgstr "Nem megfelelően megjelölt felnőtt tartalom" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Nem megfelelően megjelölt, abuzív vagy kölcsönös beleegyezés nélküli felnőtt tartalom" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Mégse tetszik" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Kedvelés visszavonása ({0, plural, one {# kedvelés} other {# kedvelés}})" @@ -13353,12 +13510,12 @@ msgstr "Zárolás feloldása" msgid "Unlock this group chat" msgstr "A csoportbeszélgetés zárolásának feloldása" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Némítás feloldása" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13370,10 +13527,10 @@ msgstr "Némítás feloldása" msgid "Unmute {0}" msgstr "A(z) {0} némításának feloldása" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Fiók némításának feloldása" @@ -13381,8 +13538,8 @@ msgstr "Fiók némításának feloldása" msgid "Unmute conversation" msgstr "Beszélgetés némításának feloldása" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Lista némításának feloldása" @@ -13390,8 +13547,8 @@ msgstr "Lista némításának feloldása" msgid "Unmute this group chat" msgstr "Csoportbeszélgetés némításának feloldása" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Válaszlánc némításának feloldása" @@ -13399,14 +13556,14 @@ msgstr "Válaszlánc némításának feloldása" msgid "Unmute video" msgstr "Videó némításának feloldása" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Kitűzés feloldása" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Kitűzés feloldása" @@ -13416,13 +13573,13 @@ msgstr "Kitűzés feloldása" msgid "Unpin from home" msgstr "Kitűzés feloldása a kezdőoldalról" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Kitűzés feloldása a profilodról" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Moderálólista kitűzésének feloldása" @@ -13431,29 +13588,34 @@ msgstr "Moderálólista kitűzésének feloldása" msgid "Unpinned {0} from Home" msgstr "A(z) {0} hírfolyam kitűzése feloldva" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Feloldottad a hírfolyam kitűzését" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Kitűzetlen lista" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "E-mail-cím-emlékeztető elhalasztásának visszavonása" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Leiratkozás" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Leiratkozás a listáról" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Leiratkozás a feljegyzőről" @@ -13465,7 +13627,7 @@ msgstr "Leiratkoztál a listáról" msgid "Unsupported clipboard content" msgstr "A vágólap tartalma nem támogatott." -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Nem támogatott videóformátum: {mimeType}" @@ -13514,10 +13676,10 @@ msgstr "Frissítés erre: {domain}" msgid "Update your email" msgstr "E-mail-cím frissítése" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Tartózkodási hely frissítése" @@ -13541,24 +13703,24 @@ msgstr "Tölts fel ide egy szöveges fájlt:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Feltöltés a kamerából" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Feltöltés a fájlkezelőből" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Feltöltés a galériából" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "GIF feltöltése folyamatban…" @@ -13572,7 +13734,7 @@ msgstr "Képek feltöltése folyamatban…" msgid "Uploading link thumbnail..." msgstr "Hivatkozás indexképének feltöltése folyamatban…" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Videó feltöltése folyamatban…" @@ -13661,25 +13823,25 @@ msgstr "Felhasználólista – Szerző: {0}" msgid "User list by you" msgstr "Felhasználólista – Saját" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Felhasználólista létrehozva" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Felhasználólista frissítve" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "A felhasználónév legfejlebb {MAX_SERVICE_HANDLE_LENGTH, plural, one {}other {# karakter}} hosszú lehet" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "A felhasználónév nem kezdődhet vagy végződhet kötőjellel" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "A felhasználónév csak az angol ábécé betűit (A–Z), számokat és kötőjeleket tartalmazhat" @@ -13692,12 +13854,12 @@ msgid "Username or email address" msgstr "Felhasználónév vagy e-mail-cím" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "a(z) <0>@{0} által követett felhasználók" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "a(z) <0>@{0} személyt követett felhasználók" @@ -13709,11 +13871,11 @@ msgstr "Érték:" msgid "Verification failed, please try again." msgstr "A hitelesítés meghiúsult. Próbáld újra." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Hitelesítési beállítások" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Hitelesítési beállítások" @@ -13722,14 +13884,14 @@ msgstr "Hitelesítési beállítások" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "A Bluesky a megszokottól eltérően kezeli a hitelesítéseket. <0>További információ." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Hitelesítő:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Fiók hitelesítése" @@ -13792,12 +13954,12 @@ msgstr "Életkor igazolása" msgid "Verify your email" msgstr "E-mail-cím visszaigazolása" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Igazolás folyamatban" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Életkor-igazolási állapot ellenőrzése" @@ -13817,16 +13979,16 @@ msgstr "Verziószám: {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "a(z) <0/><1>{starterPackName} kezdőcsomag alapján" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Videó" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "A videó feldolgozása meghiúsult" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Videófolyam" @@ -13836,24 +13998,24 @@ msgid "Video from {0}: {text}" msgstr "{0} videója: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "{0} videója. Koppints ide a lejátszáshoz/szüneteltetéshez." #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videojátékok" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Videó szüneteltetve" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Videó lejátszása folyamatban" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "A videó nem található." @@ -13861,12 +14023,12 @@ msgstr "A videó nem található." msgid "Video settings" msgstr "Videóbeállítások" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "A videó feltöltése sikeresen befejeződött" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Videó: {0}" @@ -13874,19 +14036,13 @@ msgstr "Videó: {0}" msgid "Videos" msgstr "Videók" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "A kiválasztott videófájl legfeljebb 10 perc hosszú lehet." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "A videónak 3 percnél rövidebbnek kell lennie." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Megtekintés" @@ -13905,9 +14061,9 @@ msgstr "{0} profilképének megtekintése" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "{0} profiljának megtekintése" @@ -13926,11 +14082,11 @@ msgstr "{displayName} profiljának megtekintése" msgid "View {publicationTitle}" msgstr "A(z) {publicationTitle} megtekintése" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Letiltott felhasználó profiljának megtekintése" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "További részleteket a blogbejegyzésben olvashatsz (angolul)" @@ -13938,8 +14094,8 @@ msgstr "További részleteket a blogbejegyzésben olvashatsz (angolul)" msgid "View debug entry" msgstr "Hibakeresési bejegyzés megtekintése" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Részletek" @@ -13979,13 +14135,13 @@ msgstr "Továbbiak megjelenítése" msgid "View more trending videos" msgstr "További felkapott videók megjelenítése" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Bejegyzés megtekintése" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14020,7 +14176,7 @@ msgstr "A(z) {0} által kínált feljegyzési szolgáltatás megtekintése" msgid "View this user's verifications" msgstr "Felhasználó hitelesítéseinek megtekintése" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "A hírfolyamot kedvelő felhasználók megtekintése" @@ -14028,11 +14184,11 @@ msgstr "A hírfolyamot kedvelő felhasználók megtekintése" msgid "View video" msgstr "Videó megtekintése" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Letiltott felhasználók megtekintése" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Alapértelmezett kapcsolatbalépési beállítások megtekintése" @@ -14041,11 +14197,15 @@ msgstr "Alapértelmezett kapcsolatbalépési beállítások megtekintése" msgid "View your feeds and explore more" msgstr "Hírfolyamgyűjtemény megnyitása és további hírfolyamok felfedezése" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Moderátori üzenetek megtekintése" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Moderálólisták megtekintése" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Elnémított fiókok megjelenítése" @@ -14062,6 +14222,10 @@ msgstr "Teljes kép megtekintése" msgid "Views video in immersive mode" msgstr "Videó vezérlőinek elrejtése" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Erőszak" @@ -14138,6 +14302,10 @@ msgstr "A beszélgetés csatlakozási kérelemeinek betöltése meghiúsult" msgid "We couldn’t load this conversation’s settings" msgstr "A beszélgetés beállításainak betöltése meghiúsult" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "A tárhelyszolgáltató nem ellenőrizhető. Ellenőrizd az internetkapcsolatot vagy <0>add meg a tárhelyszolgáltatót kézileg." @@ -14150,7 +14318,7 @@ msgstr "A kivonatokat keresés után töröljük" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Nem tároljuk az ismerőseid telefonszámait és nem küldünk nekik üzeneteket" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "A fiókod elkészültéig becsült hátralévő idő: {estimatedTime}" @@ -14159,7 +14327,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Az életkor-ellenőrzést a <0>Kids Web Services segítségével végezzük. Amikor az Indítás gombra kattintasz, a KWS e-mailben osztja meg Veled a folyamat teljesítéséhez szükséges utasításokat (angol nyelven). Amennyiben ezzel az e-mail-címmel már igazoltad magadat a KWS-en keresztül, akkor nem kell ismét megtenned. A folyamat befejeztével visszatérhetsz a Bluesky böngészéséhez." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Küldtünk egy új visszaigazoló e-mailt a(z) <0>{0} címre." @@ -14188,7 +14356,7 @@ msgstr "Legalább két érdeklődési kör megadása ajánlott." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Küldtünk egy e-mailt a(z) <0>{0} címre. Kattints rá a benne található hivatkozásra a visszaigazoláshoz." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "A videófeltöltési jogosultságod ellenőrzése meghiúsult. Próbáld újra." @@ -14200,16 +14368,16 @@ msgstr "Egy esetleges hálózati hiba miatt képtelenek voltunk betölteni a tar msgid "We were unable to load your birthdate preferences. Please try again." msgstr "A születési dátumod beállításainak betöltése meghiúsult. Próbáld újra." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "A feljegyzőid betöltése meghiúsult." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Egy kapcsolódási hiba miatt nem kaptuk meg a visszaigazolást. Lehetséges, hogy később megérkezik – ebben az esetben a fiókod állapota automatikusan frissítve lesz." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Majd szólunk, ha a fiókod használatra kész." @@ -14238,7 +14406,7 @@ msgstr "Mindemellett a <0>közösségi irányelveket is frissíteni fogjuk msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Mindemellett a közösségi irányelveket is frissíteni fogjuk és ehhez szívesen fogadnánk visszajelzéseket – ezek a változtatások 2025. október 15-én lépnek hatályba." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Életkor-igazolási állapotellenőrzés folyamatban. Ez valószínűleg csak néhány másodpercet vesz igénybe." @@ -14257,7 +14425,7 @@ msgstr "Hálózati hiba történt. Próbáld újra." msgid "We’re having network issues, try again" msgstr "Hálózati hiba történt. Próbáld újra." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Bevezetjük a hitelesítés egy új formáját: egy könnyen látható jelvényt." @@ -14269,7 +14437,7 @@ msgstr "Örvendünk, hogy megismerhetünk!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Sajnáljuk, de az eszközöd által átadott életkoradatok szerint még nem vagy elég idős a Bluesky használatához." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Sajnáljuk, de az eszközöd szerint jelenleg egy olyan régióban tartózkodsz, ahol kötelező az életkor-igazolás." @@ -14298,7 +14466,7 @@ msgstr "Sajnáljuk, de a keresés meghiúsult. Próbáld újra pár percen belü msgid "We're sorry, you cannot access this screen at this time." msgstr "Sajnáljuk, de jelenleg nem férhetsz hozzá ehhez az oldalhoz." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sajnáljuk, de törölték a bejegyzést, amire válaszolnál." @@ -14327,12 +14495,12 @@ msgstr "Frissítettük a felhasználási feltételeket, adatvédelmi irányelvek msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Frissítettük a felhasználási feltételeket, adatvédelmi irányelveket és a szerzői jogi irányelveket – ezek a változtatások 2025. szeptember 15-én lépnek hatályba. Mindemellett a közösségi irányelveket is frissíteni fogjuk és ehhez szívesen fogadnánk visszajelzéseket – ezek a változtatások 2025. október 15-én lépnek hatályba. A változtatásokról és a visszajelzés mikéntjéről a blogbejegyzésünkben olvashatsz (angol nyelven)." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Az ellenőrzés sikeresen befejeződött. Bezárhatod ezt a párbeszédablakot." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Üdv újra!" @@ -14353,17 +14521,17 @@ msgstr "Milyen címet adnál a kezdőcsomagodnak?" msgid "what’s up" msgstr "mi a helyzet" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Mi a helyzet?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Ha rákoppintasz a jelvényre, akkor megtekintheted egy fiók hitelesítőit." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Kapcsolatbalépési információ" @@ -14371,12 +14539,12 @@ msgstr "Kapcsolatbalépési információ" msgid "Who can join this group chat and how" msgstr "A csatlakozás körei és módja" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Ki válaszolhat?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Ki hitelesíthet?" @@ -14436,11 +14604,11 @@ msgstr "Szeretnéd letiltani ezt a felhasználót és/vagy törölni a beszélge msgid "Would you like to block this user and/or leave this conversation?" msgstr "Szeretnéd letiltani ezt a felhasználót és/vagy elhagyni a beszélgetést?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Szeretnéd piszkozatként menteni ezt a bejegyzést, mielőtt megnyitod a további piszkozataidat?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Szeretnéd piszkozatként menteni ezt a bejegyzést?" @@ -14449,12 +14617,12 @@ msgstr "Szeretnéd piszkozatként menteni ezt a bejegyzést?" msgid "Write a post" msgstr "Bejegyzés írása" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Bejegyzés írása" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Válasz írása" @@ -14477,8 +14645,8 @@ msgstr "Helytelen csevegéstípus" msgid "www.mylivestream.tv" msgstr "www.sajátélőadás.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Igen" @@ -14488,8 +14656,8 @@ msgstr "Igen" msgid "Yes GIFs" msgstr "Helyeslő GIF-ek" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Igen – deaktiválás" @@ -14497,19 +14665,19 @@ msgstr "Igen – deaktiválás" msgid "Yes, delete my account" msgstr "Igen – fiók törlése" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Igen – kezdőcsomag törlése" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Igen – leválasztás" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Igen – elrejtés" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Igen – fiók újraaktiválása" @@ -14521,7 +14689,7 @@ msgstr "Tegnap" msgid "You are a trusted verifier" msgstr "Megbítzható hitelesítő vagy" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "A helyi törvények szerint a Bluesky haszálata előtt igazolnod kell az életkorodat." @@ -14546,12 +14714,12 @@ msgstr "Ez a fiók az alábbi tárhelyszolgáltatónál lesz létrehozva:" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Az élőadás-indítási jogosultságodat egy moderátor korlátozta. Az alábbi űrlapon lehetőséged van fellebbezni." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Jelenleg nincs hozzáférésed az életkor-igazolási folyamathoz. Ha úgy gondolod, hogy ez hibás megállapítás, vedd fel a kapcsolatot a <0>moderálási csapatunkkal." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Sorban állsz." @@ -14560,11 +14728,11 @@ msgstr "Sorban állsz." msgid "You are Live" msgstr "Élő adásban vagy" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Az élő adásod véget ért" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Nincs jogosultságod a videófeltöltésre." @@ -14572,7 +14740,7 @@ msgstr "Nincs jogosultságod a videófeltöltésre." msgid "You are not following anyone yet" msgstr "Még senkit sem követsz" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Elkezdődött az élő adás!" @@ -14601,7 +14769,7 @@ msgstr "Ha szeretnéd, akkor lehetőséged van a fiók <0>átmeneti deaktiválá msgid "You can also discover new Custom Feeds to follow." msgstr "Új egyéni hírfolyamokat is felfedezhetsz." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Emellett lehetőséged van letölteni a csevegési adataidat is, „JSONL” fájlként. Ez a kivonat csak a saját üzeneteidet tartalmazza, a fogadott üzeneteket nem." @@ -14632,27 +14800,27 @@ msgid "You can now sign in with your new password." msgstr "Mostantól bejelentkezhetsz az új jelszóval." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Egy bejegyzéshez csak {MAX_GALLERY_IMAGES, plural, other {# fénykép}} csatolható" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Egy piszkozat legfeljebb 1000 karakter hosszú lehet." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Egy piszkozat legfeljebb 1000 karakter hosszú lehet. Szeretnéd elvetni ezt a bejegyzést, mielőtt megnyitod a további piszkozataidat?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Egy bejegyzéshez csak egy GIF csatolható." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Egy bejegyzéshez csak egy videó csatolható." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "A bejelentkezés folytatásához újraaktiválhatod a fiókodat. Ezek után a profilod és a bejegyzéseid ismét láthatóak lesznek más felhasználók számára." @@ -14661,15 +14829,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Továbbra is képes leszel az üzenetek elolvasására, de újakat nem tudsz küldeni." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Egy bejegyzéshez {MAX_GALLERY_IMAGES, plural, other {# kép}} csatolható." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Biztos vagy benne? Ezt a beállítást később is módosíthatod." @@ -14692,7 +14857,7 @@ msgstr "Alkalmazásjelszó használata mellett nem változtathatod meg a szület msgid "You don't follow any users who follow @{name}." msgstr "Egy olyan felhasználót sem követsz, aki követné őt: @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Még egy listával sem rendelkezel." @@ -14730,7 +14895,7 @@ msgstr "Ez a lap már nem fog új tartalmakkal bővülni, mivel teljesen kikapcs #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "A megadott kód érvénytelen. Minta: XXXXX-XXXXX." @@ -14780,15 +14945,15 @@ msgstr "Elérted a hírfolyam végét" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Visszaigazoltad az e-mail-címedet – most már bezárhatod ezt az ablakot." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Átmenetileg elérted a videófeltöltési korlátot. Próbáld újra később." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "A piszkozat tartalma megváltozott. Szeretnéd menteni?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "A piszkozat tartalma megváltozott. Szeretnéd menteni mielőtt megnyitod a további piszkozataidat?" @@ -14860,7 +15025,7 @@ msgstr "Egy kezdőcsomag létrehozásához legalább hét különböző személy msgid "You must grant access to your photo library to save a QR code" msgstr "A QR-kód mentéséhez először hozzáférést kell biztosítanod a fényképeidhez" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "A galériához hozzáférés szükséges." @@ -14873,7 +15038,7 @@ msgid "You own this chat" msgstr "Saját csoport" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Korábban deaktiváltad a(z) @{0} fiókot." @@ -14913,11 +15078,21 @@ msgstr "Válaszoltál magadnak" msgid "You requested to join" msgstr "Csatlakozási kérelem elküldve" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Ezzel az összes fiókból ki fogsz jelentkezni." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14986,7 +15161,7 @@ msgstr "A folyamat sikeresen befejeződött, viszont van még néhány olyan fun msgid "You’re in control" msgstr "Tiéd az irányítás" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Sorban állsz" @@ -15012,7 +15187,7 @@ msgstr "A Bluesky jelenleg nem férhet hozzá a névjegyeidhez" msgid "You've found some people to follow" msgstr "Követnivaló személyekre találtál." -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Elérted az aktív tartalom végét." @@ -15020,7 +15195,7 @@ msgstr "Elérted az aktív tartalom végét." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Elérted a hírfolyamod végét. Kövess még több fiókot!" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "A piszkozattár megtelt." @@ -15032,22 +15207,23 @@ msgstr "Túllépted az egyidejűleg megengedett legtöbb lekérést. Próbáld msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Legfeljebb {MAX_FILTERS, plural, other {#}} különböző szűrőt lehet megadni. Szerkessz egy létező szűrőt ahelyett, hogy újat hoznál létre." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Elérted az aktív tartalom elejét." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Elérted a napi videófeltöltési korlátot (bájthatár meghaladva)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Elérted a napi videófeltöltési korlátot (videómennyiség meghaladva)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Kifogytunk a videókból. Mit szólnál egy kis szünethez?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Saját fiók" @@ -15064,7 +15240,19 @@ msgstr "A fiókod törölve. Viszlát! ✌️" msgid "Your account has been suspended" msgstr "A fiókod felfüggesztésre került" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "A fiókod még nem elég idős a videók feltöltéséhez. Próbáld újra később." @@ -15076,7 +15264,7 @@ msgstr "Új fiók" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Csoportbeszélgetés létrehozásához a fiókodnak legalább 7 naposnak kell lennie." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "A fiókod adattára, ami az összes nyilvános adatodat tartalmazza, letölthető egy „CAR” fájlként. Ez a fájl nem tartalmaz csatolt képeket és videókat, sem pedig a személyes adataidat, amelyeket külön kell lekérned." @@ -15088,7 +15276,7 @@ msgstr "A fiókod megsértette a <0>Bluesky Social felhasználási feltételeit< msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "A fellebbezést megkaptuk. Pozitív elbírálás esetén fogsz kapni egy megerősítő e-mailt." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Születési dátum" @@ -15117,7 +15305,7 @@ msgstr "A névjegyzékedben {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Lefoglaljuk a jelenlegi felhasználónevedet (<0>{0}), így bármikor visszaválthatsz rá." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "A saját állításod szerint kiskorú vagy, ezért az alábbi lehetőségek némelyike zárolva lehet. Ha ez tévedésből történt, akkor a <0>fiókbeállításokban módosíthatod a születési dátumodat." @@ -15130,7 +15318,7 @@ msgstr "Saját e-mail-cím" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Az e-mail-címed érvénytelen." @@ -15142,7 +15330,7 @@ msgstr "A Bluesky teljes funkcionalitásának kihasználásához az e-mail-címe msgid "Your first like!" msgstr "Az első kedvelésed!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "A Téged követett személyek" @@ -15159,7 +15347,7 @@ msgstr "A teljes felhasználóneved: <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "E-mail-cím alapján nem lehet megállapítani a tárhelyszolgáltatót, ezért ehhez a Blueskyt feltételezzük. Ellenkező esetben add meg az e-mail-címedet vagy válassz tárhelyszolgáltatót kézileg." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "A kiválasztott videófájl meghaladja a tárhelyszolgáltatót korlátját. Válassz ki egy kisebb videót." @@ -15167,7 +15355,7 @@ msgstr "A kiválasztott videófájl meghaladja a tárhelyszolgáltatót korlátj msgid "Your hosting provider is detected automatically from the username you enter." msgstr "A tárhelyszolgáltató a felhasználónév alapján történik megállapításra." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15184,7 +15372,7 @@ msgstr "Érdeklődési körök frissítve" msgid "Your interests help us find what you like!" msgstr "Az érdeklődési köreid megadásával javíthatod az élményedet!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Tartózkodási hely frissítve." @@ -15200,15 +15388,20 @@ msgstr "A felhasználóneved, profilképed, illetve a csoport neve és tagszáma msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "A jelszóváltoztatás sikeresen megtörtént. A legközelebbi bejelentkezésor már az új jelszót kell használnod." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "A jelszónak legalább 8 karakter hosszúnak kell lennie." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Bejegyzés elküldve" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Bejegyzések elküldve" @@ -15216,7 +15409,7 @@ msgstr "Bejegyzések elküldve" msgid "Your preferred language" msgstr "Az előnyben részesített nyelved" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Saját profilkép" @@ -15225,24 +15418,28 @@ msgstr "Saját profilkép" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "A saját profilképed más fiókok profilképeivel körülvéve, többrétegű gyűrűs elrendezésben" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "A profilod, bejegyzéseid, hírfolyamaid és listáid mostantól el vannak rejtve a többi Bluesky-felhasználó elől. A fiókod újraaktiválásához jelentkezz be." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Válasz elküldve" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "A jelentés címzettje: <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Az érdeklődési köreid megadásával személyre szabhatod a javasolt tartalmakat." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "A közzétételre váró bejegyzések között vannak üresek is. Ezek kihagyásra kerülnek és a maradék egy válaszláncba lesz összefűzve." diff --git a/src/locale/locales/ia/messages.po b/src/locale/locales/ia/messages.po index 2e80ec39fb..19f425f5a1 100644 --- a/src/locale/locales/ia/messages.po +++ b/src/locale/locales/ia/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ia\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Interlingua\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# sequito} other {# sequitos}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#me} other {#me}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {sequitor} other {sequitores}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {sequito} other {sequitos}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {publication} other {publicationes}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} es in directo" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Pacchetto de initio de {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuta} other {minutas}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} se ha inscribite con tu pacchetto de initio" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ha verificate tu conto" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} sequitos" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# hora} other {# horas}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# usatores}} inscribite!" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, e {2, plural, one {# altere} other {# alteres}} es includite in tu pacchetto de initio" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, e {2, plural, one {# altere} other {# alteres}} #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, e {2, plural, one {# altere} other {# alteres}} es includite in tu pacchetto de initio" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} e<1> <2>{1} es includite in tu pacchetto de initio" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} es includite in tu pacchetto de initio" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} membros" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Tu e<1> <2>{0} es includite in tu pacchetto de initio" @@ -946,6 +955,12 @@ msgstr "7 dies" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Un nove forma de verification" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Accessibilitate" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Parametros de accessibilitate" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Conto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Conto blocate" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Conto sequite" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Conto silentiate" @@ -1111,24 +1126,24 @@ msgstr "Conto removite del accesso rapide" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Conto disblocate" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Conto non plus sequite" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Conto dissilentiate" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Contos con un marca de verification blau festonate <0><1/> pote verificar alteres. Iste verificatores de confidentia es seligite per Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Contos con un marca de verification blau festonate <0><1/> pote veri msgid "Activity from others" msgstr "Activitates de alteres" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Adder" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Adde {0} plus pro continuar" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Adder {displayName} al pacchetto de initio" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Adder un usator a iste lista" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Adder conto" @@ -1201,11 +1216,11 @@ msgstr "Adder texto alternative (optional)" msgid "Add another account" msgstr "Adder altere conto" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Adder un altere publication" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "Adder contrasigno de application" msgid "Add App Password" msgstr "Adder contrasigno de application" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Adder plus detalios (optional)" @@ -1295,7 +1310,7 @@ msgstr "Adder reaction" msgid "Add recommended feeds" msgstr "Adder canales recommendate" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Adde alcun canales a tu pacchetto de initio!" @@ -1307,12 +1322,12 @@ msgstr "Adder le canal predefinite de solmente le personas que tu seque" msgid "Add the following DNS record to your domain:" msgstr "Adde le sequente registro DNS a tu dominio:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Adde iste canal a tu canales" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Adder al listas" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "Adder usator al lista" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Detalios additional (limite: 300 characteres)" @@ -1378,14 +1393,14 @@ msgstr "Adulto" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Contento pro adultos" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Le contento pro adultos solmente pote esser activate via le Web a <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etiquettas de contento pro adultos" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avantiate" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "alice@exemplo.com" msgid "All" msgstr "Toto" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Toto" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Tote le contos ha essite sequite!" @@ -1474,7 +1494,7 @@ msgstr "Tote le canales que tu ha salvate, in un sol loco." msgid "Allow access to your direct messages" msgstr "Permitter accesso a tu messages directe" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "Permitter que alteres sia notificate de tu publicationes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Permitter citationes" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permitte accesso a messages directe" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Ha tu jam un codice?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Tu es ja in session como @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Le texto alternative essera truncate. {MAX_ALT_TEXT, plural, other {Limite: {0} characteres.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Un e-mail ha essite inviate a {0}. Illo include un codice de confirmation que tu pote inserer hic infra." @@ -1587,7 +1607,7 @@ msgstr "Un error ha occurrite" msgid "An error occurred" msgstr "Un error ha occurrite" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Un error ha occurrite durante le compression del video." @@ -1596,7 +1616,7 @@ msgstr "Un error ha occurrite durante le compression del video." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Un error ha occurrite durante le recuperation del canal." @@ -1609,15 +1629,15 @@ msgstr "Un error ha occurrite durante le generation de tu pacchetto de initio. V msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Un error ha occurrite durante le cargamento del video. Per favor tenta lo de novo plus tarde." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Un error ha occurrite durante le cargamento del video. Per favor tenta lo de novo." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "Un error ha occurrite durante le salvamento del codice QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Un error ha occurrite durante le tentativa de sequer totes" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Un illustration monstrante que Bluesky selige verificatores de confidentia qui, a su vice, verifica contos de usatores individual." @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Un problema ha occurrite, per favor tenta lo de novo." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Un simulation de un iPhone monstrante le application Bluesky aperte al profilo de un usator verificate con un marca de verification blau proxime a su nomine a monstrar." @@ -1702,7 +1722,7 @@ msgstr "Un simulation de un iPhone monstrante le application Bluesky aperte al p msgid "an unknown labeler" msgstr "un etiquettator incognite" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "e" @@ -1735,7 +1755,7 @@ msgstr "Annuncio del verification super Bluesky" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "Quicunque qui me seque" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Le nomines de contrasigno de application debe haber al minus 4 character msgid "App passwords" msgstr "Contrasignos de application" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Contrasignos de application" @@ -1856,7 +1876,7 @@ msgstr "Facer appello de iste decision" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archivate desde {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Publication archivate" @@ -1914,7 +1934,7 @@ msgstr "Es tu secur de voler deler le contrasigno del application “{0}”?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Es tu secur de voler deler iste pacchetto de initio?" @@ -1936,7 +1956,7 @@ msgstr "Es tu secur de voler partir de iste conversation?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Es tu secur de voler remover isto de tu canales?" @@ -1945,7 +1965,7 @@ msgstr "Es tu secur de voler remover isto de tu canales?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Es tu secur de voler discartar iste publication?" @@ -1953,7 +1973,7 @@ msgstr "Es tu secur de voler discartar iste publication?" msgid "Are you sure?" msgstr "Es tu secur?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nuditate artistic o non erotic." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Assignar topico pro le algorithmo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Retornar" msgid "Back to Chats" msgstr "Retornar al chats" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Blocar conto" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blocate" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Contos blocate" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Contos blocate" @@ -2288,7 +2316,7 @@ msgstr "Le blocage es public. Contos blocate non pote responder in tu filos, men 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." msgstr "Le blocage non impedi le application de etiquettas a tu conto, mais iste conto non potera responder in tu filos o interager con te." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky non pote confirmar le authenticitate del data declarate." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky eligera un insimul de contos recommendate inter le personas in tu rete." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky verificara proactivemente contos notabile e authentic." @@ -2424,29 +2452,29 @@ msgstr "Percurre plus suggestiones super le pagina Explorar" msgid "Browse other feeds" msgstr "Percurrer altere canales" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Percurrer publicationes super {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Percurrer publicationes etiquettate con {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Percurrer le pacchetto de initio {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Percurrer topico {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Percurrer le topico {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Negotios" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Per {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Per <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Creante un conto, tu accepta le <0>conditiones de servicio e le <1>p msgid "By creating an account you agree to the <0>Terms of Service." msgstr "In crear un conto, tu accepta le <0>conditiones de servicio." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Per te" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Camera" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Cancellar" msgid "Cancel quote post" msgstr "Cancellar citation" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Cancellar le reactivation e clauder session" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Impossibile interager con un usator blocate" @@ -2609,7 +2637,7 @@ msgstr "Subtitulos (.vtt)" msgid "Captions & alt text" msgstr "Subtitulos e texto alternative" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Cambiar pseudonymo" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Cambiar de servicio de moderation" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Cambiar ration de signalamento" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chat" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Cassa de entrata de requestas de chat" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Requestas de chat" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Verificar mi stato" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Elige tu proprie linea de tempore! Le canales construite per le communitate te adjuta a trovar contentos que tu ama." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Elige tu contrasigno" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "Rader le cache de imagines" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Rader texto a cercar" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "Clicca hic pro reinitiar le processo de verification." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Clicca pro tentar inviar le message de novo" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Clicca pro tentar inviar le message de novo" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Clicca pro tentar inviar le message de novo" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Clauder" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Clauder quadro de dialogo active" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Clauder quadro de dialogo" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Clauder le menu lateral" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Clauder iste quadro de dialogo" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Claude le alerta de actualisation de contrasigno" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Claude le fenestra de redaction e discarta le minuta del publication" @@ -3126,7 +3155,7 @@ msgstr "Claude le fenestra de redaction e discarta le minuta del publication" msgid "Collapse list of users" msgstr "Collaber lista de usatores" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Contrahe le lista de usatores pro un notification date" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Bandas designate" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Directivas del communitate" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Concluder le apprentissage e comenciar a usar tu conto" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Completa le defia" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Scriber un nove publication" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Redige publicationes de usque a {0, plural, other {# characteres}}" @@ -3180,11 +3209,11 @@ msgstr "Redige publicationes de usque a {0, plural, other {# characteres}}" msgid "Compose reply" msgstr "Scriber un responsa" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Compression del video in curso..." @@ -3198,18 +3227,18 @@ msgstr "Configurate in le <0>parametros de moderation." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirmar" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Codice de confirmation" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contactar supporto" @@ -3273,7 +3302,7 @@ msgstr "Contento e multimedia" msgid "Content and media" msgstr "Contento e multimedia" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Contento e multimedia" @@ -3281,7 +3310,7 @@ msgstr "Contento e multimedia" msgid "Content Blocked" msgstr "Contento blocate" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtros de contento" @@ -3421,8 +3450,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar contrasigno de application" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copiar URI at://" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copiar codice" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copiar DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copiar ligamine" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copiar ligamine" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copiar ligamine al lista" @@ -3472,12 +3501,12 @@ msgstr "Copiar ligamine al lista" msgid "Copy link to post" msgstr "Copiar ligamine al publication" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copiar ligamine al profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copiar ligamine al pacchetto de initio" @@ -3491,8 +3520,8 @@ msgstr "Copiar message de texto" msgid "Copy post at:// URI" msgstr "Copiar URI at:// del publication" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copiar texto de publication" @@ -3506,7 +3535,7 @@ msgstr "Copiar le valor del registro TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Politica de derectos de autor" @@ -3632,7 +3661,7 @@ msgstr "Crear" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Crear un codice QR pro un pacchetto de initio" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Crear un pacchetto de initio" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Crea un pacchetto de initio pro me" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Crear nove conto" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Crear un signalamento pro {0}" @@ -3734,7 +3763,7 @@ msgstr "Crear un signalamento pro {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Create {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Le creator ha essite blocate" @@ -3800,7 +3829,7 @@ msgstr "Obscur" msgid "Dark theme" msgstr "Thema obscur" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data de nascentia" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Disactivar conto" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Icones predefinite" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Deler" @@ -3892,8 +3921,8 @@ msgstr "Deler conversation" msgid "Delete for me" msgstr "Deler pro me" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Deler lista" @@ -3909,30 +3938,30 @@ msgstr "Deler message pro me" msgid "Delete my account" msgstr "Deler mi conto" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Deler publication" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Deler pacchetto de initio" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Deler pacchetto de initio?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Deler iste lista?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Deler iste publication?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Delite" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "Lista delite" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Texto alternative descriptive" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Disannexar citation" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Disannexar le citation?" @@ -3993,11 +4022,11 @@ msgstr "Modo de disveloppator activate" msgid "Developer options" msgstr "Optiones de disveloppator" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialogo: adjusta qui pote interager con iste publication" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Tenue" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "Disactivar 2FA per e-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Disactivar le 2FA per e-mail" @@ -4041,11 +4075,11 @@ msgstr "Disactivar le retroaction haptic" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Disactivate" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Discartar" @@ -4075,23 +4109,28 @@ msgstr "Discartar" msgid "Discard changes?" msgstr "Discartar cambiamentos?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Discartar minuta?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Discartar publication?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Discoperi nove canales personalisate" msgid "Discover New Feeds" msgstr "Discoperir nove canales" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Clauder" @@ -4115,7 +4154,7 @@ msgstr "Clauder" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Clauder error" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Preste" msgid "Double tap or long press the message to add a reaction" msgstr "Tocca duo vices o preme longemente le message pro adder un reaction" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Tocca duo vices pro clauder le quadro de dialogo" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Tocca duo vices pro appreciar" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Discargar Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "p.ex. alice.com" msgid "E.g. artistic nudes." msgstr "P.ex. nuditate artistic." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "p.ex. Publicatores excellente" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Modificar" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Modificar avatar" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Modificar imagine" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Modificar parametros de interaction" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Modificar le detalios del lista" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Modificar stato in directo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Modificar mi canales" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Modificar personas" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Modificar le parametros de interaction del publication" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Modificar profilo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Modificar profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Modificar pacchetto de initio" @@ -4454,15 +4494,15 @@ msgstr "Modificar pacchetto de initio" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Modificar qui pote responder" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Modificar tu pacchetto de initio" @@ -4470,16 +4510,16 @@ msgstr "Modificar tu pacchetto de initio" msgid "Education" msgstr "Education" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "O le creator de iste lista te ha blocate, o tu ha blocate le creator." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA per e-mail disactivate" @@ -4492,7 +4532,7 @@ msgstr "2FA per e-mail activate" msgid "Email address" msgstr "Adresse de e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mail reinviate" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "Verification de e-mail completate!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-mail verificate" @@ -4527,7 +4567,7 @@ msgstr "Incorporar publication" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incorporar iste publication in tu sito web. Basta copiar le sequente fragmento e collar lo in le codice HTML de tu sito web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Reproductor de video incorporate" @@ -4542,12 +4582,7 @@ msgstr "Activar" msgid "Enable {0} only" msgstr "Activar {0} solmente" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Activar contento pro adultos" @@ -4583,7 +4618,7 @@ msgstr "Activa le notificationes de un conto visitante su profilo e premente le msgid "Enable push notifications" msgstr "Activar notificationes push" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "Activar tendentias" msgid "Enable trending videos in your Discover feed" msgstr "Activar videos de tendentia in tu canal Discoperir" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Activate" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Insere tu adresse de e-mail" @@ -4670,15 +4705,15 @@ msgstr "Insere tu contrasigno" msgid "Enter your username and password" msgstr "Insere tu nomine de usator e contrasigno" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Passa a plen schermo" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Intertenimento" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Message de error" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Un error ha occurrite durante le salvamento del file" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Error durante le reception del responsa al captcha." @@ -4712,11 +4747,11 @@ msgstr "Error durante le reception del responsa al captcha." msgid "Error: {error}" msgstr "Error: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Totos pote responder" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Totos pote responder a iste publication." @@ -4783,7 +4818,7 @@ msgstr "Expander o contraher le publication integre al qual tu responde" msgid "Expand post text" msgstr "Expander le texto del publication" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Expande o contrahe le texto del publication" @@ -4826,21 +4861,21 @@ msgstr "Multimedia explicite o potentialmente perturbator." msgid "Explicit sexual images." msgstr "Imagines sexual explicite." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Explorar" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Exportar mi datos" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Multimedia externe" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Le contento multimedial externe pote permitter que sitos web collige information super te e tu dispositivo. Necun information es inviate o requestate usque tu preme le button “reproducer”." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferentias de multimedia externe" @@ -4946,7 +4981,7 @@ msgstr "Non ha essite possibile deler le message" msgid "Failed to delete post, please try again" msgstr "Non ha essite possibile deler le publication, tenta de novo" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Non ha essite possibile deler le pacchetto de initio" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "Non ha essite possibile cargar le conversationes" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Non ha essite possibile cargar le preferentias de canales" @@ -5037,14 +5072,14 @@ msgstr "Non ha essite possibile cargar le preferentia." msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Non ha essite possibile cargar le canales suggerite" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Non ha essite possibile cargar le suggestiones de usatores a sequer" @@ -5067,12 +5102,12 @@ msgstr "Non ha essite possibile marcar tote le requestas como legite" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Non ha essite possibile fixar le publication" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Non ha essite possibile salvar le imagine: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Non ha essite possibile salvar le parametros. Tenta de novo." @@ -5168,7 +5203,7 @@ msgstr "Non ha essite possibile commutar le silentiamento del filo, tenta de nov msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "Non ha essite possibile actualisar le parametros de 2FA" msgid "Failed to update email, please try again." msgstr "Non ha essite possibile actualisar le e-mail, tenta de novo." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Non ha essite possibile actualisar canales" @@ -5197,12 +5232,10 @@ msgstr "Non ha essite possibile actualisar le declaration de notification" msgid "Failed to update settings" msgstr "Non ha essite possibile actualisar le parametros" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Non ha essite possibile cargar le video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Canal" @@ -5241,11 +5274,11 @@ msgstr "Creator del canal" msgid "Feed identifier" msgstr "Identificator del canal" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menu de canal" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Commutar canal" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Canales" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Obtener actualisation" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "File salvate con successo!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Filtro de canales" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar resultatos per lingua (actualmente: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finalisante" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Trovar contos a sequer" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Trovar personas a sequer" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Sequer" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Sequer {0}" @@ -5458,7 +5499,7 @@ msgstr "Sequer {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Sequer {handle}" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Seque 7 contos" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Sequer conto" @@ -5486,8 +5527,8 @@ msgstr "Sequer conto" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Sequer totes" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Sequitores de @{0} que tu cognosce" @@ -5552,28 +5593,29 @@ msgstr "Sequitores que tu cognosce" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Sequente" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Sequente" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Sequente {0}" @@ -5582,7 +5624,7 @@ msgstr "Sequente {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Sequente {handle}" @@ -5591,7 +5633,7 @@ msgstr "Sequente {handle}" msgid "Following feed preferences" msgstr "Preferentias del canal Sequente" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferentias del canal Sequente" @@ -5613,7 +5655,7 @@ msgstr "Dimension de typo de litteras" msgid "Food" msgstr "Alimentos" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "Comenciar" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Retornar" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Retornar" @@ -5867,8 +5909,8 @@ msgstr "Retornar al passo precedente" msgid "Go home" msgstr "Ir al initio" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Entrar in directo" @@ -5879,8 +5921,8 @@ msgstr "Entrar in directo" msgid "Go Live" msgstr "Entrar in directo" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Entrar in directo per" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "Ir al profilo de {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Technologia haptic" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "Tu ha un codice? <0>Clicca hic." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Problemas?" @@ -6145,11 +6197,11 @@ msgstr "Hic es tu contrasigno de application!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "Occultate" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Occultate per tu parametros de moderation." @@ -6166,23 +6218,19 @@ msgstr "Occultate per tu parametros de moderation." msgid "Hidden list" msgstr "Lista occultate" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Occultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Occultar" @@ -6195,7 +6243,7 @@ msgstr "Occultar optiones de personalisation" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Occultar le publication pro me" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Occultar le responsa pro totes" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Ocultar le responsa pro me" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "Occultar iste carta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Occultar iste publication?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Occultar iste responsa?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Occultar tendentias" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Occultar tendentias?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Occultar videos in tendentia?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Occultar lista de usatores" @@ -6267,12 +6308,12 @@ msgstr "Occultar lista de usatores" msgid "Hide verification badges" msgstr "Occultar insignias de verification" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Occulta le contento" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Le servitor de canales ha date un mal responsa. Per favor signala iste p msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Le canal non ha essite trovate. Illo ha forsan essite delite." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Un problema ha occurrite durante le cargamento de iste datos. Vide infra pro plus detalios. Si iste problema persiste, per favor contacta nos." @@ -6316,14 +6357,14 @@ msgstr "Un problema ha occurrite durante le cargamento de iste datos. Vide infra msgid "Hmmmm, we couldn't load that moderation service." msgstr "Le systema non ha succedite a cargar iste servicio de moderation." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Un momento! Nos concede gradualmente le accesso al video, e tu attende ancora in le cauda. Reveni tosto!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Initio" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Io ha un codice" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Si tu non es ancora un adulto secundo le leges de tu pais, tu parente o tutor legal debe leger iste conditiones in tu nomine." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Si tu dele iste lista, tu non potera recuperar lo." @@ -6420,7 +6461,7 @@ msgstr "Si tu ha un dominio proprie, tu pote usar lo como pseudonymo. Isto te pe msgid "If you need to update your email, <0>click here." msgstr "Si tu debe actualisar tu e-mail, <0>clicca hic." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Si tu remove iste publication, tu non potera recuperar lo." @@ -6441,7 +6482,7 @@ msgstr "Si tu vole restringer qui pote reciper notificationes del activitates de msgid "If you're a developer, you can host your own server." msgstr "Si tu es un disveloppator, tu pote hospitar tu proprie servitor." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si tu tenta cambiar de pseudonymo o de adresse de e-mail, face lo ante disactivar." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Imagine" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache de imagines radite, {0} liberate" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Insere le codice que ha essite inviate a tu e-mail" msgid "Interaction limited" msgstr "Interaction limitate" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Parametros de interaction" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Codice de confirmation 2FA invalide." @@ -6691,7 +6732,7 @@ msgstr "Thema de signalamento invalide" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Codice de verification invalide" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Codice de invitation" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codice de invitation non acceptate. Verifica que tu lo ha inserite correctemente e tenta lo de novo." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Invita personas a iste pacchetto de initio!" @@ -6786,26 +6827,26 @@ msgstr "Invitationes, mais personal" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Es correcte" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Tu es le unic al momento! Adde plus personas a tu pacchetto de initio cercante hic supra." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID del processo: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Empleos" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Inscribe te a Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Participar al conversation" msgid "Journalism" msgstr "Journalismo" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "Tene me al currente" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Etiquettate per {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Etiquettate per le autor." @@ -6893,7 +6934,7 @@ msgstr "Etiquettas super tu conto" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Configurationes de lingua" @@ -6907,12 +6948,12 @@ msgstr "Linguas" msgid "Larger" msgstr "Plus grande" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Ultime" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Saper plus super Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Saper plus super le auto-albergamento de tu PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Saper plus super le moderation applicate a iste contento" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Saper plus super iste advertimento" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Saper plus super lo que es public super Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Saper plus." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "remane." @@ -7080,7 +7121,7 @@ msgstr "Lassa me eliger" msgid "Let's get your password reset!" msgstr "Vamos reinitialisar tu contrasigno!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Vamos!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Clar" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Appreciar" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Appreciar ({0, plural, one {# appreciation} other {# appreciationes}})" @@ -7114,7 +7155,7 @@ msgstr "Appreciar 10 publicationes" msgid "Like 10 posts to train the Discover feed" msgstr "Apprecia 10 publicationes pro trainar le canal Discoperir" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Appreciar iste canal" @@ -7122,8 +7163,8 @@ msgstr "Appreciar iste canal" msgid "Like this labeler" msgstr "Appreciar iste etiquettator" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Appreciate per" @@ -7140,26 +7181,26 @@ msgstr "Appreciate per" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Appreciate per {0, plural, one {# usator} other {# usatores}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Appreciationes" msgid "Likes of your reposts" msgstr "Appreciationes de tu republicationes" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Appreciationes de iste publication" @@ -7191,11 +7232,16 @@ msgstr "Linear" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "Creator del lista" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lista delite" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Le lista ha essite occultate" @@ -7248,7 +7294,7 @@ msgstr "Le lista ha essite occultate" msgid "List Hidden" msgstr "Lista occultate" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Lista silentiate" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Lista disblocate" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Lista dissilentiate" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listas" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "Ligamine al diffusion in directo" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Cargar plus" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Cargar plus canales suggerite" @@ -7346,16 +7392,16 @@ msgstr "Cargar nove notificationes" msgid "Load new posts" msgstr "Cargar nove publicationes" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Registro" @@ -7405,11 +7451,6 @@ msgstr "Logo de <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Su formato es: XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Assecura te que isto es ubi tu ha le intention de ir!" msgid "Manage saved feeds" msgstr "Gerer canales salvate" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Gerer parametros de verification" @@ -7461,8 +7502,14 @@ msgstr "Gerer tu parolas e etiquettas silentiate" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Marcar toto como legite" @@ -7473,6 +7520,10 @@ msgstr "Marcar toto como legite" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Multimedia" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "usatores mentionate" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Message delite" @@ -7603,7 +7655,7 @@ msgstr "Message de @{0}: {1}" msgid "Message from server: {0}" msgstr "Message del servitor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Campo de insertion de message" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "Optiones de messages" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Messages" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderation" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Detalios de moderation" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Lista de moderation de <0/>" msgid "Moderation list by you" msgstr "Lista de moderation tue" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Lista de moderation create" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Lista de moderation actualisate" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Listas de moderation" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Listas de moderation" @@ -7697,11 +7755,11 @@ msgstr "Listas de moderation" msgid "moderation settings" msgstr "parametros de moderation" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Statos de moderation" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Instrumentos de moderation" @@ -7710,8 +7768,8 @@ msgstr "Instrumentos de moderation" msgid "Moderator has chosen to set a general warning on the content." msgstr "Le moderator ha optate pro poner un advertimento general super le contento." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Plus canales" @@ -7720,10 +7778,10 @@ msgstr "Plus canales" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Plus optiones" @@ -7747,7 +7805,7 @@ msgstr "Musica" msgid "Mute" msgstr "Silentiar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Silentiar" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Silentiar conto" @@ -7816,13 +7874,13 @@ msgstr "Silentiar iste parola solmente in etiquettas" msgid "Mute this word until you unmute it" msgstr "Silentiar iste parola usque tu lo dissilentia" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silentiar discussion" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silentiar parolas e etiquettas" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Contos silentiate" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Contos silentiate" @@ -7852,7 +7910,7 @@ msgstr "Le publicationes de contos silentiate es removite de tu canal e de tu no msgid "Muted by \"{0}\"" msgstr "Silentiate per {0}" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Parolas e etiquettas silentiate" @@ -7881,7 +7939,7 @@ msgstr "Mi canales" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nomine" @@ -7891,12 +7949,12 @@ msgstr "Natura" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navigar a {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Navigar al pacchetto de initio" @@ -7910,8 +7968,8 @@ msgstr "Naviga al proxime schermo" msgid "Navigates to your profile" msgstr "Naviga a tu profilo" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Non importa, crea un pseudonymo pro me" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nove" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Nove adresse de e-mail" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Nove function" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nove contrasigno" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nove publication" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nove publication" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Responsas plus nove primo" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Novas" @@ -8088,15 +8142,15 @@ msgstr "Novas" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Sequente" @@ -8108,12 +8162,16 @@ msgstr "Proxime imagine" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Necun appreciation ancora" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Non plus sequente {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Ancora sin notificationes!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Solmente le autor pote citar iste publication." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Necun resultato" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Necun resultato pro \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Necun resultato." @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "No, gratias" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Necuno" @@ -8360,7 +8418,7 @@ msgstr "Necuno ha ancora citate isto. Tu poterea esser le prime!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Necuno ha ancora republicate isto. Tu poterea esser le prime!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Necuno ha essite trovate. Tenta cercar un altere persona." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Non trovate" @@ -8407,7 +8465,7 @@ msgstr "Non trovate" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nota super compartimento" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "Nota: Iste publication solmente es visibile a usatores con session aperte." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Parametros de notification" @@ -8435,8 +8497,8 @@ msgstr "Parametros de notification" msgid "Notification sounds" msgstr "Sonos de notification" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sonos de notification" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notificationes" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "OK" @@ -8505,6 +8567,10 @@ msgstr "Responsas plus antique primo" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "in<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Manca texto alternative a un o plus GIFs." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Manca texto alternative a un o plus imagines." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Manca texto alternative a un o plus videos." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Solmente {0} pote responder." @@ -8556,7 +8622,7 @@ msgstr "Solmente {0} pote responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "Solmente sequitores que io seque" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Solmente files de imagine es supportate" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Aperir creator de avatar" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Aperir optiones de conversation" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Aperir le menu lateral" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Aperir selector de emojis" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Aperir ligamine a {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Aperir optiones de message" msgid "Open moderation debug page" msgstr "Aperir pagina de depuration del moderation" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Aperir parametros de parolas e etiquettas silentiate" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Aperir pacchetto" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "Aperir menu de compartimento" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Aperir menu de pacchetto de initio" @@ -8759,9 +8825,8 @@ msgstr "Aperir registro de systema" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Aperi detalios additional pro un entrata de depuration" msgid "Opens alt text dialog" msgstr "Aperi dialogo de texto alternative" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Aperi le camera super le dispositivo" @@ -8804,28 +8869,28 @@ msgstr "Aperi quadro de dialogo de modification de pseudonymo" msgid "Opens composer" msgstr "Aperi le fenestra de redaction" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Aperi le fluxo pro crear un nove conto Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Aperi le fluxo pro aperir session con tu conto Bluesky existente" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Aperi le servicio de assistentia technic in le navigator" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Aperi iste profilo" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Optiones:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "O continua con un altere conto." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "O aperi session con un de tu altere contos." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Contrasigno" @@ -8993,7 +9094,7 @@ msgstr "Contrasigno" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Le contrasigno debe haber al minus 8 characteres." @@ -9005,7 +9106,7 @@ msgstr "Contrasigno actualisate" msgid "Password updated!" msgstr "Contrasigno actualisate!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausar" @@ -9020,7 +9121,7 @@ msgstr "Pausar video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Personas" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Personas sequite per @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Personas qui seque @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Le permission pro acceder a tu bibliotheca de photos ha essite negate. Activa lo in le parametros de tu systema." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Commutar persona" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Imagines destinate a adultos." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Fixar canal" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fixar al initio" @@ -9131,8 +9232,8 @@ msgstr "Fixar al initio" msgid "Pin to Home" msgstr "Fixar al initio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fixar in tu profilo" @@ -9151,11 +9252,11 @@ msgstr "Fixate {0} al Initio" msgid "Pinned Feeds" msgstr "Canales fixate" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Fixate in tu canales" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Reproducer" @@ -9169,12 +9270,12 @@ msgstr "Reproducer {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Reproducer video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Reproducer video" @@ -9182,7 +9283,7 @@ msgstr "Reproducer video" msgid "Plays or pauses the GIF" msgstr "Reproduce o pausa le GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Reproduce o pausa le video" @@ -9190,7 +9291,7 @@ msgstr "Reproduce o pausa le video" msgid "Plays the GIF" msgstr "Reproduce le GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Reproduce le video" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Per favor elige tu pseudonymo." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Per favor elige tu contrasigno." @@ -9219,12 +9320,12 @@ msgstr "Clicca super le ligamine que nos te ha inviate justo ora pro verificar t msgid "Please complete the verification captcha." msgstr "Per favor completa le captcha de verification." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Verifica duplemente que tu ha inserite tu adresse de e-mail correctemente." @@ -9232,7 +9333,7 @@ msgstr "Verifica duplemente que tu ha inserite tu adresse de e-mail correctement msgid "Please enter a password." msgstr "Insere un contrasigno." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Insere un contrasigno. Illo debe haber al minus 8 characteres." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Insere le codice de securitate que nos ha inviate a tu adresse de e-mail precedente." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Per favor insere tu adresse de e-mail." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Per favor insere tu codice de invitation." @@ -9306,8 +9407,8 @@ msgstr "Explica proque tu pensa que tu chats ha essite disactivate incorrectemen msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "Selige un motivo pro iste signalamento" msgid "Please sign in as @{0}" msgstr "Per favor aperi session como @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politica" @@ -9367,18 +9468,18 @@ msgstr "Politica" msgid "Porn" msgstr "Pornographia" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Publicar" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Publication" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Publicar toto" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "Publication blocate" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Publication de @{0}" @@ -9423,10 +9529,10 @@ msgstr "Publication delite" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Non ha essite possibile cargar le publication. Verifica tu connexion al Internet e tenta de novo." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Le publication ha essite delite" @@ -9440,11 +9546,11 @@ msgstr "Publication occultate per parola silentiate" msgid "Post Hidden by You" msgstr "Publication occultate per te" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Parametros de interaction del publication" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Parametros de interaction del publication" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Publication non trovate" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Publication fixate" @@ -9478,7 +9584,7 @@ msgstr "Publication fixate" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Publication disfixate" @@ -9487,7 +9593,7 @@ msgstr "Publication disfixate" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Publicationes" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Preme pro tentar reconnecter" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privatessa" msgid "Privacy and security" msgstr "Privatessa e securitate" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Parametros de privatessa e securitate" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Politica de privatessa" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Processante video..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profilo" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas public e compartibile de usatores a silentiar o blocar in massa." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publicar" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publicar publicationes" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publicar responsas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publicar responsa" @@ -9685,7 +9791,7 @@ msgstr "Codice QR salvate in tu rolo del camera!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citar publication" @@ -9723,8 +9829,8 @@ msgstr "Limite excedite – tu ha tentate cambiar tu pseudonymo troppo de vices msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Reannexar citation" @@ -9745,7 +9851,7 @@ msgstr "Reager con {emoji}" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reactivar tu conto" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Leger publication del blog" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Leger minus" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Leger plus" @@ -9780,7 +9886,7 @@ msgstr "Leger plus responsas" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Lege le blog de Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Lege le politica de privatessa de Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Lege le conditiones de servicio de Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Recargar conversationes" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Remover" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Remover {displayName} del pacchetto de initio" @@ -9914,8 +10021,8 @@ msgstr "Remover annexo" msgid "Remove Avatar" msgstr "Remover avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Remover banner" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Remover de mi canales" @@ -9960,8 +10067,8 @@ msgstr "Remover de mi canales" msgid "Remove from quick access?" msgstr "Remover del accesso rapide?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Remover de tu canales salvate" @@ -9970,7 +10077,7 @@ msgstr "Remover de tu canales salvate" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Remover de tu canales?" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Remover iste canal de tu canales salvate" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "Remover usator del lista" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Remover verification" @@ -10029,11 +10140,11 @@ msgstr "Remover verification" msgid "Remove your verification for this account?" msgstr "Remover tu verification de iste conto?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Removite per le autor" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Removite per te" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Removite de tu canales" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Responsas" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Responsas disactivate" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Responsas a iste publication es disactivate." @@ -10141,14 +10253,14 @@ msgstr "Responsas a iste publication es disactivate." msgid "Reply" msgstr "Responsa" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Responsa" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responsa ({0, plural, one {# responsa} other {# responsas}})" @@ -10162,7 +10274,7 @@ msgstr "Responsa occultate per le autor del filo" msgid "Reply Hidden by You" msgstr "Responsa occultate per te" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Le parametros de responsa es eligite per le autor del filo" @@ -10185,8 +10297,8 @@ msgstr "Le responsa ha essite occultate con successo" msgid "Report" msgstr "Signalar" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Signalar conto" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Signalar conversation" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Signalar dialogo" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Signalar canal" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Signalar lista" @@ -10216,8 +10328,8 @@ msgstr "Signalar lista" msgid "Report message" msgstr "Signalar message" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Signalar publication" @@ -10225,8 +10337,8 @@ msgstr "Signalar publication" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Signalar pacchetto de initio" @@ -10292,7 +10404,7 @@ msgstr "Republication ({0, plural, one {# republication} other {# republicatione #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Republication o citation" @@ -10330,12 +10442,12 @@ msgstr "Republicationes de iste publication" msgid "Reposts of your reposts" msgstr "Republicationes de tu republicationes" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Require texto alternative ante le publication" msgid "Require an email code to sign in to your account." msgstr "Require in codice de e-mail pro aperir session con tu conto." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Obligatori pro iste fornitor" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Reinviar e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Reinviar e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Reinviar e-mail de verification" @@ -10453,6 +10565,11 @@ msgstr "Reinitialisar contrasigno" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Tenta de novo le ultime action, que ha generate un error" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Tenta de novo le ultime action, que ha generate un error" msgid "Retry" msgstr "Tentar de novo" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Tenta de novo cargar le optiones de signalamento" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Retornar al pagina precedente" @@ -10521,7 +10638,7 @@ msgstr "Retorna al pagina de initio" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Retorna al pagina precedente" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Salvar cambiamentos" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Salvar imagine" @@ -10608,8 +10725,8 @@ msgstr "Salvar nove pseudonymo" msgid "Save QR code" msgstr "Salvar codice QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Salvar in mi canales" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Canales salvate" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Salvate in tu canales" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Dice hallo!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Rolar al alto" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Cercar" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Cercar publicationes de @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Cercar per nomine o interesse" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Cercar canales" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Cercar canales que tu vole suggerer a alteres." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Cercar plus contos" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Cercar plus canales" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "Cercar mi publicationes" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Cercar publicationes" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Cercar profilos" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Cercar..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Cercas per profilos" @@ -10829,14 +10946,14 @@ msgstr "Vider le publicationes super #{tag}" msgid "See #{tag} posts by user" msgstr "Vider le publicationes super #{tag} per usator" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Vider offertas de empleo a Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Seliger un color" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Seliger conto" @@ -10910,7 +11022,7 @@ msgstr "Seliger un avatar" msgid "Select an emoji" msgstr "Seliger un emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Selige un option" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Selectiona desde un conto existente" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Selige per quante tempore silentiar iste parola." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Selectionar lingua..." msgid "Select languages" msgstr "Selectionar linguas" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Seliger servicio de moderation" @@ -11028,7 +11140,7 @@ msgstr "Selige qual lingua usar pro le interfacie de usator del application." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selige qual linguas tu vole que tu canales subscribite include. Si necun es selectionate, tote le linguas essera monstrate." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Seliger tu data de nascentia" @@ -11045,7 +11157,7 @@ msgstr "Selectiona tu lingua preferite pro traductiones in tu canal." msgid "Select your preferred notification channels" msgstr "Selige tu canales de notification preferite" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Inviar commentarios" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Inviar message" @@ -11089,7 +11201,7 @@ msgstr "Inviar le publication a {name}" msgid "Send post to..." msgstr "Inviar message a..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Inviar signalamento a {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Inviar e-mail de verification" @@ -11133,7 +11245,7 @@ msgstr "Definir le icone de application a {0}" msgid "Set new password" msgstr "Definir nove contrasigno" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Configurar tu conto" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Defini email pro reinitialisation de contrasigno" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Parametros" @@ -11222,7 +11334,7 @@ msgstr "Parametros pro notificationes de responsas" msgid "Settings for repost notifications" msgstr "Parametros pro notificationes de republicationes" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Parametros salvate" @@ -11242,7 +11354,7 @@ msgstr "Sexualmente suggestive" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Compartir" @@ -11251,7 +11363,7 @@ msgstr "Compartir" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Compartir nonobstante" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Compartir ligamine" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Quadro de dialogo pro compartir ligamine" @@ -11304,12 +11416,12 @@ msgstr "Compartir le URI at:// del publication" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Compartir codice QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Compartir iste canal" @@ -11318,22 +11430,22 @@ msgstr "Compartir iste canal" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Compartir iste pacchetto de initio" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Comparti iste pacchetto de initio e adjuta le gente a unir se a tu communitate super Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Compartir via..." @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Testator de preferentias compartite" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Monstrar" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Monstrar texto alternative" @@ -11373,14 +11489,14 @@ msgstr "Monstrar texto alternative" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Mostrar nonobstante" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "Monstrar optiones de personalisation" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Monstrar minus como iste" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Monstrar le lista nonobstante" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Monstrar plus como isto" @@ -11445,8 +11561,8 @@ msgstr "Monstrar responsas" msgid "Show replies as" msgstr "Monstrar responsas como" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Monstrar responsa pro totes" @@ -11455,8 +11571,8 @@ msgstr "Monstrar responsa pro totes" msgid "Show reposts" msgstr "Monstrar republicationes" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Monstrar advertimento e filtrar desde canales" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Monstra information super quando iste publication ha essite create" @@ -11486,15 +11602,15 @@ msgstr "Monstra information super quando iste publication ha essite create" msgid "Shows other accounts you can switch to" msgstr "Monstra altere contos al quales tu pote cambiar" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Monstra le contento" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Monstra le contento" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Aperir session" msgid "Sign in as {0}" msgstr "Aperir session como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Aperi session o crea un conto" @@ -11551,16 +11667,17 @@ msgstr "Aperi session in Bluesky o crea un nove conto" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Aperi session pro vider le publication" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "Proroga le recordatorio" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Disveloppamento de software" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Alcunes de tu verificationes es invalide." @@ -11664,7 +11786,7 @@ msgstr "Alcunes de tu verificationes es invalide." msgid "Some other feeds you might like" msgstr "Alcun altere canales que pote placer te" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Alicun personas pote responder" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Alcun error ha occurrite" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Alcun error ha occurrite, tenta de novo" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Alcun error ha occurrite. Tenta de novo in alcun instantes." msgid "Something went wrong. Please try again." msgstr "Alcun error ha occurrite. Tenta de novo." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Alcun problema? Informa nos." @@ -11759,8 +11881,8 @@ msgstr "Alcun problema? Informa nos." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Pardono! Tu session ha expirate. Aperi session de novo." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sports" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Comencia un conversation e illo apparera hic." @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Initiar chat con {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Pacchetto de initio" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Pacchetto de initio de {0}" @@ -11841,12 +11968,12 @@ msgstr "Pacchetto de initio de {0}" msgid "Starter pack by <0/>" msgstr "Pacchetto de initio de <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Pacchetto de initio tue" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Le pacchetto de initio es invalide" @@ -11854,7 +11981,7 @@ msgstr "Le pacchetto de initio es invalide" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Pacchettos de initio" @@ -11893,7 +12020,7 @@ msgstr "Immagazinage radite, tu debe reinitiar le application ora." msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "Inviar appello" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Inviar signalamento" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Subscribe te a @{0} pro usar iste etiquettas:" msgid "Subscribe to account activity" msgstr "Subscribe te al activitate del conto" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subscriber se al etiquettator" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subscriber se a iste etiquettator" @@ -11975,7 +12102,7 @@ msgstr "Subscriber se a iste etiquettator" msgid "Subscribe to this list" msgstr "Subscriber te a iste lista" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "Verificate con successo" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Poner del sol" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Solmente etiquettas" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "Tocca pro information" msgid "Tap for more information" msgstr "Tocca pro plus information" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Terminos" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Gratias pro tu commentario! Illo ha essite inviate al operator del canal msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Gratias, tu ha verificate tu adresse de e-mail con successo. Tu pote clauder iste quadro de dialogo." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Illo contine le sequente:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Le pacchetto de initio non ha potite esser trovate." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Illo es toto, gente!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Illo es toto!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Le conto potera interager con te post le disblocage." @@ -12287,7 +12414,7 @@ msgstr "Le autor de iste filo ha occultate iste responsa." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Le application web de Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Le Politica de privatessa ha essite displaciate a <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Le servitor pare haber problemas. Tenta de novo post alcun instantes." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Le pacchetto de initio que tu tenta vider es invalide. In vice, tu pote deler iste pacchetto de initio." @@ -12402,7 +12529,7 @@ msgstr "Le formulario de supporto ha essite displaciate. Si tu ha necessitate de msgid "The Terms of Service have been moved to" msgstr "Le conditiones de servicio ha essite displaciate a" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Le codice de verification que tu ha fornite es invalide. Assecura te que tu ha usate le ligamine de verification correcte o requesta un nove." @@ -12412,7 +12539,7 @@ msgstr "Le codice de verification que tu ha fornite es invalide. Assecura te que msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Il non ha limite de tempore pro disactivation de conto, retorna a qualcunque momento." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Il ha habite un problema durante le connexion con le servitor" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Il ha habite un problema durante le connexion con le servitor, verifica tu connexion al internet e tenta de novo." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Il ha habite un problema durante le recuperation del notificationes. Tocca hic pro tentar de novo." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Il ha habite un problema durante le recuperation del publicationes. Tocca hic pro tentar de novo." @@ -12495,25 +12622,25 @@ msgstr "Il ha habite un problema durante le actualisation de tu canales, verific #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Il ha habite un problema! {0}" @@ -12521,10 +12648,10 @@ msgstr "Il ha habite un problema! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Il ha habite un problema. Verifica tu connexion al internet e tenta de n msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Il ha habite un problema impreviste in le application. Informa nos si isto ha occurrite a te!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Il ha habite un grande quantitate de usatores nove a Bluesky! Nos activara tu conto le plus tosto possibile." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Iste {screenDescription} ha essite signalate:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Iste conto ha un marca de verification proque illo ha essite verificate per fontes de confidentia." @@ -12584,7 +12711,7 @@ msgstr "Iste conto ha un marca de verification proque illo ha essite verificate msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Iste conto ha un o plus tentativas de verification, mais actualmente illo non es verificate." @@ -12618,7 +12745,7 @@ msgstr "Iste appello essera inviate al servicio de moderation de Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Iste chat ha essite disconnectite" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Iste conversation es con un conto delite o disactivate. Preme pro optiones" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Iste function permitte que usatores recipe notificationes de tu nove publicationes e responsas. Pro qui tu vole activar lo?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Iste function es in phase beta. Tu pote leger plus super exportationes de repositorios in <0>iste publication de blog." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "Iste non es un ligamine valide" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Iste ligamine te porta al sequente sito web:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Iste lista – create per <0>{0} – contine possibile violationes al directivas del communitate de Bluesky in su nomine o description." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Iste lista – create per te – contine possibile violationes al directivas del communitate de Bluesky in su nomine o description." @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Iste publication affirma haber essite create in <0>{0}, mais illo ha essite vidite per Bluesky pro le prime vice in <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Iste publication ha un typo incognite de restriction de interaction. Es possibile que tu application non es actualisate." @@ -12845,19 +12972,19 @@ msgstr "Iste publication es visibile solmente a usatores con session aperte." msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Iste publication essera occultate de canales e filos. Iste action es irreversibile." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Le autor del publication ha disactivate le citationes." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Iste profilo solmente es visibile a usatores con session aperte. Illo non essera visibile a personas qui non ha aperite session." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Iste responsa essera placiate in un section occulte in basso de tu filo e silentiara notificationes pro responsas subsequente – pro te mesme e pro alteres." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Iste servicio non ha fornite conditiones de servicio o un politica de privatessa." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Iste usator es nove hic. Preme pro plus informationes super quando ille msgid "This user isn't following anyone." msgstr "Iste usator non seque alcuno." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Isto removera @{0} del lista de accesso rapide." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Isto removera tu publication de iste citation pro tote le usatores, e lo substituera per un marcator de position." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferentias de filos" msgid "Threaded" msgstr "Como filos" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferentias de filos" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Pro disactivar le methodo de 2FA per e-mail, verifica tu accesso al adresse de e-mail." @@ -13012,7 +13134,7 @@ msgstr "Pro disactivar le methodo de 2FA per e-mail, verifica tu accesso al adre msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Pro disactivar tu methodo de 2FA per e-mail, verifica tu accesso a <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Hodie" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Commuta pro activar o disactivar contento pro adultos" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Commuta le sono" @@ -13053,7 +13175,7 @@ msgstr "Populares" msgid "Top replies first" msgstr "Responsas popular primo" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Topico" @@ -13061,8 +13183,8 @@ msgstr "Topico" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traducer" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "Vista in arbore" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Tendentias" @@ -13099,12 +13221,20 @@ msgstr "Tendentias" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Le confidentia emerge del relationes, del communitates e de un contexto compartite, consequentemente nos tamben habilita <0>verificatores de confidentia: organisationes qui pote emitter verificationes directemente." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Non ha essite possibile connecter. Verifica tu connexion al internet e tenta de novo." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Non ha essite possibile contactar tu servicio. Per favor verifica tu connexion al Internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Non ha essite possibile deler" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "Information super le canal indisponibile" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Disblocar" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Disblocar" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Disblocar conto" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Disblocar le conto?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Disblocar lista" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Disfacer republication ({0, plural, one {# republication} other {# republicationes}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Cessar de sequer {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Cessar de sequer conto" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Cessa de sequer le usator" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Infortunatemente, necun del etiquettatores al quales tu subscribe supporta iste typo de signalamento." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Verificator incognite" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Disappreciar" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Disappreciar ({0, plural, one {# appreciation} other {# appreciationes}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Dissilentiar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Dissilentiar" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Dissilentiar conto" @@ -13379,8 +13536,8 @@ msgstr "Dissilentiar conto" msgid "Unmute conversation" msgstr "Dissilentiar conversation" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Dissilentiar lista" @@ -13388,8 +13545,8 @@ msgstr "Dissilentiar lista" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Dissilentiar filo" @@ -13397,14 +13554,14 @@ msgstr "Dissilentiar filo" msgid "Unmute video" msgstr "Dissilentiar video" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Disfixar" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Disfixar canal" @@ -13414,13 +13571,13 @@ msgstr "Disfixar canal" msgid "Unpin from home" msgstr "Disfixar del initio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Disfixar del profilo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Disfixar lista de moderation" @@ -13429,29 +13586,34 @@ msgstr "Disfixar lista de moderation" msgid "Unpinned {0} from Home" msgstr "Disfixate {0} del Initio" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Disfixate de tu canales" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Disface le prorogation del recordatorio" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Cancellar le subscription" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Cancellar le subscription del lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Cancellar le subscription de iste etiquettator" @@ -13463,7 +13625,7 @@ msgstr "Cancellate le subscription del lista" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Actualisar a {domain}" msgid "Update your email" msgstr "Actualisa tu e-mail" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Incargar un file de texto a:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Cargar desde le camera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Cargar desde files" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Cargar desde bibliotheca" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Incargante imagines..." msgid "Uploading link thumbnail..." msgstr "Incargante miniatura de ligamine..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Incargante video..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Lista de usatores tue" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Lista de usator create" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Lista de usator actualisate" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Nomine de usator o adresse de e-mail" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "usatores sequite per <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "usatores sequente <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Valor:" msgid "Verification failed, please try again." msgstr "Non ha essite possibile verificar, tenta de novo." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Parametros de verification" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Parametros de verification" @@ -13720,14 +13882,14 @@ msgstr "Parametros de verification" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Verificationes super Bluesky functiona differentemente que in altere platteformas. <0>Sape plus hic." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verificate per:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verificar conto" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Verificar tu e-mail" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Non ha essite possibile processar le video" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Canal de video" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video de {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videojocos" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Video in pausa" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Video in reproduction" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video non trovate." @@ -13859,12 +14021,12 @@ msgstr "Video non trovate." msgid "Video settings" msgstr "Configurationes de video" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video cargate" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Vider le avatar de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Visualisar profilo de {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Visualisar profilo de usator blocate" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Vider le publication de blog pro plus detalios" @@ -13936,8 +14092,8 @@ msgstr "Vider le publication de blog pro plus detalios" msgid "View debug entry" msgstr "Vider entrata de depuration" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Visualisar detalios" @@ -13977,13 +14133,13 @@ msgstr "Vider plus" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Vider le servicio de etiquettage fornite per @{0}" msgid "View this user's verifications" msgstr "Vider le notificationes de usator" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Vider usatores qui apprecia iste canal" @@ -14026,11 +14182,11 @@ msgstr "Vider usatores qui apprecia iste canal" msgid "View video" msgstr "Vider video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Visualisar tu contos blocate" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Vider tu parametros predefinite de interaction de publication" @@ -14039,11 +14195,15 @@ msgstr "Vider tu parametros predefinite de interaction de publication" msgid "View your feeds and explore more" msgstr "Vider tu canales e explorar plus" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Vider tu listas de moderation" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Vider tu contos silentiate" @@ -14060,6 +14220,10 @@ msgstr "Vide le imagine complete" msgid "Views video in immersive mode" msgstr "Vide le video in modo immersive" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Nos estima {estimatedTime} ante que tu conto es preste." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Nos ha inviate altere e-mail de verification a <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Nos recommenda seliger al minus duo interesses." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Nos ha inviate un e-mail a <0>{0} continente un ligamine. Clicca super illo pro completar le processo de verification de e-mail." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nos non ha potite determinar si tu ha permission pro cargar videos. Tenta de novo." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Nos non ha potite cargar tu etiquettatores configurate in iste momento." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Nos te informara quando tu conto es preste." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Nos ha problemas de rete, tenta de novo" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Nos presenta un nove strato de verification in Bluesky — un marca de verification facilemente perceptibile." @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Nos regretta! Le publication que tu responde ha essite delite." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Benvenite in retorno!" @@ -14351,17 +14519,17 @@ msgstr "Como tu vole nominar tu pacchetto de initio?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Qual es le novas?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Quando tu tocca super un marca de verification, tu videra qual organisationes ha concedite le verification." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Qui pote interager con iste publication?" @@ -14369,12 +14537,12 @@ msgstr "Qui pote interager con iste publication?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Qui pote responder" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Qui pote verificar?" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Scriber message" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Scribe tu responsa" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Si, disactivar" @@ -14495,19 +14663,19 @@ msgstr "Si, disactivar" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Si, deler iste pacchetto de initio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Si, disannexar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Si, occultar" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Si, reactivar mi conto" @@ -14519,7 +14687,7 @@ msgstr "Heri" msgid "You are a trusted verifier" msgstr "Tu es un verificator de confidentia" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "Tu crea un conto super" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Tu es in fila." @@ -14558,11 +14726,11 @@ msgstr "Tu es in fila." msgid "You are Live" msgstr "Tu es in directo" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Tu non es plus in directo" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Tu non es permitte incargar videos." @@ -14570,7 +14738,7 @@ msgstr "Tu non es permitte incargar videos." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Tu es ora in directo!" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Tu anque pote discoperir nove Canales personalisate pro sequer." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Tu pote ora aperir session con tu nove contrasigno." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Tu pote reactivar tu conto pro continuar a aperir session. Tu profilo e publicationes essera visibile a altere usatores." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Tu pote actualisar iste plus tarde desde tu configurationes." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Tu seque necun usator qui seque @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "Tu ha disactivate completemente le notificationes de responsa, citation #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Tu ha inserite un codice invalide. Illo debe haber le formato XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Tu ha attingite le fin" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Tu ha verificate tu adresse de e-mail con successo. Tu pote clauder iste quadro de dialogo." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Tu ha temporarimente attingite le limite pro le incargamento de video. Tenta lo de novo plus tarde." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Tu debe sequer al minus septe altere personas pro generar un pacchetto d msgid "You must grant access to your photo library to save a QR code" msgstr "Tu debe conceder accesso a tu bibliotheca de photos pro salvar un codice QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Tu ha disactivate @{0} precedentemente." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Le session de tote tu contos se claudera." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Tu es in fila" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Tu ha trovate alicun personas a sequer" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Tu ha attingite le fin de tu canal! Trova alcun altere contos pro sequer." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "Tu ha attingite le numero maxime de requestas permittite. Tenta de novo msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Tu ha attingite tu limite diari pro cargas de videos (troppo de bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Tu ha attingite tu limite diari pro cargas de videos (troppo de videos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Il non ha plus videos a spectar. Forsan isto es un bon momento pro facer un pausa?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Tu conto" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "Tu conto ha essite suspendite" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Tu conto ancora non ha etate sufficiente pro cargar videos. Tenta de novo plus tarde." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Le repositorio de tu conto, continente tote le registros de datos public, pote esser discargate como um file \"CAR\". Iste file non include contento multimedial incorporate, como imagines, o tu datos private, que debe esser recuperate separatemente." @@ -15086,7 +15274,7 @@ msgstr "Tu conto ha essite considerate in violation del <0>Conditiones de servic msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Tu appello ha essite inviate. Si tu appello ha successo, tu recipera un e-mail." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Tu data de nascentia" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Tu pseudonymo actual <0>{0} remanera automaticamente reservate pro te. Tu pote cambiar de retorno a illo a qualcunque momento desde iste conto." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Tu adresse de e-mail pare esser invalide." @@ -15140,7 +15328,7 @@ msgstr "Tu e-mail ancora non ha essite verificate. Verifica tu e-mail a fin de f msgid "Your first like!" msgstr "Tu prime appreciation!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Tu sequitores" @@ -15157,7 +15345,7 @@ msgstr "Tu pseudonymo complete essera <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Tu interesses ha essite actualisate!" msgid "Your interests help us find what you like!" msgstr "Tu interesses nos adjuta a discoperir lo que te place!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Tu contrasigno debe haber al minus 8 characteres." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Tu profilo, publicationes, canales e listas non essera plus visibile a altere usatores de Bluesky. Tu pote reactivar tu conto a qualcunque momento aperiente session." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Tu signalamento essera inviate a <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Le interesses que tu ha seligite nos adjuta a servir te contento que te importa." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po index 8afe079fa8..213bd05fa3 100644 --- a/src/locale/locales/id/messages.po +++ b/src/locale/locales/id/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: id\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,16 +23,20 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategori \"{interestsDisplayName}\" (aktif)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" -msgstr "" +msgstr "(pesan terblokir disembunyikan)" #. A reply summary in chat #: src/components/dms/getMessageInfo.ts:118 #: src/components/dms/replyPreview.ts:90 msgid "(chat invite link)" -msgstr "" +msgstr "(tautan undangan obrolan)" #: src/components/dms/getMessageInfo.ts:100 msgid "(contains embedded content)" @@ -41,22 +45,22 @@ msgstr "(berisi konten yang disisipkan)" #. A reply summary in chat #: src/components/dms/MessageItem.tsx:933 msgid "(deleted message)" -msgstr "" +msgstr "(pesan yang dihapus)" #. A reply summary in chat #: src/components/dms/replyPreview.ts:68 msgid "(disabled chat invite link)" -msgstr "" +msgstr "(tautan undangan obrolan yang tidak aktif)" #. A reply summary in chat #: src/components/dms/replyPreview.ts:82 msgid "(invalid chat invite link)" -msgstr "" +msgstr "(tautan undangan obrolan tidak valid)" #. A reply summary in chat #: src/components/dms/MessageItem.tsx:927 msgid "(message sent before you joined)" -msgstr "" +msgstr "(pesan dikirim sebelum Anda bergabung)" #: src/screens/Settings/AccountSettings.tsx:74 msgid "(no email)" @@ -65,12 +69,12 @@ msgstr "(tidak ada email)" #. A reply summary in chat #: src/components/dms/replyPreview.ts:112 msgid "(no text)" -msgstr "" +msgstr "(tidak ada teks)" #. A reply summary in chat #: src/components/dms/replyPreview.ts:104 msgid "(quoted post)" -msgstr "" +msgstr "(postingan yang dikutip)" #. placeholder {0}: labels.length #: src/components/moderation/LabelsOnMe.tsx:57 @@ -97,8 +101,10 @@ msgstr "{0, plural, other {# mengikuti}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, other {# teman ditemukan!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {# jam}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, other {# bln}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, other {pengikut}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {mengikuti}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, other {postingan}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# lainnya}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -222,7 +228,7 @@ msgstr "" #: src/lib/strings/time.ts:15 msgctxt "date and time formatted like this: [time] · [date]" msgid "{0} · {1}" -msgstr "" +msgstr "{0} · {1}" #. placeholder {0}: desc.name #: src/components/moderation/ContentHider.tsx:98 @@ -244,13 +250,13 @@ msgstr "{0} <0>dalam <1>teks & tagar" #. placeholder {0}: createSanitizedDisplayName(members[0]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" -msgstr "" +msgstr "{0} ditambahkan ke obrolan" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" -msgstr "" +msgstr "{0} dan {1} ditambahkan ke obrolan" #. placeholder {0}: profile.followsCount || 0 #: src/screens/Profile/Header/Metrics.tsx:49 @@ -260,7 +266,7 @@ msgstr "{0} mengikuti" #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/dms/MessageItem.tsx:739 msgid "{0} is blocking you" -msgstr "" +msgstr "{0} memblokir Anda" #. placeholder {0}: sanitizeHandle(profile.handle) #: src/features/liveNow/components/LiveStatusDialog.tsx:81 @@ -268,24 +274,24 @@ msgid "{0} is live" msgstr "{0} sedang siaran langsung" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} tidak tersedia" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." -msgstr "" +msgstr "{0} tidak didukung oleh perangkat Anda." #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:88 msgid "{0} joined" -msgstr "" +msgstr "{0} bergabung" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:89 msgid "{0} joined the group" -msgstr "" +msgstr "{0} bergabung dalam grup" #. placeholder {0}: formatCount(i18n, JOINED_THIS_WEEK) #: src/screens/StarterPack/StarterPackLandingScreen.tsx:222 @@ -295,12 +301,12 @@ msgstr "{0} telah bergabung minggu ini" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:103 msgid "{0} left" -msgstr "" +msgstr "{0} keluar" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:104 msgid "{0} left the group" -msgstr "" +msgstr "{0} keluar dari grup" #. placeholder {0}: formatTime(currentTime) #. placeholder {1}: formatTime(duration) @@ -324,33 +330,33 @@ msgstr "{0} menanggapi {1}" #. placeholder {0}: numUnreadMessages.numUnread #: src/view/shell/bottom-bar/BottomBar.tsx:246 msgid "{0} unread items" -msgstr "" +msgstr "{0} pesan tidak terbaca" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:58 msgid "{0} was added" -msgstr "" +msgstr "{0} telah ditambahkan" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:59 msgid "{0} was added to the group" -msgstr "" +msgstr "{0} telah ditambahkan dalam grup" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:73 msgid "{0} was removed" -msgstr "" +msgstr "{0} telah dikeluarkan" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:74 msgid "{0} was removed from the group" -msgstr "" +msgstr "{0} telah dikeluarkan dalam grup" #. List formatting: {0}, {1}, {2} #. placeholder {0}: link(lang) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:113 msgid "{0}, " -msgstr "" +msgstr "{0}, " #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -416,7 +425,7 @@ msgstr "" #. placeholder {0}: UNREAD_REQUEST_CAP - 1 #: src/screens/Messages/components/InboxRequests.tsx:30 msgid "{0}+ requests" -msgstr "" +msgstr "{0}+ permintaan" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value @@ -469,18 +478,18 @@ msgstr "" #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" -msgstr "" +msgstr "{date} pukul {time}" #: src/lib/generate-starterpack.ts:95 #: src/screens/StarterPack/Wizard/index.tsx:185 msgid "{displayName}'s Starter Pack" msgstr "Paket Pemula {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, other {jam}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {menit}}" @@ -614,11 +623,11 @@ msgstr "{firstAuthorName} mengikuti Anda kembali" #: src/view/com/notifications/NotificationFeedItem.tsx:341 msgid "{firstAuthorName} followed you back via starter pack {starterPackName}" -msgstr "" +msgstr "{firstAuthorName} mengikuti Anda balik melalui paket pemula {starterPackName}" #: src/view/com/notifications/NotificationFeedItem.tsx:351 msgid "{firstAuthorName} followed you via starter pack {starterPackName}" -msgstr "" +msgstr "{firstAuthorName} mengikuti Anda melalui paket pemula {starterPackName}" #: src/view/com/notifications/NotificationFeedItem.tsx:389 msgid "{firstAuthorName} liked your custom feed" @@ -652,21 +661,21 @@ msgstr "{firstAuthorName} mendaftar dengan paket pemula Anda" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} memverifikasi Anda" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} mengikuti" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" #: src/components/dms/components/GroupChatProfileCard.tsx:62 #: src/components/dms/InitiateChatFlow.tsx:1158 msgid "{handle} can’t be added" -msgstr "" +msgstr "{handle} tidak dapat ditambahkan" #: src/components/dialogs/SearchablePeopleList.tsx:455 msgid "{handle} can't be messaged" @@ -674,7 +683,7 @@ msgstr "{handle} tidak dapat dikirimi pesan" #: src/components/dms/InitiateChatFlow.tsx:1119 msgid "{handle} can’t be messaged" -msgstr "" +msgstr "{handle} tidak dapat dikirimi pesan" #: src/features/liveNow/utils.ts:40 msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}" @@ -685,10 +694,10 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, other {# jam}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" -msgstr "" +msgstr "{index}/{count}" #. Displayed when the number of requests is greater than 20 #: src/screens/Messages/components/RequestStatus.tsx:69 @@ -701,25 +710,25 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# pengguna telah}} bergabung!" #: src/view/com/composer/videos/SubtitleDialog.tsx:138 msgid "{MAX_ALT_TEXT, plural, other {Alt text must be less than # characters.}}" -msgstr "" +msgstr "{MAX_ALT_TEXT, plural, other {Teks alt tidak boleh kurang dari # karakter.}}" #: src/screens/Profile/Header/EditProfileDialog.tsx:380 msgid "{MAX_DESCRIPTION, plural, other {Description is too long. The maximum number of characters is #.}}" -msgstr "" +msgstr "{MAX_DESCRIPTION, plural, other {Deskripsi terlalu panjang. Maksimum jumlah karakter sebesar #.}}" #: src/screens/Profile/Header/EditProfileDialog.tsx:329 msgid "{MAX_DISPLAY_NAME, plural, other {Display name is too long. The maximum number of characters is #.}}" -msgstr "" +msgstr "{MAX_DISPLAY_NAME, plural, other {Nama tampilan terlalu panjang. Maksimal jumlah karakter sebesar #.}}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:391 msgid "{MAX_HIDDEN_REPLIES, plural, other {You can hide a maximum of # replies.}}" -msgstr "" +msgstr "{MAX_HIDDEN_REPLIES, plural, other {Anda dapat menyembunyikan maksimum # balasan.}}" #. The number of group chat members out of the total number of permitted users. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:39 @@ -733,7 +742,7 @@ msgstr "{minutes, plural, other {# menit}}" #. placeholder {0}: reaction.value #: src/components/dms/getReactionInfo.ts:70 msgid "{name} reacted {0} to {target}" -msgstr "" +msgstr "{name} menanggapi {0} pada {target}" #. When the last message in a group chat came from someone other than you. #: src/components/dms/getMessageInfo.ts:84 @@ -767,35 +776,35 @@ msgstr "{profileName} bergabung Bluesky menggunakan paket pemula {timeAgoString} #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:106 msgid "{remaining, plural, one {# character remaining} other {# characters remaining}}" -msgstr "" +msgstr "{remaining, plural, other {# karakter tersisa}}" #: src/components/dms/MessageItem.tsx:826 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} membalas" #: src/components/dms/MessageItem.tsx:825 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} membalas {originalName}" #: src/components/dms/MessageItem.tsx:823 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} membalas Anda" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" -msgstr "" +msgstr "{requestCount, plural, other {# permintaan}}" #. Displayed when there are more than 20 requests to join a group chat #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:56 msgid "{requestCount}+ requests" -msgstr "" +msgstr "{requestCount}+ permintaan" #: src/components/verification/VerifierDialog.tsx:62 msgid "{userName} is a trusted verifier" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, dan {2, plural, other {# lainnya}} sudah disertakan dalam paket pemula Anda" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, dan {2, plural, other {# lainnya}} sudah diserta #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, dan {2, plural, other {# lainnya}} sudah disertakan dalam paket pemula Anda" @@ -874,32 +883,32 @@ msgstr "<0>{0} {1, plural, other {simpanan}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} dan<1> <2>{1} sudah disertakan dalam paket pemula Anda" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} sudah disertakan dalam paket pemula Anda" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "Anggota <0>{0}" #. Text identifying the person who added you to a group chat #: src/screens/Messages/components/ChatStatusInfo.tsx:135 msgid "<0>{displayName}<1/><2> added you" -msgstr "" +msgstr "<0>{displayName}<1/><2> menambahkan Anda" #: src/screens/Hashtag.tsx:232 #: src/screens/Search/SearchResults.tsx:412 @@ -908,10 +917,10 @@ msgstr "<0>Masuk<1> atau <2>buat akun<3> <4>untuk mencari berita #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:250 msgid "<0>Tap here to update your location with GPS." -msgstr "" +msgstr "<0>Ketuk di sini untuk memperbarui lokasi Anda dengan GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Anda dan<1> <2>{0} sudah disertakan dalam paket pemula" @@ -946,6 +955,12 @@ msgstr "7 hari" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Kumpulan feed populer yang dapat Anda temukan di Bluesky, termasuk Berita, Booksky, Pengembangan Game, Blacksky, dan Pena Tinta" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,18 +988,18 @@ msgstr "Kesalahan jaringan terjadi. Silakan periksa koneksi internet Anda." msgid "A new code has been sent" msgstr "Kode baru telah dikirim" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Bentuk baru verifikasi" #: src/components/dms/MessageItem.tsx:836 msgid "A reply to a message sent before you joined" -msgstr "" +msgstr "Balasan pesan yang dikirim sebelum Anda bergabung" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:147 msgid "A screenshot of a post from @esb.lol, showing the user is currently livestreaming content on Twitch. The post reads: \"Hello! I'm live on Twitch, and I'm testing Bluesky's latest feature too!\"" -msgstr "" +msgstr "Tangkapan layar postingan dari @esb.lol, menunjukkan pengguna sedang melakukan siaran langsung konten di Twitch. Postingan tersebut berbunyi: \"Halo! Saya sedang siaran langsung di Twitch, dan saya juga sedang menguji fitur terbaru Bluesky!\"" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:121 @@ -1003,9 +1018,9 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:102 #: src/components/dms/dialogs/ShareViaChatDialog.tsx:118 msgid "A selected recipient is not followed by the sender." -msgstr "" +msgstr "Penerima yang dipilih tidak diikuti oleh pengirim." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1033,7 +1048,7 @@ msgstr "Terima permintaan obrolan" #: src/screens/Messages/JoinRequests.tsx:455 msgid "Accept join request" -msgstr "" +msgstr "Terima permintaan bergabung" #. Accept a chat request #: src/screens/Messages/components/IncomingRequestListItem.tsx:51 @@ -1046,7 +1061,7 @@ msgstr "Terima saran bahasa ini" #: src/components/intents/GroupChatJoinDialog.tsx:117 msgid "Access requested! The group owner will review your request." -msgstr "" +msgstr "Akses diminta! Pemilik grup akan meninjau permintaan Anda." #: src/screens/Settings/AccessibilitySettings.tsx:45 #: src/screens/Settings/Settings.tsx:237 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Aksesibilitas" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Pengaturan Aksesibilitas" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Akun" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Akun diblokir" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Akun diikuti" @@ -1086,8 +1101,8 @@ msgstr "Akun telah ditangguhkan" msgid "Account is deactivated" msgstr "Akun telah dinonaktifkan" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Akun dibisukan" @@ -1111,24 +1126,24 @@ msgstr "Akun dihapus dari akses cepat" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Akun batal diblokir" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Akun tidak diikuti" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Akun tidak dibisukan" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Akun dengan tanda cek biru bergerigi <0><1/> dapat memverifikasi lainnya. Verifikator ini telah dipilih oleh Bluesky." @@ -1138,9 +1153,9 @@ msgstr "Akun dengan tanda cek biru bergerigi <0><1/> dapat memverifikasi lai msgid "Activity from others" msgstr "Aktivitas dari yang lainnya" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" -msgstr "" +msgstr "Notifikasi aktivitas" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:192 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Tambah" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Tambah {0} lagi untuk melanjutkan" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Tambahkan {displayName} dalam paket pemula" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Tambahkan pengguna ke daftar ini" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Tambahkan akun" @@ -1201,17 +1216,17 @@ msgstr "Tambahkan teks alt (opsional)" msgid "Add another account" msgstr "Tambahkan akun lain" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Tambahkan postingan lain" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" -msgstr "" +msgstr "Tambahkan postingan lain pada utasan" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:439 msgid "Add another search filter" -msgstr "" +msgstr "Tambahkan saringan pencarian lain" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:102 msgid "Add app password" @@ -1223,9 +1238,9 @@ msgstr "Tambahkan sandi aplikasi" msgid "Add App Password" msgstr "Tambahkan Sandi Aplikasi" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" -msgstr "" +msgstr "Tambahkan label automasi pada akun" #: src/components/dms/EmojiReactionPicker.web.tsx:31 msgid "Add emoji reaction" @@ -1237,14 +1252,14 @@ msgstr "" #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" -msgstr "" +msgstr "Tambahkan anggota grup obrolan" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Tambahkan gambar" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Tambah media ke postingan" @@ -1252,17 +1267,17 @@ msgstr "Tambah media ke postingan" #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:106 #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:125 msgid "Add members" -msgstr "" +msgstr "Tambahkan anggota" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Tambahkan rincian lengkap (optional)" #: src/screens/Settings/LanguageSettings.tsx:218 #: src/screens/Settings/LanguageSettings.tsx:223 msgid "Add more languages…" -msgstr "" +msgstr "Tambahkan bahasa lain…" #: src/components/dialogs/MutedWords.tsx:332 msgid "Add mute word with chosen settings" @@ -1295,7 +1310,7 @@ msgstr "Tambahkan Reaksi" msgid "Add recommended feeds" msgstr "Tambahkan feed rekomendasi" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Tambahkan beberapa feed ke dalam paket pemula Anda!" @@ -1307,12 +1322,12 @@ msgstr "Tambahkan feed bawaan hanya untuk orang yang Anda ikuti" msgid "Add the following DNS record to your domain:" msgstr "Tambahkan catatan DNS berikut ke domain Anda:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Tambahkan feed ini ke daftar feed Anda" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Tambahkan dalam daftar" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Tambahkan ke postingan yang disimpan" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Tambahkan ke paket pemula" @@ -1330,14 +1345,14 @@ msgstr "Tambahkan ke paket pemula" msgid "Add user to list" msgstr "Tambahkan pengguna ke daftar" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Tambahkan tanggal lahir Anda" #. placeholder {0}: createSanitizedDisplayName( profile.kind.addedBy, true, moderateProfile(profile.kind.addedBy, moderationOpts).ui('displayName'), ) #: src/screens/Messages/ConversationSettings/Member.tsx:109 msgid "Added by {0}" -msgstr "" +msgstr "Ditambahkan oleh {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:114 msgid "Added by invite link" @@ -1361,14 +1376,14 @@ msgstr "Menambahkan anggota pada daftar..." msgid "Additional details (limit 1000 characters)" msgstr "Rincian tambahan (batas 1000 karakter)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Rincian tambahan (batas 300 karakter)" #: src/screens/Messages/ConversationSettings/Member.tsx:94 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" -msgstr "" +msgstr "Admin" #: src/view/com/composer/labels/LabelsBtn.tsx:155 msgid "Adult" @@ -1378,14 +1393,14 @@ msgstr "Dewasa" msgid "Adult content" msgstr "Konten dewasa" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Konten Dewasa" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Konten dewasa hanya dapat diaktifkan melalui laman <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Label Konten Dewasa" msgid "Adult sexual abuse content" msgstr "Konten pelecehan seksual untuk dewasa" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Lanjutan" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "kresna@contoh.com" msgid "All" msgstr "Semua" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Semua" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Semua akun telah diikuti!" @@ -1474,7 +1494,7 @@ msgstr "Berisi semua feed yang telah Anda simpan dalam satu tempat." msgid "Allow access to your direct messages" msgstr "Izinkan akses ke pesan langsung Anda" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Izinkan semua orang membalas" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Izinkan akses lokasi" @@ -1498,38 +1518,38 @@ msgstr "Izinkan akses lokasi" msgid "Allow others to be notified of your posts" msgstr "Izinkan orang lain untuk menerima notifikasi dari postingan Anda" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" -msgstr "" +msgstr "Izinkan orang yang Anda ikuti untuk membalas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" -msgstr "" +msgstr "Izinkan orang yang Anda sebutkan untuk membalas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Izinkan kutipan" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" -msgstr "" +msgstr "Izinkan pengguna dalam {0} untuk membalas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" -msgstr "" +msgstr "Izinkan pengikut Anda untuk membalas" #: src/screens/Settings/AppPasswords.tsx:201 msgid "Allows access to direct messages" msgstr "Mengizinkan akses ke pesan langsung" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Sudah memiliki kode?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Sudah memiliki akun?" @@ -1540,7 +1560,7 @@ msgstr "Sudah masuk sebagai @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Teks alt akan disingkat. {MAX_ALT_TEXT, plural, other {Batas: {0} karakter.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Email telah dikirim ke {0}. Email tersebut berisi kode konfirmasi yang dapat Anda masukkan di bawah ini." @@ -1587,7 +1607,7 @@ msgstr "Telah terjadi kesalahan" msgid "An error occurred" msgstr "Terjadi kesalahan" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Terjadi kesalahan saat mengompresi video." @@ -1596,7 +1616,7 @@ msgstr "Terjadi kesalahan saat mengompresi video." msgid "An error occurred while fetching suggested accounts." msgstr "Kesalahan terjadi saat mengambil akun yang disarankan." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Terjadi kesalahan saat mengambil feed." @@ -1607,17 +1627,17 @@ msgstr "Terjadi kesalahan saat membuat paket pemula. Coba lagi?" #. placeholder {0}: cleanError(err) #: src/components/contacts/screens/ViewMatches.tsx:251 msgid "An error occurred while hiding suggestion. {0}" -msgstr "" +msgstr "Kesalahan terjadi saat menyembunyikan saran. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Terjadi kesalahan saat memuat video. Silakan coba lagi nanti." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Terjadi kesalahan saat memuat video. Silakan coba lagi." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,25 +1648,25 @@ msgstr "Terjadi kesalahan saat menyimpan kode QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Terjadi kesalahan saat mencoba mengikuti semua" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" -msgstr "" +msgstr "Kesalahan terjadi saat mengunggah video. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." -msgstr "" +msgstr "Kesalahan terjadi saat mengunggah video. Silakan periksa koneksi Anda dan coba lagi." #. placeholder {0}: cleanError(err) #: src/components/contacts/screens/PhoneInput.tsx:121 #: src/components/contacts/screens/VerifyNumber.tsx:136 #: src/components/contacts/screens/VerifyNumber.tsx:188 msgid "An error occurred. {0}" -msgstr "" +msgstr "Kesalahan terjadi. {0}" #: src/components/contacts/components/HeroImage.tsx:28 #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:79 @@ -1661,8 +1681,8 @@ msgstr "Ilustrasi dari beberapa postingan Bluesky bersama dengan ikon posting ul msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Sebuah ilustrasi menampilkan Bluesky memilih verifikator terpercaya, dan verifikator terpercaya pada waktunya memverifikasi akun pengguna individual." @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Terjadi masalah, silakan coba lagi." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Maket iPhone yang menampilkan aplikasi Bluesky terbuka profil pengguna terverifikasi dengan tanda centang biru di sebelah nama tampilan mereka." @@ -1702,7 +1722,7 @@ msgstr "Maket iPhone yang menampilkan aplikasi Bluesky terbuka profil pengguna t msgid "an unknown labeler" msgstr "pelabel tak dikenal" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "dan" @@ -1735,7 +1755,7 @@ msgstr "Mengumumkan verifikasi Bluesky" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Siapa saja" @@ -1767,7 +1787,7 @@ msgstr "Siapapun yang mengikuti saya" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1794,7 +1814,7 @@ msgstr "Nama sandi aplikasi harus unik atau berbeda" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:62 msgid "App password names can only contain letters, numbers, spaces, hyphens, and underscores" -msgstr "" +msgstr "Sandi aplikasi hanya boleh terdiri dari huruf, angka, spasi, tanda hubung, dan garis bawah" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:80 msgid "App password names must be at least 4 characters long" @@ -1805,7 +1825,7 @@ msgstr "Nama sandi aplikasi harus terdiri dari minimal 4 karakter" msgid "App passwords" msgstr "Sandi aplikasi" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Kata Sandi Aplikasi" @@ -1823,11 +1843,11 @@ msgstr "Banding label \"{0}\"" #: src/components/moderation/ModerationDetailsDialog.tsx:159 msgid "Appeal label" -msgstr "" +msgstr "Banding label" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:92 msgid "Appeal livestream suspension" -msgstr "" +msgstr "Ajukan banding penangguhan siaran langsung" #: src/components/moderation/AppealForm.tsx:94 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:82 @@ -1854,9 +1874,9 @@ msgstr "Ajukan banding atas keputusan ini" #: src/components/moderation/ModerationDetailsDialog.tsx:219 msgid "Appeal this label" -msgstr "" +msgstr "Ajukan banding untuk label ini" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arsip dari {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Arsip postingan" @@ -1891,19 +1911,19 @@ msgstr "Apakah anda sungguh-sungguh yakin?" #. placeholder {1}: link(languages[1]) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 msgid "Are you searching for posts in {0} or {1}?" -msgstr "" +msgstr "Apakah Anda mencari postingan dalam {0} atau {1}?" #. placeholder {0}: link(languages[0]) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:95 msgid "Are you searching for posts in {0}?" -msgstr "" +msgstr "Apakah Anda mencari postingan dalam {0}?" #. List formatting: {0}, {1}, or {2} #. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) #. placeholder {1}: link(last) #: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:110 msgid "Are you searching for posts in {0}or {1}?" -msgstr "" +msgstr "Apakah Anda mencari postingan dalam {0}atau {1}?" #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 @@ -1912,9 +1932,9 @@ msgstr "Anda yakin ingin menghapus sandi aplikasi \"{0}\"?" #: src/components/dms/MessageOverlays.tsx:183 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." -msgstr "" +msgstr "Anda yakin ingin menghapus pesan ini? Pesan akan dihapus untuk Anda, tetapi tidak untuk partisipan lainnya." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Anda yakin ingin menghapus paket pemula ini?" @@ -1926,7 +1946,7 @@ msgstr "Anda yakin ingin membuang perubahan?" #: src/screens/Messages/ConversationSettings/prompts.tsx:128 #: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" -msgstr "" +msgstr "Anda yakin untuk meninggalkan grup {groupName}?" #: src/components/dms/LeaveConvoPrompt.tsx:61 msgid "Are you sure you want to leave this conversation?" @@ -1934,9 +1954,9 @@ msgstr "Anda yakin ingin meninggalkan percakapan ini?" #: src/components/dms/LeaveConvoPrompt.tsx:60 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." -msgstr "" +msgstr "Anda yakin ingin meninggalkan percakapan ini? Pesan akan dihapus untuk Anda, tetapi tidak untuk partisipan lainnya." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Anda yakin ingin menghapus ini dari daftar feed Anda?" @@ -1945,7 +1965,7 @@ msgstr "Anda yakin ingin menghapus ini dari daftar feed Anda?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Anda yakin ingin membuang postingan ini?" @@ -1953,9 +1973,9 @@ msgstr "Anda yakin ingin membuang postingan ini?" msgid "Are you sure?" msgstr "Anda yakin?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" -msgstr "" +msgstr "Apakah Anda orang yang digambarkan, atau perwakilan resmi yang bertindak atas orang yang digambarkan?" #: src/view/com/composer/select-language/SuggestedLanguage.tsx:349 msgid "Are you writing in <0>{suggestedLanguageName}?" @@ -1969,22 +1989,22 @@ msgstr "Seni" msgid "Artistic or non-erotic nudity." msgstr "Ketelanjangan artistik atau non-erotis." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" -msgstr "" +msgstr "Minta aplikasi dan situs untuk tidak menampilkan akun saya kepada pengguna yang tidak masuk" #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:32 #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:35 msgid "Ask apps to hide my posts from algorithmic recommendations" -msgstr "" +msgstr "Minta aplikasi untuk menyembunyikan postingan saya dari rekomendasi algoritmik" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Tetapkan topik untuk algoritma" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Minimal 8 karakter" @@ -2000,27 +2020,27 @@ msgstr "Aurora" #. Filter search results by a specific post author #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:408 msgid "Author" -msgstr "" +msgstr "Penulis" #: src/components/BotAccountAlert.tsx:32 #: src/components/BotBadge.tsx:65 msgid "Automated account" -msgstr "" +msgstr "Akun automasi" #: src/screens/Login/components/HostingProviderDialog.tsx:165 #: src/screens/Login/components/HostingProviderDialog.tsx:167 msgid "Automatic" -msgstr "" +msgstr "Otomatis" #: src/screens/Settings/AccountSettings.tsx:155 #: src/screens/Settings/AccountSettings.tsx:158 msgid "Automation label" -msgstr "" +msgstr "Label automasi" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" -msgstr "" +msgstr "Label Automasi" #: src/screens/Settings/ContentAndMediaSettings.tsx:118 #: src/screens/Settings/ContentAndMediaSettings.tsx:124 @@ -2038,6 +2058,10 @@ msgstr "Tersedia" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Kembali" msgid "Back to Chats" msgstr "Kembali ke Obrolan" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Kegiatan terlarang atau pelanggaran keamanan" @@ -2081,17 +2109,17 @@ msgstr "Kegiatan terlarang atau pelanggaran keamanan" msgid "Banned user returning" msgstr "Pengguna tercekal kembali" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." -msgstr "" +msgstr "Berdasarkan lokasi perangkat Anda, kami menduga bahwa Anda berada di <0>{geolocationString}." #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:236 msgid "Based on your device's location, we think you're in <0>{region}." -msgstr "" +msgstr "Berdasarkan lokasi perangkat Anda, kami menduga bahwa Anda berada di <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." -msgstr "" +msgstr "Berdasarkan jaringan Anda, kami menduga bahwa Anda berada di <0>{geolocationString}. Perkiraan ini mungkin tidak akurat jika Anda menggunakan VPN." #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:241 msgid "Based on your network, we think you're in <0>{region}. This estimate may be inaccurate if you're using a VPN." @@ -2119,7 +2147,7 @@ msgstr "Untuk dapat menerima permintaan obrolan ini, harap verifikasi email Anda #: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." -msgstr "" +msgstr "Sebelum dapat menerima notifikasi untuk kiriman dari {name}, Anda harus memverifikasi email Anda terlebih dahulu." #: src/components/dms/dialogs/NewChatDialog.tsx:148 #: src/components/dms/MessageProfileButton.tsx:60 @@ -2134,37 +2162,37 @@ msgstr "Untuk dapat mengirim pesan ke pengguna lain, harap verifikasi email Anda #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:328 msgid "Begin" -msgstr "" +msgstr "Mulai" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:322 msgid "Begin age assurance process" -msgstr "" +msgstr "Mulai proses verifikasi usia" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:53 msgid "Begin the age assurance process by completing the fields below." -msgstr "" +msgstr "Mulai proses verifikasi usia dengan melengkapi kolom di bawah ini." #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:99 msgid "Beta Feature" msgstr "Fitur Beta" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" -msgstr "" +msgstr "Fitur beta" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" -msgstr "" +msgstr "Fitur beta diaktifkan" #: src/screens/Settings/BetaFeaturesSettings.tsx:152 msgctxt "web" msgid "Beta features may be unstable. Some changes may require reloading the app." -msgstr "" +msgstr "Fitur beta mungkin tidak stabil. Beberapa perubahan mungkin memerlukan pemuatan ulang aplikasi." #: src/screens/Settings/BetaFeaturesSettings.tsx:157 msgctxt "native" @@ -2173,7 +2201,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:163 msgid "Birthdate" -msgstr "" +msgstr "Tanggal lahir" #: src/screens/Settings/AccountSettings.tsx:145 msgid "Birthday" @@ -2189,22 +2217,22 @@ msgstr "Blokir" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" -msgstr "" +msgstr "Blokir {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Blokir akun" #: src/components/moderation/BlockDialog.tsx:145 msgid "Block account?" -msgstr "" +msgstr "Blokir akun?" #: src/screens/ProfileList/components/SubscribeMenu.tsx:91 #: src/screens/ProfileList/components/SubscribeMenu.tsx:94 @@ -2213,13 +2241,13 @@ msgstr "Blokir akun" #: src/components/dms/AfterReportDialog.tsx:148 msgid "Block and delete" -msgstr "" +msgstr "Blokir dan hapus" #. After-report action for a conversation #: src/components/dms/AfterReportConversationDialog.tsx:167 msgctxt "button" msgid "Block and leave" -msgstr "" +msgstr "Blokir dan tinggalkan" #: src/screens/ProfileList/components/SubscribeMenu.tsx:119 msgid "Block list" @@ -2249,21 +2277,21 @@ msgstr "Blokir pengguna" #: src/components/dms/AfterReportDialog.tsx:185 msgid "Block user and/or delete this conversation" -msgstr "" +msgstr "Blokir pengguna dan/atau hapus percakapan ini" #: src/components/dms/AfterReportConversationDialog.tsx:217 msgid "Block user and/or leave this conversation" -msgstr "" +msgstr "Blokir pengguna dan/atau tinggalkan percakapan ini" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Diblokir" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Akun yang diblokir" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Akun yang Diblokir" @@ -2288,7 +2316,7 @@ msgstr "Pemblokiran bersifat publik. Akun yang diblokir tidak dapat membalas uta 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." msgstr "Memblokir tidak akan mencegah label diterapkan pada akun Anda, tetapi akan menghentikan akun ini untuk membalas atau berinteraksi dengan Anda." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky tidak dapat memastikan keaslian tanggal yang diklaim." @@ -2312,9 +2340,13 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." -msgstr "" +msgstr "Bluesky membantu teman untuk saling menemukan dengan membuat sidik jari digital terenkode, yang disebut \"hash\", lalu mencari hash yang cocok." #: src/components/dialogs/ServerInput.tsx:214 #: src/screens/Login/components/HostingProviderDialog.tsx:236 @@ -2331,7 +2363,7 @@ msgstr "Bluesky lebih seru jika bersama teman!" #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:43 msgid "Bluesky is more fun with friends" -msgstr "" +msgstr "Bluesky lebih seru bersama teman" #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:108 msgid "Bluesky is more fun with friends! Import your contacts to see who’s already here." @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky akan memilih serangkaian akun yang direkomendasikan dari orang-orang dalam jaringan Anda." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky akan secara pro-aktif verifikasi akun-akun penting dan otentik." @@ -2404,7 +2432,7 @@ msgstr "" #: src/components/FeedInterstitials.tsx:540 msgid "Browse more accounts" -msgstr "" +msgstr "Jelajahi akun lain" #: src/components/FeedInterstitials.tsx:670 msgid "Browse more feeds on the Explore page" @@ -2424,29 +2452,29 @@ msgstr "Jelajahi saran lainnya pada halaman Jelajah" msgid "Browse other feeds" msgstr "Telusuri feed lain" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Jelajahi postingan tentang {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Jelajahi postingan yang ditandai dengan {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Telusuri paket pemula {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Jelajahi topik {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Jelajahi topik {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Bisnis" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Oleh {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Oleh <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Dengan membuat akun, Anda menyatakan setuju dengan <0>Ketentuan Layanan< msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Dengan membuat akun, Anda menyatakan setuju dengan <0>Ketentuan Layanan." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Oleh anda" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamera" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Batal" msgid "Cancel quote post" msgstr "Batal mengutip postingan" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Batalkan pengaktifan kembali dan keluar" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Tidak dapat berinteraksi dengan pengguna yang diblokir" @@ -2609,7 +2637,7 @@ msgstr "Subtitel (.vtt)" msgid "Captions & alt text" msgstr "Subtitel & teks alt" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Ubah Panggilan" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Ubah layanan moderasi" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Ubah alasan melapor" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Obrolan" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Kotak masuk permintaan obrolan" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Permintaan obrolan" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Periksa status saya" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Pilih sendiri linimasa Anda! Feed buatan komunitas dapat membantu menemukan konten yang Anda sukai." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Pilih kata sandi Anda" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "Hapus tembolok gambar" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Hapus kueri pencarian" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "Klik di sini untuk mengulang proses verifikasi." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Ketuk untuk mengirim ulang pesan yang gagal" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Ketuk untuk mengirim ulang pesan yang gagal" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Ketuk untuk mengirim ulang pesan yang gagal" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Tutup" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Tutup dialog aktif" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Tutup dialog" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Tutup menu geser" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Tutup dialog ini" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Menutup peringatan pembaruan kata sandi" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Menutup komposer pos dan menghapus draf postingan" @@ -3126,7 +3155,7 @@ msgstr "Menutup komposer pos dan menghapus draf postingan" msgid "Collapse list of users" msgstr "Ciutkan daftar pengguna" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Menciutkan daftar pengguna untuk notifikasi tertentu" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Komik" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Panduan Komunitas" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Selesaikan orientasi dan mulai menggunakan akun Anda" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Selesaikan tantangan" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Tulis postingan baru" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Tulis postingan hingga {0, plural, other {# karakter}} panjangnya" @@ -3180,11 +3209,11 @@ msgstr "Tulis postingan hingga {0, plural, other {# karakter}} panjangnya" msgid "Compose reply" msgstr "Tulis balasan" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Mengompres video..." @@ -3198,18 +3227,18 @@ msgstr "Diatur pada <0>pengaturan moderasi." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Konfirmasi" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Kode konfirmasi" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Masalah koneksi" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Hubungi pusat dukungan" @@ -3273,7 +3302,7 @@ msgstr "Konten & Media" msgid "Content and media" msgstr "Konten dan media" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Konten dan Media" @@ -3281,7 +3310,7 @@ msgstr "Konten dan Media" msgid "Content Blocked" msgstr "Konten Diblokir" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Penyaring konten" @@ -3421,8 +3450,8 @@ msgstr "Salin" msgid "Copy App Password" msgstr "Salin Sandi Aplikasi" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Salin URI at://" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Salin kode" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Salin DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Salin tautan" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Salin Tautan" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Salin tautan daftar" @@ -3472,12 +3501,12 @@ msgstr "Salin tautan daftar" msgid "Copy link to post" msgstr "Salin tautan postingan" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Salin tautan ke profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Salin tautan ke paket pemula" @@ -3491,8 +3520,8 @@ msgstr "Salin teks pesan" msgid "Copy post at:// URI" msgstr "Salin URI postingan at://" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Salin teks postingan" @@ -3506,7 +3535,7 @@ msgstr "Salin nilai data TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Kebijakan Hak Cipta" @@ -3632,7 +3661,7 @@ msgstr "Buat" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Buat kode QR untuk paket pemula" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Buat paket pemula" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Buatkan paket pemula untuk saya" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Buat daftar moderasi" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Buat akun baru" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Buat laporan untuk {0}" @@ -3734,7 +3763,7 @@ msgstr "Buat laporan untuk {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Buat daftar pengguna" @@ -3747,7 +3776,7 @@ msgstr "Buat daftar pengguna" msgid "Created {0}" msgstr "Dibuat pada {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Pembuat telah diblokir" @@ -3800,7 +3829,7 @@ msgstr "Gelap" msgid "Dark theme" msgstr "Tema gelap" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Tanggal lahir" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Nonaktifkan akun" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Ikon bawaan" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Hapus" @@ -3892,8 +3921,8 @@ msgstr "Hapus percakapan" msgid "Delete for me" msgstr "Hapus untuk saya" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Hapus daftar" @@ -3909,30 +3938,30 @@ msgstr "Hapus pesan untuk saya" msgid "Delete my account" msgstr "Hapus akun saya" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Hapus postingan" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Hapus paket pemula" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Hapus paket pemula?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Hapus daftar ini?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Hapus postingan ini?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Dihapus" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "Daftar yang terhapus" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Teks alt deskriptif" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Lepaskan kutipan" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Lepaskan kutipan ini?" @@ -3993,11 +4022,11 @@ msgstr "Mode pengembang dinyalakan" msgid "Developer options" msgstr "Opsi pengembang" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: sesuaikan siapa saja yang dapat berinteraksi dengan postingan ini" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Redup" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "Nonaktifkan email 2FA" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Nonaktifkan Email 2FA" @@ -4041,11 +4075,11 @@ msgstr "Matikan respons haptik" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Dinonaktifkan" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Buang" @@ -4075,23 +4109,28 @@ msgstr "Buang" msgid "Discard changes?" msgstr "Buang perubahan?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Buang draf?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Buang postingan?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Temukan feed kustom baru" msgid "Discover New Feeds" msgstr "Temukan Feed Baru" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Tutup" @@ -4115,7 +4154,7 @@ msgstr "Tutup" msgid "Dismiss banner" msgstr "Abaikan spanduk" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Abaikan kesalahan" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Selesai" msgid "Double tap or long press the message to add a reaction" msgstr "Ketuk dua kali atau tekan lama pada pesan untuk menambahkan reaksi" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Ketuk dua kali untuk menutup dialog" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Ketuk dua kali untuk menyukai" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Unduh Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Unduh data obrolan" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Unduh data obrolan" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Mengungkapkan informasi pribadi" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Draf" @@ -4318,19 +4358,19 @@ msgstr "contoh: kresna.com" msgid "E.g. artistic nudes." msgstr "Contoh: ketelanjangan artistik." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "contoh: Pemosting Keren" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "contoh: Spammer" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "contoh: Pemosting yang selalu tepat sasaran." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "contoh: Pengguna yang membalas dengan iklan secara berulang." @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Ubah" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Ubah avatar" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Edit gambar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Ubah pengaturan interaksi" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Ubah rincian daftar" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Ubah status siaran langsung" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Ubah daftar moderasi" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Ubah Daftar Feed" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Ubah Daftar Pengguna" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Ubah pengaturan interaksi postingan" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Edit profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Edit Profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Ubah paket pemula" @@ -4454,15 +4494,15 @@ msgstr "Ubah paket pemula" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Ubah daftar pengguna" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Ubah siapa yang dapat membalas" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Ubah paket pemula Anda" @@ -4470,16 +4510,16 @@ msgstr "Ubah paket pemula Anda" msgid "Education" msgstr "Pendidikan" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Pembuat daftar ini mungkin telah memblokir Anda atau Anda telah memblokirnya." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Email" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Email 2FA dinonaktifkan" @@ -4492,7 +4532,7 @@ msgstr "Email 2FA diaktifkan" msgid "Email address" msgstr "Alamat email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Email Dikirim Ulang" @@ -4508,7 +4548,7 @@ msgstr "Email terkirim! <0>Klik disini untuk mengirim ulang." msgid "Email verification complete!" msgstr "Verifikasi email selesai!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Email Terverifikasi" @@ -4527,7 +4567,7 @@ msgstr "Sisipkan postingan" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Sisipkan postingan ini di situs web Anda. Salin potongan kode berikut dan tempelkan ke dalam kode HTML situs web Anda." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Pemutar video tertanam" @@ -4542,12 +4582,7 @@ msgstr "Aktifkan" msgid "Enable {0} only" msgstr "Aktifkan {0} saja" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Aktifkan konten dewasa" @@ -4583,7 +4618,7 @@ msgstr "Nyalakan notifikasi untuk akun dengan mengunjungi akun mereka dan meneka msgid "Enable push notifications" msgstr "Aktifkan notifikasi push" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Aktifkan kutip postingan pada postingan ini" @@ -4601,7 +4636,7 @@ msgstr "Aktifkan tren topik" msgid "Enable trending videos in your Discover feed" msgstr "Aktifkan tren video dalam feed Discover Anda" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Diaktifkan" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Masukkan tanggal lahir Anda" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Masukkan alamat email Anda" @@ -4670,15 +4705,15 @@ msgstr "Masukkan kata sandi" msgid "Enter your username and password" msgstr "Masukkan nama pengguna dan kata sandi Anda" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Masuk ke mode layar penuh" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Hiburan" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Galat" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Pesan galat" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Terjadi kesalahan saat menyimpan berkas" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Kesalahan saat menerima respons captcha." @@ -4712,11 +4747,11 @@ msgstr "Kesalahan saat menerima respons captcha." msgid "Error: {error}" msgstr "Kesalahan: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Semua dapat membalas" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Semua orang dapat membalas postingan ini." @@ -4783,7 +4818,7 @@ msgstr "Bentangkan atau ciutkan postingan lengkap yang Anda balas" msgid "Expand post text" msgstr "Bentangkan teks posting" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Bentangkan atau ciutkan postingan" @@ -4826,21 +4861,21 @@ msgstr "Media eksplisit atau berpotensi mengganggu." msgid "Explicit sexual images." msgstr "Gambar seksual eksplisit." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Jelajahi" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Jelajahi aplikasi" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Ekspor data saya" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Media Eksternal" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Media eksternal memungkinkan situs web untuk mengumpulkan informasi tentang Anda dan perangkat Anda. Tidak ada informasi yang dikirim atau diminta hingga Anda menekan tombol \"putar\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferensi Media Eksternal" @@ -4946,7 +4981,7 @@ msgstr "Gagal menghapus pesan" msgid "Failed to delete post, please try again" msgstr "Gagal menghapus postingan, silakan coba lagi" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Gagal menghapus paket pemula" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "Gagal memuat percakapan" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Gagal memuat feed" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Gagal memuat preferensi feed" @@ -5037,14 +5072,14 @@ msgstr "Gagal memuat preferensi." msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Gagal memuat daftar feed yang disarankan" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Gagal memuat saran akun untuk diikuti" @@ -5067,12 +5102,12 @@ msgstr "Gagal menandai semua permintaan sebagai dibaca" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Gagal menyematkan postingan" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Gagal menyimpan draf" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Gagal menyimpan gambar: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Gagal menyimpan pengaturan. Silakan coba lagi." @@ -5168,7 +5203,7 @@ msgstr "Gagal membisukan utas, silakan coba lagi" msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Gagal lepaskan semat daftar" @@ -5185,7 +5220,7 @@ msgstr "Gagal memperbarui pengaturan email 2FA" msgid "Failed to update email, please try again." msgstr "Gagal memperbarui email, silakan coba lagi." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Gagal memperbarui daftar feed" @@ -5197,12 +5232,10 @@ msgstr "Gagal memperbarui deklarasi notifikasi" msgid "Failed to update settings" msgstr "Gagal memperbarui pengaturan" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Gagal menggunggah video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Akun palsu atau bot" msgid "False information about elections" msgstr "Informasi palsu tentang pemilihan umum" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "Pembuat feed" msgid "Feed identifier" msgstr "Tanda pengenal feed" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menu feed" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Tombol alih feed" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Masukkan dikirim ke operator feed" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feed" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Feed adalah algoritma kustom yang dibuat pengguna dengan sedikit keahlian pemrograman. <0>Lihat panduan ini untuk informasi lebih lanjut." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Ambil pembaruan" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Berkas berhasil disimpan!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Saring dari feed" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Saring pencarian berdasarkan bahasa (saat ini: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Menyelesaikan" @@ -5358,15 +5399,15 @@ msgstr "Finansial" msgid "Find accounts to follow" msgstr "Temukan akun untuk diikuti" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Cari Kontak" @@ -5378,7 +5419,7 @@ msgstr "Cari teman saya" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Cari orang untuk diikuti" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Ikuti" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Ikuti {0}" @@ -5458,7 +5499,7 @@ msgstr "Ikuti {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Ikuti {handle}" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Ikuti 7 akun" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Ikuti akun" @@ -5486,8 +5527,8 @@ msgstr "Ikuti akun" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Ikuti semua" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Ikuti semua akun" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Pengikut @{0} yang Anda kenal" @@ -5552,28 +5593,29 @@ msgstr "Pengikut yang Anda kenal" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Mengikuti" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Mengikuti" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Mengikuti {0}" @@ -5582,7 +5624,7 @@ msgstr "Mengikuti {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Mengikuti {handle}" @@ -5591,7 +5633,7 @@ msgstr "Mengikuti {handle}" msgid "Following feed preferences" msgstr "Preferensi feed Mengikuti" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferensi Feed Mengikuti" @@ -5613,7 +5655,7 @@ msgstr "Ukuran font" msgid "Food" msgstr "Makanan" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "Memulai" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Kembali" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Kembali" @@ -5867,8 +5909,8 @@ msgstr "Kembali ke langkah sebelumnya" msgid "Go home" msgstr "Kembali ke beranda" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Siaran langsung" @@ -5879,8 +5921,8 @@ msgstr "Siaran langsung" msgid "Go Live" msgstr "Siaran Langsung" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Siaran langsung untuk" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "Buka profil {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Buka pengaturan akun" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Mengerti" @@ -5953,6 +5995,11 @@ msgstr "Mengerti" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Haptik" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Tagar" @@ -6112,11 +6164,11 @@ msgstr "Ujaran kebencian" msgid "Have a code? <0>Click here." msgstr "Punya kode? <0>Klik di sini." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Mengalami masalah?" @@ -6145,11 +6197,11 @@ msgstr "Berikut adalah sandi aplikasi Anda!" msgid "Hey there 👋" msgstr "Halo. 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "Disembunyikan" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Disembunyikan berdasarkan aturan moderasi Anda." @@ -6166,23 +6218,19 @@ msgstr "Disembunyikan berdasarkan aturan moderasi Anda." msgid "Hidden list" msgstr "Daftar yang disembunyikan" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Sembunyikan" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Sembunyikan" @@ -6195,7 +6243,7 @@ msgstr "Sembunyikan opsi penyesuaian" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Sembunyikan postingan untuk saya" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Sembunyikan balasan untuk semua" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Sembunyikan balasan untuk saya" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "Sembunyikan kartu ini" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Sembunyikan postingan ini?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Sembunyikan balasan ini?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Sembunyikan tren topik" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Sembunyikan tren topik?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Sembunyikan tren video?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Sembunyikan daftar pengguna" @@ -6267,12 +6308,12 @@ msgstr "Sembunyikan daftar pengguna" msgid "Hide verification badges" msgstr "Sembunyikan lencana verifikasi" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Menyembunyikan konten" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Hmm, server feed memberikan respons yang buruk. Harap beri tahu pemilik msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, kami kesulitan menemukan feed ini. Mungkin sudah dihapus." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm, sepertinya kami kesulitan memuat data ini. Lihat di bawah untuk keterangan lebih lanjut. Jika masalah berlanjut, mohon hubungi kami." @@ -6316,14 +6357,14 @@ msgstr "Hmmmm, sepertinya kami kesulitan memuat data ini. Lihat di bawah untuk k msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, kami tidak dapat memuat layanan moderasi." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Harap tunggu! Kami secara bertahap memberikan akses video, dan Anda masih dalam antrian. Periksa kembali nanti!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Beranda" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Saya punya kode" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Jika Anda belum berusia dewasa menurut hukum negara Anda, orang tua atau wali sah Anda harus membaca Ketentuan ini atas nama Anda." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Jika Anda menghapus daftar ini, Anda tidak dapat memulihkannya lagi." @@ -6420,7 +6461,7 @@ msgstr "Jika Anda memiliki domain sendiri, Anda dapat menggunakannya sebagai pan msgid "If you need to update your email, <0>click here." msgstr "Jika Anda perlu memperbarui email Anda, <0>Klik di sini." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Jika Anda menghapus postingan ini, Anda tidak dapat memulihkannya lagi." @@ -6441,7 +6482,7 @@ msgstr "Jika Anda ingin membatasi siapa saja yang dapat menerima notifikasi untu msgid "If you're a developer, you can host your own server." msgstr "Jika Anda merupakan pengembang, Anda bisa menghosting peladen Anda sendiri." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Jika ingin mengubah panggilan atau email, lakukanlah sebelum Anda menonaktifkan akun." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Gambar" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Tembolok gambar dibersihkan, sisa {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Masukkan kode yang telah dikirim ke email Anda" msgid "Interaction limited" msgstr "Interaksi dibatasi" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Pengaturan interaksi" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Kode konfirmasi 2FA tidak valid." @@ -6691,7 +6732,7 @@ msgstr "Subjek laporan tidak valid" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Kode Verifikasi Tidak Valid" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Kode Undangan" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kode undangan salah. Periksa bahwa Anda memasukkannya dengan benar dan coba lagi." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Undang orang lain ke paket pemula ini!" @@ -6786,26 +6827,26 @@ msgstr "Undangan, tetapi personal" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Sudah benar" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Hanya ada Anda saat ini! Tambahkan lebih banyak orang ke paket pemula Anda melalui pencarian di atas." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID Kerja: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Karir" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Bergabung di Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Bergabunglah dengan kami" msgid "Journalism" msgstr "Jurnalisme" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "Terus kabari saya" msgid "KWS website" msgstr "Situs KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Dilabeli oleh {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Dilabeli oleh pemosting." @@ -6893,7 +6934,7 @@ msgstr "Label pada akun Anda" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Pengaturan Bahasa" @@ -6907,12 +6948,12 @@ msgstr "Bahasa" msgid "Larger" msgstr "Lebih besar" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Terbaru" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Pelajari lebih lanjut tentang Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Pelajari lebih lanjut mengenai hosting mandiri PDS Anda." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Pelajari lebih lanjut tentang moderasi yang diterapkan pada konten ini" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Pelajari lebih lanjut tentang peringatan ini" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Pelajari lebih lanjut tentang apa yang bersifat publik di Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Pelajari lebih lanjut." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "yang tersisa" @@ -7080,7 +7121,7 @@ msgstr "Biarkan saya memilih" msgid "Let's get your password reset!" msgstr "Reset kata sandi Anda!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Ayo!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Terang" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Suka" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Suka ({0, plural, other {# suka}})" @@ -7114,7 +7155,7 @@ msgstr "Sukai 10 postingan" msgid "Like 10 posts to train the Discover feed" msgstr "Sukai 10 postingan untuk melatih feed Discover" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Sukai feed ini" @@ -7122,8 +7163,8 @@ msgstr "Sukai feed ini" msgid "Like this labeler" msgstr "Sukai labeler ini" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Disukai oleh" @@ -7140,26 +7181,26 @@ msgstr "Disukai Oleh" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Disukai oleh {0, plural, other {# pengguna}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Suka" msgid "Likes of your reposts" msgstr "Suka pada postingan ulang Anda" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Suka pada postingan ini" @@ -7191,11 +7232,16 @@ msgstr "Linier" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Daftar" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "Daftar pembuat" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Daftar dihapus" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Daftar telah disembunyikan" @@ -7248,7 +7294,7 @@ msgstr "Daftar telah disembunyikan" msgid "List Hidden" msgstr "Daftar Disembunyikan" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Daftar dibisukan" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Daftar batal diblokir" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Daftar batal dibisukan" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Daftar" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "Tautan siaran langsung" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Muat lebih banyak" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Muat lebih banyak feed yang disarankan" @@ -7346,16 +7392,16 @@ msgstr "Muat notifikasi baru" msgid "Load new posts" msgstr "Muat postingan baru" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Catatan" @@ -7405,11 +7451,6 @@ msgstr "Logo oleh <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Seperti XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Pastikan ini adalah situs web yang Anda tuju!" msgid "Manage saved feeds" msgstr "Kelola feed tersimpan" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Kelola pengaturan verifikasi" @@ -7461,8 +7502,14 @@ msgstr "Kelola kata dan tagar yang dibisukan" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Tandai semua sebagai dibaca" @@ -7473,6 +7520,10 @@ msgstr "Tandai semua sebagai dibaca" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Media" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "pengguna yang Anda sebut" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Pesan dihapus" @@ -7603,7 +7655,7 @@ msgstr "Pesan dari @{0}: {1}" msgid "Message from server: {0}" msgstr "Pesan dari server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Kotak input pesan" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "Opsi pesan" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Pesan" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderasi" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Detail moderasi" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Daftar moderasi oleh <0/>" msgid "Moderation list by you" msgstr "Daftar moderasi Anda" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Daftar moderasi dibuat" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Daftar moderasi diperbarui" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Daftar moderasi" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Daftar Moderasi" @@ -7697,11 +7755,11 @@ msgstr "Daftar Moderasi" msgid "moderation settings" msgstr "pengaturan moderasi" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Status moderasi" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Alat moderasi" @@ -7710,8 +7768,8 @@ msgstr "Alat moderasi" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderator telah memilih untuk menetapkan peringatan umum pada konten." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Feed lainnya" @@ -7720,10 +7778,10 @@ msgstr "Feed lainnya" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Opsi lainnya" @@ -7747,7 +7805,7 @@ msgstr "Musik" msgid "Mute" msgstr "Bisukan" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Bisukan" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Bisukan akun" @@ -7816,13 +7874,13 @@ msgstr "Bisukan kata ini hanya dalam tagar" msgid "Mute this word until you unmute it" msgstr "Bisukan kata ini sampai Anda membunyikannya" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Bisukan utas" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Bisukan kata & tagar" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Akun yang dibisukan" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Akun yang Dibisukan" @@ -7852,7 +7910,7 @@ msgstr "Postingan dari akun yang dibisukan akan dihilangkan dari feed dan notifi msgid "Muted by \"{0}\"" msgstr "Dibisukan oleh \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Kata & tagar yang dibisukan" @@ -7881,7 +7939,7 @@ msgstr "Daftar Feed Saya" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nama" @@ -7891,12 +7949,12 @@ msgstr "Alam" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Menuju ke {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Menuju ke paket pemula" @@ -7910,8 +7968,8 @@ msgstr "Menuju ke layar berikutnya" msgid "Navigates to your profile" msgstr "Menuju ke profil Anda" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Ingin melaporkan pelanggaran hak cipta, permintaan hukum, atau masalah kepatuhan terhadap peraturan?" @@ -7919,10 +7977,6 @@ msgstr "Ingin melaporkan pelanggaran hak cipta, permintaan hukum, atau masalah k msgid "Nevermind, create a handle for me" msgstr "Tidak usah, buatkan panggilan untuk saya" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Baru" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Alamat email baru" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Fitur Baru" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Kata sandi baru" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Postingan baru" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Postingan baru" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Balasan terbaru lebih dulu" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Berita" @@ -8088,15 +8142,15 @@ msgstr "Berita" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Berikutnya" @@ -8108,12 +8162,16 @@ msgstr "Gambar berikutnya" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Belum ada yang menyukai" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Tidak lagi mengikuti {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Belum ada notifikasi!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Tak seorang pun dapat mengutip postingan ini selain pemosting." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Tidak ada hasil" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Tidak ada hasil untuk \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Tidak ada hasil." @@ -8335,15 +8393,15 @@ msgstr "" msgid "No thanks" msgstr "Tidak terima kasih" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." -msgstr "" +msgstr "Tidak ada terjemahan yang diterima dari perangkat Anda." #: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Tak seorang pun" @@ -8360,7 +8418,7 @@ msgstr "Belum ada yang mengutip. Mungkin Anda bisa jadi yang pertama!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Belum ada yang memposting ulang. Mungkin Anda bisa jadi yang pertama!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Tidak ditemukan siapa pun. Coba pencarian lain." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Tidak Ditemukan" @@ -8407,7 +8465,7 @@ msgstr "Tidak Ditemukan" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Catatan tentang berbagi" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "Catatan: Postingan ini hanya dapat dilihat untuk pengguna yang masuk." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Pengaturan notifikasi" @@ -8435,8 +8497,8 @@ msgstr "Pengaturan notifikasi" msgid "Notification sounds" msgstr "Suara notifikasi" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Suara notifikasi" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notifikasi" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Oke" @@ -8505,6 +8567,10 @@ msgstr "Balasan terlama lebih dulu" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "di<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Satu atau beberapa GIF belum memiliki teks alt." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Satu atau beberapa gambar belum memiliki teks alt." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Satu atau beberapa video belum memiliki teks alt." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Hanya {0} yang dapat membalas." @@ -8556,7 +8622,7 @@ msgstr "Hanya {0} yang dapat membalas." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "Hanya pengikut yang saya ikuti" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Hanya mendukung berkas gambar" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Buka pembuat avatar" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Buka opsi percakapan" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Buka menu geser" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Buka pemilih emoji" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Buka tautan {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Buka opsi pesan" msgid "Open moderation debug page" msgstr "Buka halaman debug moderasi" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Buka pengaturan kata dan tagar yang dibisukan" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Buka paket" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "Buka menu berbagi" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Buka menu paket pemula" @@ -8759,9 +8825,8 @@ msgstr "Buka log sistem" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Membuka detail tambahan untuk entri debug" msgid "Opens alt text dialog" msgstr "Membuka dialog teks alt" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Membuka kamera pada perangkat" @@ -8804,28 +8869,28 @@ msgstr "Membuka dialog ubah panggilan" msgid "Opens composer" msgstr "Membuka penyusun postingan" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Membuka alur untuk membuat akun baru Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Membuka alur untuk masuk ke akun Bluesky Anda yang sudah ada" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Membuka bantuan dalam peramban" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Membuka profil ini" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opsi:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Atau, lanjutkan dengan akun lain." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Atau, masuk ke salah satu akun Anda yang lain." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Kata sandi" @@ -8993,7 +9094,7 @@ msgstr "Kata sandi" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Kata sandi harus terdiri dari setidaknya 8 karakter." @@ -9005,7 +9106,7 @@ msgstr "Kata sandi diganti" msgid "Password updated!" msgstr "Kata sandi diganti!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Jeda" @@ -9020,7 +9121,7 @@ msgstr "Jeda video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Profil" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Orang yang diikuti oleh @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Orang yang mengikuti @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Izin untuk mengakses pustaka foto Anda ditolak. Silakan aktifkan di pengaturan sistem Anda." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Tombol alih pengguna" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Gambar yang ditujukan untuk orang dewasa." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Sematkan feed" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Sematkan ke beranda" @@ -9131,8 +9232,8 @@ msgstr "Sematkan ke beranda" msgid "Pin to Home" msgstr "Sematkan ke Beranda" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Sematkan ke profil" @@ -9151,11 +9252,11 @@ msgstr "{0} disematkan ke Beranda" msgid "Pinned Feeds" msgstr "Feed Tersemat" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Disematkan ke daftar feed Anda" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Putar" @@ -9169,12 +9270,12 @@ msgstr "Putar {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Putar video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Putar Video" @@ -9182,7 +9283,7 @@ msgstr "Putar Video" msgid "Plays or pauses the GIF" msgstr "Memutar atau menjeda GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Memutar atau menjeda video" @@ -9190,7 +9291,7 @@ msgstr "Memutar atau menjeda video" msgid "Plays the GIF" msgstr "Putar GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Memutar video" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Silakan tentukan panggilan Anda." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Masukkan kata sandi Anda." @@ -9219,12 +9320,12 @@ msgstr "Silakan klik pada tautan dalam email yang telah kami kirimkan untuk memv msgid "Please complete the verification captcha." msgstr "Mohon selesaikan verifikasi captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Mohon periksa kembali apakah Anda telah memasukkan alamat email dengan benar." @@ -9232,7 +9333,7 @@ msgstr "Mohon periksa kembali apakah Anda telah memasukkan alamat email dengan b msgid "Please enter a password." msgstr "Silakan masukkan kata sandi." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Silakan masukkan kata sandi. Kata sandi harus memiliki setidaknya 8 karakter." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Silakan masukkan kode keamanan yang kami kirimkan pada alamat email Anda sebelumnya." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Masukkan email Anda." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Silakan masukkan kode undangan Anda." @@ -9306,8 +9407,8 @@ msgstr "Mohon jelaskan mengapa menurut Anda obrolan Anda dinonaktifkan secara ke msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "Silakan pilih alasan untuk laporan ini" msgid "Please sign in as @{0}" msgstr "Silakan masuk sebagai @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politik" @@ -9367,18 +9468,18 @@ msgstr "Politik" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Posting" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Postingan" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Posting Semua" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "Postingan diblokir" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Postingan oleh @{0}" @@ -9423,10 +9529,10 @@ msgstr "Postingan dihapus" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Postingan gagal diunggah. Silakan periksa koneksi internet Anda dan coba lagi." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Postingan telah dihapus" @@ -9440,11 +9546,11 @@ msgstr "Disembunyikan oleh Kata yang Dibisukan" msgid "Post Hidden by You" msgstr "Postingan yang Anda sembunyikan" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Pengaturan interaksi postingan" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Pengaturan Interaksi Postingan" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Postingan tidak ditemukan" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Postingan disematkan" @@ -9478,7 +9584,7 @@ msgstr "Postingan disematkan" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Postingan dilepaskan" @@ -9487,7 +9593,7 @@ msgstr "Postingan dilepaskan" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Postingan" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Tekan untuk mencoba menghubungkan kembali" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privasi" msgid "Privacy and security" msgstr "Privasi dan keamanan" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Pengaturan Privasi dan Keamanan" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Kebijakan Privasi" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Memproses video..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Daftar terbuka yang dapat dibagikan untuk membisukan atau memblokir pengguna secara massal." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Kirim postingan" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Kirim postingan" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Kirim balasan" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Kirim balasan" @@ -9685,7 +9791,7 @@ msgstr "Kode QR disimpan ke rol kamera Anda!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Kutip postingan" @@ -9723,8 +9829,8 @@ msgstr "Melebihi batas perubahan – Anda terlalu sering mengubah panggilan dala msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Kembalikan kutipan" @@ -9745,7 +9851,7 @@ msgstr "Reaksi dengan {emoji}" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Aktifkan kembali akun Anda" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Baca blog postingan (dalam bahasa Inggris)" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Sembunyikan" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Lihat selengkapnya" @@ -9780,7 +9886,7 @@ msgstr "Baca lebih banyak balasan" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Baca blog Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Baca Kebijakan Privasi Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Baca Ketentuan Layanan Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Memuat ulang percakapan" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Hapus" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Hapus {displayName} dari paket pemula" @@ -9914,8 +10021,8 @@ msgstr "Hapus sisipan" msgid "Remove Avatar" msgstr "Hapus Avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Hapus Sampul" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Hapus dari daftar feed saya" @@ -9960,8 +10067,8 @@ msgstr "Hapus dari daftar feed saya" msgid "Remove from quick access?" msgstr "Hapus dari akses cepat?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Hapus dari feed tersimpan" @@ -9970,7 +10077,7 @@ msgstr "Hapus dari feed tersimpan" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Hapus dari feed Anda?" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Hapus feed ini dari feed tersimpan Anda" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "Hapus pengguna dari daftar" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Hapus verifikasi" @@ -10029,11 +10140,11 @@ msgstr "Hapus verifikasi" msgid "Remove your verification for this account?" msgstr "Hapus verifikasi Anda dari akun ini?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Dilepaskan oleh pemosting" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Dilepaskan oleh Anda" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Dihapus dari daftar feed Anda" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Balasan" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Balasan dinonaktifkan" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Balasan ke postingan ini dinonaktifkan." @@ -10141,14 +10253,14 @@ msgstr "Balasan ke postingan ini dinonaktifkan." msgid "Reply" msgstr "Balas" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Balas" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Balas ({0, plural, other {# balasan}})" @@ -10162,7 +10274,7 @@ msgstr "Balasan Disembunyikan oleh Pembuat Utas" msgid "Reply Hidden by You" msgstr "Balasan yang Anda Sembunyikan" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Pengaturan balasan dipilih oleh pembuat utas" @@ -10185,8 +10297,8 @@ msgstr "Balasan berhasil disembunyikan" msgid "Report" msgstr "Laporkan" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Laporkan akun" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Laporkan percakapan" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Dialog laporan" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Laporkan feed" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Laporkan daftar" @@ -10216,8 +10328,8 @@ msgstr "Laporkan daftar" msgid "Report message" msgstr "Laporkan pesan" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Laporkan postingan" @@ -10225,8 +10337,8 @@ msgstr "Laporkan postingan" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Laporkan paket pemula" @@ -10292,7 +10404,7 @@ msgstr "Posting ulang ({0, plural, other {# postingan ulang}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Posting ulang atau kutip postingan" @@ -10330,12 +10442,12 @@ msgstr "Postingan ulang postingan ini" msgid "Reposts of your reposts" msgstr "Postingan ulang dari posting ulang Anda" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Wajibkan teks alt sebelum memposting" msgid "Require an email code to sign in to your account." msgstr "Gunakan kode email untuk masuk ke akun Anda." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Diwajibkan untuk provider ini" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Kirim ulang email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Kirim Ulang Email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Kirim Ulang Email Verifikasi" @@ -10453,6 +10565,11 @@ msgstr "Reset kata sandi" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Mencoba kembali tindakan terakhir yang gagal" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Mencoba kembali tindakan terakhir yang gagal" msgid "Retry" msgstr "Ulangi" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Ulangi memuat opsi laporan" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Kembali ke halaman sebelumnya" @@ -10521,7 +10638,7 @@ msgstr "Kembali ke beranda" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Kembali ke halaman sebelumnya" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Simpan perubahan" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Simpan gambar" @@ -10608,8 +10725,8 @@ msgstr "Simpan panggilan baru" msgid "Save QR code" msgstr "Simpan kode QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Simpan ke daftar feed saya" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Feed Tersimpan" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Disimpan ke daftar feed Anda" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Katakan halo!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Gulir ke atas" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Cari" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Cari postingan @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Cari berdasarkan nama atau minat" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Cari feed" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Cari feed yang ingin Anda sarankan kepada orang lain." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Cari lebih banyak akun" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Cari lebih banyak umpan" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "Cari postingan saya" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Cari postingan" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Cari profil" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Cari..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Mencari profil" @@ -10829,14 +10946,14 @@ msgstr "Lihat postingan #{tag}" msgid "See #{tag} posts by user" msgstr "Lihat postingan #{tag} dari pengguna" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Lihat lowongan pekerjaan di Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Lihat lebih banyak" @@ -10844,16 +10961,11 @@ msgstr "Lihat lebih banyak" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Pilih warna" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Pilih akun" @@ -10910,7 +11022,7 @@ msgstr "Pilih avatar" msgid "Select an emoji" msgstr "Pilih emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Pilih suatu opsi" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Pilih dari akun yang sudah ada" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Pilih berapa lama kata ini akan dibisukan." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Pilih bahasa" @@ -10987,7 +11099,7 @@ msgstr "Pilih bahasa..." msgid "Select languages" msgstr "Pilih bahasa" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Pilih layanan moderasi" @@ -11028,7 +11140,7 @@ msgstr "Pilih bahasa apa yang digunakan untuk antarmuka pengguna." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Pilih bahasa yang ingin Anda sertakan dalam feed langganan Anda. Jika tidak memilih, maka semua bahasa akan ditampilkan." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Pilih tanggal lahir Anda" @@ -11045,7 +11157,7 @@ msgstr "Pilih bahasa yang disukai untuk terjemahan dalam feed Anda." msgid "Select your preferred notification channels" msgstr "Pilih saluran notifikasi pilihan Anda" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Kirim masukan" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Kirim pesan" @@ -11089,7 +11201,7 @@ msgstr "Kirim postingan ke {name}" msgid "Send post to..." msgstr "Kirim postingan ke..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Kirim laporan ke {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Kirim email verifikasi" @@ -11133,7 +11245,7 @@ msgstr "Ubah ikon aplikasi ke {0}" msgid "Set new password" msgstr "Buat kata sandi baru" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Siapkan akun Anda" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Atur email untuk pengaturan ulang kata sandi" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Pengaturan" @@ -11222,7 +11334,7 @@ msgstr "Pengaturan untuk notifikasi balasan" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Pengaturan disimpan" @@ -11242,7 +11354,7 @@ msgstr "Bermuatan Seksual" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Bagikan" @@ -11251,7 +11363,7 @@ msgstr "Bagikan" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Tetap bagikan" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Bagikan tautan" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Dialog berbagi tautan" @@ -11304,12 +11416,12 @@ msgstr "Bagikan URI postingan at://" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Bagikan kode QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Bagikan feed ini" @@ -11318,22 +11430,22 @@ msgstr "Bagikan feed ini" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Bagikan paket pemula ini" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Bagikan paket pemula ini dan bantu orang-orang untuk bergabung dengan komunitas Anda di Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Bagikan lewat..." @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Penguji Preferensi Bersama" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Tampilkan" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Tampilkan teks alt" @@ -11373,14 +11489,14 @@ msgstr "Tampilkan teks alt" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Tetap tampilkan" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "Tampilkan opsi penyesuaian" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Kurangi postingan serupa" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Tetap tampilkan daftar" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Perbanyak postingan serupa" @@ -11445,8 +11561,8 @@ msgstr "Tampilkan balasan" msgid "Show replies as" msgstr "Tampilkan balasan" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Tampilkan balasan untuk semua" @@ -11455,8 +11571,8 @@ msgstr "Tampilkan balasan untuk semua" msgid "Show reposts" msgstr "Tampilkan posting ulang" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Tampilkan peringatan dan saring dari feed" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Menampilkan informasi tentang kapan postingan ini dibuat" @@ -11486,15 +11602,15 @@ msgstr "Menampilkan informasi tentang kapan postingan ini dibuat" msgid "Shows other accounts you can switch to" msgstr "Menampilkan akun lain yang dapat Anda alihkan" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Menampilkan konten" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Menampilkan konten" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Masuk" msgid "Sign in as {0}" msgstr "Masuk sebagai {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Masuk atau buat akun" @@ -11551,16 +11667,17 @@ msgstr "Masuk ke Bluesky atau buat akun baru" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Masuk untuk melihat postingan" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Lewati" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "Menunda pengingat" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Pengembang Perangkat Lunak" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." -msgstr "" +msgstr "Terdapat layanan moderasi dalam daftar Anda tidak lagi tersedia." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Beberapa dari verifikasi Anda tidak valid." @@ -11664,7 +11786,7 @@ msgstr "Beberapa dari verifikasi Anda tidak valid." msgid "Some other feeds you might like" msgstr "Beberapa feed lain yang mungkin Anda suka" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Beberapa orang dapat membalas" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Ada yang tidak beres" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Ada yang tidak beres, silakan coba lagi" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "Ada yang tidak beres. Silakan coba lagi." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Ada masalah? Beri tahu kami." @@ -11759,8 +11881,8 @@ msgstr "Ada masalah? Beri tahu kami." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Maaf! Sesi Anda telah berakhir. Silakan masuk lagi." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Olahraga" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Mulai percakapan, dan percakapan akan muncul di sini." @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Mulai obrolan dengan {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Paket Pemula" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Paket pemula dari {0}" @@ -11841,12 +11968,12 @@ msgstr "Paket pemula dari {0}" msgid "Starter pack by <0/>" msgstr "Paket pemula dari <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Paket pemula dari Anda" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Paket pemula tidak valid" @@ -11854,7 +11981,7 @@ msgstr "Paket pemula tidak valid" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Paket Pemula" @@ -11893,7 +12020,7 @@ msgstr "Penyimpanan dibersihkan, Anda perlu memulai ulang aplikasi sekarang." msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "Ajukan Banding" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Kirim laporan" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Berlangganan @{0} untuk menggunakan label berikut:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Berlangganan Pelabel" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Berlangganan pelabel ini" @@ -11975,7 +12102,7 @@ msgstr "Berlangganan pelabel ini" msgid "Subscribe to this list" msgstr "Berlangganan ke daftar ini" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "Berhasil diverifikasi" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Terbenam" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Hanya tagar" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "Ketuk untuk informasi" msgid "Tap for more information" msgstr "Ketuk untuk informasi lebih lanjut" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Ketentuan" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Terima kasih atas umpan balik Anda! Ini telah dikirim ke operator feed." msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Terima kasih, Anda telah berhasil memverifikasi alamat email Anda. Anda bisa menutup dialog ini." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Berisi hal berikut:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Tidak dapat menemukan paket pemula." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Nama pengguna telah terpakai" @@ -12263,13 +12390,13 @@ msgstr "Nama pengguna telah terpakai" msgid "That's all, folks!" msgstr "Sekian!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Itu saja!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Akun ini dapat berinteraksi kembali dengan Anda setelah blokir dibuka." @@ -12287,7 +12414,7 @@ msgstr "Pembuat utas telah menyembunyikan balasan ini." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Aplikasi web Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Kebijakan Privasi telah dipindahkan ke <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Server tampaknya mengalami masalah. Silahkan coba lagi dalam beberapa saat." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Paket pemula yang ingin Anda lihat tidak valid. Anda dapat menghapus paket pemula ini." @@ -12402,7 +12529,7 @@ msgstr "Formulir dukungan telah dipindahkan. Jika Anda memerlukan bantuan, silak msgid "The Terms of Service have been moved to" msgstr "Ketentuan Layanan telah dipindahkan ke" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Kode verifikasi yang Anda berikan tidak valid. Pastikan Anda telah menggunakan tautan verifikasi yang benar atau minta yang baru." @@ -12412,7 +12539,7 @@ msgstr "Kode verifikasi yang Anda berikan tidak valid. Pastikan Anda telah mengg msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Tidak ada batasan waktu untuk penonaktifan akun, Anda bisa kembali kapan saja." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Ada masalah saat menghubungi server" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Ada masalah saat menghubungi server, silakan periksa koneksi internet Anda dan coba lagi." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ada masalah saat mengambil notifikasi. Ketuk di sini untuk mencoba lagi." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi." @@ -12495,25 +12622,25 @@ msgstr "Ada masalah saat memperbarui feed Anda, silakan periksa koneksi internet #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Ada masalah! {0}" @@ -12521,10 +12648,10 @@ msgstr "Ada masalah! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Ada masalah. Periksa koneksi internet Anda dan coba lagi." msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Ada masalah tak terduga dalam aplikasi. Beri tahu kami jika hal ini terjadi pada Anda!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Terjadi lonjakan pengguna baru di Bluesky! Kami akan mengaktifkan akun Anda secepat mungkin." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "{screenDescription} ini telah ditandai:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Akun ini memiliki tanda centang karena telah diverifikasi oleh sumber terpercaya." @@ -12584,7 +12711,7 @@ msgstr "Akun ini memiliki tanda centang karena telah diverifikasi oleh sumber te msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Akun ini memiliki satu atau beberapa kali upaya verifikasi, namun saat ini belum terverifikasi." @@ -12618,7 +12745,7 @@ msgstr "Banding ini akan dikirimkan ke layanan moderasi Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Obrolan ini telah terputus" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Percakapan ini dilakukan dengan akun yang telah dihapus atau dinonaktifkan. Tekan untuk opsi lain" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Fitur ini masih dalam versi beta. Anda dapat membaca lebih lanjut tentang ekspor repositori di <0>postingan blog ini." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "Tautan ini tidak valid" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Tautan ini akan membawa Anda ke situs web berikut:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Daftar yang dibuat oleh <0>{0} ini mengandung kemungkinan pelanggaran pedoman komunitas Bluesky pada nama atau deskripsinya." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Daftar ini – dibuat oleh Anda –mengandung kemungkinan pelanggaran pedoman komunitas Bluesky pada nama atau deskripsinya." @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Postingan ini mengklaim dibuat pada <0>{0}, tetapi baru terlihat di Bluesky pada <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Postingan ini menggunakan pembatasan interaksi yang tidak dikenali. Anda mungkin perlu memperbarui aplikasi." @@ -12845,19 +12972,19 @@ msgstr "Postingan ini hanya dapat dilihat untuk pengguna yang masuk." msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Postingan ini akan disembunyikan dari semua feed dan utas. Tindakan ini tidak dapat dibatalkan." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Pembuat postingan ini telah menonaktifkan kutipan." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Profil ini hanya dapat dilihat oleh pengguna yang masuk. Ini tidak akan terlihat bagi pengguna yang belum masuk." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Balasan ini akan disortir ke bagian tersembunyi di bawah utas Anda dan akan membisukan notifikasi balasan selanjutnya - baik untuk Anda maupun orang lain." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Layanan ini tidak menyediakan ketentuan layanan atau kebijakan privasi." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Pengguna ini masih baru. Tekan untuk informasi lebih lanjut tentang kapa msgid "This user isn't following anyone." msgstr "Pengguna ini tidak mengikuti siapa pun." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Ini akan menghapus @{0} dari daftar akses cepat." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Ini akan menghapus postingan Anda dari kutipan ini untuk semua pengguna, dan menempatkan teks pengganti." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferensi Utas" msgid "Threaded" msgstr "Bersusun" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferensi Utas" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Untuk menonaktifkan metode 2FA melalui email, silakan verifikasi akses Anda ke alamat email tersebut." @@ -13012,7 +13134,7 @@ msgstr "Untuk menonaktifkan metode 2FA melalui email, silakan verifikasi akses A msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Untuk menonaktifkan metode email 2FA Anda, silakan verifikasi akses Anda ke <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Hari ini" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Beralih untuk mengaktifkan atau menonaktifkan konten dewasa" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Mengaktifkan atau menonaktifkan suara" @@ -13053,7 +13175,7 @@ msgstr "Teratas" msgid "Top replies first" msgstr "Balasan teratas lebih dulu" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Topik" @@ -13061,8 +13183,8 @@ msgstr "Topik" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Terjemahkan" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "Tampilan pohon" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Trending" @@ -13099,12 +13221,20 @@ msgstr "Trending" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Percaya muncul dari hubungan, komunitas, dan konteks bersama, oleh karena itu kami juga aktifkan <0>verifikator terpecaya: organisasi yang bisa langsung terbitkan verifikasi." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Tidak dapat tersambung. Silakan periksa koneksi internet Anda dan coba lagi." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Tidak dapat terhubung ke layanan. Mohon periksa koneksi internet Anda." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Tidak dapat menghapus" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "Informasi feed tidak tersedia" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Buka blokir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Buka blokir" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Buka blokir akun" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Buka Blokir Akun?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Buka blokir daftar" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Batal posting ulang ({0, plural, other {# postingan ulang}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Berhenti ikuti {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Berhenti ikuti akun" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Berhenti mengikuti pengguna" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Sayangnya, tidak ada dari labeler yang Anda langgani mendukung tipe laporan ini." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Verifikator tidak diketahui" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Batal suka" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Batal suka ({0, plural, other {# suka}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Bunyikan" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Bunyikan" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Bunyikan akun" @@ -13379,8 +13536,8 @@ msgstr "Bunyikan akun" msgid "Unmute conversation" msgstr "Bunyikan percakapan" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Bunyikan daftar" @@ -13388,8 +13545,8 @@ msgstr "Bunyikan daftar" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Bunyikan utas" @@ -13397,14 +13554,14 @@ msgstr "Bunyikan utas" msgid "Unmute video" msgstr "Bunyikan video" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Lepas sematan" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Lepaskan feed" @@ -13414,13 +13571,13 @@ msgstr "Lepaskan feed" msgid "Unpin from home" msgstr "Lepaskan sematan dari beranda" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Lepas sematan dari profil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Lepas sematan daftar moderasi" @@ -13429,29 +13586,34 @@ msgstr "Lepas sematan daftar moderasi" msgid "Unpinned {0} from Home" msgstr "{0} dilepaskan dari Beranda" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Dilepaskan dari daftar feed Anda" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Batalkan penundaan pengingat email" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Berhenti langganan" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Berhenti langganan daftar ini" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Berhenti langganan pelabel ini" @@ -13461,9 +13623,9 @@ msgstr "Telah berhenti berlangganan dari daftar" #: src/view/com/composer/text-input/TextInput.tsx:129 msgid "Unsupported clipboard content" -msgstr "" +msgstr "Konten papan klip yang tidak didukung" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Perbarui ke {domain}" msgid "Update your email" msgstr "Perbarui email Anda" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Unggah berkas teks ke:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Unggah dari Kamera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Unggah dari Berkas" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Unggah dari Pustaka" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Mengunggah gambar..." msgid "Uploading link thumbnail..." msgstr "Mengunggah keluku tautan..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Mengunggah video..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Daftar pengguna Anda" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Daftar pengguna dibuat" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Daftar pengguna diperbarui" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Nama pengguna atau alamat email" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "pengguna yang diikuti <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "pengguna yang mengikuti <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Nilai:" msgid "Verification failed, please try again." msgstr "Verifikasi gagal, silakan coba lagi." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Pengaturan verifikasi" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Pengaturan Verifikasi" @@ -13720,14 +13882,14 @@ msgstr "Pengaturan Verifikasi" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Verifikasi di Bluesky bekerja secara berbeda dibanding platform lain. <0>Pelajari selengkapnya di sini. (dalam Bahasa Inggris)" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Diverifikasi oleh:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verifikasi akun" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Verifikasi email Anda" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "Versi {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Video gagal diproses" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Feed Video" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video dari {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Permainan Video" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Video telah dijeda" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Video sedang diputar" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video tidak ditemukan." @@ -13859,12 +14021,12 @@ msgstr "Video tidak ditemukan." msgid "Video settings" msgstr "Pengaturan video" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video diunggah" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Video" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Lihat avatar {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Lihat profil {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Lihat profil pengguna yang diblokir" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Lihat postingan blog untuk detail lebih lanjut" @@ -13936,8 +14092,8 @@ msgstr "Lihat postingan blog untuk detail lebih lanjut" msgid "View debug entry" msgstr "Lihat entri debug" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Lihat detail" @@ -13977,13 +14133,13 @@ msgstr "Lihat lainnya" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Lihat layanan pelabelan yang disediakan oleh @{0}" msgid "View this user's verifications" msgstr "Lihat verifikasi pengguna ini" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Lihat pengguna yang menyukai feed ini" @@ -14026,11 +14182,11 @@ msgstr "Lihat pengguna yang menyukai feed ini" msgid "View video" msgstr "Lihat video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Lihat daftar akun yang Anda blokir" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Lihat standar pengaturan interaksi untuk unggahan Anda" @@ -14039,11 +14195,15 @@ msgstr "Lihat standar pengaturan interaksi untuk unggahan Anda" msgid "View your feeds and explore more" msgstr "Lihat daftar feed Anda dan jelajahi lebih lanjut" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Lihat daftar moderasi Anda" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Lihat daftar akun yang Anda bisukan" @@ -14060,6 +14220,10 @@ msgstr "Melihat gambar penuh" msgid "Views video in immersive mode" msgstr "Melihat video dalam mode imersif" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Kami perkirakan {estimatedTime} hingga akun Anda siap." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Kami telah mengirimkan email verifikasi baru ke <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Kami sarankan memilih setidaknya dua minat." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Kami telah mengirimkan email ke <0>{0} yang berisi tautan. Silakan klik tautan tersebut untuk menyelesaikan proses verifikasi email." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Kami tidak dapat memastikan apakah Anda diizinkan untuk mengunggah video. Silakan coba lagi." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Kami tidak dapat memuat pelabel yang Anda konfigurasikan saat ini." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Kami akan memberi tahu Anda ketika akun Anda siap." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Kami mengalami masalah jaringan, coba lagi" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Kami memperkenalkan lapisan verifikasi baru di Bluesky — tanda centang yang mudah dilihat." @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Kami mohon maaf! Postingan yang Anda balas telah dihapus." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Selamat datang kembali!" @@ -14351,17 +14519,17 @@ msgstr "Apa nama paket pemula Anda?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Apa kabar?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Saat Anda ketuk pada tanda centang, Anda akan melihat organisasi mana yang telah memberikan verifikasi." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Siapa yang dapat berinteraksi dengan postingan ini?" @@ -14369,12 +14537,12 @@ msgstr "Siapa yang dapat berinteraksi dengan postingan ini?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Siapa yang dapat membalas" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Siapa yang dapat memverifikasi?" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Tulis postingan" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Tulis balasan Anda" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Ya, nonaktifkan" @@ -14495,19 +14663,19 @@ msgstr "Ya, nonaktifkan" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Ya, hapus paket pemula ini" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Ya, lepaskan" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Ya, sembunyikan" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Ya, aktifkan kembali akun saya" @@ -14519,7 +14687,7 @@ msgstr "Kemarin" msgid "You are a trusted verifier" msgstr "Anda adalah verifikator terpercaya" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "Anda akan membuat akun pada" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Anda sedang dalam antrian." @@ -14558,19 +14726,19 @@ msgstr "Anda sedang dalam antrian." msgid "You are Live" msgstr "Anda sedang siaran langsung" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Anda tidak lagi bersiaran langsung" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Anda tidak diizinkan untuk mengunggah video." #: src/view/com/profile/ProfileFollows.tsx:195 msgid "You are not following anyone yet" -msgstr "" +msgstr "Anda belum mengikuti siapa pun" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Anda sekarang bersiaran langsung!" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Anda juga bisa menemukan Feed Kustom baru untuk diikuti." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Sekarang Anda dapat masuk dengan kata sandi baru." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Anda dapat mengaktifkan kembali akun Anda untuk melanjutkan masuk. Profil dan postingan Anda akan terlihat oleh pengguna lain." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Anda bisa mengubahnya nanti melalui pengaturan." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Anda tidak mengikuti satu pun pengguna yang mengikuti @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Anda telah memasukkan kode yang tidak valid. Seharusnya terlihat seperti XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Anda telah mencapai akhir" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Anda telah berhasil memverifikasi alamat email Anda. Anda dapat menutup dialog ini." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Anda telah mencapai batas sementara unggahan video. Silakan coba lagi nanti." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Anda harus mengikuti setidaknya tujuh orang sebelum membuat paket pemula msgid "You must grant access to your photo library to save a QR code" msgstr "Anda harus memberikan akses ke pustaka foto Anda untuk menyimpan kode QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Anda telah menonaktifkan @{0} sebelumnya." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Anda akan keluar dari semua akun." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Anda sedang dalam antrian" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Anda telah menemukan orang-orang untuk diikuti" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Anda telah mencapai bagian akhir feed! Temukan lebih banyak akun lain untuk diikuti." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "Anda telah mencapai jumlah maksimum permintaan yang diizinkan. Silakan c msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Anda telah mencapai batas harian unggahan video (terlalu banyak bita)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Anda telah mencapai batas harian unggahan video (terlalu banyak video)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Anda kehabisan video untuk ditonton. Mungkin sudah saatnya untuk beristirahat?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Akun Anda" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "Akun Anda telah ditangguhkan" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Usia akun Anda belum cukup lama untuk menggungah video. Silakan coba lagi nanti." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Semua catatan data publik dalam repositori akun Anda dapat diunduh sebagai berkas \"CAR\". Tidak termasuk konten media seperti gambar dan data pribadi yang harus diunduh secara terpisah." @@ -15086,7 +15274,7 @@ msgstr "Akun Anda dinyatakan telah melanggar <0>Ketentuan Layanan Bluesky Social msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Banding Anda telah diajukan. Jika banding Anda berhasil, Anda akan menerima email." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Tanggal lahir Anda" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Nama panggilan Anda <0>{0} akan otomatis dicadangkan untuk Anda. Anda bisa kembali menggantinya kapan saja dari akun ini." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "Email Anda" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Email Anda tidak valid." @@ -15140,7 +15328,7 @@ msgstr "Email Anda masih belum terverifikasi. Silakan verifikasi email Anda untu msgid "Your first like!" msgstr "Suka pertama Anda!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Pengikut Anda" @@ -15157,7 +15345,7 @@ msgstr "Panggilan lengkap Anda akan menjadi <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Minat Anda telah diperbarui!" msgid "Your interests help us find what you like!" msgstr "Minat Anda membantu kami mencari apa yang Anda sukai!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Kata sandi Anda harus terdiri dari setidaknya 8 karakter." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "Preferensi bahasa Anda" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profil, postingan, feed, dan daftar Anda tidak akan terlihat lagi oleh pengguna Bluesky lain. Anda dapat mengaktifkan kembali kapan saja dengan cara masuk ke akun." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Laporan anda akan dikirimkan ke <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Minat yang anda pilih membantu kami menyajikan konten yang Anda inginkan." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index b2d7f671c9..78867c01de 100644 --- a/src/locale/locales/it/messages.po +++ b/src/locale/locales/it/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: it\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Italian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (attiva)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# seguito} other {# seguiti}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# amico trovato!} other {# amici trovati!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# ora} other {# ore}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# mese} other {# mesi}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {1 altro post} other {# altri post}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {follower} other {follower}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguito} other {seguiti}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {post} other {post}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {# persone sono entrate}} in Bluesky con questo starter pack!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {e altri #}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {Per creare un account nella tua regione devi avere almeno # anni.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} è in diretta" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} non è disponibile" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} non è supportato dal tuo dispositivo." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {membro} other {membri}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} alle {time}" msgid "{displayName}'s Starter Pack" msgstr "Starter Pack di {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {ora} other {ore}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minuti}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} si è iscritto al tuo starter pack" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ti ha verificato" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} seguiti" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {post} other {post}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# ora} other {# ore}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ nuove richieste di partecipazione" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# utenti si sono uniti}}!" @@ -767,7 +776,7 @@ msgstr "{profileName} ha iniziato a usare Bluesky {timeAgoString} fa con uno sta #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, e {2, plural, one {# altro} other {# altri}} sono inclusi nel tuo starter pack" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, e {2, plural, one {# altro} other {# altri}} son #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, e {2, plural, one {# altro} other {# altri}} sono inclusi nel tuo starter pack" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {salvato} other {salvati}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {mi piace} other {mi piace}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} e<1> <2>{1} sono inclusi nel tuo starter pack" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} è incluso nel tuo starter pack" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} membri" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Tocca qui per aggiornare la tua posizione tramite GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Tu e<1> <2>{0} sono inclusi nel tuo starter pack" @@ -946,6 +955,12 @@ msgstr "7 giorni" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Una raccolta di feed popolari che puoi trovare su Bluesky, tra cui News, Booksky, Game Dev, Blacksky e Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Si è verificato un errore di rete. Controlla la tua connessione a inter msgid "A new code has been sent" msgstr "È stato inviato un nuovo codice" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Una nuova forma di verifica" @@ -1005,7 +1020,7 @@ msgstr "Uno screenshot mentre si scrive un post con un nuovo pulsante accanto al msgid "A selected recipient is not followed by the sender." msgstr "Uno dei destinatari selezionati non è seguito dal mittente." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Richiesta di adesione inoltrata: il proprietario del gruppo esaminerà l msgid "Accessibility" msgstr "Accessibilità" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Impostazioni di accessibilità" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Account bloccato" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Account seguito" @@ -1086,8 +1101,8 @@ msgstr "L'account è stato sospeso" msgid "Account is deactivated" msgstr "L'account è disattivato" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Account silenziato" @@ -1111,24 +1126,24 @@ msgstr "Account rimosso dall'accesso rapido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Account sbloccato" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Non segui più questo account" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Account riattivato" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Gli account con una spunta blu dentellata <0><1/> possono verificare l'identità di altri account. I certificatori attendibili sono selezionati da Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Gli account con una spunta blu dentellata <0><1/> possono verificare msgid "Activity from others" msgstr "Attività da altri" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Notifiche attività" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Aggiungi" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Aggiungi {0} utenti per continuare" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Aggiungi {displayName} allo starter pack" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Aggiungi un utente a questa lista" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Aggiungi account" @@ -1201,11 +1216,11 @@ msgstr "Aggiungi testo alternativo (opzionale)" msgid "Add another account" msgstr "Aggiungi un altro account" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Aggiungi un altro post" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Aggiungi un altro post al thread" @@ -1223,7 +1238,7 @@ msgstr "Aggiungi password per app" msgid "Add App Password" msgstr "Aggiungi password per app" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Aggiungi etichetta automazione all'account" @@ -1239,12 +1254,12 @@ msgstr "Aggiungi filtro" msgid "Add group chat members" msgstr "Aggiungi membri della chat di gruppo" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Aggiungi immagine" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Aggiungi media al post" @@ -1254,8 +1269,8 @@ msgstr "Aggiungi media al post" msgid "Add members" msgstr "Aggiungi membri" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Aggiungi ulteriori dettagli (facoltativo)" @@ -1295,7 +1310,7 @@ msgstr "Aggiungi reazione" msgid "Add recommended feeds" msgstr "Aggiungi feed consigliati" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Aggiungi dei feed al tuo starter pack!" @@ -1307,12 +1322,12 @@ msgstr "Aggiungi il feed predefinito delle sole persone che segui" msgid "Add the following DNS record to your domain:" msgstr "Aggiungi il seguente record DNS al tuo dominio:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Aggiungi feed" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Aggiungi a liste" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Aggiungi ai post salvati" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Aggiungi a starter pack" @@ -1330,7 +1345,7 @@ msgstr "Aggiungi a starter pack" msgid "Add user to list" msgstr "Aggiungi utente alla lista" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Aggiungi la tua data di nascita" @@ -1361,7 +1376,7 @@ msgstr "Aggiunta membri alla lista..." msgid "Additional details (limit 1000 characters)" msgstr "Dettagli aggiuntivi (massimo 1000 caratteri)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Ulteriori dettagli (massimo 300 caratteri)" @@ -1378,14 +1393,14 @@ msgstr "Esplicito" msgid "Adult content" msgstr "Contenuto per adulti" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Contenuto per adulti" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "I contenuti per adulti possono essere abilitati solo dal sito Web a <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etichette per contenuti per adulti" msgid "Adult sexual abuse content" msgstr "Contenuti di abuso sessuale su adulti" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avanzate" @@ -1423,7 +1438,7 @@ msgstr "Verifica dell’età inviata con successo" msgid "Age assurance only takes a few minutes" msgstr "La verifica dell’età richiede solo pochi minuti" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "La verifica dell’età richiede solo pochi minuti." @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "Tutte" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Tutte" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Tutti e {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Tutti gli account sono stati seguiti!" @@ -1474,7 +1494,7 @@ msgstr "Tutti i feed che hai salvato, in un unico posto." msgid "Allow access to your direct messages" msgstr "Consenti l'accesso ai tuoi messaggi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Permetti a chiunque di rispondere" @@ -1488,8 +1508,8 @@ msgstr "Consenti messaggi diretti da" msgid "Allow group chat invites from" msgstr "Consenti inviti a chat di gruppo da" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Consenti l'accesso alla posizione" @@ -1498,24 +1518,24 @@ msgstr "Consenti l'accesso alla posizione" msgid "Allow others to be notified of your posts" msgstr "Permetti ad altri di ricevere notifiche dei tuoi post" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Permetti risposte dalle persone che segui" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Permetti risposte dalle persone che menzioni" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Consenti citazioni" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Permetti risposte dagli utenti in {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Permetti risposte da chi ti segue" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Consente l'accesso ai tuoi messaggi" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Hai già un codice?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Hai già un account?" @@ -1540,7 +1560,7 @@ msgstr "Hai effettuato l'accesso come @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Il testo alternaivo verrà troncato. {MAX_ALT_TEXT, plural, other {Limite: {0} caratteri.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "È stata inviata un'email a {0}. Include un codice di conferma che puoi inserire di seguito." @@ -1587,7 +1607,7 @@ msgstr "Si è verificato un errore" msgid "An error occurred" msgstr "Si è verificato un errore" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Si è verificato un errore durante la compressione del video." @@ -1596,7 +1616,7 @@ msgstr "Si è verificato un errore durante la compressione del video." msgid "An error occurred while fetching suggested accounts." msgstr "Si è verificato un errore durante il recupero degli account suggeriti." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Si è verificato un errore recuperando il feed." @@ -1609,15 +1629,15 @@ msgstr "Si è verificato un errore nel creare il tuo starter pack. Vuoi riprovar msgid "An error occurred while hiding suggestion. {0}" msgstr "Si è verificato un errore nascondendo il suggerimento. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Si è verificato un errore durante il caricamento del video. Riprova più tardi." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Si è verificato un errore durante il caricamento del video. Riprova." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Si è verificato un errore caricando le tue liste :/" @@ -1628,16 +1648,16 @@ msgstr "Si è verificato un errore nel salvare il codice QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Si è verificato un errore nel seguire tutti" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Si è verificato un errore durante il caricamento del video. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Si è verificato errore durante il caricamento del video. Verifica la tua connessione a internet e riprova." @@ -1661,8 +1681,8 @@ msgstr "Un’immagine di diversi post su Bluesky con accanto le icone per ripubb msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Un'illustrazione dell'app Bluesky con un aeroplanino di carta che vola fuori da essa, a rappresentare l'invito di amici" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Un'illustrazione che mostra che Bluesky seleziona certificatori attendibili e questi a loro volta verificano gli account dei singoli utenti." @@ -1686,14 +1706,14 @@ msgstr "Si è verificato un problema durante l'avvio della chat di gruppo, ripro #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Si è verificato un problema, riprova." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Un'immagine di un iPhone che mostra l'app Bluesky aperta sul profilo di un utente verificato, con un segno di spunta blu accanto al suo nome." @@ -1702,7 +1722,7 @@ msgstr "Un'immagine di un iPhone che mostra l'app Bluesky aperta sul profilo di msgid "an unknown labeler" msgstr "un etichettatore sconosciuto" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "e" @@ -1735,7 +1755,7 @@ msgstr "Annuncio delle verifiche in Bluesky" msgid "Any date" msgstr "Qualsiasi data" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Chiunque" @@ -1767,7 +1787,7 @@ msgstr "Chiunque mi segua" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Chiunque lo abbia non potrà più iscriversi o chiedere di partecipare. Puoi sempre crearne uno nuovo." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "I nomi delle password per app devono essere lunghi almeno 4 caratteri" msgid "App passwords" msgstr "Password per app" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Password per app" @@ -1856,7 +1876,7 @@ msgstr "Fai ricorso contro questa decisione" msgid "Appeal this label" msgstr "Contesta questa etichetta" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Applica pull request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archiviato da {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Post archiviato" @@ -1914,7 +1934,7 @@ msgstr "Eliminare la password per app \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Eliminare questo messaggio? Il messaggio verrà eliminato per te, ma non per gli altri partecipanti." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Eliminare questo starter pack?" @@ -1936,7 +1956,7 @@ msgstr "Vuoi abbandonare questa conversazione?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Abbandonare questa conversazione? I tuoi messaggi verranno eliminati per te, ma non per gli altri partecipanti." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Vuoi rimuoverlo dai tuoi feed?" @@ -1945,7 +1965,7 @@ msgstr "Vuoi rimuoverlo dai tuoi feed?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Annullare la richiesta di partecipare a {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Scartare questo post?" @@ -1953,7 +1973,7 @@ msgstr "Scartare questo post?" msgid "Are you sure?" msgstr "Confermi?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Sei la persona raffigurata o un rappresentante autorizzato che agisce per conto della persona raffigurata?" @@ -1969,8 +1989,8 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nudità artistica o non erotica." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Chiedi alle app e ai siti di non mostrare il mio account agli utenti non connessi" @@ -1979,12 +1999,12 @@ msgstr "Chiedi alle app e ai siti di non mostrare il mio account agli utenti non msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Chiedi alle app di nascondere i miei post dai suggerimenti degli algoritmi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Assegna argomento per l'algoritmo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Almeno 8 caratteri" @@ -2017,8 +2037,8 @@ msgstr "Automatico" msgid "Automation label" msgstr "Etichetta automazione" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Etichetta automazione" @@ -2038,6 +2058,10 @@ msgstr "Disponibile" msgid "Avatar creator" msgstr "Creatore di avatar" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Creatore di avatar" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Creatore di avatar" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Indietro" msgid "Back to Chats" msgstr "Vai ai messaggi" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Attività vietate o violazioni della sicurezza" @@ -2081,7 +2109,7 @@ msgstr "Attività vietate o violazioni della sicurezza" msgid "Banned user returning" msgstr "Ritorno utente bloccato" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "In base alla posizione del tuo dispositivo, pensiamo che tu sia in <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "In base alla posizione del tuo dispositivo, pensiamo che tu sia in <0>{g msgid "Based on your device's location, we think you're in <0>{region}." msgstr "In base alla posizione del tuo dispositivo, pensiamo che tu sia in <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "In base alla tua rete, pensiamo che tu sia in <0>{geolocationString}. Questa stima potrebbe essere imprecisa se stai usando una VPN." @@ -2148,16 +2176,16 @@ msgstr "Inizia il processo di verifica dell'età compilando i campi sottostanti. msgid "Beta Feature" msgstr "Funzionalità beta" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Funzionalità beta" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Funzionalità beta attivate" @@ -2193,12 +2221,12 @@ msgstr "Blocca {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Blocca account" @@ -2255,15 +2283,15 @@ msgstr "Blocca utente e/o elimina questa conversazione" msgid "Block user and/or leave this conversation" msgstr "Blocca utente e/o abbandona questa conversazione" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Bloccato" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Account bloccati" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Account bloccati" @@ -2288,7 +2316,7 @@ msgstr "Il blocco è pubblico. Gli account bloccati non possono rispondere alle 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." msgstr "Il blocco non impedirà l'applicazione delle etichette al tuo account, ma impedirà a questo account di rispondere alle tue discussioni o di interagire con te." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky non può confermare l'autenticità della data dichiarata." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky aiuta gli amici a ritrovarsi creando un'impronta digitale codificata, chiamata \"hash\", e poi cercando gli hash corrispondenti." @@ -2357,15 +2389,11 @@ msgstr "Bluesky memorizza i tuoi contatti come dati codificati. La rimozione dei msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky sceglierà un set di account consigliati dal tuo network." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky non mostrerà il tuo account agli utenti non connessi e chiederà alle altre app di fare lo stesso. Le altre app potrebbero non rispettare questa richiesta. Ciò non rende il tuo account privato." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky non mostrerà i tuoi post nel feed Scopri (tranne che ai tuoi follower) e chiederà alle altre app di non mostrare i tuoi post nei suggerimenti dei loro algoritmi." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky verificherà in modo proattivo gli account notevoli e autentici." @@ -2424,29 +2452,29 @@ msgstr "Scopri nuovi suggerimenti nella pagina Esplora" msgid "Browse other feeds" msgstr "Cerca altri feed" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Sfoglia i post su {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Sfoglia i post con tag {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Sfoglia lo starter pack {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Sfoglia l'argomento {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Sfoglia l'argomento {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Attività commerciale" @@ -2459,10 +2487,10 @@ msgstr "Pulsante per tornare alla timeline principale" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Di {0}" @@ -2475,7 +2503,7 @@ msgstr "di @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Di <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Iscrivendoti accetti i <0>Termini di servizio e l'<1>Informativa sul msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Iscrivendoti accetti i <0>Termini di servizio." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Da te" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Fotocamera" @@ -2521,16 +2549,16 @@ msgstr "Accesso alla fotocamera necessario" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Accesso alla fotocamera necessario" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Accesso alla fotocamera necessario" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Annulla" msgid "Cancel quote post" msgstr "Annnulla la citazione del post" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Annulla la riattivazione e disconnettiti" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Annulla l'accesso per verificare il tuo nome utente" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Non puoi interagire con un utente bloccato" @@ -2609,7 +2637,7 @@ msgstr "Sottotitoli (.vtt)" msgid "Captions & alt text" msgstr "Sottotitoli e testo alternativo" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "galleria a scorrimento" @@ -2651,24 +2679,24 @@ msgstr "Modifica il nome utente" msgid "Change hosting provider" msgstr "Cambia fornitore di hosting" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Modifica servizio di moderazione" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Cambia password" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Finestra di modifica password" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Cambia categoria segnalazione" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Modifica motivo della segnalazione" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Le modifiche allo starter pack fatte dopo la sua creazione non cambieranno la lista. La lista sarà una copia indipendente." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Messaggi" @@ -2758,7 +2786,7 @@ msgstr "I proprietari delle chat non possono lasciare una chat di gruppo." msgid "Chat recipient is not followed by the sender." msgstr "Destinatario della chat non seguito dal mittente." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Richieste" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Richieste di messaggi" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Controlla la tua casella di posta <0>{currentEmail}: dovrebbe arriva msgid "Check back later!" msgstr "Ricontrolla in seguito!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Verifica il mio stato" @@ -2895,7 +2923,7 @@ msgstr "Seleziona il tuo fornitore di hosting" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Personalizza la tua cronologia! I feed creati dalla collettività ti permettono di scoprire i contenuti di tuo interesse." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Scegli la tua password" @@ -2931,7 +2959,7 @@ msgstr "Pulisci ricerca GIF" msgid "Clear image cache" msgstr "Svuota cache immagini" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Annulla la ricerca" @@ -2951,11 +2979,11 @@ msgstr "Fai clic qui per aggiungere persone a questa chat di gruppo" msgid "Click here to create or manage an invite link for this group chat" msgstr "Fai clic qui per creare o gestire un link di invito per questa chat di gruppo" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Fai clic qui per eliminare il tuo account" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Fai clic qui per uscire" @@ -2968,8 +2996,8 @@ msgstr "Fai cli qui per inviare nuovamente l'email" msgid "Click here to restart the verification process." msgstr "Fai clic qui per riavviare il processo di verifica." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Fai clic qui per aggiornare la tua data di nascita" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Clicca per riprovare l'invio" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Clicca per riprovare l'invio" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Clicca per riprovare l'invio" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Chiudi" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Chiudi la finestra attiva" @@ -3068,13 +3097,13 @@ msgstr "Chiudi banner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Chiudi la finestra di dialogo" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Chiudi il menu a scomparsa" @@ -3110,7 +3139,7 @@ msgstr "Chiudi il banner delle richieste in arrivo" msgid "Close this dialog" msgstr "Chiudi la finestra" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Chiudi finestra di benvenuto" @@ -3118,7 +3147,7 @@ msgstr "Chiudi finestra di benvenuto" msgid "Closes password update alert" msgstr "Chiude l'avviso di aggiornamento della password" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Annulla la creazione del post ed elimina la bozza" @@ -3126,7 +3155,7 @@ msgstr "Annulla la creazione del post ed elimina la bozza" msgid "Collapse list of users" msgstr "Comprimi la lista di utenti" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Comprime l'elenco degli utenti per una determinata notifica" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Fumetti" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Linee guida della community" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Completa la registrazione e inizia a usare il tuo account" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Completa la challenge" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Scrivi un nuovo post" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Scrivi post fino a {0, plural, other {# caratteri}}" @@ -3180,11 +3209,11 @@ msgstr "Scrivi post fino a {0, plural, other {# caratteri}}" msgid "Compose reply" msgstr "Scrivi la risposta" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Compressione GIF in corso..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Compressione del video..." @@ -3198,18 +3227,18 @@ msgstr "Configurato nelle <0>impostazioni di moderazione." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Conferma" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Codice di conferma" @@ -3226,12 +3255,12 @@ msgstr "Connessione al servizio…" msgid "Connecting…" msgstr "Connessione in corso…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Problema di connessione" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Contatta il nostro team di supporto" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contatta il supporto" @@ -3273,7 +3302,7 @@ msgstr "Contenuti e media" msgid "Content and media" msgstr "Contenuti e media" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Contenuti e media" @@ -3281,7 +3310,7 @@ msgstr "Contenuti e media" msgid "Content Blocked" msgstr "Contenuto bloccato" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtri dei contenuti" @@ -3421,8 +3450,8 @@ msgstr "Copia" msgid "Copy App Password" msgstr "Copia password per app" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copia URL at://" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copia codice" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copia DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Copia link di invito" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copia link" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copia link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copia link della lista" @@ -3472,12 +3501,12 @@ msgstr "Copia link della lista" msgid "Copy link to post" msgstr "Copia link del post" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copia link al profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copia link allo starter pack" @@ -3491,8 +3520,8 @@ msgstr "Copia testo del messaggio" msgid "Copy post at:// URI" msgstr "Copia URL at:// del post" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copia testo del post" @@ -3506,7 +3535,7 @@ msgstr "Copia valore del record TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Politica sul diritto d'autore" @@ -3632,7 +3661,7 @@ msgstr "Crea" msgid "Create a list" msgstr "Crea una lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Crea una lista da questo starter pack" @@ -3642,7 +3671,7 @@ msgstr "Crea un codice QR per uno starter pack" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Crea uno starter pack" @@ -3655,12 +3684,12 @@ msgstr "Crea uno starter pack" msgid "Create a starter pack for me" msgstr "Crea uno starter pack per me" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Crea chat di gruppo" msgid "Create list" msgstr "Crea lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Crea lista da membri" @@ -3708,13 +3737,13 @@ msgstr "Crea lista da membri" msgid "Create list from starter pack" msgstr "Crea lista da starter pack" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Crea lista di moderazione" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Crea un nuovo account" @@ -3724,8 +3753,8 @@ msgstr "Crea o modifica un link di invito per questa chat di gruppo" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Crea un report per {0}" @@ -3734,7 +3763,7 @@ msgstr "Crea un report per {0}" msgid "Create starter pack" msgstr "Crea starter pack" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Crea lista di utenti" @@ -3747,7 +3776,7 @@ msgstr "Crea lista di utenti" msgid "Created {0}" msgstr "Creato {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "L'autore è stato bloccato" @@ -3800,7 +3829,7 @@ msgstr "Scuro" msgid "Dark theme" msgstr "Tema scuro" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data di nascita" @@ -3814,7 +3843,7 @@ msgstr "Giorno" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Disattiva account" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Icone predefinite" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Elimina" @@ -3892,8 +3921,8 @@ msgstr "Elimina conversazione" msgid "Delete for me" msgstr "Elimina per me" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Elimina lista" @@ -3909,30 +3938,30 @@ msgstr "Elimina messaggio per me" msgid "Delete my account" msgstr "Elimina il mio account" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Elimina il post" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Elimina starter pack" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Eliminare lo starter pack?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Eliminare questa lista?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Eliminare questo post?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Eliminato" @@ -3953,7 +3982,7 @@ msgstr "Eliminato da Plivo dopo la verifica" msgid "Deleted list" msgstr "Lista eliminata" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Descrizione (massimo 1000 caratteri)" msgid "Descriptive alt text" msgstr "Testo descrittivo alternativo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Scollega citazione" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Scollegare la citazione del post?" @@ -3993,11 +4022,11 @@ msgstr "Modalità sviluppatore attivata" msgid "Developer options" msgstr "Opzioni sviluppatore" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Il dispositivo non è riuscito a tradurre :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: configura chi può interagire con questo post" @@ -4009,6 +4038,11 @@ msgstr "Finestra: imposta filtri di ricerca" msgid "Dim" msgstr "Soffuso" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Disabilita sottotitoli" msgid "Disable email 2FA" msgstr "Disabilita 2FA via email" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Disattiva 2FA via email" @@ -4041,11 +4075,11 @@ msgstr "Disattiva il feedback tattile" msgid "Disable link" msgstr "Disabilita link" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Disabilita le citazioni di questo post" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Disabilita tutte le risposte" @@ -4056,17 +4090,17 @@ msgstr "Disabilitare questo link di invito?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Disabilitato" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Scarta" @@ -4075,23 +4109,28 @@ msgstr "Scarta" msgid "Discard changes?" msgstr "Scartare le modifiche?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Scartare la bozza?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Scartare il post?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Disconnetti Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Scopri feed" @@ -4106,8 +4145,8 @@ msgstr "Scopri nuovi feed personalizzati" msgid "Discover New Feeds" msgstr "Scopri nuovi feed" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Ignora" @@ -4115,7 +4154,7 @@ msgstr "Ignora" msgid "Dismiss banner" msgstr "Chiudi banner" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Ignora errore" @@ -4217,8 +4256,9 @@ msgstr "Non preoccuparti! Tutti i messaggi e le impostazioni esistenti sono stat #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Fatto" msgid "Double tap or long press the message to add a reaction" msgstr "Tocca due volte o tieni premuto il messaggio per aggiungere una reazione" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Tocca due volte per chiudere la finestra" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Tocca due volte per mettere mi piace" @@ -4248,11 +4288,11 @@ msgstr "Scarica" msgid "Download Bluesky" msgstr "Scarica Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Scarica dati delle chat" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Scarica dati delle chat" @@ -4266,11 +4306,11 @@ msgstr "Scarica immagine" msgid "Download invite QR code" msgstr "Scarica il codice QR dell'invito" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Scarica dati del profilo" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Scarica dati del profilo" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Diffusione di dati personali" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Bozze" @@ -4318,19 +4358,19 @@ msgstr "es. alice.com" msgid "E.g. artistic nudes." msgstr "Es: nudi artistici." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "es. Gli utenti più seguiti" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "es. Spammer" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "es. Utenti più prolifici." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "es. Utenti che rispondono ripetutamente con annunci." @@ -4341,7 +4381,7 @@ msgstr "Disturbi alimentari" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Modifica" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Modifica avatar" @@ -4373,8 +4413,8 @@ msgstr "Modifica nome del gruppo" msgid "Edit image" msgstr "Modifica immagine" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Modifica impostazioni di interazione" @@ -4396,21 +4436,21 @@ msgstr "Modifica link di invito" msgid "Edit link settings" msgstr "Modifica impostazioni link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Modifica lista" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Modifica stato in diretta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Modifica lista di moderazione" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Modifica i miei feed" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Modifica utenti" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Modifica impostazioni di interazione del post" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Modifica profilo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Modifica profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Modifica starter pack" @@ -4454,15 +4494,15 @@ msgstr "Modifica starter pack" msgid "Edit this group chat’s name" msgstr "Modifica il nome di questa chat di gruppo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Modifica lista di utenti" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Modifica chi può rispondere" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Modifica il tuo starter pack" @@ -4470,16 +4510,16 @@ msgstr "Modifica il tuo starter pack" msgid "Education" msgstr "Formazione scolastica" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "L'autore di questa lista ti ha bloccato o tu hai bloccato l'autore." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Email" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA via email disattivata" @@ -4492,7 +4532,7 @@ msgstr "2FA via email abilitata" msgid "Email address" msgstr "Indirizzo email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Email inviata nuovamente" @@ -4508,7 +4548,7 @@ msgstr "Email inviata! <0>Fai clic qui per inviarla di nuovo." msgid "Email verification complete!" msgstr "Verifica email completata!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Email verificata" @@ -4527,7 +4567,7 @@ msgstr "Incorpora il post" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incorpora questo post nel tuo sito web. Copia il seguente ritaglio e incollalo nel codice HTML del tuo sito web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Lettore video incorporato" @@ -4542,12 +4582,7 @@ msgstr "Abilita" msgid "Enable {0} only" msgstr "Abilita solo {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Abilita caricamento dei video da 10 minuti." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Attiva il contenuto per adulti" @@ -4583,7 +4618,7 @@ msgstr "Abilita le notifiche per un account visitandone il profilo e premendo l' msgid "Enable push notifications" msgstr "Abilita notifiche push" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Abilita le citazioni di questo post" @@ -4601,7 +4636,7 @@ msgstr "Abilita gli argomenti di tendenza" msgid "Enable trending videos in your Discover feed" msgstr "Attiva i video di tendenza nel feed Scopri" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Abilitato" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Inserisci la tua data di nascita" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Inserisci il tuo indirizzo email" @@ -4670,15 +4705,15 @@ msgstr "Inserisci la tua password" msgid "Enter your username and password" msgstr "Inserisci il tuo nome utente e la tua password" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Passa a schermo intero" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Intrattenimento" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Errore" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Messaggio d'errore" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "C'è stato un errore durante il salvataggio del file" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Errore nella risposta del captcha." @@ -4712,11 +4747,11 @@ msgstr "Errore nella risposta del captcha." msgid "Error: {error}" msgstr "Errore: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Tutti possono rispondere" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Tutti possono rispondere a questo post." @@ -4783,7 +4818,7 @@ msgstr "Espandi o comprimi il post a cui stai rispondendo" msgid "Expand post text" msgstr "Espandi testo del post" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Espande o comprime il testo del post" @@ -4826,21 +4861,21 @@ msgstr "Media espliciti o potenzialmente inquietanti." msgid "Explicit sexual images." msgstr "Immagini sessuali esplicite." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Esplora" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Esplora l'app" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Esporta i miei dati della chat" @@ -4849,7 +4884,7 @@ msgstr "Esporta i miei dati della chat" msgid "Export my data" msgstr "Esporta i miei dati" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Esporta i dati del mio profilo" @@ -4868,7 +4903,7 @@ msgstr "Media esterni" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "I media esterni potrebbero consentire ai siti web di raccogliere informazioni su di te e sul tuo dispositivo. Nessuna informazione viene inviata o richiesta finché non si preme il pulsante \"Riproduci\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferenze media esterni" @@ -4946,7 +4981,7 @@ msgstr "Errore nell'eliminazione del messaggio" msgid "Failed to delete post, please try again" msgstr "Non è stato possibile eliminare il post, riprovare" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Impossibile eliminare lo starter pack" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Impossibile disattivare il link di invito" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Impossibile disconnettere Germ DM. Errore: {0}" @@ -5003,16 +5038,16 @@ msgstr "Impossibile abbandonare la chat di gruppo" msgid "Failed to load conversations" msgstr "Impossibile caricare le conversazioni" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Impossibile caricare i feed" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Impossibile caricare preferenze feed" @@ -5037,14 +5072,14 @@ msgstr "Impossibile caricare le preferenze." msgid "Failed to load profiles" msgstr "Impossibile caricare i profili" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Impossibile caricare feed consigliati" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Impossibile caricare follow consigliati" @@ -5067,12 +5102,12 @@ msgstr "Impossibile segnare le richieste come lette" msgid "Failed to mute group chat" msgstr "Impossibile silenziare la chat di gruppo" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Errore nel fissare il post" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Impossibile riconnettere Germ DM. Errore: {0}" @@ -5121,7 +5156,7 @@ msgstr "Impossibile annullare la richiesta. Riprova." msgid "Failed to resolve location. Please try again." msgstr "Impossibile determinare la posizione. Riprova." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Impossibile salvare la bozza" @@ -5135,7 +5170,7 @@ msgstr "Impossibile salvare l'immagine" msgid "Failed to save image: {0}" msgstr "Errore nel salvare l'immagine: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Non è stato possibile salvare le impostazioni. Riprovare." @@ -5168,7 +5203,7 @@ msgstr "Impossibile abilitare silenziamento thread, riprovare" msgid "Failed to unlock group chat" msgstr "Impossibile sbloccare la chat di gruppo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Impossibile rimuovere la lista dai fissati" @@ -5185,7 +5220,7 @@ msgstr "Non è stato possibile aggiornare le impostazioni della 2FA via email" msgid "Failed to update email, please try again." msgstr "Non è stato possibile aggiornare l'email. Riprova." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Impossibile aggiornare i feed" @@ -5197,12 +5232,10 @@ msgstr "Impossibile aggiornare la dichiarazione delle notifiche" msgid "Failed to update settings" msgstr "Errore nell'aggiornamento delle impostazioni" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Errore nel caricamento video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Account falso o bot" msgid "False information about elections" msgstr "False informazioni sulle elezioni" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "Autore del feed" msgid "Feed identifier" msgstr "Identificativo del feed" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menu del feed" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Attiva/disattiva feed" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Feedback inviato" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feed" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "I feed sono algoritmi personalizzati creati da utenti con un minimo di competenza di programmazione. <0>Consulta questa guida per maggiori informazioni." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Scarica aggiornamento" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "File salvato con successo!" @@ -5306,6 +5343,10 @@ msgstr "Filtra per autore (attualmente: {currentLabel})" msgid "Filter from feeds" msgstr "Filtra dai feed" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtra la ricerca per lingua (attualmente: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtri" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finalizzando" @@ -5358,15 +5399,15 @@ msgstr "Finanza" msgid "Find accounts to follow" msgstr "Scopri account da seguire" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Trova e invita amici" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Trova contatti" @@ -5378,7 +5419,7 @@ msgstr "Trova i miei amici" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Trova persone da seguire" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Attiva il campo di ricerca" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Segui" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Segui {0}" @@ -5458,7 +5499,7 @@ msgstr "Segui {0}" msgid "Follow {displayName}" msgstr "Segui {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Segui {handle}" @@ -5474,8 +5515,8 @@ msgstr "Segui 10 persone per iniziare" msgid "Follow 7 accounts" msgstr "Segui 7 account" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Segui account" @@ -5486,8 +5527,8 @@ msgstr "Segui account" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Segui tutti" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Segui tutti gli account" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Chi segue può partecipare" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Follower di @{0} che conosci" @@ -5552,28 +5593,29 @@ msgstr "Follower che conosci" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Seguito" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Seguito" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Stai seguendo {0}" @@ -5582,7 +5624,7 @@ msgstr "Stai seguendo {0}" msgid "Following {displayName}" msgstr "Seguendo {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Stai seguendo {handle}" @@ -5591,7 +5633,7 @@ msgstr "Stai seguendo {handle}" msgid "Following feed preferences" msgstr "Preferenze del feed Seguiti" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferenze del feed Seguiti" @@ -5613,7 +5655,7 @@ msgstr "Dimensione carattere" msgid "Food" msgstr "Cibo" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Per gli account di organizzazioni, usare la data di nascita della persona responsabile dell'account." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Genera nuovo link" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM disconnesso" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Collegamento a Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM riconnesso" @@ -5812,7 +5854,7 @@ msgstr "Per cominciare" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF caricata" @@ -5835,8 +5877,8 @@ msgstr "Glorificazione della violenza" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorificazione della violenza" msgid "Go back" msgstr "Torna indietro" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Torna indietro" @@ -5867,8 +5909,8 @@ msgstr "Torna al passaggio precedente" msgid "Go home" msgstr "Vai alla home" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Vai in diretta" @@ -5879,8 +5921,8 @@ msgstr "Vai in diretta" msgid "Go Live" msgstr "Vai in diretta" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Vai in diretta (disabilitato)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Vai in diretta per" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Vai al profilo di {0}" @@ -5900,7 +5942,7 @@ msgstr "Vai al profilo di {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Vai alle impostazioni dell'account" @@ -5943,8 +5985,8 @@ msgstr "La diretta è attualmente disabilitata per il tuo account" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Capito" @@ -5953,6 +5995,11 @@ msgstr "Capito" msgid "Grant access" msgstr "Concedi l'accesso" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Nome chat di gruppo aggiornato" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Impostazioni chat di gruppo" @@ -6083,6 +6130,11 @@ msgstr "GIF felici" msgid "Haptics" msgstr "Vibrazione" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Molestie o odio" @@ -6095,7 +6147,7 @@ msgstr "Attività nocive o a rischio elevato" msgid "Harming or endangering minors" msgstr "Danni o pericoli per i minori" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "Incitamento all'odio" msgid "Have a code? <0>Click here." msgstr "Hai un codice? <0>Fai clic qui." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Abbiamo sbagliato la tua posizione? <0>Tocca qui per aggiornare la tua posizione tramite GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Ci sono problemi?" @@ -6145,11 +6197,11 @@ msgstr "Ecco la tua password per app!" msgid "Hey there 👋" msgstr "Ciao 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Ciao!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Ciao!" @@ -6158,7 +6210,7 @@ msgstr "Ciao!" msgid "Hidden" msgstr "Nascosto" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Nascosto dalle tue impostazioni di moderazione." @@ -6166,23 +6218,19 @@ msgstr "Nascosto dalle tue impostazioni di moderazione." msgid "Hidden list" msgstr "Lista nascosta" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Nascondi" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Nascondi" @@ -6195,7 +6243,7 @@ msgstr "Nascondi opzioni di personalizzazione" msgid "Hide group chat updates" msgstr "Nascondi aggiornamenti chat di gruppo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Nascondi liste" @@ -6203,23 +6251,23 @@ msgstr "Nascondi liste" msgid "Hide password" msgstr "Nascondi password" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Nascondi post per me" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Nascondi risposta per tutti" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Nascondi risposta per me" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Nascondi i repost nei feed" @@ -6227,38 +6275,31 @@ msgstr "Nascondi i repost nei feed" msgid "Hide this card" msgstr "Nascondi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Nascondere questo post?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Nascondere questa risposta?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Nascondi traduzione" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Nascondi gli argomenti di tendenza" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Nascondere gli argomenti di tendenza?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Nascondere i video di tendenza?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Nascondi elenco utenti" @@ -6267,12 +6308,12 @@ msgstr "Nascondi elenco utenti" msgid "Hide verification badges" msgstr "Nascondi spunta di verifica" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Nasconde il contenuto" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Nasconde il banner promozionale per invitare amici" @@ -6308,7 +6349,7 @@ msgstr "Il server del feed ha dato una risposta negativa. Informa il proprietari msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Stiamo riscontrando problemi nel trovare questo feed. Potrebbe essere stato eliminato." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Stiamo riscontrando problemi a caricare questi dati. Vedi sotto per maggiori dettagli. Se il problema persiste, contattaci." @@ -6316,14 +6357,14 @@ msgstr "Stiamo riscontrando problemi a caricare questi dati. Vedi sotto per magg msgid "Hmmmm, we couldn't load that moderation service." msgstr "Non siamo riusciti a caricare il servizio di moderazione." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Un po' di pazienza: stiamo gradualmente dando accesso al video e tu sei ancora in coda. Ricontrolla presto!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Home" @@ -6369,8 +6410,8 @@ msgstr "Tratta di esseri umani" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Acconsento che Bluesky utilizzi i miei contatti per individuare amicizie reciproche e conservi gli hash dei dati per trovare corrispondenze finché non revoco il consenso." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Ho un codice" @@ -6400,15 +6441,15 @@ msgstr "Se non ne selezioni nessuna, nei tuoi feed verranno mostrate tutte le li 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." msgstr "Se hai almeno 18 anni e vuoi riprovare, fai clic sul pulsante qui sotto e usa un altro metodo di verifica, se ce ne sono di disponibili nella tua regione. Se hai domande o dubbi, <0>il nostro team di supporto ti può aiutare." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Se non sei ancora maggiorenne secondo le leggi della tua nazione, il tuo genitore o tutore legale deve leggere i Termini a tuo nome." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Se credi che la tua data di nascita non sia corretta, puoi aggiornarla <0>facendo clic qui." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Se elimini questa lista, non potrai recuperarla." @@ -6420,7 +6461,7 @@ msgstr "Se hai un tuo dominio, puoi usarlo come nome utente. Questo consente di msgid "If you need to update your email, <0>click here." msgstr "<0>Fai clic qui per aggiornare la tua email." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Se rimuovi questo post, non potrai recuperarlo." @@ -6441,7 +6482,7 @@ msgstr "Per limitare chi può ricevere notifiche sull'attività del tuo account msgid "If you're a developer, you can host your own server." msgstr "Se sei uno sviluppatore, puoi utilizzare il tuo server." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se stai cercando di cambiare nome utente o email, puoi farlo prima di disattivare l'account." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Immagine" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Immagine {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Immagine {0} di {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Immagine {0} di {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache delle immagini svuotata, liberati {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Galleria immagini, {0} immagini" @@ -6526,7 +6567,7 @@ msgstr "Importa contatti" msgid "Import Contacts" msgstr "Importa contatti" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importa contatti o invita i tuoi amici" @@ -6540,7 +6581,7 @@ msgstr "Importa contatti per trovare i tuoi amici" msgid "Imported on {0}" msgstr "Importati il {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Abbiamo bisogno di conoscere la tua data di nascita per fornirti un'esperienza adeguata alla tua età. Questa operazione va fatta una volta sola e i tuoi dati rimarranno privati." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Includi post pubblicati fino a questa data" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Includi data/ora del video ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Inserisci il codice che ti è stato inviato via email" msgid "Interaction limited" msgstr "Interazione limitata" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Impostazioni per le interazioni" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Presentazione dei post salvati, noti anche come segnalibri" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Codice di conferma 2FA non valido." @@ -6691,7 +6732,7 @@ msgstr "Oggetto segnalazione non valido" msgid "Invalid rescind request." msgstr "Richiesta di annullamento non valida." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Codice di verifica non valido" @@ -6703,15 +6744,15 @@ msgstr "Invita" msgid "Invite {name} to join Bluesky" msgstr "Invita {name} a unirsi a Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Codice d'invito" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codice invito non accettato. Controlla di averlo inserito correttamente e riprova." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Invita amici" @@ -6761,7 +6802,7 @@ msgstr "Link di invito modificato" msgid "Invite link enabled" msgstr "Link di invito abilitato" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Invita persone nel tuo starter pack!" @@ -6786,26 +6827,26 @@ msgstr "Inviti, ma personali" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Sembra che alcuni dei tuoi contatti non abbiano ancora provato a cercarti qui. Puoi invitarli direttamente personalizzando una bozza di messaggio che ti forniremo." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "È corretto" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "C'è solo <0>{0} al momento! Aggiungi altre persone al tuo starter pack cercandole qui in alto." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Sei solo tu al momento! Aggiungi altre persone al tuo starter pack cercandole qui in alto." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID processo: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Opportunità di lavoro" @@ -6816,8 +6857,8 @@ msgstr "Partecipa" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Entra in Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Partecipa alla conversazione" msgid "Journalism" msgstr "Giornalismo" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Continua a modificare" @@ -6854,17 +6895,17 @@ msgstr "Tienimi aggiornato" msgid "KWS website" msgstr "Sito web di KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Etichetta risposta per algoritmo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Etichettato da {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Etichettato dall'autore." @@ -6893,7 +6934,7 @@ msgstr "Etichette sul tuo account" msgid "Language" msgstr "Lingua" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Impostazione delle lingue" @@ -6907,12 +6948,12 @@ msgstr "Lingue" msgid "Larger" msgstr "Più grande" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Ultimo avvio {timeAgo} fa" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Ultimo avvio adesso" @@ -6923,8 +6964,8 @@ msgstr "Ultimo avvio adesso" msgid "Latest" msgstr "Recenti" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Maggiori informazioni su <0>come usare la ricerca avanzata." msgid "Learn more about age assurance" msgstr "Maggiori informazioni sulla verifica dell'età" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Maggiori informazioni su Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Maggiori informazioni sull'importazione dei contatti" msgid "Learn more about self hosting your PDS." msgstr "Maggiori informazioni su come ospitare il tuo PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Maggiori informazioni sulla moderazione applicata a questo contenuto" @@ -6984,8 +7025,8 @@ msgstr "Maggiori informazioni su queste modifiche e su come condividere le tue o msgid "Learn more about this warning" msgstr "Maggiori informazioni su questo avviso" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Maggiori informazioni sulla verifica su Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Maggiori informazioni sulla verifica su Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Maggiori informazioni su cosa è pubblico in Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Maggiori informazioni sul tuo collegamento a Germ DM" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Maggiori informazioni nelle <0>impostazioni dell'account." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Maggiori informazioni." @@ -7067,7 +7108,7 @@ msgstr "Se la abbandoni, questa chat verrà bloccata definitivamente e non potra msgid "Left group chat." msgstr "Chat di gruppo abbandonata." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "mancanti." @@ -7080,7 +7121,7 @@ msgstr "Lascia scegliere a me" msgid "Let's get your password reset!" msgstr "Reimpostiamo la tua password!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Andiamo!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Chiaro" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Mi piace" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Mi piace ({0, plural, one {# mi piace} other {# mi piace}})" @@ -7114,7 +7155,7 @@ msgstr "Metti mi piace a 10 post" msgid "Like 10 posts to train the Discover feed" msgstr "Metti mi piace a 10 post per allenare il feed Scopri" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Metti mi piace a questo feed" @@ -7122,8 +7163,8 @@ msgstr "Metti mi piace a questo feed" msgid "Like this labeler" msgstr "Mi piace" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Piace a" @@ -7140,26 +7181,26 @@ msgstr "Piace a" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Piace a {0, plural, one {# utente} other {# utenti}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Piaciuto a {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Piaciuto a {0} e {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Mi piace" msgid "Likes of your reposts" msgstr "Mi piace dei tuoi repost" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Mi piace in questo post" @@ -7191,11 +7232,16 @@ msgstr "Classico" msgid "Link copied to clipboard" msgstr "Link copiato negli appunti" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Avatar della lista" @@ -7227,20 +7273,20 @@ msgstr "Lista creata, ma non è stato possibile aggiungere alcuni membri" msgid "List creator" msgstr "Autore della lista" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lista eliminata" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Descrizione della lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "La descrizione della lista è troppo lunga. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Il numero massimo di caratteri è #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "La lista è stata nascosta" @@ -7248,7 +7294,7 @@ msgstr "La lista è stata nascosta" msgid "List Hidden" msgstr "Lista nascosta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "La lista deve avere un nome." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Lista silenziata" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Nome della lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Il nome della lista è troppo lungo. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Il numero massimo di caratteri è #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Lista sbloccata" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Lista riattivata" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Liste" @@ -7326,12 +7372,12 @@ msgstr "La funzionalità In diretta è in beta" msgid "Live link" msgstr "Link alla diretta" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Carica di più" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Carica più feed consigliati" @@ -7346,16 +7392,16 @@ msgstr "Carica più notifiche" msgid "Load new posts" msgstr "Carica nuovi post" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Caricamento della chat…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Caricamento liste..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Caricamento impostazioni di interazione del post..." @@ -7383,7 +7429,7 @@ msgstr "Blocca questa chat di gruppo" msgid "Locked" msgstr "Bloccato" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Log" @@ -7405,11 +7451,6 @@ msgstr "Logo di <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Tieni premuto per aprire il menu dei tag di {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Video più lunghi" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Ha un formato simile a XXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Assicurati che questo sia dove intendi andare!" msgid "Manage saved feeds" msgstr "Gestisci i feed salvati" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Gestisci impostazioni di verifica" @@ -7461,8 +7502,14 @@ msgstr "Gestisci parole e tag silenziati" msgid "Manual" msgstr "Manuale" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Segna tutto come letto" @@ -7473,6 +7520,10 @@ msgstr "Segna tutto come letto" msgid "Mark all chats as read" msgstr "Contrassegna tutte le chat come lette" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Media" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Media salvati su {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Media salvati su un altro dispositivo" @@ -7540,7 +7591,7 @@ msgstr "Membri" msgid "Members can still read chat history but can’t send new messages." msgstr "I membri possono ancora leggere la cronologia della chat ma non possono inviare nuovi messaggi." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "utenti menzionati" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Messaggio" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Messaggio" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Invia messaggio a {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Messaggio eliminato" @@ -7603,7 +7655,7 @@ msgstr "Messaggio da @{0}: {1}" msgid "Message from server: {0}" msgstr "Messaggio dal server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Input del messaggio" @@ -7615,7 +7667,7 @@ msgstr "Il messaggio è troppo lungo ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Opzioni messaggio" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Messaggi" @@ -7640,12 +7692,12 @@ msgstr "Molestie sui minori o bullismo" msgid "Misleading" msgstr "Ingannevole" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "File multimediale mancante" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderazione" @@ -7658,6 +7710,12 @@ msgstr "Filtri moderazione e contenuti" msgid "Moderation details" msgstr "Dettagli sulla moderazione" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Casella di moderazione" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Lista di moderazione di <0/>" msgid "Moderation list by you" msgstr "La tua lista di moderazione" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Lista di moderazione creata" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Lista di moderazione aggiornata" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Liste di moderazione" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Liste di moderazione" @@ -7697,11 +7755,11 @@ msgstr "Liste di moderazione" msgid "moderation settings" msgstr "impostazioni di moderazione" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Stato di moderazione" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Strumenti di moderazione" @@ -7710,8 +7768,8 @@ msgstr "Strumenti di moderazione" msgid "Moderator has chosen to set a general warning on the content." msgstr "Il moderatore ha messo un avviso generale sul contenuto." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Altri feed" @@ -7720,10 +7778,10 @@ msgstr "Altri feed" msgid "More languages..." msgstr "Altre lingue..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Altre opzioni" @@ -7747,7 +7805,7 @@ msgstr "Musica" msgid "Mute" msgstr "Silenzia" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Silenzia" msgid "Mute {0}" msgstr "Silenzia {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Silenzia account" @@ -7816,13 +7874,13 @@ msgstr "Silenzia questa parola solo nei tag" msgid "Mute this word until you unmute it" msgstr "Silenzia questa parola finchè non la riattivi" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silenzia questa discussione" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silenzia parole e tag" @@ -7834,11 +7892,11 @@ msgstr "Silenzia, abbandona o rimuovi persone in qualsiasi momento. È la tua ch msgid "Muted" msgstr "Silenziato" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Account silenziati" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Account silenziati" @@ -7852,7 +7910,7 @@ msgstr "I post degli account silenziati verranno rimossi dal tuo feed e dalle tu msgid "Muted by \"{0}\"" msgstr "Silenziato da \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Parole e tag silenziati" @@ -7881,7 +7939,7 @@ msgstr "I miei feed" msgid "My starter pack" msgstr "Mio starter pack" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nome" @@ -7891,12 +7949,12 @@ msgstr "Natura" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Vai a {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Vai allo starter pack" @@ -7910,8 +7968,8 @@ msgstr "Vai alla schermata successiva" msgid "Navigates to your profile" msgstr "Vai al tuo profilo" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Vuoi segnalare una violazione del diritto d'autore, una richiesta legale o un problema di conformità alle normative?" @@ -7919,10 +7977,6 @@ msgstr "Vuoi segnalare una violazione del diritto d'autore, una richiesta legale msgid "Nevermind, create a handle for me" msgstr "Non importa, crea un nome utente per me" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nuova" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Nuovo indirizzo email" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Nuova funzionalità" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Nuovi messaggi" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nuova password" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nuovo post" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nuovo post" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Prima le risposte più recenti" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Notizie" @@ -8088,15 +8142,15 @@ msgstr "Notizie" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Avanti" @@ -8108,12 +8162,16 @@ msgstr "Immagine successiva" msgid "Night" msgstr "Notte" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "No" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Niente pubblicità, niente tracciamenti invasivi, niente inganni. Bluesky rispetta il tuo tempo e la tua attenzione." @@ -8194,11 +8252,11 @@ msgstr "Ancora nessun mi piace" msgid "No lists" msgstr "Nessuna lista" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Non segui più {0}" @@ -8224,7 +8282,7 @@ msgstr "Niente più notizie deprimenti e algoritmi spazzatura. Scopri feed pensa msgid "No name" msgstr "Nessun nome" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Ancora nessuna notifica!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Nessuno" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Solo l'autore può citare questo post." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Nessun risultato" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Nessun risultato per \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "Nessun risultato per “<0>{query}”." msgid "No results found for your query with advanced search filters applied." msgstr "Nessun risultato trovato per la tua ricerca con i filtri di ricerca avanzata applicati." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Nessun risultato." @@ -8335,7 +8393,7 @@ msgstr "Ancora nessuno starter pack" msgid "No thanks" msgstr "No grazie" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Nessuna traduzione ricevuta dal tuo dispositivo." @@ -8343,7 +8401,7 @@ msgstr "Nessuna traduzione ricevuta dal tuo dispositivo." msgid "No video posts yet" msgstr "Ancora nessun post video" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Nessuno" @@ -8360,7 +8418,7 @@ msgstr "Nessuno ha ancora citato questo post. Magari potresti essere il primo!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Nessuno ha ancora ripubblicato questo post. Magari potresti essere il primo!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Nessun utente trovato. Prova a cercarne altri." @@ -8398,7 +8456,7 @@ msgstr "Non disponibile su questa piattaforma." msgid "Not followed by anyone you’re following" msgstr "Non seguito da nessuno che segui" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Non trovato" @@ -8407,7 +8465,7 @@ msgstr "Non trovato" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Non sei pronto a pubblicare? Conserva le tue idee migliori nelle Bozze fino al momento giusto." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nota sulla condivisione" @@ -8419,13 +8477,17 @@ msgstr "Nota: Bluesky fa parte di Atmosphere, una rete pubblica aperta. Queste i msgid "Note: This post is only visible to logged-in users." msgstr "Nota: questo post è visibile solo agli utenti che hanno effettuato l'accesso." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Non è stato ancora salvato nulla" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Impostazioni notifiche" @@ -8435,8 +8497,8 @@ msgstr "Impostazioni notifiche" msgid "Notification sounds" msgstr "Suoni di notifica" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Suoni di notifica" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notifiche" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Va bene" @@ -8505,6 +8567,10 @@ msgstr "Prima le risposte meno recenti" msgid "On" msgstr "Attivo" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "Su Bluesky, questo significa che i tuoi post appariranno solo nel feed Scopri delle persone che ti seguono. Altre applicazioni possono scegliere di utilizzare questa preferenza nelle loro raccomandazioni algoritmiche." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "su<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Uno dei destinatari selezionati non consente le chat di gruppo." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Uno dei destinatari selezionati ti ha bloccato e non puoi inviargli messaggi." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Una o più GIF non hanno un testo alternativo." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "A una o più immagini manca il testo alternativo." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Uno o più file selezionati non sono supportati." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Uno o più dei file selezionati è troppo grande. La dimensione massima è di {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Uno o più post sono troppo lunghi per essere salvati come bozza. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Il numero massimo di caratteri è #.} other {Il numero massimo di caratteri è #.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "In uno o più video manca il testo alternativo." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Solo gli {0} possono rispondere." @@ -8556,7 +8622,7 @@ msgstr "Solo gli {0} possono rispondere." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Solo {0} {2, plural, one {immagine è stata aggiunta} other {immagini sono state aggiunte}} su {1}; il limite è {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Solo i follower possono partecipare a questa chat di gruppo." msgid "Only followers who I follow" msgstr "Solo i follower che seguo" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Sono supportati solo i file immagine" @@ -8637,7 +8703,7 @@ msgstr "Apri opzioni di ricerca avanzata" msgid "Open avatar creator" msgstr "Apri il creatore di avatar" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Apri fotocamera" @@ -8655,7 +8721,7 @@ msgstr "Apri le opzioni dei membri della chat per {displayName}" msgid "Open conversation options" msgstr "Apri opzioni conversazione" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Apri bozza" @@ -8663,8 +8729,8 @@ msgstr "Apri bozza" msgid "Open drawer menu" msgstr "Apri il menu a scomparsa" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Apri il selettore emoji" @@ -8695,12 +8761,12 @@ msgstr "Apri chat di gruppo" msgid "Open group chat settings" msgstr "Apri impostazioni chat di gruppo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Apri in Google Translate" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Apri link verso {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Apri opzioni messaggio" msgid "Open moderation debug page" msgstr "Apri pagina di debug della moderazione" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Apri le impostazioni delle parole e dei tag silenziati" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Apri pack" @@ -8743,7 +8809,7 @@ msgstr "Apri impostazioni" msgid "Open share menu" msgstr "Apri menu condivisione" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Apri menu degli starter pack" @@ -8759,10 +8825,9 @@ msgstr "Apri il registro di sistema" msgid "Open this group chat" msgstr "Apri questa chat di gruppo" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Apre il feed {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Apre dettagli aggiuntivi per una debug entry" msgid "Opens alt text dialog" msgstr "Apre la finestra di dialogo del testo alternativo" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Apre la fotocamera sul dispositivo" @@ -8804,28 +8869,28 @@ msgstr "Apre la schermata per modificare il nome utente" msgid "Opens composer" msgstr "Apre il compositore" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Apre la fotocamera del dispositivo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Apre la galleria del dispositivo per selezionare fino a {MAX_GALLERY_IMAGES, plural, other {# immagini}} o un singolo video o una GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Apre il procedimento per creare un nuovo account Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Apre la procedura per accedere al tuo account esistente di Bluesky" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Apre l'immagine completa" @@ -8833,7 +8898,7 @@ msgstr "Apre l'immagine completa" msgid "Opens helpdesk in browser" msgstr "Apre il centro assistenza nel browser" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Apre selettore immagini" @@ -8854,7 +8919,7 @@ msgstr "Apre le impostazioni sulla lingua dei post" msgid "Opens profile" msgstr "Apre profilo" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Apre le impostazioni per trovare e invitare amici" @@ -8867,11 +8932,11 @@ msgstr "Apre la finestra di selezione GIF" msgid "Opens the invite friends sheet to share your profile" msgstr "Apre il pannello per invitare amici e condividere il tuo profilo" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Apre l'editor dei post" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Apre questa bozza nell’editor" @@ -8879,15 +8944,51 @@ msgstr "Apre questa bozza nell’editor" msgid "Opens this profile" msgstr "Apre questo profilo" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opzioni:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Oppure, continua con un altro account." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Oppure, accedi con uno dei tuoi altri account." @@ -8985,7 +9086,7 @@ msgstr "GIF di feste" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Password" @@ -8993,7 +9094,7 @@ msgstr "Password" msgid "Password changed" msgstr "Password modificata" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "La password deve essere lunga almeno 8 caratteri." @@ -9005,7 +9106,7 @@ msgstr "Password aggiornata" msgid "Password updated!" msgstr "Password aggiornata!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausa" @@ -9020,7 +9121,7 @@ msgstr "Metti video in pausa" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Utenti" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Le persone seguite da {ownerName} possono chiedere di partecipare" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Persone seguite da @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Persone che seguono @{0}" @@ -9070,11 +9171,11 @@ msgstr "Le persone che seguo possono unirsi istantaneamente" msgid "People I follow can request to join" msgstr "Le persone che seguo possono chiedere di partecipare" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Persone che segui" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Persone che menzioni" @@ -9082,7 +9183,7 @@ msgstr "Persone che menzioni" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "L'accesso alla tua libreria foto è stato negato. Abilitalo nelle impostazioni di sistema." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Attiva/disattiva persona" @@ -9115,15 +9216,15 @@ msgstr "Scegli un tema colore" msgid "Pictures meant for adults." msgstr "Immagini consigliate ad un pubblico adulto." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Fissa feed" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fissa su home" @@ -9131,8 +9232,8 @@ msgstr "Fissa su home" msgid "Pin to Home" msgstr "Fissa su home" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fissa sul profilo" @@ -9151,11 +9252,11 @@ msgstr "{0} fissato su home" msgid "Pinned Feeds" msgstr "Feed fissati" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Fissato ai tuoi feed" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Riproduci" @@ -9169,12 +9270,12 @@ msgstr "Riproduci {0}" msgid "Play GIF" msgstr "Riproduci GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Riproduci video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Riproduci video" @@ -9182,7 +9283,7 @@ msgstr "Riproduci video" msgid "Plays or pauses the GIF" msgstr "Riproduce o mette in pausa la GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Riproduce o mette in pausa il video" @@ -9190,7 +9291,7 @@ msgstr "Riproduce o mette in pausa il video" msgid "Plays the GIF" msgstr "Riproduci questa GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Riproduce il video" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Scegli il tuo nome utente." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Scegli la tua password." @@ -9219,12 +9320,12 @@ msgstr "Fai clic sul link presente nell'email che ti abbiamo appena inviato per msgid "Please complete the verification captcha." msgstr "Si prega di completare il captcha di verifica." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Conferma il tuo indirizzo email per caricare i video." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Verifica di aver inserito correttamente il tuo indirizzo email." @@ -9232,7 +9333,7 @@ msgstr "Verifica di aver inserito correttamente il tuo indirizzo email." msgid "Please enter a password." msgstr "Inserisci una password." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Inserisci una password. Deve essere lunga almeno 8 caratteri." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Inserisci il codice di sicurezza che abbiamo inviato al tuo indirizzo email precedente." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Inserisci la tua email." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Inserisci il tuo codice d'invito." @@ -9306,8 +9407,8 @@ msgstr "Spiega perché ritieni che i tuoi messaggi siano stati disabilitati per msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Spiega perché pensi che il tuo accesso alla diretta sia stato disabilitato per errore." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Torna indietro o attiva questo elemento per tornare all'inizio del contenuto attivo." @@ -9333,7 +9434,7 @@ msgstr "Seleziona il motivo della segnalazione" msgid "Please sign in as @{0}" msgstr "Accedi come @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Invia la tua segnalazione tramite il modulo per le immagini intime non consensuali (NCII)." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Scrivi il tuo messaggio qui sotto:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politica" @@ -9367,18 +9468,18 @@ msgstr "Politica" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Post" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Post" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Post {index} di {count}" @@ -9393,12 +9494,12 @@ msgstr "Pubblica una foto" msgid "Post a video" msgstr "Pubblica un video" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Posta tutti" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Pubblica comunque" @@ -9406,11 +9507,16 @@ msgstr "Pubblica comunque" msgid "Post blocked" msgstr "Post bloccato" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Pubblicato da @{0}" @@ -9423,10 +9529,10 @@ msgstr "Post eliminato" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Non è stato possibile inviare il post. Verifica la tua connessione a internet e riprova." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Il post è stato eliminato" @@ -9440,11 +9546,11 @@ msgstr "Post nascosto dalle parole silenziate" msgid "Post Hidden by You" msgstr "Post nascosto da te" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Gestisci interazioni post" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Impostazioni interazioni" @@ -9468,7 +9574,7 @@ msgstr "Pubblica link" msgid "Post not found" msgstr "Post non trovato" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Post fissato" @@ -9478,7 +9584,7 @@ msgstr "Post fissato" msgid "Post type" msgstr "Tipo di post" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Post non più fissato" @@ -9487,7 +9593,7 @@ msgstr "Post non più fissato" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Post" @@ -9520,7 +9626,7 @@ msgstr "Lingua preferita" msgid "Press to attempt reconnection" msgstr "Premere per tentare di riconnetterti" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacy" msgid "Privacy and security" msgstr "Privacy e sicurezza" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Impostazioni privacy e sicurezza" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Informativa sulla privacy" msgid "Privacy violation of a minor" msgstr "Violazione della privacy di un minore" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Elaborazione GIF in corso..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Elaborazione video in corso..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profilo" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Elenchi pubblici e condivisibili di utenti da silenziare o bloccare in massa." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Pubblica post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Pubblica i post" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Pubblica risposte" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Pubblica risposta" @@ -9685,7 +9791,7 @@ msgstr "Codice QR salvato nella galleria!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Cita post" @@ -9723,8 +9829,8 @@ msgstr "Limite di richieste superato: hai provato a cambiare il nome utente trop msgid "Rate limit exceeded. Please try again later." msgstr "Limite di richieste superato. Riprova più tardi." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Riattacca citazione" @@ -9745,7 +9851,7 @@ msgstr "Reagisci con {emoji}" msgid "Reactions" msgstr "Reazioni" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Riattiva account" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Scopri come usare i filtri di ricerca avanzati" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Leggi post del blog" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Leggi di meno" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Leggi di più" @@ -9780,7 +9886,7 @@ msgstr "Leggi altre risposte" msgid "Read our blog post" msgstr "Leggi il post sul nostro blog" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Leggi il blog di Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Leggi l'informativa sulla privacy di Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Leggi i termini di servizio di Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Conversazioni reali." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Persone vere." @@ -9862,23 +9968,24 @@ msgstr "Ricarica conversazioni" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Rimuovi" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Rimuovi {displayName} dalla chat di gruppo" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Rimuovi {displayName} dallo starter pack" @@ -9914,8 +10021,8 @@ msgstr "Rimuovi allegato" msgid "Remove Avatar" msgstr "Rimuovi avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Rimuovi banner" @@ -9950,8 +10057,8 @@ msgstr "Rimuovi dalla chat" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Rimuovi dai miei feed" @@ -9960,8 +10067,8 @@ msgstr "Rimuovi dai miei feed" msgid "Remove from quick access?" msgstr "Rimuovere da accesso rapido?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Rimuovi dai feed salvati" @@ -9970,7 +10077,7 @@ msgstr "Rimuovi dai feed salvati" msgid "Remove from saved posts" msgstr "Rimuovi dai post salvati" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Rimuovere dai tuoi feed?" @@ -10010,7 +10117,7 @@ msgstr "Rimuovi suggerimento" msgid "Remove this feed from your saved feeds" msgstr "Rimuovi questo feed dai feed salvati" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Rimuovi servizi di moderazione non disponibili" @@ -10018,10 +10125,14 @@ msgstr "Rimuovi servizi di moderazione non disponibili" msgid "Remove user from list" msgstr "Rimuovi utente dalla lista" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Rimuovi verifica" @@ -10029,11 +10140,11 @@ msgstr "Rimuovi verifica" msgid "Remove your verification for this account?" msgstr "Rimuovere la tua verifica per questo account?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Rimosso dall'autore" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Rimosso da te" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Rimosso dai post salvati" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Rimosso dallo starter pack" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Rimosso dai tuoi feed" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Servizi non disponibili rimossi" @@ -10128,11 +10240,11 @@ msgstr "Messaggio a cui è stato risposto, tocca per scorrere fino a esso" msgid "Replies" msgstr "Risposte" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Risposte disattivate" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Le risposte a questo post sono disattivate." @@ -10141,14 +10253,14 @@ msgstr "Le risposte a questo post sono disattivate." msgid "Reply" msgstr "Rispondi" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Rispondi" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Rispondi ({0, plural, one {# risposta} other {# risposte}})" @@ -10162,7 +10274,7 @@ msgstr "Risposta nascosta dall'autore del thread" msgid "Reply Hidden by You" msgstr "Risposta nascosta da te" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Le impostazioni delle risposte sono scelte dall'autore del thread" @@ -10185,8 +10297,8 @@ msgstr "Risposta nascosta con successo" msgid "Report" msgstr "Segnala" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Segnala account" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Segnala conversazione" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Segnala dialogo" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Segnala feed" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Segnala lista" @@ -10216,8 +10328,8 @@ msgstr "Segnala lista" msgid "Report message" msgstr "Segnala messaggio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Segnala post" @@ -10225,8 +10337,8 @@ msgstr "Segnala post" msgid "Report sent" msgstr "Report inviato" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Segnala starter pack" @@ -10292,7 +10404,7 @@ msgstr "Ripubblica ({0, plural, one {# ripubblicazione} other {# ripubblicazioni #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Repost o cita post" @@ -10330,12 +10442,12 @@ msgstr "Ripubblicazioni di questo post" msgid "Reposts of your reposts" msgstr "Repost dei tuoi repost" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "I repost verranno nascosti nei feed" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "I repost saranno mostrati nei feed" @@ -10348,8 +10460,8 @@ msgstr "Richiedi l'accesso alla chat di gruppo" msgid "Request approved." msgstr "Richiesta approvata." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Richiedi codice" @@ -10371,7 +10483,7 @@ msgstr "Richiesto" msgid "Requests" msgstr "Richieste" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Richiedi il testo alternativo prima di pubblicare" msgid "Require an email code to sign in to your account." msgstr "Richiedi un codice inviato via email per accedere al tuo account." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Obbligatorio per questo fornitore" @@ -10418,16 +10530,16 @@ msgstr "Invia codice di nuovo" msgid "Resend code in <0>00:{0}" msgstr "Invia codice di nuovo tra <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Rinvia email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Rinvia email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Rinvia email di verifica" @@ -10453,6 +10565,11 @@ msgstr "Reimposta la password" msgid "Reset your password by sending a code to your email" msgstr "Reimposta la tua password inviando un codice alla tua casella di posta elettronica" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Ripristina predefinito" @@ -10479,9 +10596,9 @@ msgstr "Ritenta l'ultima azione che ha generato un errore" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Ritenta l'ultima azione che ha generato un errore" msgid "Retry" msgstr "Riprova" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Ricarica opzioni" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Ritorna alla pagina precedente" @@ -10521,7 +10638,7 @@ msgstr "Ritorna alla home" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Ritorna alla pagina precedente" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIF tristi" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Salva data di nascita" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Salva modifiche" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Salvare le modifiche?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Salva bozza" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Salvare la bozza?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Salva immagine" @@ -10608,8 +10725,8 @@ msgstr "Salva nuovo nome utente" msgid "Save QR code" msgstr "Salva codice QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Salva queste opzioni per la prossima volta" @@ -10618,7 +10735,7 @@ msgstr "Salva queste opzioni per la prossima volta" msgid "Save to my feeds" msgstr "Salva nei miei feed" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Feed salvati" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Post salvati" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Salvato nei tuoi feed" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Di' ciao!" @@ -10661,7 +10778,7 @@ msgstr "Scansiona" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Scansiona codice QR" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Scorri verso l'alto" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Cerca" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Cerca post di @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Cerca per nome o interesse" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Cerca feed" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Cerca \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Cerca \"{interestsDisplayName}\" (attivo)" @@ -10734,19 +10851,19 @@ msgstr "Cerca “{searchText}”" msgid "Search for {q}" msgstr "Cerca {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Cerca feed che potresti suggerire ad altri utenti." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Cerca altri account" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Cerca altri feed" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Cerca persone" @@ -10774,14 +10891,14 @@ msgstr "Cerca lingue" msgid "Search my posts" msgstr "Cerca nei miei post" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Cerca post" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Cerca profili" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Cerca..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Cerca profili" @@ -10829,14 +10946,14 @@ msgstr "Vedi post su #{tag}" msgid "See #{tag} posts by user" msgstr "Vedi post dell'utente su #{tag}" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Vedi offerte di lavoro in Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Vedi di più" @@ -10844,16 +10961,11 @@ msgstr "Vedi di più" msgid "See more suggested profiles" msgstr "Vedi altri profili consigliati" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Vedi altri argomenti di tendenza" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Visualizza i badge numerati (1/3, 2/3, …) sui post in un thread dello stesso autore." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Seleziona {langName}" msgid "Select a color" msgstr "Scegli un colore" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Seleziona un motivo" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Seleziona account" @@ -10910,7 +11022,7 @@ msgstr "Scegli un avatar" msgid "Select an emoji" msgstr "Scegli un emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Seleziona un'opzione" @@ -10946,11 +11058,11 @@ msgstr "Seleziona tipo di filtro (attualmente: {0})" msgid "Select from an existing account" msgstr "Seleziona da un account esistente" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Seleziona dalle tue liste" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Seleziona dalle tue liste <0>{numberOfListsSelected, plural, other {(# selezionate)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Seleziona per quanto tempo silenziare questa parola." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Seleziona lingua" @@ -10987,7 +11099,7 @@ msgstr "Seleziona lingua..." msgid "Select languages" msgstr "Seleziona lingue" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Seleziona il servizio di moderazione" @@ -11028,7 +11140,7 @@ msgstr "Seleziona la lingua da usare per l'interfaccia utente dell'app." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Seleziona le lingue che desideri includere nei feed a cui sei iscritto. Se non ne viene selezionata nessuna, verranno visualizzate tutte le lingue." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Seleziona la tua data di nascita" @@ -11045,7 +11157,7 @@ msgstr "Seleziona la tua lingua preferita per le traduzioni nel tuo feed." msgid "Select your preferred notification channels" msgstr "Seleziona i tuoi canali di notifica preferiti" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "La selezione di più tipi di media non è supportata." @@ -11076,7 +11188,7 @@ msgstr "Invia segnalazione di errore" msgid "Send feedback" msgstr "Invia feedback" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Invia messaggio" @@ -11089,7 +11201,7 @@ msgstr "Invia post a {name}" msgid "Send post to..." msgstr "Invia post a..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Invia la segnalazione a {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Invia il messaggio dal tuo telefono" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Invia email di verifica" @@ -11133,7 +11245,7 @@ msgstr "Imposta icona app su {0}" msgid "Set new password" msgstr "Imposta una nuova password" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Imposta con precisione quali gruppi di persone possono rispondere al tuo post" @@ -11141,11 +11253,11 @@ msgstr "Imposta con precisione quali gruppi di persone possono rispondere al tuo msgid "Set up your account" msgstr "Configura il tuo account" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Imposta chi può rispondere al tuo post" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Imposta la tua data di nascita qui sotto e potrai tornare a pubblicare ed esplorare in pochissimo tempo!" @@ -11161,9 +11273,9 @@ msgstr "Imposta il tuo fornitore di hosting manualmente" msgid "Sets email for password reset" msgstr "Imposta l'email per la reimpostazione della password" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Impostazioni" @@ -11222,7 +11334,7 @@ msgstr "Impostazioni per notifiche di risposte" msgid "Settings for repost notifications" msgstr "Impostazioni per notifiche di repost" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Impostazioni aggiornate" @@ -11242,7 +11354,7 @@ msgstr "Sessualmente allusivo" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Condividi" @@ -11251,7 +11363,7 @@ msgstr "Condividi" msgid "Share age range" msgstr "Condividi fascia d'età" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Condividi comunque" @@ -11279,13 +11391,13 @@ msgstr "Condividi link di invito" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Condividi link" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Finestra link di condivisione" @@ -11304,12 +11416,12 @@ msgstr "Condividi URL at:// del post" msgid "Share Profile" msgstr "Condividi profilo" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Condividi codice QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Condividi questo feed" @@ -11318,22 +11430,22 @@ msgstr "Condividi questo feed" msgid "Share this search" msgstr "Condividi questa ricerca" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Condividi starter pack" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Condividi questo starter pack e invita le persone a far parte della tua community su Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Condividi tramite..." @@ -11345,7 +11457,7 @@ msgstr "Condividi i tuoi contatti per trovare amici" msgid "Share your thoughts…" msgstr "Condividi le tue opinioni…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Test preferenze condivise" @@ -11359,12 +11471,16 @@ msgstr "La condivisione della tua fascia d'età rivela solo l'intervallo associa msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "La condivisione della tua fascia d'età rivela solo l'intervallo associato al tuo account Google, ad esempio che hai almeno 18 anni. <0>La tua età esatta e la tua data di nascita non vengono mai condivise e questi dati non lasciano mai questo dispositivo. Questo comporta che l'accesso è abilitato solo su questo dispositivo. In alternativa, per completare la verifica e abilitare l'accesso su tutte le piattaforme, <1>puoi utilizzare il nostro partner di fiducia KWS." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Mostra" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Mostra testo alternativo" @@ -11373,14 +11489,14 @@ msgstr "Mostra testo alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Mostra comunque" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Mostra etichetta automazione" @@ -11401,16 +11517,16 @@ msgstr "Mostra opzioni di personalizzazione" msgid "Show group chat updates" msgstr "Mostra aggiornamenti chat di gruppo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Mostra meno come questo" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Mostra comunque lista" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Mostra le liste di utenti tra cui scegliere" @@ -11418,8 +11534,8 @@ msgstr "Mostra le liste di utenti tra cui scegliere" msgid "Show more" msgstr "Mostra di più" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Mostra altri come questo" @@ -11445,8 +11561,8 @@ msgstr "Mostra risposte" msgid "Show replies as" msgstr "Mostra risposte come" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Mostra risposta per tutti" @@ -11455,8 +11571,8 @@ msgstr "Mostra risposta per tutti" msgid "Show reposts" msgstr "Mostra ripubblicazioni" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Mostra i repost nei feed" @@ -11478,7 +11594,7 @@ msgstr "Mostra avviso e filtra dai feed" msgid "Show when you’re live" msgstr "Mostra quando sei in diretta" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Mostra informazioni sulla data di creazione del post" @@ -11486,15 +11602,15 @@ msgstr "Mostra informazioni sulla data di creazione del post" msgid "Shows other accounts you can switch to" msgstr "Mostra gli altri account a cui puoi passare" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Mostra il contenuto" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Mostra il contenuto" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Accedi" msgid "Sign in as {0}" msgstr "Accedi come... {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Accedi come…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Accedi o crea un account" @@ -11551,16 +11667,17 @@ msgstr "Accedi a Bluesky o crea un nuovo account" msgid "Sign in to request access to this group chat." msgstr "Accedi per richiedere l'accesso a questa chat di gruppo." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Accedi per visualizzare il post" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Dal" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Salta" msgid "Skip contact sharing and continue to the app" msgstr "Salta la condivisione dei contatti e continua con l'app" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Saltare i post vuoti?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Salta l'introduzione e inizia a usare il tuo account" @@ -11628,7 +11745,7 @@ msgstr "Salta l'introduzione e inizia a usare il tuo account" msgid "Skip to next step" msgstr "Vai al passo successivo" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "slide" @@ -11644,19 +11761,24 @@ msgstr "Posticipa il promemoria" msgid "So many thoughts, you should post one" msgstr "Così tante idee, dovresti pubblicarne una" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Un social media sotto il tuo controllo." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Contesto sociale dei post" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Sviluppo software" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Alcuni servizi di moderazione nella tua lista non sono più disponibili." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Alcune delle tue verifiche non sono valide." @@ -11664,7 +11786,7 @@ msgstr "Alcune delle tue verifiche non sono valide." msgid "Some other feeds you might like" msgstr "Altri feed che potrebbero piacerti" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Risposte limitate" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Qualcosa è andato storto" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Qualcosa è andato storto: riprova" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Qualcosa è andato storto, riprova tra qualche istante." msgid "Something went wrong. Please try again." msgstr "C'è stato qualche problema. Riprovare." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Qualcosa non va? Faccelo sapere." @@ -11759,8 +11881,8 @@ msgstr "Qualcosa non va? Faccelo sapere." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Al momento non è possibile caricare gli account suggeriti." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "La sessione è scaduta. Accedi di nuovo." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam o altri comportamenti non autentici o ingannevoli" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Individua i post che son piaciuti ai tuoi amici e alle persone che segui." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Inizia una conversazione, e comparirà qui." @@ -11826,14 +11953,14 @@ msgstr "Avvia chat" msgid "Start chat with {displayName}" msgstr "Avvia conversazione con {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Starter Pack" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Starter pack di {0}" @@ -11841,12 +11968,12 @@ msgstr "Starter pack di {0}" msgid "Starter pack by <0/>" msgstr "Starter pack di <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Starter pack tuoi" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Lo starter pack non è valido" @@ -11854,7 +11981,7 @@ msgstr "Lo starter pack non è valido" msgid "Starter packs" msgstr "Starter pack" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Starter pack" @@ -11893,7 +12020,7 @@ msgstr "Spazio di archiviazione eliminato. Riavvia l'app." msgid "Stored as part of a secure code for matching with others" msgstr "Archiviato come parte di un codice sicuro per trovare corrispondenze con altri" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Cronologia" @@ -11928,13 +12055,13 @@ msgstr "Invia richiesta" msgid "Submit feedback" msgstr "Invia feedback" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Invia segnalazione" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Invia la tua segnalazione tramite il modulo per le immagini intime non consensuali (NCII)" @@ -11963,11 +12090,11 @@ msgstr "Iscriviti a @{0} per usare queste etichette:" msgid "Subscribe to account activity" msgstr "Iscriviti all'attività dell'account" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Iscriviti all'etichettatore" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Iscriviti a questo etichettatore" @@ -11975,7 +12102,7 @@ msgstr "Iscriviti a questo etichettatore" msgid "Subscribe to this list" msgstr "Iscriviti alla lista" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Successo" @@ -11998,7 +12125,7 @@ msgstr "Verificato con successo" msgid "Suggested" msgstr "Suggeriti" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Account suggeriti" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Tramonto" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Solo tag" msgid "Take the conversation private." msgstr "Porta la conversazione in privato." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tocca qui sotto per consentire a Bluesky di accedere alla tua posizione GPS. Utilizzeremo tali dati per determinare con maggiore precisione il contenuto e le funzionalità disponibili nella tua zona." @@ -12103,8 +12230,8 @@ msgstr "Tocca per informazioni" msgid "Tap for more information" msgstr "Tocca per maggiori informazioni" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Tocca qui per aggiornare la tua posizione tramite GPS." @@ -12206,7 +12333,7 @@ msgstr "Termini" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Il tuo feedback è stato inviato. Grazie!" msgid "Thanks for your feedback!" msgstr "Grazie per il tuo feedback!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Grazie, hai verificato con successo il tuo indirizzo email. Puoi chiudere questa finestra." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Grazie! È tutto pronto." @@ -12246,16 +12373,16 @@ msgstr "Grazie! È tutto pronto." msgid "That contains the following:" msgstr "Che contiene il seguente:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Impossibile trovare starter pack." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Questo nome utente è già in uso" @@ -12263,13 +12390,13 @@ msgstr "Questo nome utente è già in uso" msgid "That's all, folks!" msgstr "Questo è tutto, gente!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "È tutto!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "L'account sarà in grado di interagire con te dopo lo sblocco." @@ -12287,7 +12414,7 @@ msgstr "L'autore del thread ha nascosto questa risposta." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "La data di nascita che hai inserito indica che hai meno di 18 anni. Alcuni contenuti e funzionalità potrebbero non essere disponibili." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "L'applicazione web di Bluesky" @@ -12352,32 +12479,32 @@ msgstr "Il post a cui stai rispondendo è stato contrassegnato dall'autore come msgid "The Privacy Policy has been moved to <0/>" msgstr "L'informativa sulla privacy è stata spostata a <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "Il video elaborato è troppo grande. Riprova con un file più piccolo." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "Impossibile codificare il video selezionato." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "Impossibile elaborare il video selezionato." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "Il video selezionato ha proporzioni non supportate." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Il video selezionato è più grande di {VIDEO_MAX_SIZE_MB} MB. Riprova con un file più piccolo." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "Il video selezionato è troppo lungo." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "Il video selezionato utilizza un formato non supportato." @@ -12386,7 +12513,7 @@ msgstr "Il video selezionato utilizza un formato non supportato." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Sembra che ci siano problemi sul server. Riprova tra qualche istante." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Questo starter pack non è valido. Prova a eliminare questo starter pack invece." @@ -12402,7 +12529,7 @@ msgstr "Il modulo di supporto è stato spostato. Se hai bisogno di aiuto, <0/> o msgid "The Terms of Service have been moved to" msgstr "I Termini di servizio sono stati spostati a" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Il codice di verifica che hai fornito non è valido. Assicurati di aver usato il link di verifica corretto o richiedine uno nuovo." @@ -12412,7 +12539,7 @@ msgstr "Il codice di verifica che hai fornito non è valido. Assicurati di aver msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Il fornitore che verifica non è stato in grado di inviare un codice al tuo numero di telefono. Verifica il tuo numero di telefono e riprova." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Impossibile caricare il video sul tuo fornitore di hosting. Riprova." @@ -12428,7 +12555,7 @@ msgstr "C'è un limite alla frequenza con cui puoi cambiare la tua data di nasci msgid "There is no invite link for this group chat." msgstr "Non c'è alcun link di invito per questa chat di gruppo." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Non c'è limite di tempo per la disattivazione dell'account, torna quando vuoi." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Si è verificato un problema con la tua connessione a internet, riprova" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Si è verificato un problema durante il contatto con il server" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Si è verificato un problema contattando il server, verifica la tua connessione a internet e riprova." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Si è verificato un problema durante il recupero delle notifiche. Tocca qui per riprovare." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Si è verificato un problema nel recupero dei post. Tocca qui per riprovare." @@ -12495,25 +12622,25 @@ msgstr "Si è verificato un problema durante l'aggiornamento dei tuoi feed. Veri #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Si è verificato un problema! {0}" @@ -12521,10 +12648,10 @@ msgstr "Si è verificato un problema! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Si è verificato un problema. Verifica la tua connessione a internet e p msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Si è verificato un problema imprevisto nell'applicazione. Facci sapere se ti è successo!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "C'è stata un'ondata di nuovi utenti su Bluesky! Attiveremo il tuo account il prima possibile." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Queste sono le tue impostazioni predefinite" @@ -12576,7 +12703,7 @@ msgstr "Non potrà più partecipare finché non lo inviti di nuovo." msgid "This {screenDescription} has been flagged:" msgstr "Questa {screenDescription} è stata segnalata:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Questo account ha un segno di spunta perché è stato verificato da fonti attendibili." @@ -12584,7 +12711,7 @@ msgstr "Questo account ha un segno di spunta perché è stato verificato da font msgid "This account has been marked as automated by its owner." msgstr "Questo account è stato contrassegnato come automatizzato dal suo proprietario." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Questo account ha uno o più tentativi di verifica, ma non è ancora verificato." @@ -12618,7 +12745,7 @@ msgstr "Questo appello verrà inviato al servizio di moderazione Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Questo autore ha scelto di rendere i propri post visibili solo a chi ha effettuato l'accesso." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Questo pulsante consente agli altri di aprire l'app Germ DM per inviarti un messaggio. Puoi gestire la sua visibilità dall'app Germ DM, oppure puoi disconnettere il tuo account Bluesky da Germ DM facendo clic sul pulsante qui sotto." @@ -12649,7 +12776,7 @@ msgstr "Questa chat è stata disconnessa" msgid "This code is invalid. Resend to get a new code." msgstr "Questo codice non è valido. Invia nuovamente per ottenere un nuovo codice." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Questo codice di conferma non è valido. Riprova." @@ -12683,7 +12810,7 @@ msgstr "Questa conversazione è bloccata." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "L'utente di questa conversazione ha disattivato o eliminato l'account. Premi per le opzioni" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Questa bozza sarà eliminata definitivamente." @@ -12700,7 +12827,7 @@ msgstr "Questa frase esatta" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Questa funzione consente agli utenti di ricevere notifiche per i tuoi nuovi post e risposte. Per chi vuoi abilitarla?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Questa funzionalità è in versione beta. Puoi leggere ulteriori informazioni sulle esportazioni del repository in <0>questo post del blog." @@ -12763,7 +12890,7 @@ msgstr "Si tratta solo di un controllo di sicurezza una tantum, poiché non abbi msgid "This is not a valid link" msgstr "Non è un link valido" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Questa etichetta permette al chiunque di sapere che questo account è automatizzato. Quanto è attivata, l'etichetta appare accanto al nome dell'account sul suo profilo e nei suoi post. Può essere attivata o disattivata in qualsiasi momento." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Questo link ti porta al seguente sito web:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Questa lista, creata da <0>{0}, contiene possibili violazioni delle linee guida della comunità di Bluesky nel suo nome o nella sua descrizione." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Questa lista, creata da te, contiene possibili violazioni delle linee guida della comunità di Bluesky nel suo nome o nella sua descrizione." @@ -12829,11 +12956,11 @@ msgstr "Questa persona ti sta bloccando" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Questo post dichiara di essere stato creato il <0>{0}, ma è stato visto per la prima volta da Bluesky il <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Questo post ha un tipo sconosciuto di restrizione. La tua app potrebbe non essere aggiornata." @@ -12845,19 +12972,19 @@ msgstr "Questo post è visibile solo agli utenti che hanno effettuato l'accesso. msgid "This post was deleted by its author" msgstr "Questo post è stato eliminato dal suo autore" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Questo post verrà nascosto dai feed e dai thread. L'azione è irreversibile." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "L'autore del post ha disattivato le citazioni." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Questo profilo è visibile solo agli utenti registrati. Non sarà visibile alle persone che non hanno effettuato l'accesso." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Questa risposta verrà spostata in una sezione nascosta in fondo al thread e le notifiche delle risposte saranno disattivate - sia per te che per gli altri." @@ -12870,7 +12997,7 @@ msgstr "Questa schermata è disponibile solo per le conversazioni di gruppo." msgid "This service has not provided terms of service or a privacy policy." msgstr "Questo servizio non ha fornito termini di servizio o un'informativa sulla privacy." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Questo servizio non è supportato mentre la funzione In diretta è in versione beta. Servizi consentiti: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Questo utente è nuovo qui. Clicca per maggiori informazioni riguardo a msgid "This user isn't following anyone." msgstr "Questo utente non sta seguendo nessuno." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Impossibile riprodurre questo video sul tuo dispositivo. Il tuo browser o il tuo sistema potrebbero non disporre dei codec video necessari (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Il tuo account Bluesky <0>{currentHandle} e tutti i dati associati v msgid "This will remove @{0} from the quick access list." msgstr "Questo rimuoverà @{0} dalla lista d'accesso rapido." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Il tuo post verrà rimosso da questa citazione per tutti gli utenti, ed al suo posto verrà mostrato un avviso." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Numerazione thread" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferenze delle discussioni" msgid "Threaded" msgstr "Thread" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferenze per le discussioni" @@ -13002,7 +13124,7 @@ msgstr "Titolo" msgid "Title (100 characters max)" msgstr "Titolo (massimo 100 caratteri)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Per disabilitare il metodo 2FA via email, verifica il tuo accesso all'indirizzo email." @@ -13012,7 +13134,7 @@ msgstr "Per disabilitare il metodo 2FA via email, verifica il tuo accesso all'in msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Per disabilitare il metodo 2FA via email, verifica il tuo accesso a <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "<0>Fai clic qui per uscire. Se preferisci puoi anche <1>eliminare il tuo account." @@ -13020,11 +13142,11 @@ msgstr "<0>Fai clic qui per uscire. Se preferisci puoi anche <1>eliminare il msgid "Today" msgstr "Oggi" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Seleziona per abilitare o disabilitare i contenuti per adulti" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Attiva/disattiva il suono" @@ -13053,7 +13175,7 @@ msgstr "Popolari" msgid "Top replies first" msgstr "Prima le risposte più popolari" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Argomento" @@ -13061,8 +13183,8 @@ msgstr "Argomento" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traduci" @@ -13074,12 +13196,12 @@ msgstr "Tradotto" msgid "Translating" msgstr "Traduzione" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Traduzione…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "La traduzione nella stessa lingua non è disponibile sul tuo dispositivo." @@ -13088,9 +13210,9 @@ msgstr "La traduzione nella stessa lingua non è disponibile sul tuo dispositivo msgid "Tree view" msgstr "Vista ad albero" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Di tendenza" @@ -13099,12 +13221,20 @@ msgstr "Di tendenza" msgid "Trending GIFs" msgstr "GIF di tendenza" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Opzioni per le tendenze" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Argomenti di tendenza" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Gli argomenti di tendenza sono basati su quello di cui si parla in rete. I titoli e le descrizioni degli argomenti sono generati con l'intelligenza artificiale." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Video di tendenza" @@ -13113,7 +13243,7 @@ msgstr "Video di tendenza" msgid "Trolling" msgstr "Comportamento provocatorio / trolling" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "La fiducia nasce dalle relazioni, dalle comunità e dal contesto condiviso, quindi stiamo anche introducendo i <0>certificatori attendibili: organizzazioni che possono rilasciare direttamente la verifica." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Impossibile connettersi. Verifica la tua connessione a internet e riprova." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Impossibile contattare il servizio. Verifica la tua connessione a internet e riprova." @@ -13187,7 +13317,7 @@ msgstr "Impossibile contattare il servizio. Verifica la tua connessione a intern msgid "Unable to contact your service. Please check your Internet connection." msgstr "Impossibile contattare il servizio. Verifica la tua connessione a internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Impossibile eliminare" @@ -13205,6 +13335,10 @@ msgstr "Impossibile trovare uno dei destinatari selezionati." msgid "Unable to find the selected recipient." msgstr "Impossibile trovare il destinatario selezionato." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Impossibile risolvere il nome utente" @@ -13233,14 +13367,14 @@ msgstr "Informazioni sui feed non disponibili" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Sblocca" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Sblocca" @@ -13251,8 +13385,8 @@ msgstr "Sblocca {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Sblocca account" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Sbloccare l'account?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Sblocca account?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Sblocca lista" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Annulla" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Annulla" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Annulla repost ({0, plural, one {# repost} other {# repost}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Smetti di seguire {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Smetti di seguire" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Smetti di seguire" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Purtroppo, nessuna delle etichette a cui sei iscritto supporta questo tipo di segnalazione." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Purtroppo, la data di nascita che hai salvato nel tuo profilo indica che sei troppo giovane per accedere a Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Purtroppo l'età che hai dichiarato indica che non hai l'età minima necessaria per accedere a Bluesky nella tua regione." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Certificatore sconosciuto" @@ -13333,13 +13490,13 @@ msgstr "Altro contenuto per adulti" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Altro contenuto per adulti, offensivo o non consensuale" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Non mi piace più" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Non mi piace più ({0, plural, one {# mi piace} other {# mi piace}})" @@ -13351,12 +13508,12 @@ msgstr "Sblocca chat" msgid "Unlock this group chat" msgstr "Sblocca questa chat di gruppo" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Riattiva" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Riattiva audio" msgid "Unmute {0}" msgstr "Riattiva {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Riattiva account" @@ -13379,8 +13536,8 @@ msgstr "Riattiva account" msgid "Unmute conversation" msgstr "Riattiva conversazione" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Riattiva lista" @@ -13388,8 +13545,8 @@ msgstr "Riattiva lista" msgid "Unmute this group chat" msgstr "Riattiva questa chat di gruppo" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Riattiva questa discussione" @@ -13397,14 +13554,14 @@ msgstr "Riattiva questa discussione" msgid "Unmute video" msgstr "Riattiva audio" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Non fissare più" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Non fissare più il feed" @@ -13414,13 +13571,13 @@ msgstr "Non fissare più il feed" msgid "Unpin from home" msgstr "Non fissare più su home" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Non fissare più sul profilo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Non fissare più la lista di moderazione" @@ -13429,29 +13586,34 @@ msgstr "Non fissare più la lista di moderazione" msgid "Unpinned {0} from Home" msgstr "{0} non più fissato su home" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Non più fissato nei tuoi feed" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Lista non più fissata" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Riattiva l'email di promemoria" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Disiscriviti" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Disiscriviti dalla lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Disiscriviti da etichetta" @@ -13463,7 +13625,7 @@ msgstr "Disiscritto dalla lista" msgid "Unsupported clipboard content" msgstr "Contenuto degli appunti non supportato" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Tipo di video non supportato: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Aggiorna a {domain}" msgid "Update your email" msgstr "Aggiorna la tua email" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Aggiorna la tua posizione" @@ -13539,24 +13701,24 @@ msgstr "Carica un file di testo su:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Carica dalla fotocamera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Carica dai file" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Carica dalla galleria" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Caricamento GIF in corso..." @@ -13570,7 +13732,7 @@ msgstr "Caricamento immagini..." msgid "Uploading link thumbnail..." msgstr "Caricamento miniatura del link..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Caricamento del video..." @@ -13659,25 +13821,25 @@ msgstr "Elenco utenti di {0}" msgid "User list by you" msgstr "La tua lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Lista creata" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Lista aggiornata" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Il nome utente non può essere più lungo di {MAX_SERVICE_HANDLE_LENGTH, plural, other {# caratteri}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Il nome utente non può iniziare o terminare con un trattino" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Il nome utente può contenere solo lettere (a-z), numeri e trattini" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Nome utente o indirizzo email" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "utenti seguiti da <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "utenti che seguono <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Valore:" msgid "Verification failed, please try again." msgstr "Verifica non riuscita, riprovare." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Impostazioni di verifica" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Impostazioni di verifica" @@ -13720,14 +13882,14 @@ msgstr "Impostazioni di verifica" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Le verifiche su Bluesky funzionano in modo diverso rispetto ad altre piattaforme. <0>Maggiori informazioni qui." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verificato da:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verifica account" @@ -13790,12 +13952,12 @@ msgstr "Verifica la tua età" msgid "Verify your email" msgstr "Verifica il tuo indirizzo email" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Verifica in corso" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Controllo in corso della verifica della tua età" @@ -13815,16 +13977,16 @@ msgstr "Versione {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "tramite lo starter pack <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Elaborazione video fallita" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Feed dei video" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video da {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Video di {0}. Tocca per riprodurre o mettere in pausa il video" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videogiochi" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Video in pausa" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Video in riproduzione" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video non trovato." @@ -13859,12 +14021,12 @@ msgstr "Video non trovato." msgid "Video settings" msgstr "Impostazioni video" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video caricato" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Video" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "I video devono durare al massimo 10 minuti." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "I video devono durare meno di 3 minuti." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vedi" @@ -13903,9 +14059,9 @@ msgstr "Vedi l'avatar di {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Vedi il profilo di {0}" @@ -13924,11 +14080,11 @@ msgstr "Vedi il profilo di {displayName}" msgid "View {publicationTitle}" msgstr "Vedi {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Vedi questo profilo bloccato" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Vedi il post del blog per maggiori dettagli" @@ -13936,8 +14092,8 @@ msgstr "Vedi il post del blog per maggiori dettagli" msgid "View debug entry" msgstr "Vedi le informazioni del debug" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Vedi dettagli" @@ -13977,13 +14133,13 @@ msgstr "Mostra di più" msgid "View more trending videos" msgstr "Vedi altri video di tendenza" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Vedi post" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Visualizza il servizio di etichettatura fornito da @{0}" msgid "View this user's verifications" msgstr "Vedi le verifiche di questo utente" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Visualizza gli utenti a cui piace questo feed" @@ -14026,11 +14182,11 @@ msgstr "Visualizza gli utenti a cui piace questo feed" msgid "View video" msgstr "Guarda video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Vedi i tuoi account bloccati" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Vedi impostazioni predefinite per le interazioni" @@ -14039,11 +14195,15 @@ msgstr "Vedi impostazioni predefinite per le interazioni" msgid "View your feeds and explore more" msgstr "Vedi i tuoi feed e scoprine degli altri" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Vedi la tua casella di moderazione" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Vedi le tue liste di moderazione" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Vedi i tuoi account silenziati" @@ -14060,6 +14220,10 @@ msgstr "Vedi l'immagine completa" msgid "Views video in immersive mode" msgstr "Mostra video in modalità immersiva" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Violenza" @@ -14136,6 +14300,10 @@ msgstr "Non è stato possibile caricare le richieste di partecipare a questa con msgid "We couldn’t load this conversation’s settings" msgstr "Non è stato possibile caricare le impostazioni di questa conversazione" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Non è stato possibile verificare il tuo fornitore di hosting. Controlla la tua connessione internet, oppure <0>imposta manualmente il tuo fornitore di hosting." @@ -14148,7 +14316,7 @@ msgstr "Eliminiamo gli hash dopo che le corrispondenze sono state individuate" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Non memorizziamo i numeri di telefono dei tuoi amici né inviamo messaggi" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Stimiamo {estimatedTime} prima che il tuo account sia pronto." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Abbiamo collaborato con <0>KWS per gestire la verifica dell'età. Quando fai clic su \"Inizia\" qui sotto, KWS ti invierà un'email con le istruzioni per la verifica. Se il tuo indirizzo email è già stato utilizzato per verificare la tua età per un altro gioco o servizio che usa KWS, non avrai bisogno di farlo di nuovo. Una volta terminato, potrai continuare a utilizzare Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Ti abbiamo inviato un'altra email di verifica a <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Consigliamo di selezionare almeno due interessi." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Abbiamo inviato un'email a <0>{0} contenente un link. Fai clic su di esso per completare la procedura di verifica dell'email." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Non è stato possibile verificare se puoi caricare video. Riprova." @@ -14198,16 +14366,16 @@ msgstr "Non siamo riusciti a caricare la configurazione di verifica dell'età pe msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Non è stato possibile caricare le tue preferenze relative alla data di nascita. Riprova." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Al momento non è stato possibile caricare gli etichettatori configurati." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Non siamo riusciti a ricevere la verifica a causa di un problema di connessione. Potrebbe arrivare più tardi: se accadrà, il tuo account si aggiornerà automaticamente." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Ti faremo sapere quando il tuo account sarà pronto." @@ -14236,7 +14404,7 @@ msgstr "Stiamo anche aggiornando le nostre <0>linee guida della community e msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Stiamo anche aggiornando le nostre linee guida della community e vogliamo il tuo contributo! Queste nuove linee guida entreranno in vigore il 15 ottobre 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "I nostri server stanno verificando la tua età (l'operazione dovrebbe richiedere solo pochi secondi)." @@ -14255,7 +14423,7 @@ msgstr "Stiamo riscontrando problemi di rete, riprova" msgid "We’re having network issues, try again" msgstr "Stiamo riscontrando problemi di rete, riprova" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Stiamo introducendo un nuovo livello di verifica su Bluesky -- una spunta riconoscibile." @@ -14267,7 +14435,7 @@ msgstr "Siamo felici che tu ti unisca a noi!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "In base ai dati condivisi dal tuo dispositivo, non hai l'età sufficiente per accedere a Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Ci dispiace, ma in base alla posizione del tuo dispositivo, attualmente ti trovi in una regione che richiede la verifica dell'età." @@ -14296,7 +14464,7 @@ msgstr "Non è stato possibile completare la ricerca. Riprova tra qualche minuto msgid "We're sorry, you cannot access this screen at this time." msgstr "Spiacenti: non puoi accedere a questa schermata al momento." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ci dispiace! Il post a cui cerchi di rispondere è stato eliminato." @@ -14325,12 +14493,12 @@ msgstr "Stiamo aggiornando i nostri termini di servizio, l'informativa sulla pri msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Stiamo aggiornando i nostri termini di servizio, l'informativa sulla privacy e la politica sul copyright, in vigore dal 15 settembre 2025. Stiamo anche aggiornando le nostre linee guida della community e vogliamo il tuo contributo! Queste nuove linee guida entreranno in vigore il 15 ottobre 2025. Maggiori informazioni su queste modifiche e su come condividere le tue opinioni con noi nel nostro post sul blog." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Abbiamo verificato la tua età. Ora puoi chiudere questa finestra." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Bentornat*!" @@ -14351,17 +14519,17 @@ msgstr "Come vuoi chiamare il tuo starter pack?" msgid "what’s up" msgstr "come va" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Come va?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Quando tocchi un segno di spunta, vedrai quali organizzazioni hanno rilasciato la verifica." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Chi può interagire con questo post?" @@ -14369,12 +14537,12 @@ msgstr "Chi può interagire con questo post?" msgid "Who can join this group chat and how" msgstr "Chi e come può partecipare a questa chat di gruppo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Chi può rispondere" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Chi può verificare?" @@ -14434,11 +14602,11 @@ msgstr "Vuoi bloccare questo utente e/o eliminare questa conversazione?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Bloccare questo utente e/o abbandonare questa conversazione?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Salvare come bozza prima di visualizzare le tue bozze?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Salvare come bozza da modificare più tardi?" @@ -14447,12 +14615,12 @@ msgstr "Salvare come bozza da modificare più tardi?" msgid "Write a post" msgstr "Scrivi un post" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Scrivi un post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Scrivi la tua risposta" @@ -14475,8 +14643,8 @@ msgstr "Tipo di conversazione errato" msgid "www.mylivestream.tv" msgstr "www.miadiretta.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Sì" @@ -14486,8 +14654,8 @@ msgstr "Sì" msgid "Yes GIFs" msgstr "GIF di conferma" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Sì, disattiva il mio account" @@ -14495,19 +14663,19 @@ msgstr "Sì, disattiva il mio account" msgid "Yes, delete my account" msgstr "Sì, elimina il mio account" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Sì, elimina questo starter pack" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Sì, scollega" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Sì" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Sì, riattiva il mio account" @@ -14519,7 +14687,7 @@ msgstr "Ieri" msgid "You are a trusted verifier" msgstr "Sei un certificatore attendibile" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Stai accedendo a Bluesky da una regione che ci impone per legge di verificare la tua età prima di consentirti l'accesso all'app." @@ -14544,12 +14712,12 @@ msgstr "Stai creando un account su" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Al momento non puoi utilizzare la funzione In diretta. ​Per contestare questa decisione di moderazione, compila il modulo sottostante." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Al momento non puoi accedere al processo di verifica dell'età. <0>Contatta il nostro team di moderazione se credi che questo sia un errore." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Sei nella lista." @@ -14558,11 +14726,11 @@ msgstr "Sei nella lista." msgid "You are Live" msgstr "Sei in diretta" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Non sei più in diretta" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Non sei autorizzato a caricare video." @@ -14570,7 +14738,7 @@ msgstr "Non sei autorizzato a caricare video." msgid "You are not following anyone yet" msgstr "Non segui ancora nessuno" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Adesso sei in diretta!" @@ -14599,7 +14767,7 @@ msgstr "Puoi anche <0>disattivare temporaneamente il tuo account. Il tuo pro msgid "You can also discover new Custom Feeds to follow." msgstr "Puoi anche scoprire nuovi feed personalizzati da seguire." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Puoi anche scaricare i dati delle tue chat come file \"JSONL\". Questo file include solo i messaggi che hai inviato e non quelli che hai ricevuto." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Adesso puoi accedere con la tua nuova password." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Puoi aggiungere fino a {MAX_GALLERY_IMAGES, plural, other {# immagini}} per post" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Puoi salvare le bozze solo se hanno fino a 1000 caratteri." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Puoi salvare le bozze solo se hanno fino a 1000 caratteri. Vuoi eliminare questo post prima di visualizzare le bozze?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Puoi selezionare una sola GIF alla volta." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Puoi selezionare un solo video alla volta." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Puoi riattivare il tuo account per accedere. Il tuo profilo e i tuoi post saranno visibili agli altri utenti." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Puoi leggere la cronologia della chat ma non puoi inviare nuovi messaggi." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Puoi selezionare fino a {MAX_GALLERY_IMAGES, plural, other {# immagini}} in totale." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Puoi modificare questa preferenza dalle impostazioni." @@ -14690,7 +14855,7 @@ msgstr "Non puoi aggiornare la tua data di nascita utilizzando una password per msgid "You don't follow any users who follow @{name}." msgstr "Non segui nessuno che segue @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Non hai ancora nessuna lista." @@ -14728,7 +14893,7 @@ msgstr "Hai disattivato completamente le notifiche di risposte, citazioni e menz #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Hai inserito un codice non valido. Dovrebbe apparire come XXXX-XXXXXX." @@ -14778,15 +14943,15 @@ msgstr "Hai raggiunto la fine" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Hai verificato correttamente il tuo indirizzo email. Puoi chiudere questa finestra di dialogo." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Hai raggiunto il limite temporaneo dei video caricati. Riprova più tardi." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Hai delle modifiche non salvate a questa bozza: vuoi salvarle?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Hai delle modifiche non salvate. Salvarle prima di visualizzare le tue bozze?" @@ -14858,7 +15023,7 @@ msgstr "Devi seguire almeno altri 7 utenti per creare uno starter pack." msgid "You must grant access to your photo library to save a QR code" msgstr "Devi concedere il permesso alla galleria per salvare il codice QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "È necessario consentire l'accesso alla tua libreria multimediale." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Sei il proprietario di questa chat" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Hai precedentemente disattivato @{0}." @@ -14911,11 +15076,21 @@ msgstr "Ti sei risposto" msgid "You requested to join" msgstr "Hai richiesto di partecipare" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Verrai disconnesso da tutti i tuoi account." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "È tutto pronto! Tuttavia alcune funzionalità potrebbero ancora essere msgid "You’re in control" msgstr "Hai tu il controllo" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Sei in fila" @@ -15010,7 +15185,7 @@ msgstr "Hai negato l'accesso ai tuoi contatti" msgid "You've found some people to follow" msgstr "Hai trovato alcune persone da seguire" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Hai raggiunto la fine del contenuto attivo." @@ -15018,7 +15193,7 @@ msgstr "Hai raggiunto la fine del contenuto attivo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Hai raggiunto la fine del tuo feed! Trova altri account da seguire." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Hai raggiunto il numero massimo di bozze" @@ -15030,22 +15205,23 @@ msgstr "Hai raggiunto il numero massimo di richieste consentite. Riprova più ta msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Hai raggiunto il numero massimo di {MAX_FILTERS, plural, one {# filtro} other {# filtri}}. Aggiungi altri valori a un filtro esistente invece di crearne di nuovi." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Hai raggiunto l'inizio del contenuto attivo." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Hai raggiunto il limite giornaliero di video caricati (troppi byte)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Hai raggiunto il limite giornaliero di video caricati (troppi video)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Non ci sono altri video da guardare. Forse è il momento giusto per fare una pausa?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Il tuo account" @@ -15062,7 +15238,19 @@ msgstr "Il tuo account è stato eliminato, addio! ✌️" msgid "Your account has been suspended" msgstr "Il tuo account è stato sospeso" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Il tuo account è troppo recente per caricare video. Riprova più tardi." @@ -15074,7 +15262,7 @@ msgstr "Il tuo account è troppo recente" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Il tuo account deve essere stato creato da almeno 7 giorni prima di poter creare una nuova chat di gruppo." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "L'archivio del tuo account, che contiene tutti i record di dati pubblici, può essere scaricato come file \"CAR\". Questo file non include elementi multimediali incorporati, come immagini o dati privati, che devono essere recuperati separatamente." @@ -15086,7 +15274,7 @@ msgstr "Abbiamo riscontrato che il tuo account viola i <0>termini di servizio di msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "La richiesta di revisione è stata inviata. Se il ricorso ha esito positivo, riceverai un'email." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Data di nascita" @@ -15115,7 +15303,7 @@ msgstr "Il tuo contatto {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Il tuo attuale nome utente <0>{0} rimarrà automaticamente riservato per te. Puoi tornare a usarlo in qualsiasi momento da questo account." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Hai dichiarato di avere meno di 18 anni. Alcune delle impostazioni seguenti potrebbero essere disabilitate. Se si tratta di un errore, è possibile modificare la data di nascita nelle <0>impostazioni dell'account." @@ -15128,7 +15316,7 @@ msgstr "La tua email" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Sembra che il tuo indirizzo email non sia corretto." @@ -15140,7 +15328,7 @@ msgstr "La tua email non è stata ancora verificata. Verifica la tua email per p msgid "Your first like!" msgstr "Il tuo primo mi piace!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "I tuoi follower" @@ -15157,7 +15345,7 @@ msgstr "Il tuo nome utente completo sarà <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Il tuo fornitore di hosting non può essere rilevato da un indirizzo email: verrà utilizzato il servizio Bluesky predefinito. In alternativa puoi specificare il tuo nome utente oppure impostare il tuo fornitore manualmente." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Il tuo fornitore di hosting non supporta video così grandi. Riprova con un file più piccolo." @@ -15165,7 +15353,7 @@ msgstr "Il tuo fornitore di hosting non supporta video così grandi. Riprova con msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Il tuo fornitore di hosting viene rilevato automaticamente dal nome utente che inserisci." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "I tuoi interessi sono stati salvati!" msgid "Your interests help us find what you like!" msgstr "I tuoi interessi ci aiutano a trovare quello che più ti piace!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "La tua posizione è stata aggiornata." @@ -15198,15 +15386,20 @@ msgstr "Il tuo nome, il tuo avatar, il nome della chat di gruppo e il numero di msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "La tua password è stata cambiata con successo! D'ora in poi usa la tua nuova password per accedere a Bluesky." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "La tua password deve essere lunga almeno 8 caratteri." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Il tuo post è stato inviato" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "I tuoi post sono stati inviati" @@ -15214,7 +15407,7 @@ msgstr "I tuoi post sono stati inviati" msgid "Your preferred language" msgstr "La tua lingua preferita" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Immagine del tuo profilo" @@ -15223,24 +15416,28 @@ msgstr "Immagine del tuo profilo" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "L'immagine del tuo profilo circondata da cerchi concentrici con immagini del profilo di altri utenti" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Il tuo profilo, i tuoi post, i tuoi feed e le tue liste non saranno più visibili agli altri utenti. Puoi riattivare il tuo account in qualsiasi momento effettuando l'accesso." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Risposta inviata" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "La segnalazione sarà inviata a <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Gli interessi che selezioni ci permettono di mostrare i contenuti più pertinenti." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Il tuo thread ha dei post vuoti che verranno saltati. Gli altri post verranno pubblicati come thread." diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po index 1199d0430f..acbc0ce120 100644 --- a/src/locale/locales/ja/messages.po +++ b/src/locale/locales/ja/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ja\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -21,7 +21,11 @@ msgstr "" #. Accessibility label for a category (e.g. Art, Video Games, Sports, etc.) that shows suggested accounts for the user to follow. The tab is currently selected. #: src/components/InterestTabs.tsx:333 msgid "\"{interestsDisplayName}\" category (active)" -msgstr "\"{interestsDisplayName}\" カテゴリー(アクティブ)" +msgstr "「{interestsDisplayName}」カテゴリー(アクティブ)" + +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "「{label}」 – 警告の背後に表示" #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 @@ -97,8 +101,10 @@ msgstr "{0, plural, other {# フォロー中}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {友達が#人見つかりました!} other {友達が#人見つかりました!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {#時間}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, other {#ヶ月}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, other {さらに#件の投稿}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, other {フォロワー}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {フォロー中}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, other {投稿}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {#人が}} このスターターパックでBlueskyに参加しました!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+#}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {あなたの地域でアカウントを作成するには#歳以上である必要があります。}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0}はライブ中" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0}は利用できません" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0}はお使いのデバイスではサポートされていません。" @@ -401,14 +407,17 @@ msgstr "{0}/{1}{2, plural, other {人}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}件以上" @@ -476,11 +485,11 @@ msgstr "{date} {time}" msgid "{displayName}'s Starter Pack" msgstr "{displayName}のスターターパック" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, other {時間}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {分}}" @@ -502,7 +511,7 @@ msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他 #: src/view/com/notifications/NotificationFeedItem.tsx:488 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" -msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのリポストをいいねしました" +msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのリポストをいいねしました" #: src/view/com/notifications/NotificationFeedItem.tsx:463 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" @@ -514,7 +523,7 @@ msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他 #: src/view/com/notifications/NotificationFeedItem.tsx:510 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" -msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのリポストをリポストしました" +msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのリポストをリポストしました" #: src/view/com/notifications/NotificationFeedItem.tsx:413 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" @@ -582,7 +591,7 @@ msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{fo #: src/view/com/notifications/NotificationFeedItem.tsx:482 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" -msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのリポストをいいねしました" +msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのリポストをいいねしました" #: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" @@ -594,7 +603,7 @@ msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{fo #: src/view/com/notifications/NotificationFeedItem.tsx:504 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" -msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人が}}あなたのリポストをリポストしました" +msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人が}}あなたのリポストをリポストしました" #: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName}があなたのスターターパックでサインア msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} があなたを認証しました" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} フォロー" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, other {件の投稿}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, other {#時間}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}件以上の新規参加リクエスト" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {#人のユーザーが}}参加しました!" @@ -767,7 +776,7 @@ msgstr "{profileName}はスターターパックを使って{timeAgoString}前 #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}、<1>{1}、そして{2, plural, other {他#人}}があなたのスターターパックに含まれています" @@ -834,7 +843,7 @@ msgstr "<0>{0}、<1>{1}、そして{2, plural, other {他#人}}があな #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}、<1>{1}、そして{2, plural, other {他#人}}があなたのスターターパックに含まれています" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, other {保存}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, other {いいね}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0}と<2>{1}はあなたのスターターパックに含まれています" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0}はあなたのスターターパックに含まれています" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0}のメンバー" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>ここをタップしてGPSで位置情報を更新してください。" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>あなたと<1><2>{0}はあなたのスターターパックに含まれています" @@ -946,6 +955,12 @@ msgstr "7日" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "News、Booksky、Game Dev、Blacksky、そしてFountain PensといったBlueskyで見つけることのできる人気のフィードのコレクション" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "あなたの投稿にラベルが追加されました" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "ネットワークエラーが発生しました。インターネット msgid "A new code has been sent" msgstr "新しいコードが送信されました" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "認証の新しい形" @@ -984,7 +999,7 @@ msgstr "参加する前に送られたメッセージへの返信" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:147 msgid "A screenshot of a post from @esb.lol, showing the user is currently livestreaming content on Twitch. The post reads: \"Hello! I'm live on Twitch, and I'm testing Bluesky's latest feature too!\"" -msgstr "@esb.lol からの投稿のスクリーンショット。ユーザーがTwitchで配信中のコンテンツを表示しています。 「こんにちは!Twitchでライブ中で、Blueskyの最新機能もテストしています!」" +msgstr "@esb.lol からの投稿のスクリーンショット。ユーザーがTwitchで配信中のコンテンツを表示しています。「こんにちは!Twitchでライブ中で、Blueskyの最新機能もテストしています!」" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:121 @@ -1005,7 +1020,7 @@ msgstr "投稿ボタンの隣に虹色の花火のエフェクトで飾られた msgid "A selected recipient is not followed by the sender." msgstr "選択された受信者は送信者がフォローしていません。" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "アクセスをリクエストしました!グループのオーナー msgid "Accessibility" msgstr "アクセシビリティ" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "アクセシビリティの設定" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "アカウント" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "アカウントをブロックしました" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "アカウントをフォローしました" @@ -1086,8 +1101,8 @@ msgstr "アカウントは停止されています" msgid "Account is deactivated" msgstr "アカウントが無効です" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "アカウントをミュートしました" @@ -1111,24 +1126,24 @@ msgstr "クイックアクセスからアカウントを解除" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "アカウントのブロックを解除しました" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "アカウントのフォローを解除しました" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "アカウントのミュートを解除しました" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "スカラップ状(帆立貝の形状)の青色のチェックマーク <0><1/> のあるアカウントは他のユーザを認証できます。これらの信頼できる認証者はBlueskyによって選択されています。" @@ -1138,7 +1153,7 @@ msgstr "スカラップ状(帆立貝の形状)の青色のチェックマー msgid "Activity from others" msgstr "他のユーザーからのアクティビティ" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "アクティビティの通知" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "追加" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "続けるにはさらに{0}ユーザー追加してください" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "{displayName}をスターターパックに加える" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "リストにユーザーを追加" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "アカウントを追加" @@ -1201,11 +1216,11 @@ msgstr "ALTテキストを追加(オプション)" msgid "Add another account" msgstr "他のアカウントを追加" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "他の投稿を追加" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "スレッドに他の投稿を追加" @@ -1223,7 +1238,7 @@ msgstr "アプリパスワードを追加" msgid "Add App Password" msgstr "アプリパスワードを追加" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "アカウントに自動化ラベルを追加" @@ -1239,12 +1254,12 @@ msgstr "フィルターを追加" msgid "Add group chat members" msgstr "グループチャットメンバーを追加" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "画像を追加" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "投稿にメディアを追加する" @@ -1254,8 +1269,8 @@ msgstr "投稿にメディアを追加する" msgid "Add members" msgstr "メンバーを追加" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "詳細を追加(オプション)" @@ -1295,7 +1310,7 @@ msgstr "リアクションを追加" msgid "Add recommended feeds" msgstr "おすすめのフィードを追加" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "あなたのスターターパックにフィードをいくつか追加してください!" @@ -1307,12 +1322,12 @@ msgstr "フォローしているユーザーのみのデフォルトのフィー msgid "Add the following DNS record to your domain:" msgstr "次のDNSレコードをドメインに追加してください:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "このフィードをあなたのフィードに追加する" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "リストに追加" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "保存済投稿へ追加" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "スターターパックへ追加" @@ -1330,7 +1345,7 @@ msgstr "スターターパックへ追加" msgid "Add user to list" msgstr "リストにユーザーを追加" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "生年月日を追加" @@ -1361,7 +1376,7 @@ msgstr "リストにメンバーを追加しています…" msgid "Additional details (limit 1000 characters)" msgstr "追加の詳細(1000文字まで)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "追加の詳細(300文字まで)" @@ -1378,14 +1393,14 @@ msgstr "成人向け(ポルノ等)" msgid "Adult content" msgstr "成人向けコンテンツ" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "成人向けコンテンツ" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "成人向けコンテンツは<0>bsky.appのウェブ版からしか有効にできません。" @@ -1402,7 +1417,7 @@ msgstr "成人向けコンテンツのラベル" msgid "Adult sexual abuse content" msgstr "成人向けの性的虐待コンテンツ" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "高度な設定" @@ -1423,7 +1438,7 @@ msgstr "年齢保証の問い合わせが送られました" msgid "Age assurance only takes a few minutes" msgstr "年齢保証には数分かかります" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "年齢の保証は数分しかかかりません。" @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "すべて" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "すべて" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "全{0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "すべてのアカウントをフォローしました!" @@ -1474,7 +1494,7 @@ msgstr "保存されたすべてのフィードを1箇所にまとめます。" msgid "Allow access to your direct messages" msgstr "ダイレクトメッセージへのアクセスを許可" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "誰でも返信を許可" @@ -1488,8 +1508,8 @@ msgstr "ダイレクトメッセージを誰から受け取れるか:" msgid "Allow group chat invites from" msgstr "グループチャットの招待を誰から受け取れるか:" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "位置情報へのアクセスを許可" @@ -1498,24 +1518,24 @@ msgstr "位置情報へのアクセスを許可" msgid "Allow others to be notified of your posts" msgstr "他のユーザーにあなたの投稿の通知を許可する" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "フォローしている人に返信を許可" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "メンションした人に返信を許可" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "引用を許可" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "{0}のユーザーに返信を許可" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "フォロワーに返信を許可" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "ダイレクトメッセージへのアクセスを許可" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "コードをすでに持っていますか?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "既にアカウントを持ってますか?" @@ -1540,7 +1560,7 @@ msgstr "@{0}としてすでにサインイン済み" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "ALTテキストは切り詰められます。{MAX_ALT_TEXT, plural, other {制限:{0}文字。}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "メールが{0}に送信されました。以下に入力できる確認コードがそのメールに記載されています。" @@ -1587,7 +1607,7 @@ msgstr "エラーが発生しました" msgid "An error occurred" msgstr "エラーが発生しました" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "ビデオの圧縮中にエラーが発生しました。" @@ -1596,7 +1616,7 @@ msgstr "ビデオの圧縮中にエラーが発生しました。" msgid "An error occurred while fetching suggested accounts." msgstr "オススメアカウントの取得中にエラーが発生しました。" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "フィードの取得中にエラーが発生しました。" @@ -1609,15 +1629,15 @@ msgstr "スターターパックの生成中にエラーが発生しました。 msgid "An error occurred while hiding suggestion. {0}" msgstr "提案を非表示中にエラーが発生しました。{0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "ビデオの読み込み時にエラーが発生しました。時間をおいてもう一度お試しください。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "ビデオの読み込み時にエラーが発生しました。もう一度お試しください。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "リストの読み込み中にエラーが発生しました :/" @@ -1628,16 +1648,16 @@ msgstr "QRコードの保存中にエラーが発生しました!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "すべてフォローしようとしたらエラーが発生しました" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "ビデオのアップロード中にエラーが発生しました。 {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "ビデオのアップロード中にエラーが発生しました。インターネット接続を確認して、もう一度お試しください。" @@ -1661,8 +1681,8 @@ msgstr "リポスト、いいね、そしてコメントのアイコンと一緒 msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "友達招待を表現する、紙飛行機が飛び出すBlueskyアプリのイラスト" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Blueskyが信頼された認証者を選択し、信頼された認証者が個々のユーザアカウントを認証することを示す図。" @@ -1686,14 +1706,14 @@ msgstr "グループチャットの開始中に問題が発生しました。も #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "問題が発生しました。もう一度お試しください。" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Blueskyアプリが表示されているiPhoneのモックアップで、認証されたユーザーのプロフィールを開くと、表示名の横に青色のチェックマークが表示されています。" @@ -1702,7 +1722,7 @@ msgstr "Blueskyアプリが表示されているiPhoneのモックアップで msgid "an unknown labeler" msgstr "不明なラベラー" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "および" @@ -1735,7 +1755,7 @@ msgstr "Blueskyでの認証のお知らせ" msgid "Any date" msgstr "日付を選択" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "誰でも" @@ -1767,7 +1787,7 @@ msgstr "フォローしている人" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "それを持っている人はもう参加できなくなり、また、参加のリクエストもできなくなります。いつでも新しいものを作成できます。" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "アプリパスワードの名前は長さが4文字以上である必 msgid "App passwords" msgstr "アプリパスワード" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "アプリパスワード" @@ -1856,7 +1876,7 @@ msgstr "この決定に異議を申し立てる" msgid "Appeal this label" msgstr "このラベルに異議申し立て" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "プルリクエストを適用" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "{0}のアーカイブ" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "アーカイブ投稿" @@ -1914,7 +1934,7 @@ msgstr "アプリパスワード「{0}」を本当に削除しますか?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "このメッセージを本当に削除しますか?このメッセージはあなたからは削除したように見えますが、他の参加者にとっては削除されません。" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "本当にこのスターターパックを削除したいですか?" @@ -1936,7 +1956,7 @@ msgstr "本当にこの会話を終了しますか?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "この会話から本当に退出したいですか?メッセージは、あなた宛てのものは削除されますが、他の参加者宛のものは削除されません。" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "本当にこのフィードをあなたのフィードから削除したいですか?" @@ -1945,7 +1965,7 @@ msgstr "本当にこのフィードをあなたのフィードから削除した msgid "Are you sure you want to rescind your request to join {0}?" msgstr "本当に{0}に参加するリクエストを取り消しますか?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "本当にこの投稿を削除しますか?" @@ -1953,7 +1973,7 @@ msgstr "本当にこの投稿を削除しますか?" msgid "Are you sure?" msgstr "本当によろしいですか?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "あなたは写っている本人ですか?あるいは写っている方から権限を与えられた代理人ですか?" @@ -1969,8 +1989,8 @@ msgstr "アート" msgid "Artistic or non-erotic nudity." msgstr "芸術的または性的ではないヌード。" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "ログアウトしたユーザーに自分のアカウントを表示しないようアプリやサイトに求める" @@ -1979,12 +1999,12 @@ msgstr "ログアウトしたユーザーに自分のアカウントを表示し msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "おすすめアルゴリズムに自分の投稿を表示しないようアプリに求める" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "アルゴリズム用にトピックを割り当て" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "少なくとも8文字" @@ -2017,8 +2037,8 @@ msgstr "自動" msgid "Automation label" msgstr "自動化ラベル" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "自動化ラベル" @@ -2038,6 +2058,10 @@ msgstr "利用可能" msgid "Avatar creator" msgstr "アバター・クリエイター" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "レビュー待ち" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "アバター・クリエイター" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "アバター・クリエイター" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "戻る" msgid "Back to Chats" msgstr "チャットへ戻る" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "BAN回避 – {duration}、現在は期限切れ" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "禁止されたアクティビティまたはセキュリティ侵害" @@ -2081,7 +2109,7 @@ msgstr "禁止されたアクティビティまたはセキュリティ侵害" msgid "Banned user returning" msgstr "BANされたユーザーの帰還" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "デバイスの位置情報によれば、あなたは<0>{geolocationString}にいると思われます。" @@ -2089,7 +2117,7 @@ msgstr "デバイスの位置情報によれば、あなたは<0>{geolocationStr msgid "Based on your device's location, we think you're in <0>{region}." msgstr "デバイスの位置情報によれば、あなたは<0>{region}にいると思われます。" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "あなたのネットワーク情報によれば、あなたは<0>{geolocationString}にいると思われます。VPNを使用している場合、この推定は不正確な可能性があります。" @@ -2148,16 +2176,16 @@ msgstr "年齢保証プロセスを開始するには、以下のフィールド msgid "Beta Feature" msgstr "ベータ機能" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "ベータ版の機能" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "ベータ版の機能が有効になりました" @@ -2193,12 +2221,12 @@ msgstr "{displayName}をブロック" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "アカウントをブロック" @@ -2255,15 +2283,15 @@ msgstr "ユーザーをブロックするかこの会話を削除(あるいは msgid "Block user and/or leave this conversation" msgstr "ユーザーをブロックするかこの会話から退出(あるいは両方)" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "ブロックされています" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "ブロック中のアカウント" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "ブロック中のアカウント" @@ -2288,7 +2316,7 @@ msgstr "ブロックしたことは公開されます。ブロック中のアカ 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." msgstr "ブロックしてもこのラベラーがあなたのアカウントにラベルを適用することができますが、このアカウントがあなたのスレッドに返信したり、やりとりをしたりといったことはできなくなります。" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "ブログ" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Blueskyでは、この投稿日時の信憑性を確認できません。" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "Blueskyは、コミュニティガイドライン違反により、あなたのアカウントまたはコンテンツに対して措置を講じました。今後さらに違反があった場合、アカウント停止を含む、より厳しい措置が取られます。" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Blueskyは、「ハッシュ」と呼ばれるエンコードされたデジタル指紋を作成し、一致するハッシュを探すことでお互いを見つけるのに役立てます。" @@ -2319,7 +2351,7 @@ msgstr "Blueskyは、「ハッシュ」と呼ばれるエンコードされた #: src/components/dialogs/ServerInput.tsx:214 #: src/screens/Login/components/HostingProviderDialog.tsx:236 msgid "Bluesky is an open network where you can choose your hosting provider. If you're a developer, you can host your own server." -msgstr "Bluesky は、ホスティング プロバイダーを選択できるオープン ネットワークです。 あなたが開発者であれば、自分のサーバーをホストできます。" +msgstr "Bluesky は、ホスティング プロバイダーを選択できるオープン ネットワークです。あなたが開発者であれば、自分のサーバーをホストできます。" #: src/components/dialogs/ServerInput.tsx:162 msgid "Bluesky is an open network where you can choose your own provider. If you're new here, we recommend sticking with the default Bluesky Social option." @@ -2357,15 +2389,11 @@ msgstr "Blueskyは連絡先を符号化したデータとして保存します msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Blueskyはあなたのつながっているユーザーからおすすめのアカウントを選びます。" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Blueskyはログアウトしたユーザーにあなたのアカウントを表示しません。他のアプリにも同様の対応を求めます。この設定はあなたのアカウントを非公開にするものではありません。" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Blueskyはあなたの投稿をDiscoverフィードに表示しません(フォロワーを除く)。また、他のアプリにもあなたの投稿をおすすめアルゴリズムに表示しないよう求めます。" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Blueskyは著名な本物のアカウントを積極的に認証します。" @@ -2424,29 +2452,29 @@ msgstr "検索ページでさらにおすすめを見る" msgid "Browse other feeds" msgstr "他のフィードを見る" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "{displayName}についての投稿を見る" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "{displayName}のタグの付いた投稿を見る" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "{displayName}というスターターパックを見る" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "トピック「{0}」を見る" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "{displayName}というトピックを見る" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "ビジネス" @@ -2459,10 +2487,10 @@ msgstr "ホームタイムラインに戻るボタン" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "作成者:{0}" @@ -2475,7 +2503,7 @@ msgstr "著者:@{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "作成者:<0>{0}" @@ -2504,11 +2532,11 @@ msgstr "アカウントを作成することで、<0>利用規約と<1>プ msgid "By creating an account you agree to the <0>Terms of Service." msgstr "アカウントを作成することで、<0>利用規約に同意したものとみなされます。" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "作成者:あなた" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "カメラ" @@ -2521,16 +2549,16 @@ msgstr "カメラへのアクセスが必要です" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "カメラへのアクセスが必要です" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "カメラへのアクセスが必要です" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "キャンセル" msgid "Cancel quote post" msgstr "引用をキャンセル" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "再有効化をキャンセルしてサインアウト" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "ユーザー名を確認するためにサインインをキャンセル" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "ブロックしたユーザーとはやりとりできません" @@ -2609,7 +2637,7 @@ msgstr "キャプション(.vtt)" msgid "Captions & alt text" msgstr "キャプション&ALTテキスト" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "カルーセル" @@ -2651,24 +2679,24 @@ msgstr "ハンドルを変更" msgid "Change hosting provider" msgstr "ホスティングプロバイダーを変更" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "モデレーションサービスを変更" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "パスワードの変更" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "パスワード変更ダイアログ" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "レポートカテゴリの変更" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "報告の理由を変更" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "作成後、スターターパックへの変更はリストに反映されません。リストは独立したコピーとなります。" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "チャット" @@ -2758,7 +2786,7 @@ msgstr "チャットオーナーはグループチャットを退出できませ msgid "Chat recipient is not followed by the sender." msgstr "チャットの受信者は送信者がフォローしていません。" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "チャット要求の受信トレイ" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "チャットの要求" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "<0>{currentEmail}に、以下に入力する確認コードが記載 msgid "Check back later!" msgstr "後で確認してください!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "ステータスを確認" @@ -2895,7 +2923,7 @@ msgstr "ホスティングプロバイダーを選択" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "自分自身のタイムラインを選びましょう!コミュニティによって作成されたフィードは、あなたが好きなコンテンツを見つけるのに役立ちます。" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "パスワードを入力" @@ -2931,7 +2959,7 @@ msgstr "GIF検索をクリア" msgid "Clear image cache" msgstr "画像のキャッシュをクリア" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "検索クエリをクリア" @@ -2951,11 +2979,11 @@ msgstr "ここをクリックしてこのグループチャットに人を追加 msgid "Click here to create or manage an invite link for this group chat" msgstr "ここをクリックして、このグループチャットの招待リンクを作成・管理" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "ここをクリックしてアカウントを削除する" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "ここをクリックしてログアウト" @@ -2968,8 +2996,8 @@ msgstr "ここをクリックしてメールを再送信" msgid "Click here to restart the verification process." msgstr "確認プロセスを再開するには、ここをクリックしてください。" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "ここをクリックして生年月日を更新" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "送信失敗したメッセージを再送信" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "送信失敗したメッセージを再送信" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "送信失敗したメッセージを再送信" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "閉じる" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "アクティブなダイアログを閉じる" @@ -3068,13 +3097,13 @@ msgstr "バナーを閉じる" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "ダイアログを閉じる" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "引き出しメニューを閉じる" @@ -3110,7 +3139,7 @@ msgstr "リクエストバナーを閉じる" msgid "Close this dialog" msgstr "このダイアログを閉じる" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "ウェルカムモーダルを閉じる" @@ -3118,7 +3147,7 @@ msgstr "ウェルカムモーダルを閉じる" msgid "Closes password update alert" msgstr "パスワード更新アラートを閉じる" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "投稿の編集画面を閉じて下書きを破棄" @@ -3126,7 +3155,7 @@ msgstr "投稿の編集画面を閉じて下書きを破棄" msgid "Collapse list of users" msgstr "ユーザーリストを折りたたむ" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "指定した通知のユーザーリストを折りたたむ" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "漫画" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "コミュニティガイドライン" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "初期設定を完了してアカウントを使い始める" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "テストをクリアしてください" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "新しい投稿を作成" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "最大{0, plural, other {#文字}}まで投稿を編集" @@ -3180,11 +3209,11 @@ msgstr "最大{0, plural, other {#文字}}まで投稿を編集" msgid "Compose reply" msgstr "返信を作成" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "GIFを圧縮中…" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "ビデオを圧縮中…" @@ -3198,18 +3227,18 @@ msgstr "<0>モデレーションの設定で設定されています。" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "確認" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "確認コード" @@ -3226,12 +3255,12 @@ msgstr "サービスに接続中…" msgid "Connecting…" msgstr "接続中…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "接続の問題" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "サポートチームに連絡" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "サポートに連絡" @@ -3273,7 +3302,7 @@ msgstr "コンテンツ&メディア" msgid "Content and media" msgstr "コンテンツとメディア" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "コンテンツとメディア" @@ -3281,7 +3310,7 @@ msgstr "コンテンツとメディア" msgid "Content Blocked" msgstr "ブロックされたコンテンツ" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "コンテンツのフィルター" @@ -3421,8 +3450,8 @@ msgstr "コピー" msgid "Copy App Password" msgstr "アプリパスワードをコピー" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "at:// URIをコピー" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "コードをコピー" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "DIDをコピー" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "招待リンクをコピー" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "リンクをコピー" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "リンクをコピー" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "リストへのリンクをコピー" @@ -3472,12 +3501,12 @@ msgstr "リストへのリンクをコピー" msgid "Copy link to post" msgstr "投稿へのリンクをコピー" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "プロフィールへのリンクをコピー" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "スターターパックへのリンクをコピー" @@ -3491,8 +3520,8 @@ msgstr "メッセージのテキストをコピー" msgid "Copy post at:// URI" msgstr "投稿のat:// URIをコピー" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "投稿のテキストをコピー" @@ -3506,7 +3535,7 @@ msgstr "TXTレコードの値をコピー" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "著作権ポリシー" @@ -3598,7 +3627,7 @@ msgstr "通知の設定を更新できませんでした" #. placeholder {0}: cleanError(err) #: src/components/contacts/screens/GetContacts.tsx:173 msgid "Could not upload contacts. {0}" -msgstr "連絡先をアップロードできませんでした。 {0}" +msgstr "連絡先をアップロードできませんでした。{0}" #: src/components/contacts/screens/GetContacts.tsx:166 msgid "Could not upload contacts. You need to re-verify your phone number to proceed" @@ -3632,7 +3661,7 @@ msgstr "作成" msgid "Create a list" msgstr "リストを作成" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "このスターターパックからリストを作成する" @@ -3642,7 +3671,7 @@ msgstr "スターターパックのQRコードを作成" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "スターターパックを作成" @@ -3655,12 +3684,12 @@ msgstr "スターターパックを作成" msgid "Create a starter pack for me" msgstr "私向けのスターターパックを作成" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3692,14 +3721,14 @@ msgstr "別のものを作成" #: src/components/dms/InitiateChatFlow.tsx:606 msgid "Create group chat" -msgstr "グループ チャットを作成" +msgstr "グループチャットを作成" #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:179 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:187 msgid "Create list" msgstr "リストを作成" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "メンバーからリストを作成" @@ -3708,13 +3737,13 @@ msgstr "メンバーからリストを作成" msgid "Create list from starter pack" msgstr "スターターパックからリストを作成" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "モデレーションリストを作成" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "新しいアカウントを作成" @@ -3724,8 +3753,8 @@ msgstr "このグループチャットの招待リンクを作成・変更" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "{0}の報告を作成" @@ -3734,7 +3763,7 @@ msgstr "{0}の報告を作成" msgid "Create starter pack" msgstr "スターターパックを作成" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "ユーザーリストを作成" @@ -3747,7 +3776,7 @@ msgstr "ユーザーリストを作成" msgid "Created {0}" msgstr "{0}に作成" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "作者はブロック中です" @@ -3800,7 +3829,7 @@ msgstr "ダーク" msgid "Dark theme" msgstr "ダークテーマ" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "生年月日" @@ -3814,7 +3843,7 @@ msgstr "昼" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "アカウントを無効化" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "デフォルトアイコン" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "削除" @@ -3892,8 +3921,8 @@ msgstr "会話を削除" msgid "Delete for me" msgstr "自分宛を削除" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "リストを削除" @@ -3909,30 +3938,30 @@ msgstr "メッセージの宛先から自分を削除" msgid "Delete my account" msgstr "アカウントを削除" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "投稿を削除" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "スターターパックを削除" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "スターターパックを削除しますか?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "このリストを削除しますか?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "この投稿を削除しますか?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "削除されています" @@ -3953,7 +3982,7 @@ msgstr "確認完了後、Plivoにより削除されます" msgid "Deleted list" msgstr "削除されたリスト" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "説明(最大1000 文字)" msgid "Descriptive alt text" msgstr "説明的なALTテキスト" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "引用を切り離す" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "引用投稿を切り離しますか?" @@ -3993,11 +4022,11 @@ msgstr "開発者モードを有効にしました" msgid "Developer options" msgstr "開発者用オプション" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "デバイスによる翻訳に失敗しました :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "ダイアログ:この投稿に誰が反応できるか調整" @@ -4009,6 +4038,11 @@ msgstr "ダイアログ:検索フィルターを設定" msgid "Dim" msgstr "グレー" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "{account}からのダイレクトメッセージ" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "キャプションを無効化" msgid "Disable email 2FA" msgstr "メールでの2要素認証を無効にする" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "メールでの2要素認証を無効にする" @@ -4041,11 +4075,11 @@ msgstr "触覚フィードバックを無効化" msgid "Disable link" msgstr "リンクを無効化" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "この投稿の引用投稿を無効にする" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "返信を完全に無効にする" @@ -4056,17 +4090,17 @@ msgstr "この招待リンクを無効にしますか?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "無効" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "破棄" @@ -4075,23 +4109,28 @@ msgstr "破棄" msgid "Discard changes?" msgstr "変更を破棄しますか?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "下書きを削除しますか?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "投稿を削除しますか?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Germ DMを切断" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "フィードを探す" @@ -4106,8 +4145,8 @@ msgstr "新しいカスタムフィードを見つける" msgid "Discover New Feeds" msgstr "新しいフィードを探す" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "消す" @@ -4115,7 +4154,7 @@ msgstr "消す" msgid "Dismiss banner" msgstr "バナーを閉じる" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "エラーを消す" @@ -4217,8 +4256,9 @@ msgstr "心配しないでください!すべての既存のメッセージと #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "完了" msgid "Double tap or long press the message to add a reaction" msgstr "メッセージをダブルタップか長押しでリアクションを追加" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "ダブルタップでダイアログを閉じる" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "ダブルタップでいいね" @@ -4248,11 +4288,11 @@ msgstr "ダウンロード" msgid "Download Bluesky" msgstr "Blueskyをダウンロード" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "チャットのデータをダウンロード" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "チャットのデータをダウンロード" @@ -4266,11 +4306,11 @@ msgstr "画像をダウンロード" msgid "Download invite QR code" msgstr "招待QRコードをダウンロード" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "プロフィールのデータをダウンロード" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "プロフィールのデータをダウンロード" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "ドクシング(個人情報晒し)" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "下書き" @@ -4318,19 +4358,19 @@ msgstr "例:example.com" msgid "E.g. artistic nudes." msgstr "例:芸術的なヌード。" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "例:重要な投稿をするユーザー" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "例: スパマー" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "例: 絶対に投稿を見逃してはならないユーザー。" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "例: 繰り返し広告付きで返信するユーザー。" @@ -4341,7 +4381,7 @@ msgstr "摂食障害" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "編集" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "アバターを編集" @@ -4373,8 +4413,8 @@ msgstr "グループ名を編集" msgid "Edit image" msgstr "画像を編集" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "反応関連の設定を編集" @@ -4396,21 +4436,21 @@ msgstr "招待リンクを編集" msgid "Edit link settings" msgstr "リンクの設定を編集" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "リストの詳細を編集" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "ライブステータスを編集" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "モデレーションリストを編集" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "マイフィードを編集" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "ユーザーを編集" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "投稿への反応の設定を編集" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "プロフィールを編集" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "プロフィールを編集" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "スターターパックを編集" @@ -4454,15 +4494,15 @@ msgstr "スターターパックを編集" msgid "Edit this group chat’s name" msgstr "このグループチャットの名前を編集" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "ユーザーリストを編集" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "誰が返信できるのかを編集" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "スターターパックを編集" @@ -4470,16 +4510,16 @@ msgstr "スターターパックを編集" msgid "Education" msgstr "教育" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "リストの作者にブロックされているか、作者をブロックしています。" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "メールアドレス" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "メールでの2要素認証を無効にしました" @@ -4492,7 +4532,7 @@ msgstr "メールでの2要素認証が有効" msgid "Email address" msgstr "メールアドレス" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "メール再送済" @@ -4508,7 +4548,7 @@ msgstr "メールが送信されました!<0>ここをクリックすれば再 msgid "Email verification complete!" msgstr "メールアドレスの確認が完了しました!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "メールアドレス確認完了" @@ -4527,7 +4567,7 @@ msgstr "投稿を埋め込む" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "この投稿をあなたのウェブサイトに埋め込みます。以下のスニペットをコピーして、あなたのウェブサイトのHTMLコードに貼り付けるだけです。" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "埋め込みビデオプレーヤー" @@ -4542,12 +4582,7 @@ msgstr "有効にする" msgid "Enable {0} only" msgstr "{0}のみ有効にする" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "10分のビデオのアップロードを有効にする。" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "成人向けコンテンツを有効にする" @@ -4583,7 +4618,7 @@ msgstr "プロフィールにアクセスして<0>ベルのアイコン<1/> msgid "Enable push notifications" msgstr "プッシュ通知を有効にする" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "この投稿の引用投稿を有効にする" @@ -4601,7 +4636,7 @@ msgstr "トレンド・トピックを有効にする" msgid "Enable trending videos in your Discover feed" msgstr "Discoverフィードでトレンド・ビデオを有効にする" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "有効" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "生年月日を入力してください" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "メールアドレスを入力してください" @@ -4670,15 +4705,15 @@ msgstr "パスワードを入力" msgid "Enter your username and password" msgstr "ユーザー名とパスワードを入力してください" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "フルスクリーンで表示" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "エンターテインメント" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "エラー" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "エラーメッセージ" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "ファイルの保存中にエラーが発生しました" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "CAPTCHAレスポンスの受信中にエラーが発生しました。" @@ -4712,11 +4747,11 @@ msgstr "CAPTCHAレスポンスの受信中にエラーが発生しました。" msgid "Error: {error}" msgstr "エラー:{error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "誰でも返信可能" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "この投稿に全員が返信できる。" @@ -4783,7 +4818,7 @@ msgstr "返信する投稿全体を展開または折りたたむ" msgid "Expand post text" msgstr "投稿のテキストを展開" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "テキストを展開または折りたたむ" @@ -4826,21 +4861,21 @@ msgstr "露骨な、または不愉快になる可能性のあるメディア。 msgid "Explicit sexual images." msgstr "露骨な性的画像。" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "検索" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "アプリを探索" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "自分のチャットデータをエクスポート" @@ -4849,7 +4884,7 @@ msgstr "自分のチャットデータをエクスポート" msgid "Export my data" msgstr "私のデータをエクスポートする" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "自分のプロフィールデータをエクスポート" @@ -4868,7 +4903,7 @@ msgstr "外部メディア" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "外部メディアを有効にすると、それらのメディアのウェブサイトがあなたやお使いのデバイスに関する情報を収集する場合があります。その場合でも、あなたが「再生」ボタンを押すまで情報は送信されず、要求もされません。" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "外部メディアの設定" @@ -4946,7 +4981,7 @@ msgstr "メッセージの削除に失敗しました" msgid "Failed to delete post, please try again" msgstr "投稿の削除に失敗しました。もう一度お試しください。" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "スターターパックの削除に失敗しました" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "招待リンクを無効にできませんでした" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DMの切断に失敗しました。エラー: {0}" @@ -5003,16 +5038,16 @@ msgstr "グループチャットからの退出に失敗" msgid "Failed to load conversations" msgstr "会話の読み込みに失敗しました" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "フィードの読み込みに失敗しました" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "フィードの設定の読み込みに失敗しました" @@ -5037,14 +5072,14 @@ msgstr "設定の読み込みに失敗しました。" msgid "Failed to load profiles" msgstr "プロフィールの読み込みに失敗" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "おすすめのフィードの読み込みに失敗しました" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "おすすめのフォローの読み込みに失敗しました" @@ -5067,12 +5102,12 @@ msgstr "すべての要求を既読としてマークできませんでした" msgid "Failed to mute group chat" msgstr "グループチャットのミュートに失敗" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "投稿の固定に失敗しました" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DMの再接続に失敗しました。エラー: {0}" @@ -5087,7 +5122,7 @@ msgstr "ネットワークエラーのためデータの削除に失敗しまし #. placeholder {0}: cleanError(err) #: src/screens/Settings/FindContactsSettings.tsx:519 msgid "Failed to remove data. {0}" -msgstr "データの削除に失敗しました。 {0}" +msgstr "データの削除に失敗しました。{0}" #: src/components/dms/ActionsWrapper.web.tsx:78 #: src/components/dms/MessageContextMenu.tsx:123 @@ -5121,7 +5156,7 @@ msgstr "リクエストを取り消すことができませんでした。もう msgid "Failed to resolve location. Please try again." msgstr "位置情報の調査に失敗しました。もう一度試してください。" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "下書きの保存に失敗しました" @@ -5135,7 +5170,7 @@ msgstr "画像の保存に失敗しました" msgid "Failed to save image: {0}" msgstr "画像の保存に失敗しました:{0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "設定の保存に失敗しました。もう一度試してください。" @@ -5168,7 +5203,7 @@ msgstr "スレッドのミュートの切り替えに失敗しました。もう msgid "Failed to unlock group chat" msgstr "グループチャットのロックを解除できませんでした" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "リストのピン留めの解除に失敗しました" @@ -5185,7 +5220,7 @@ msgstr "メールでの2要素認証の設定の更新に失敗しました" msgid "Failed to update email, please try again." msgstr "メールの更新に失敗しました。後でもう一度お試しください。" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "フィードの更新に失敗しました" @@ -5197,12 +5232,10 @@ msgstr "通知受信制限の更新に失敗しました" msgid "Failed to update settings" msgstr "設定の更新に失敗しました" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "ビデオのアップロードに失敗しました" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "偽のアカウントまたはボット" msgid "False information about elections" msgstr "選挙に関する誤った情報" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "フィード" @@ -5241,11 +5274,11 @@ msgstr "フィードの作者" msgid "Feed identifier" msgstr "フィードの識別子" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "フィードメニュー" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "フィードの切り替え" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "フィードの運営者にフィードバックを送りました" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "フィード" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "フィード ✨" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "フィードは、ユーザーがちょっとしたコーディングの専門知識で構築できるカスタム・アルゴリズムです。詳細については、<0>こちらのガイドをご覧ください。" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "更新を取得" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "ファイルの保存に成功しました!" @@ -5306,6 +5343,10 @@ msgstr "投稿者でフィルター(現在:{currentLabel})" msgid "Filter from feeds" msgstr "フィードからのフィルター" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "モデレーション報告をフィルター(現在: {currentLabel})" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "言語で検索をフィルター(現在の設定:{currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "フィルター" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "最後に" @@ -5358,15 +5399,15 @@ msgstr "ファイナンス" msgid "Find accounts to follow" msgstr "フォローするアカウントを探す" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "友達を探して招待する" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "連絡先を見つける" @@ -5378,7 +5419,7 @@ msgstr "友達を見つける" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "フォローするユーザーを探す" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "検索フィールドにフォーカスする" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "フォロー" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "{0}をフォロー" @@ -5458,7 +5499,7 @@ msgstr "{0}をフォロー" msgid "Follow {displayName}" msgstr "{displayName}をフォロー" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "{handle}をフォロー" @@ -5474,8 +5515,8 @@ msgstr "10 人をフォローして始めよう" msgid "Follow 7 accounts" msgstr "7アカウントをフォロー" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "アカウントをフォロー" @@ -5486,8 +5527,8 @@ msgstr "アカウントをフォロー" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "すべてフォロー" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "すべてのアカウントをフォロー" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "フォロワーは参加できます" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "あなたが知っている@{0}のフォロワー" @@ -5552,28 +5593,29 @@ msgstr "あなたが知っているフォロワー" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "フォロー中" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "フォロー中" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "{0}をフォローしました" @@ -5582,7 +5624,7 @@ msgstr "{0}をフォローしました" msgid "Following {displayName}" msgstr "{displayName}をフォロー中" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "{handle}をフォローしています" @@ -5591,7 +5633,7 @@ msgstr "{handle}をフォローしています" msgid "Following feed preferences" msgstr "Followingフィードの設定" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Followingフィードの設定" @@ -5613,7 +5655,7 @@ msgstr "フォントサイズ" msgid "Food" msgstr "食べ物" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "組織のアカウントの場合は、アカウントの責任者の生年月日を使用してください。" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "新しいリンクを生成" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DMは切断されています" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DMのリンク" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DMに再接続" @@ -5812,7 +5854,7 @@ msgstr "開始" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIFをアップロードしました" @@ -5835,8 +5877,8 @@ msgstr "暴力の賛美" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "暴力の賛美" msgid "Go back" msgstr "戻る" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "戻る" @@ -5867,8 +5909,8 @@ msgstr "前のステップに戻る" msgid "Go home" msgstr "ホームへ" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "ライブ開始" @@ -5879,8 +5921,8 @@ msgstr "ライブ開始" msgid "Go Live" msgstr "ライブ開始" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "ライブ開始(無効)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "ライブ予定時間" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "{0}のプロフィールへ移動" @@ -5900,7 +5942,7 @@ msgstr "{firstAuthorName}のプロフィールに移動" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "アカウント設定へ移動" @@ -5927,7 +5969,7 @@ msgstr "プロフィールへ" #: src/screens/Messages/components/ChatListItem.tsx:211 msgid "Go to the group chat named \"{chatName}\"" -msgstr "\"{chatName} \"という名前のグループチャットに移動" +msgstr "「{chatName}」という名前のグループチャットに移動" #: src/components/dms/ConvoMenu.tsx:258 msgid "Go to user's profile" @@ -5943,8 +5985,8 @@ msgstr "ライブの開始はあなたのアカウントでは現在無効です #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "了解" @@ -5953,6 +5995,11 @@ msgstr "了解" msgid "Grant access" msgstr "アクセスを許可" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "生々しいメディア(グロ・事故・戦争・災害等)" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "グループチャット名が更新されました" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "グループチャットの設定" @@ -6083,6 +6130,11 @@ msgstr "ハッピーなGIF" msgid "Haptics" msgstr "触覚フィードバック" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "ハラスメント(嫌がらせ)" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "嫌がらせまたはヘイト" @@ -6095,7 +6147,7 @@ msgstr "有害または高リスクの活動" msgid "Harming or endangering minors" msgstr "未成年者への危害または危険行為" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "ハッシュタグ" @@ -6112,11 +6164,11 @@ msgstr "ヘイトスピーチ" msgid "Have a code? <0>Click here." msgstr "コードがありませんか?<0>ここをクリックしてください。" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "位置情報が間違っていますか?<0>ここをタップしてGPSで位置情報を更新してください。" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "なにか問題が発生しましたか?" @@ -6145,11 +6197,11 @@ msgstr "アプリパスワードをお知らせします!" msgid "Hey there 👋" msgstr "こんにちは👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "やあ!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "こんにちは!" @@ -6158,7 +6210,7 @@ msgstr "こんにちは!" msgid "Hidden" msgstr "非表示" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "あなたのモデレーションの設定で非表示になっています。" @@ -6166,23 +6218,19 @@ msgstr "あなたのモデレーションの設定で非表示になっていま msgid "Hidden list" msgstr "非表示のリスト" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "非表示" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "非表示" @@ -6195,7 +6243,7 @@ msgstr "カスタマイズオプションを非表示" msgid "Hide group chat updates" msgstr "グループチャットの更新を非表示" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "リストを非表示にする" @@ -6203,23 +6251,23 @@ msgstr "リストを非表示にする" msgid "Hide password" msgstr "パスワードを隠す" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "投稿を自分には非表示" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "返信を全員に非表示" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "返信を自分には非表示" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "フィードでリポストを非表示" @@ -6227,38 +6275,31 @@ msgstr "フィードでリポストを非表示" msgid "Hide this card" msgstr "このカードを非表示" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "この投稿を非表示にしますか?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "この返信を非表示にしますか?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "翻訳を非表示" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "トレンド・トピックを非表示にする" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "トレンド・トピックを非表示にしますか?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "トレンド・ビデオを非表示にしますか?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "ユーザーリストを非表示" @@ -6267,18 +6308,18 @@ msgstr "ユーザーリストを非表示" msgid "Hide verification badges" msgstr "認証バッジを非表示" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "コンテンツを非表示" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "友達招待のプロモーションバナーを非表示にする" #: src/components/dialogs/BirthDateSettings.tsx:76 msgid "Hmm, it looks like you're signed in with an <0>App Password. To set your birthdate, you'll need to sign in with your main account password, or ask whomever controls this account to do so." -msgstr "うーん、<0>アプリパスワードでサインインしているようです。 生年月日を設定するには、メインのアカウントのパスワードでサインインするか、このアカウントを管理している人に尋ねる必要があります。" +msgstr "うーん、<0>アプリパスワードでサインインしているようです。生年月日を設定するには、メインのアカウントのパスワードでサインインするか、このアカウントを管理している人に尋ねる必要があります。" #: src/ageAssurance/useVerificationFlow.ts:122 msgid "Hmm, it seems we weren't able to compute your level of access. Please try again." @@ -6308,7 +6349,7 @@ msgstr "フィードサーバーの反応が悪いようです。この問題を msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "このフィードが見つからないようです。もしかしたら削除されたのかもしれません。" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "このデータの読み込みに問題があるようです。詳細は以下をご覧ください。この問題が解決しない場合は、サポートにご連絡ください。" @@ -6316,14 +6357,14 @@ msgstr "このデータの読み込みに問題があるようです。詳細は msgid "Hmmmm, we couldn't load that moderation service." msgstr "そのモデレーションサービスを読み込めませんでした。" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "待って!徐々にビデオへのアクセスを許可していますが、あなたの順番はまだです。しばらくしてもう一度確認を!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "ホーム" @@ -6369,8 +6410,8 @@ msgstr "人身売買" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "私がオプトアウトするまで、相互の友人を発見するためにBlueskyが私の連絡先を使用し、マッチングのためのハッシュ化されたデータをBlueskyが保持することに同意します。" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "コードを持っています" @@ -6398,17 +6439,17 @@ msgstr "何も選択されていない場合、すべての言語がフィード #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:103 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." -msgstr "あなたが18歳以上で再び試してみたい場合。 下のボタンをクリックし、お住まいの地域で利用可能な場合は別の確認方法を使用してください。 ご質問やご不明な点がございましたら、<0>サポートチームがお手伝いします。" +msgstr "あなたが18歳以上で再び試してみたい場合は、下のボタンをクリックし、お住まいの地域で利用可能な場合は別の確認方法を使用してください。ご質問やご不明な点がございましたら、<0>サポートチームがお手伝いします。" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "お住まいの国の法律に基づき、まだ成人に達していない場合は、親または法定後見人が、本利用規約を本人に代わって確認する必要があります。" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "生年月日が正しくない場合は、<0>ここをクリックして更新することができます。" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "このリストを削除すると、復元できなくなります。" @@ -6420,7 +6461,7 @@ msgstr "自分のドメインを持っていれば、ハンドルとして利用 msgid "If you need to update your email, <0>click here." msgstr "メールを更新する必要がある場合は、<0>ここをクリックしてください。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "この投稿を削除すると、復元できなくなります。" @@ -6441,7 +6482,7 @@ msgstr "あなたのアクティビティの通知を受信できるユーザー msgid "If you're a developer, you can host your own server." msgstr "あなたが開発者ならば、自分でサーバーをホストできます。" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "ハンドルやメールアドレスを変えるのであれば、無効化の前に変更してください。" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "画像" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "画像 {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "画像 {0} / {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "画像 {0} / {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "画像のキャッシュをクリアし、 {0} が解放されました" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "画像ギャラリー、 {0}枚の画像" @@ -6526,7 +6567,7 @@ msgstr "連絡先をインポート" msgid "Import Contacts" msgstr "連絡先をインポート" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "連絡先をインポートまたは友達を招待" @@ -6540,7 +6581,7 @@ msgstr "連絡先をインポートして友達を見つける" msgid "Imported on {0}" msgstr "{0}に読み込みました" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "年齢に応じた体験を提供するために、あなたの生年月日を知る必要があります。これは一回限りのことであり、あなたのデータはプライベートに保たれます。" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "この日付以前の投稿を含める" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "ビデオのタイムスタンプを含める({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "メールで送られたコードを入力" msgid "Interaction limited" msgstr "反応が制限されています" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "反応関連の設定" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "保存済投稿、いわゆるブックマークを紹介します" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "無効な2要素認証の確認コードです。" @@ -6691,7 +6732,7 @@ msgstr "報告の件名が無効です" msgid "Invalid rescind request." msgstr "無効な取消リクエストです。" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "無効な確認コード" @@ -6703,15 +6744,15 @@ msgstr "招待" msgid "Invite {name} to join Bluesky" msgstr "{name}をBlueskyへ招待" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "招待コード" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "招待コードが確認できません。正しく入力されていることを確認し、もう一度試してください。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "友達を招待" @@ -6761,7 +6802,7 @@ msgstr "招待リンクが編集されました" msgid "Invite link enabled" msgstr "招待リンクを有効にしました" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "このスターターパックにユーザーを招待!" @@ -6784,28 +6825,28 @@ msgstr "招待、ただし個人的なもの" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." -msgstr "連絡先の一部の方はまだあなたを見つけようとしていないようです。 私たちが提供するメッセージの下書きをカスタマイズして、個人的に招待することができます。" +msgstr "連絡先の一部の方はまだあなたを見つけようとしていないようです。私たちが提供するメッセージの下書きをカスタマイズして、個人的に招待することができます。" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "合ってます" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "ちょうど今<0>{0} です!上記で検索して多くの人々をスターターパックに追加しましょう。" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "今はあなただけ!上で検索してスターターパックにより多くのユーザーを追加してください。" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ジョブID:{0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "仕事" @@ -6816,8 +6857,8 @@ msgstr "参加" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Blueskyに参加" @@ -6840,9 +6881,9 @@ msgstr "会話に参加" msgid "Journalism" msgstr "報道" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "編集を続ける" @@ -6854,17 +6895,17 @@ msgstr "投稿を逃さない" msgid "KWS website" msgstr "KWS のウェブサイト" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "アルゴリズム用に返信をラベル付け" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "{0}によるラベル" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "投稿者によるラベル。" @@ -6893,7 +6934,7 @@ msgstr "あなたのアカウントのラベル" msgid "Language" msgstr "言語" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "言語の設定" @@ -6907,12 +6948,12 @@ msgstr "言語" msgid "Larger" msgstr "大きい" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "最後の開始: {timeAgo} 前" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "最後の開始:たった今" @@ -6923,8 +6964,8 @@ msgstr "最後の開始:たった今" msgid "Latest" msgstr "最新" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "<0>高度な検索フィルタの使い方について詳細を見 msgid "Learn more about age assurance" msgstr "年齢保証について詳しく知る" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Blueskyについての詳細" @@ -6966,8 +7007,8 @@ msgstr "連絡先の読み込みについて詳細を見る" msgid "Learn more about self hosting your PDS." msgstr "自分用のPDSをホスティングする方法を学ぶ。" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "このコンテンツに適用されるモデレーションはこちらを参照してください" @@ -6984,8 +7025,8 @@ msgstr "私たちのブログの記事を読んで、これらの変更につい msgid "Learn more about this warning" msgstr "この警告の詳細" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Blueskyの認証についてもっと詳しく(英語)" @@ -6995,7 +7036,7 @@ msgstr "Blueskyの認証についてもっと詳しく(英語)" msgid "Learn more about what is public on Bluesky." msgstr "Blueskyで公開されている内容はこちらを参照してください。" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Germ DMのリンクについての詳細" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "<0>アカウント設定で詳細を確認する。" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "詳細。" @@ -7067,7 +7108,7 @@ msgstr "このチャットから退出すると完全にロックされ、再び msgid "Left group chat." msgstr "グループチャットを退出しました。" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "あと少しです。" @@ -7080,7 +7121,7 @@ msgstr "選ばせて" msgid "Let's get your password reset!" msgstr "パスワードをリセットしましょう!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "さあ始めましょう!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "ライト" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "いいねする" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "いいねする({0, plural, other {#件のいいね}})" @@ -7114,7 +7155,7 @@ msgstr "10投稿をいいね" msgid "Like 10 posts to train the Discover feed" msgstr "Discoverフィードを訓練するために10投稿をいいねする" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "このフィードをいいね" @@ -7122,8 +7163,8 @@ msgstr "このフィードをいいね" msgid "Like this labeler" msgstr "このラベラーをいいね" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "いいねしたユーザー" @@ -7140,26 +7181,26 @@ msgstr "いいねしたユーザー" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, other {#人のユーザー}}がいいね" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "{0}がいいねしました" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "{0}と{1}がいいねしました" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "いいね" msgid "Likes of your reposts" msgstr "リポストへのいいね" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "この投稿をいいねする" @@ -7191,11 +7232,16 @@ msgstr "リニア" msgid "Link copied to clipboard" msgstr "リンクをクリップボードにコピーしました" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "リスト" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "リスト「{list}」" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "リストのアバター" @@ -7227,20 +7273,20 @@ msgstr "リストは作成されましたが、何人かのメンバーを追加 msgid "List creator" msgstr "リストの作者" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "リストを削除しました" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "リストの説明" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "リストの説明が長すぎます。{DESCRIPTION_MAX_GRAPHEMES, plural, other {最大で#文字です。}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "リストは非表示です" @@ -7248,7 +7294,7 @@ msgstr "リストは非表示です" msgid "List Hidden" msgstr "非表示のリスト" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "リストには名前が必要です。" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "リストをミュートしました" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "リストの名前" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "リストの名前がが長すぎます。{DISPLAY_NAME_MAX_GRAPHEMES, plural, other {最大で#文字です。}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "リストのブロックを解除しました" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "リストのミュートを解除しました" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "リスト" @@ -7326,12 +7372,12 @@ msgstr "ライブ機能はベータ版です" msgid "Live link" msgstr "ライブのリンク" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "さらに読み込む" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "おすすめのフィードをさらに読み込む" @@ -7346,16 +7392,16 @@ msgstr "最新の通知を読み込む" msgid "Load new posts" msgstr "最新の投稿を読み込む" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "チャットを読み込み中…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "リストを読み込み中…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "投稿への反応の設定を読み込み中…" @@ -7383,7 +7429,7 @@ msgstr "このグループチャットをロック" msgid "Locked" msgstr "ロック中" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "ログ" @@ -7405,11 +7451,6 @@ msgstr "<0>@sawaratsuki.bsky.socialによるロゴ" msgid "Long press to open tag menu for {0}" msgstr "長押しで {0} のタグメニューを開く" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "より長いビデオ" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "XXXXX-XXXXXみたいなもの" @@ -7448,7 +7489,7 @@ msgstr "意図した場所であることを確認してください!" msgid "Manage saved feeds" msgstr "保存されたフィードを管理" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "認証設定の管理" @@ -7461,8 +7502,14 @@ msgstr "ミュートしたワードとタグの管理" msgid "Manual" msgstr "手動" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "すべてのアクションを既読にする" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "すべて既読にする" @@ -7473,6 +7520,10 @@ msgstr "すべて既読にする" msgid "Mark all chats as read" msgstr "すべてのチャットを既読にする" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "すべての報告を既読にする" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "メディア" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "{0} に保存されているメディア" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "他のデバイスに保存されているメディア" @@ -7540,7 +7591,7 @@ msgstr "メンバー" msgid "Members can still read chat history but can’t send new messages." msgstr "メンバーはまだチャット履歴を読むことができますが、新しいメッセージを送信することはできません。" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "メンションされたユーザー" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "メッセージ" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "メッセージ" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "{displayName}にメッセージ" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "メッセージは削除されました" @@ -7603,7 +7655,7 @@ msgstr "@{0}からのメッセージ:{1}" msgid "Message from server: {0}" msgstr "サーバーからのメッセージ:{0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "メッセージを入力するフィールド" @@ -7615,7 +7667,7 @@ msgstr "メッセージが長すぎます({graphemeCount}/{MAX_DM_GRAPHEME_LEN msgid "Message options" msgstr "メッセージのオプション" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "メッセージ" @@ -7640,24 +7692,30 @@ msgstr "未成年者への嫌がらせまたはいじめ" msgid "Misleading" msgstr "誤解を招くこと" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "メディアが見つかりません" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "モデレーション" #: src/screens/Settings/Settings.tsx:193 #: src/screens/Settings/Settings.tsx:196 msgid "Moderation and content filters" -msgstr "モデレーションとコンテンツ フィルター" +msgstr "モデレーションとコンテンツフィルター" #: src/components/moderation/ModerationDetailsDialog.tsx:175 msgid "Moderation details" msgstr "モデレーションの詳細" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "モデレーション受信トレイ" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "<0/>の作成したモデレーションリスト" msgid "Moderation list by you" msgstr "あなたの作成したモデレーションリスト" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "モデレーションリストを作成しました" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "モデレーションリストを更新しました" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "モデレーションリスト" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "モデレーションリスト" @@ -7697,11 +7755,11 @@ msgstr "モデレーションリスト" msgid "moderation settings" msgstr "モデレーションの設定" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "モデレーションのステータス" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "モデレーションのツール" @@ -7710,8 +7768,8 @@ msgstr "モデレーションのツール" msgid "Moderator has chosen to set a general warning on the content." msgstr "モデレーターによりコンテンツに一般的な警告が設定されました。" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "その他のフィード" @@ -7720,10 +7778,10 @@ msgstr "その他のフィード" msgid "More languages..." msgstr "その他の言語…" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "その他のオプション" @@ -7747,7 +7805,7 @@ msgstr "音楽" msgid "Mute" msgstr "ミュート" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "ミュート" msgid "Mute {0}" msgstr "{0} をミュート" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "アカウントをミュート" @@ -7816,13 +7874,13 @@ msgstr "タグのみでこのワードをミュート" msgid "Mute this word until you unmute it" msgstr "このワードをミュート解除するまでミュート" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "スレッドをミュート" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "ワードとタグをミュート" @@ -7834,11 +7892,11 @@ msgstr "いつでもミュート、退出、メンバー削除が可能。あな msgid "Muted" msgstr "ミュート済み" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "ミュート中のアカウント" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "ミュート中のアカウント" @@ -7852,7 +7910,7 @@ msgstr "ミュート中のアカウントの投稿は、フィードや通知か msgid "Muted by \"{0}\"" msgstr "「{0}」によってミュート中" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "ミュートしたワードとタグ" @@ -7881,7 +7939,7 @@ msgstr "マイフィード" msgid "My starter pack" msgstr "私のスターターパック" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "名前" @@ -7891,12 +7949,12 @@ msgstr "自然" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "{0}へ移動します" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "スターターパックに移動" @@ -7910,8 +7968,8 @@ msgstr "次の画面に移動します" msgid "Navigates to your profile" msgstr "あなたのプロフィールに移動します" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "著作権侵害、法的要求、または規制遵守の問題を報告する必要がありますか?" @@ -7919,10 +7977,6 @@ msgstr "著作権侵害、法的要求、または規制遵守の問題を報告 msgid "Nevermind, create a handle for me" msgstr "気にせずにハンドルを作成" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "新規" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "新しいメールアドレス" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "新機能" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "新しいメッセージ" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "新しいパスワード" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "新しい投稿" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "新しい投稿" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "新しい順に返信を表示" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "ニュース" @@ -8088,15 +8142,15 @@ msgstr "ニュース" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "次へ" @@ -8108,12 +8162,16 @@ msgstr "次の画像" msgid "Night" msgstr "夜" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "いいえ" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "対応なし" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "広告ゼロ。しつこい追跡なし。使い続けさせるために手放せなくする罠、エンゲージメントトラップもなし。Blueskyは、あなたの時間と集中を大切にします。" @@ -8194,11 +8252,11 @@ msgstr "いいねはありません" msgid "No lists" msgstr "リストなし" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "{0}のフォローを解除しました" @@ -8224,7 +8282,7 @@ msgstr "延々と流れてくる嫌なものから目が離せなくなるドゥ msgid "No name" msgstr "名前なし" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "お知らせはありません!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "誰も" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "投稿者だけがこの投稿を引用できます。" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "結果はありません" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "「{0}」に該当するものは見つかりませんでした。" @@ -8322,7 +8380,7 @@ msgstr "「<0>{query}」の検索結果はありません。" msgid "No results found for your query with advanced search filters applied." msgstr "高度な検索フィルターを適用した検索条件で結果が見つかりませんでした。" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "見つかりませんでした。" @@ -8335,7 +8393,7 @@ msgstr "まだスターターパックはありません" msgid "No thanks" msgstr "結構です" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "あ使いのデバイスから翻訳を受け取れませんでした。" @@ -8343,7 +8401,7 @@ msgstr "あ使いのデバイスから翻訳を受け取れませんでした。 msgid "No video posts yet" msgstr "まだビデオの投稿がありません" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "返信不可" @@ -8360,7 +8418,7 @@ msgstr "まだ誰もこれを引用していません。あなたが最初にな msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "まだ誰もこれをリポストしていません。あなたが最初になるべきかもしれません!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "誰も見つかりませんでした。他を探してみて。" @@ -8398,7 +8456,7 @@ msgstr "このプラットフォームでは利用できません。" msgid "Not followed by anyone you’re following" msgstr "あなたがフォローしている誰からもフォローされていません" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "見つかりません" @@ -8407,7 +8465,7 @@ msgstr "見つかりません" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "投稿をポストする準備ができていませんか?ちょうど良いタイミングとなるまで、あなたの最高のアイデアを下書きに保存しておきましょう。" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "共有についての注意事項" @@ -8419,13 +8477,17 @@ msgstr "注記:Blueskyはオープンでパブリックなネットワーク msgid "Note: This post is only visible to logged-in users." msgstr "注:この投稿はログイン中のユーザーにのみ表示されます。" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "現在、あなたのアカウントに制限はかかっていません。違反の警告履歴は時間の経過とともに記録から削除されます。" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "まだ何も保存されていません" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "通知設定" @@ -8435,8 +8497,8 @@ msgstr "通知設定" msgid "Notification sounds" msgstr "通知音" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "通知音" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "通知" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "OK" @@ -8505,6 +8567,10 @@ msgstr "古い順に返信を表示" msgid "On" msgstr "有効" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "Blueskyでは、これはあなたの投稿があなたをフォローしている人にのみDiscoverフィードに表示されることを意味します。他のアプリは、独自の推薦アルゴリズムでこの設定を使用するかもしれません。" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "選択した受信者のいずれかがグループチャットを許可 msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "選択した受信者のいずれかがあなたをブロックしていてメッセージを送れません。" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "1つもしくは複数のGIFにALTテキストがありません。" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "1つもしくは複数の画像にALTテキストがありません。" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "選択したファイルの 1つ以上がサポートされていません。" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "選択したファイルの1つ以上が大きすぎます。最大サイズは {VIDEO_MAX_SIZE_MB}MBです。" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "一つ以上の投稿が下書きとしては長すぎます。{MAX_DRAFT_GRAPHEME_LENGTH, plural,other {最大で#文字です。}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "1つもしくは複数のビデオにALTテキストがありません。" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "{0}のみ返信可能。" @@ -8556,7 +8622,7 @@ msgstr "{0}のみ返信可能。" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "{1}枚の{2, plural, other {画像}}中{0}枚のみを追加しました。最大で{MAX_GALLERY_IMAGES}枚です" @@ -8578,7 +8644,7 @@ msgstr "このグループチャットに参加できるのはフォロワーの msgid "Only followers who I follow" msgstr "フォロー中のフォロワーのみ" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "画像ファイルのみに対応しています" @@ -8637,7 +8703,7 @@ msgstr "高度な検索オプションを開く" msgid "Open avatar creator" msgstr "アバター・クリエイターを開く" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "カメラを起動" @@ -8655,7 +8721,7 @@ msgstr "{displayName}のチャットメンバーオプションを開く" msgid "Open conversation options" msgstr "会話のオプションを開く" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "下書きを開く" @@ -8663,8 +8729,8 @@ msgstr "下書きを開く" msgid "Open drawer menu" msgstr "引き出しメニューを開く" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "絵文字を入力" @@ -8695,12 +8761,12 @@ msgstr "グループチャットを開く" msgid "Open group chat settings" msgstr "グループチャットの設定を開く" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Google翻訳で開く" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "{niceUrl}へのリンクを開く" @@ -8713,11 +8779,11 @@ msgstr "メッセージのオプションを開く" msgid "Open moderation debug page" msgstr "モデレーションデバッグページを開く" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "ミュートしたワードとタグの設定を開く" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "パックを開く" @@ -8743,7 +8809,7 @@ msgstr "設定を開く" msgid "Open share menu" msgstr "共有メニューを開く" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "スターターパックのメニューを開く" @@ -8759,10 +8825,9 @@ msgstr "システムのログを開く" msgid "Open this group chat" msgstr "このグループチャットを開く" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "{0} フィードを開く" +msgid "Opens {displayName} feed" +msgstr "{displayName}フィードを開く" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "デバッグエントリーの追加詳細を開く" msgid "Opens alt text dialog" msgstr "ALTテキストのダイアログを開く" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "デバイスのカメラを開く" @@ -8804,28 +8869,28 @@ msgstr "ハンドル変更ダイアログを開く" msgid "Opens composer" msgstr "編集画面を開く" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "デバイスのカメラを起動" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "デバイスのギャラリーを開いて最大{MAX_GALLERY_IMAGES, plural, other {#枚の画像}}、あるいは動画またはGIFを1つを選択します。" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "新しいBlueskyのアカウントを作成するフローを開く" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "既存のBlueskyアカウントにサインインする画面を開きます" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "画像全体を表示" @@ -8833,7 +8898,7 @@ msgstr "画像全体を表示" msgid "Opens helpdesk in browser" msgstr "ブラウザでヘルプデスクを開く" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "画像選択を開く" @@ -8854,7 +8919,7 @@ msgstr "投稿言語の設定を開く" msgid "Opens profile" msgstr "プロフィールを開く" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "友達を探して招待する設定を開きます" @@ -8867,11 +8932,11 @@ msgstr "GIF選択ダイアログを開く" msgid "Opens the invite friends sheet to share your profile" msgstr "プロフィールを共有するための友達招待シートを開きます" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "投稿作成画面を開く" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "この下書きを編集画面で開く" @@ -8879,15 +8944,51 @@ msgstr "この下書きを編集画面で開く" msgid "Opens this profile" msgstr "プロフィールを開く" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "オプション:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "または、他のアカウントで続行する。" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "または、他のアカウントにサインインします。" @@ -8985,7 +9086,7 @@ msgstr "パーティーのGIF" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "パスワード" @@ -8993,7 +9094,7 @@ msgstr "パスワード" msgid "Password changed" msgstr "パスワードが変更されました" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "パスワードは 8 文字以上である必要があります。" @@ -9005,7 +9106,7 @@ msgstr "パスワードが更新されました" msgid "Password updated!" msgstr "パスワードが更新されました!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "一時停止" @@ -9020,7 +9121,7 @@ msgstr "ビデオを一時停止" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "ユーザー" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "{ownerName}がフォロー中の人は参加をリクエストできます" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "@{0}がフォロー中のユーザー" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "@{0}をフォロー中のユーザー" @@ -9070,11 +9171,11 @@ msgstr "フォロー中の人はすぐに参加できます" msgid "People I follow can request to join" msgstr "フォロー中の人は参加をリクエストできます" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "フォロー中の人" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "メンションした人" @@ -9082,7 +9183,7 @@ msgstr "メンションした人" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "写真ライブラリへのアクセスが拒否されました。システム設定で有効にしてください。" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "ユーザーを切り替え" @@ -9115,15 +9216,15 @@ msgstr "カラーテーマを選択" msgid "Pictures meant for adults." msgstr "成人向けの画像です。" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "フィードをピン留め" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "ホームにピン留め" @@ -9131,8 +9232,8 @@ msgstr "ホームにピン留め" msgid "Pin to Home" msgstr "ホームにピン留め" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "プロフィールに固定" @@ -9151,11 +9252,11 @@ msgstr "{0}をホームにピン留めしました" msgid "Pinned Feeds" msgstr "ピン留めされたフィード" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "フィードにピン留めしました" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "再生" @@ -9169,12 +9270,12 @@ msgstr "{0}を再生" msgid "Play GIF" msgstr "GIFを再生" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "ビデオを再生" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "ビデオを再生" @@ -9182,7 +9283,7 @@ msgstr "ビデオを再生" msgid "Plays or pauses the GIF" msgstr "GIFの再生や一時停止" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "ビデオの再生や一時停止" @@ -9190,7 +9291,7 @@ msgstr "ビデオの再生や一時停止" msgid "Plays the GIF" msgstr "GIFを再生" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "ビデオを再生" @@ -9207,24 +9308,24 @@ msgid "Please choose your handle." msgstr "ハンドルをお選びください。" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "パスワードを選択してください。" #: src/components/dialogs/EmailDialog/screens/Update.tsx:286 msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky." -msgstr "新しいメールアドレスを確認するために送信したメールのリンクをクリックしてください。 これは、Blueskyのすべての機能を楽しみ続けるための重要なステップです。" +msgstr "新しいメールアドレスを確認するために送信したメールのリンクをクリックしてください。これは、Blueskyのすべての機能を楽しみ続けるための重要なステップです。" #: src/screens/Signup/state.ts:319 msgid "Please complete the verification captcha." msgstr "CAPTCHA認証を完了してください。" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "動画をアップロードするにはメールアドレスの確認をしてください。" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "メールアドレスが正しく入力されていることを再確認してください。" @@ -9232,7 +9333,7 @@ msgstr "メールアドレスが正しく入力されていることを再確認 msgid "Please enter a password." msgstr "パスワードを入力してください。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "パスワードを入力してください。8 文字以上である必要があります。" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "前のメールアドレスに送ったセキュリティコードを入力してください。" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "メールアドレスを入力してください。" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "招待コードを入力してください。" @@ -9306,8 +9407,8 @@ msgstr "チャットが間違って無効化されたと考える理由を説明 msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "「ライブ開始」が間違って無効化されたと考える理由を説明してください。" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "戻るか、アクティブなコンテンツの先頭に戻るためにこの要素を有効にしてください。" @@ -9333,7 +9434,7 @@ msgstr "この報告の理由を選択してください" msgid "Please sign in as @{0}" msgstr "@{0}としてサインインしてください" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "同意のない親密画像(NCII)フォーム経由で報告を送信してください。" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "メッセージを以下に記入してください:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "政治" @@ -9367,18 +9468,18 @@ msgstr "政治" msgid "Porn" msgstr "ポルノ" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "投稿" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "投稿" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "{count}件中の{index}番目の投稿" @@ -9393,12 +9494,12 @@ msgstr "写真を投稿" msgid "Post a video" msgstr "ビデオを投稿" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "すべてポスト" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "とにかく投稿する" @@ -9406,11 +9507,16 @@ msgstr "とにかく投稿する" msgid "Post blocked" msgstr "ブロックされた投稿" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "{account}による投稿" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0}による投稿" @@ -9423,10 +9529,10 @@ msgstr "投稿を削除しました" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "投稿のアップロードに失敗しました。インターネット接続を確認し、再度試してください。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "投稿は削除されました" @@ -9440,11 +9546,11 @@ msgstr "ミュートしたワードによって投稿が表示されません" msgid "Post Hidden by You" msgstr "あなたが非表示にした投稿" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "投稿への反応の設定" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "投稿への反応の設定" @@ -9468,7 +9574,7 @@ msgstr "リンクを投稿" msgid "Post not found" msgstr "投稿が見つかりません" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "投稿を固定しました" @@ -9478,7 +9584,7 @@ msgstr "投稿を固定しました" msgid "Post type" msgstr "投稿タイプ" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "投稿の固定を解除しました" @@ -9487,7 +9593,7 @@ msgstr "投稿の固定を解除しました" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "投稿" @@ -9520,7 +9626,7 @@ msgstr "優先言語" msgid "Press to attempt reconnection" msgstr "再接続してみる" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "プライバシー" msgid "Privacy and security" msgstr "プライバシーとセキュリティ" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "プライバシーとセキュリティの設定" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "プライバシーポリシー" msgid "Privacy violation of a minor" msgstr "未成年者のプライバシー侵害" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "GIFを処理しています…" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "ビデオを処理中…" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "プロフィール" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "ユーザーを一括でミュートまたはブロックする、公開された共有可能なリスト。" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "投稿を公開" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "投稿を公開" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "返信を公開" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "返信を公開" @@ -9685,7 +9791,7 @@ msgstr "QRコードをカメラロールに保存しました!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "引用" @@ -9723,8 +9829,8 @@ msgstr "レート制限を超えました - 短い時間でハンドルを何度 msgid "Rate limit exceeded. Please try again later." msgstr "レート制限を超えました。後でもう一度お試しください。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "引用を再度関連付ける" @@ -9745,7 +9851,7 @@ msgstr "{emoji}でリアクションする" msgid "Reactions" msgstr "反応" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "あなたのアカウントを再有効化" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "高度な検索フィルターの使い方を読む" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "ブログ記事を読む" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "文字を減らす" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "もっと読む" @@ -9780,7 +9886,7 @@ msgstr "さらに返信を読む" msgid "Read our blog post" msgstr "私たちのブログの記事を読む" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Blueskyのブログを読む" @@ -9794,11 +9900,11 @@ msgstr "Blueskyのプライバシーポリシーを読む" msgid "Read the Bluesky Terms of Service" msgstr "Blueskyの利用規約を読む" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "リアルな会話。" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "リアルな人々。" @@ -9862,30 +9968,31 @@ msgstr "会話を再読み込み" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "削除" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" -msgstr "グループ チャットから{displayName}を削除" +msgstr "グループチャットから{displayName}を削除" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "{displayName}をスターターパックから削除" #: src/screens/Messages/ConversationSettings/Member.tsx:157 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" -msgstr "このグループ チャットから{displayName}を削除" +msgstr "このグループチャットから{displayName}を削除" #: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" @@ -9914,8 +10021,8 @@ msgstr "添付を削除" msgid "Remove Avatar" msgstr "アバターを削除" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "バナーを削除" @@ -9950,8 +10057,8 @@ msgstr "チャットから削除" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "マイフィードから削除" @@ -9960,8 +10067,8 @@ msgstr "マイフィードから削除" msgid "Remove from quick access?" msgstr "クイックアクセスから削除しますか?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "保存されたフィードから削除" @@ -9970,7 +10077,7 @@ msgstr "保存されたフィードから削除" msgid "Remove from saved posts" msgstr "保存済投稿から削除" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "フィードから削除しますか?" @@ -10010,7 +10117,7 @@ msgstr "提案を削除" msgid "Remove this feed from your saved feeds" msgstr "保存されたフィードからこのフィードを削除" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "利用できないモデレーションサービスを削除" @@ -10018,10 +10125,14 @@ msgstr "利用できないモデレーションサービスを削除" msgid "Remove user from list" msgstr "リストからユーザーを削除" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "認証を削除" @@ -10029,11 +10140,11 @@ msgstr "認証を削除" msgid "Remove your verification for this account?" msgstr "このアカウントの認証を削除しますか?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "投稿者が削除しました" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "あなたが削除しました" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "保存済投稿から削除しました" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "スターターパックから削除しました" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "あなたのフィードから削除しました" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "利用できないサービスを削除しました" @@ -10128,11 +10240,11 @@ msgstr "返信先のメッセージ、タップしてスクロール" msgid "Replies" msgstr "返信" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "返信できません" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "この投稿への返信は無効化されています。" @@ -10141,14 +10253,14 @@ msgstr "この投稿への返信は無効化されています。" msgid "Reply" msgstr "返信" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "返信" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "返信する({0, plural, other {#件の返信}})" @@ -10162,7 +10274,7 @@ msgstr "返信はスレッドの投稿者によって非表示に" msgid "Reply Hidden by You" msgstr "返信はあなたによって非表示に" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "返信の設定はスレッドの投稿者によって選択されています" @@ -10185,8 +10297,8 @@ msgstr "返信を非表示にすることができました" msgid "Report" msgstr "報告" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "アカウントを報告" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "会話を報告" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "報告ダイアログ" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "フィードを報告" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "リストを報告" @@ -10216,8 +10328,8 @@ msgstr "リストを報告" msgid "Report message" msgstr "メッセージを報告" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "投稿を報告" @@ -10225,8 +10337,8 @@ msgstr "投稿を報告" msgid "Report sent" msgstr "レポートが送信されました" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "スターターパックを報告" @@ -10292,7 +10404,7 @@ msgstr "リポストする({0, plural, other {#件のリポスト}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "リポストまたは引用" @@ -10330,12 +10442,12 @@ msgstr "この投稿をリポストする" msgid "Reposts of your reposts" msgstr "リポストのリポスト" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "リポストはフィードに表示されません" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "リポストがフィードに表示されます" @@ -10348,8 +10460,8 @@ msgstr "グループチャットへのアクセスをリクエスト" msgid "Request approved." msgstr "リクエストが承認されました。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "コードをリクエスト" @@ -10371,7 +10483,7 @@ msgstr "リクエスト済" msgid "Requests" msgstr "リクエスト" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "画像投稿時にALTテキストを必須とする" msgid "Require an email code to sign in to your account." msgstr "アカウントにサインインするにはメールの確認コードが必要です。" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "このプロバイダーに必要" @@ -10418,16 +10530,16 @@ msgstr "コードを再送信" msgid "Resend code in <0>00:{0}" msgstr "<0>00:{0}後にコードの再送信" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "メールを再送" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "メール再送済" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "確認メールを再送済" @@ -10453,6 +10565,11 @@ msgstr "パスワードをリセット" msgid "Reset your password by sending a code to your email" msgstr "メールでコードを送信してパスワードをリセット" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "解決済み" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "既定に戻す" @@ -10479,9 +10596,9 @@ msgstr "エラーになった最後のアクションをやり直す" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "エラーになった最後のアクションをやり直す" msgid "Retry" msgstr "再試行" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "報告オプションの読み込みを再試行する" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "前のページに戻る" @@ -10521,7 +10638,7 @@ msgstr "ホームページに戻る" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "前のページに戻る" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "悲しいGIF" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "生年月日を保存" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "変更を保存" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "変更を保存しますか?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "下書きを保存" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "下書きを保存しますか?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "画像を保存" @@ -10608,8 +10725,8 @@ msgstr "新しいハンドルを保存" msgid "Save QR code" msgstr "QRコードを保存" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "これらのオプションを次回のために保存する" @@ -10618,7 +10735,7 @@ msgstr "これらのオプションを次回のために保存する" msgid "Save to my feeds" msgstr "マイフィードに保存" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "保存されたフィード" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "保存済投稿" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "フィードを保存しました" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "よろしく!" @@ -10661,7 +10778,7 @@ msgstr "スキャン" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "QRコードをスキャン" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "一番上までスクロール" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "検索" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "@{0}の投稿を検索" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "名前や興味で検索" @@ -10717,14 +10834,14 @@ msgid "Search feeds" msgstr "フィードを検索" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "「{interestsDisplayName}」を検索" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" -msgstr "\"{interestsDisplayName}\" を検索(アクティブ)" +msgstr "「{interestsDisplayName}」を検索(アクティブ)" #: src/screens/Search/components/AutocompleteResults.tsx:49 msgid "Search for “{searchText}”" @@ -10734,19 +10851,19 @@ msgstr "「{searchText}」を検索" msgid "Search for {q}" msgstr "{q}を検索" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "他の人におすすめしたいフィードを検索。" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "もっとアカウントを検索" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "もっとフィードを検索" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "人を検索" @@ -10774,14 +10891,14 @@ msgstr "言語を選択" msgid "Search my posts" msgstr "自分の投稿を検索" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "投稿を検索" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "プロフィールを検索" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "検索…" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "プロフィールを検索" @@ -10829,14 +10946,14 @@ msgstr "#{tag} の投稿を表示(すべてのユーザー)" msgid "See #{tag} posts by user" msgstr "#{tag} の投稿を表示(このユーザーのみ)" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Blueskyの求人を見る" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "もっと見る" @@ -10844,16 +10961,11 @@ msgstr "もっと見る" msgid "See more suggested profiles" msgstr "推奨プロフィールをもっと見る" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "トレンド・トピックをもっと見る" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "同じ投稿者によるスレッド内の投稿に番号付きバッジ(1/3、2/3など)を表示します。" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10871,7 +10983,7 @@ msgstr "シークバー。矢印キーで早送りや早戻し、スペースで #. Accessibility label for a category (e.g. Art, Video Games, Sports, etc.) that shows suggested accounts for the user to follow. The tab is not currently active and can be selected. #: src/components/InterestTabs.tsx:340 msgid "Select \"{interestsDisplayName}\" category" -msgstr "\"{interestsDisplayName}\" カテゴリーを選択" +msgstr "「{interestsDisplayName}」カテゴリーを選択" #. Accessibility label for a username suggestion in the account creation flow #. Accessibility label for a username suggestion in the account creation flow @@ -10890,11 +11002,11 @@ msgstr "{langName}を選択" msgid "Select a color" msgstr "色を選択" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "理由を選択" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "アカウントを選択" @@ -10910,7 +11022,7 @@ msgstr "アバターを選択" msgid "Select an emoji" msgstr "絵文字を選択" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "オプションを選択" @@ -10926,7 +11038,7 @@ msgstr "キャプションファイルを選択(.vtt)" #: src/components/dialogs/SearchablePeopleList.tsx:497 #: src/components/dms/InitiateChatFlow.tsx:984 msgid "Select chat \"{name}\"" -msgstr "チャット\"{name}\"を選択" +msgstr "チャット「{name}」を選択" #: src/screens/Settings/LanguageSettings.tsx:195 #: src/screens/Settings/LanguageSettings.tsx:233 @@ -10946,11 +11058,11 @@ msgstr "フィルタータイプを選択(現在:{0})" msgid "Select from an existing account" msgstr "既存のアカウントから選択" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "リストから選択" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "<0>{numberOfListsSelected, plural, other {(選んだ#個)}}のリストから選択" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "このワードをどのくらいの間ミュートするのかを選択。" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "言語選択" @@ -10987,7 +11099,7 @@ msgstr "言語を選択…" msgid "Select languages" msgstr "言語を選択" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "モデレーションサービスを選択" @@ -11028,7 +11140,7 @@ msgstr "アプリのユーザーインターフェースに使用する言語を msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "登録されたフィードに含める言語を選択します。選択されていない場合は、すべての言語が表示されます。" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "生年月日を選択" @@ -11045,7 +11157,7 @@ msgstr "フィード内の翻訳に使用する言語を選択します。" msgid "Select your preferred notification channels" msgstr "お好みの通知チャンネルを選択してください" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "複数のメディアタイプの選択はサポートされていません。" @@ -11076,7 +11188,7 @@ msgstr "エラーレポートを送信" msgid "Send feedback" msgstr "フィードバックを送信" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "メッセージを送信" @@ -11089,7 +11201,7 @@ msgstr "投稿を {name} に送る" msgid "Send post to..." msgstr "投稿を送る…" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "{title}に報告を送信" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "携帯電話からメッセージを送信する" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "確認メールを送信" @@ -11133,7 +11245,7 @@ msgstr "アプリアイコンを{0}に設定" msgid "Set new password" msgstr "新しいパスワードを設定" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "投稿に返信できるグループを正確に設定します" @@ -11141,11 +11253,11 @@ msgstr "投稿に返信できるグループを正確に設定します" msgid "Set up your account" msgstr "アカウントを設定する" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "投稿に誰が返信できるかを設定します" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "下記に生年月日を設定すると、すぐに投稿や閲覧に戻れます!" @@ -11161,9 +11273,9 @@ msgstr "ホスティングプロバイダーを手動で設定" msgid "Sets email for password reset" msgstr "パスワードをリセットするためのメールアドレスを入力" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "設定" @@ -11222,7 +11334,7 @@ msgstr "返信の通知の設定" msgid "Settings for repost notifications" msgstr "リポストの通知の設定" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "設定を保存しました" @@ -11242,7 +11354,7 @@ msgstr "性的にきわどい" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "共有" @@ -11251,7 +11363,7 @@ msgstr "共有" msgid "Share age range" msgstr "年齢範囲を共有" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "とにかく共有" @@ -11279,13 +11391,13 @@ msgstr "招待リンクを共有" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "リンクを共有" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "リンク共有のダイアログ" @@ -11304,12 +11416,12 @@ msgstr "投稿のat:// URIをコピー" msgid "Share Profile" msgstr "プロフィールを共有" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "QRコードを共有" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "このフィードを共有" @@ -11318,22 +11430,22 @@ msgstr "このフィードを共有" msgid "Share this search" msgstr "この検索を共有" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "このスターターパックを共有" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "このスターターパックを共有して、他のユーザーがBlueskyでのコミュニティに参加するよう手伝います" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "共有…" @@ -11345,7 +11457,7 @@ msgstr "連絡先を共有して友達を見つける" msgid "Share your thoughts…" msgstr "あなたの考えを共有…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Shared Preferencesのテスター" @@ -11359,12 +11471,16 @@ msgstr "年齢範囲を共有すると、Appleアカウントに関連付けら msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "年齢範囲を共有すると、Googleアカウントに関連付けられた範囲のみが開示されます(例:18歳以上であること)。<0>正確な年齢や誕生日が共有されることはなく、このデータがこのデバイスから送信されることもありません。そのため、このデバイスでのみアクセスが有効になります。または、<1>信頼できるパートナーである KWS を利用して認証を完了し、すべてのプラットフォームでアクセスを有効にすることもできます。" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "表示" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "アカウントのステータスを表示" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "ALTテキストを表示" @@ -11373,14 +11489,14 @@ msgstr "ALTテキストを表示" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "とにかく表示" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "自動化ラベルを表示" @@ -11401,16 +11517,16 @@ msgstr "カスタマイズオプションを表示" msgid "Show group chat updates" msgstr "グループチャットの更新を表示" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "このような投稿の表示を減らす" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "とにかくリストを表示" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "選択するユーザーのリストを表示します" @@ -11418,8 +11534,8 @@ msgstr "選択するユーザーのリストを表示します" msgid "Show more" msgstr "さらに表示" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "このような投稿の表示を増やす" @@ -11445,8 +11561,8 @@ msgstr "返信を表示" msgid "Show replies as" msgstr "返信の表示方法" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "返信を全員に見せる" @@ -11455,8 +11571,8 @@ msgstr "返信を全員に見せる" msgid "Show reposts" msgstr "リポストを表示" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "フィードでリポストを表示" @@ -11478,7 +11594,7 @@ msgstr "警告の表示とフィードからのフィルタリング" msgid "Show when you’re live" msgstr "ライブ状態を表示" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "この投稿がいつ作成されたかについての情報を表示する" @@ -11486,15 +11602,15 @@ msgstr "この投稿がいつ作成されたかについての情報を表示す msgid "Shows other accounts you can switch to" msgstr "切替可能な他のアカウントを表示" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "コンテンツを表示" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "コンテンツを表示" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "サインイン" msgid "Sign in as {0}" msgstr "{0}としてサインイン" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "サインインするアカウント…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "サインインまたはアカウントを作成" @@ -11551,16 +11667,17 @@ msgstr "Blueskyにサインイン または 新規アカウントの登録" msgid "Sign in to request access to this group chat." msgstr "サインインしてこのグループチャットへの参加をリクエストする。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "サインインして投稿を表示" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "次の日付以降" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "スキップ" msgid "Skip contact sharing and continue to the app" msgstr "連絡先の共有をスキップしてアプリに進む" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "空の投稿をスキップしますか?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "チュートリアルをスキップしてアカウントの使用を開始" @@ -11628,7 +11745,7 @@ msgstr "チュートリアルをスキップしてアカウントの使用を開 msgid "Skip to next step" msgstr "次のステップへスキップ" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "スライド" @@ -11644,19 +11761,24 @@ msgstr "リマインダーをスヌーズ" msgid "So many thoughts, you should post one" msgstr "下書きがいっぱいだ、どれかひとつ投稿しよう" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "あなたがコントロールするソーシャルメディア。" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "投稿に対するソーシャルプルーフ" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "ソフトウェア開発" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "リスト中のいくつかのモデレーションサービスは利用できません。" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "認証の一部が無効です。" @@ -11664,7 +11786,7 @@ msgstr "認証の一部が無効です。" msgid "Some other feeds you might like" msgstr "お好みかもしれない他のフィード" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "一部の人が返信可能" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "何らかの問題が発生したようです" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "何らかの問題が発生したようなので、もう一度お試しください" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "問題が発生しました。しばらくしてからもう一度お試 msgid "Something went wrong. Please try again." msgstr "問題が発生しました。もう一度お試しください。" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "何か問題がありますか?お知らせください。" @@ -11759,8 +11881,8 @@ msgstr "何か問題がありますか?お知らせください。" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "申し訳ありません。現在、アカウントのおすすめを読み込むことができません。" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "申し訳ありません!セッションの有効期限が切れました。もう一度サインインしてください。" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "スパム、その他の不正・欺瞞的行為" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "スポーツ" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "あなたの友達やフォローしている人がいいねした投稿を見つける。" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "会話を開始すると、ここに表示されます。" @@ -11826,14 +11953,14 @@ msgstr "チャットを開始" msgid "Start chat with {displayName}" msgstr "{displayName}とのチャットを開始" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "スターターパック" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "{0}によるスターターパック" @@ -11841,12 +11968,12 @@ msgstr "{0}によるスターターパック" msgid "Starter pack by <0/>" msgstr "<0/>によるスターターパック" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "自分のスターターパック" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "スターターパックが無効です" @@ -11854,7 +11981,7 @@ msgstr "スターターパックが無効です" msgid "Starter packs" msgstr "スターターパック" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "スターターパック" @@ -11893,7 +12020,7 @@ msgstr "ストレージがクリアされたため、今すぐアプリを再起 msgid "Stored as part of a secure code for matching with others" msgstr "他のユーザーとのマッチングのため、セキュアなコードの一部として保存されます" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "ストーリーブック" @@ -11928,13 +12055,13 @@ msgstr "異議申し立てを送信" msgid "Submit feedback" msgstr "フィードバックを送信" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "報告を送信" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "同意のない親密画像(NCII)フォーム経由で報告を送信" @@ -11963,11 +12090,11 @@ msgstr "これらのラベルを使用するには@{0}を登録してくださ msgid "Subscribe to account activity" msgstr "アカウントアクティビティを購読する" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "ラベラーを登録する" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "このラベラーを登録" @@ -11975,7 +12102,7 @@ msgstr "このラベラーを登録" msgid "Subscribe to this list" msgstr "このリストに登録" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "成功" @@ -11998,7 +12125,7 @@ msgstr "正常に認証されました" msgid "Suggested" msgstr "おすすめ" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "おすすめのアカウント" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "サンセット" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,9 +12214,9 @@ msgstr "タグのみ" msgid "Take the conversation private." msgstr "会話をプライベートに。" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." -msgstr "下をタップするとBlueskyがGPSの位置情報にアクセスできるようになります。 その後、そのデータを使用して、お住まいの地域で利用可能なコンテンツと機能をより正確に決定します。" +msgstr "下をタップするとBlueskyがGPSの位置情報にアクセスできるようになります。その後、そのデータを使用して、お住まいの地域で利用可能なコンテンツと機能をより正確に決定します。" #: src/components/dms/MessageItem.tsx:697 msgid "Tap for details" @@ -12103,8 +12230,8 @@ msgstr "タップして情報を表示" msgid "Tap for more information" msgstr "タップしてさらに詳しく" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "ここをタップしてGPSで位置情報を更新してください。" @@ -12206,7 +12333,7 @@ msgstr "規約" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "フィードバックありがとうございます!フィードのオ msgid "Thanks for your feedback!" msgstr "フィードバックをありがとうございました!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "ありがとう、メールアドレスの確認に成功しました。このダイアログを閉じても大丈夫です。" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "ありがとうございます!準備完了です。" @@ -12246,16 +12373,16 @@ msgstr "ありがとうございます!準備完了です。" msgid "That contains the following:" msgstr "その内容は以下の通りです:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "そのスターターパックが見つかりませんでした。" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "そのユーザー名は既に使用されています" @@ -12263,13 +12390,13 @@ msgstr "そのユーザー名は既に使用されています" msgid "That's all, folks!" msgstr "以上です、皆さん!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "これで全部です!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "このアカウントは、ブロック解除後にあなたとやり取りすることができます。" @@ -12287,7 +12414,7 @@ msgstr "このスレッドの投稿者がこの返信を非表示にしました msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "入力した生年月日は、あなたが18歳未満であることを意味します。特定のコンテンツや機能が利用できない場合があります。" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Blueskyウェブアプリ" @@ -12352,32 +12479,32 @@ msgstr "返信した投稿は、作成者によって {suggestedLanguageName}で msgid "The Privacy Policy has been moved to <0/>" msgstr "プライバシーポリシーは<0/>に移動しました" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "処理されたビデオが大きすぎます。小さいファイルでもう一度やり直してください。" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "選択したビデオをエンコードできませんでした。" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "選択された動画を処理できませんでした。" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "選択したビデオのアスペクト比はサポートされていません。" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "選択したビデオが{VIDEO_MAX_SIZE_MB} MBより大きいです。小さいファイルでもう一度やり直してください。" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "選択したビデオは長すぎます。" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "選択されたビデオはサポートされていない形式です。" @@ -12386,7 +12513,7 @@ msgstr "選択されたビデオはサポートされていない形式です。 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "サーバーで問題が発生しているようです。少し間をおいて再度試してください。" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "見ようとしたスターターパックが無効です。代わりにスターターパックを削除してください。" @@ -12402,7 +12529,7 @@ msgstr "サポートフォームは移動しました。サポートが必要な msgid "The Terms of Service have been moved to" msgstr "サービス規約は移動しました" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "入力された確認コードが正しくありません。正しいリンクを使用したかを確認するか、新しい確認コードを要求してください。" @@ -12412,7 +12539,7 @@ msgstr "入力された確認コードが正しくありません。正しいリ msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "認証プロバイダがあなたの電話番号にコードを送信できませんでした。電話番号を確認して、もう一度お試しください。" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "ビデオをホスティングプロバイダーへアップロードできませんでした。もう一度お試しください。" @@ -12428,7 +12555,7 @@ msgstr "生年月日を変更できる頻度に制限があります。再度更 msgid "There is no invite link for this group chat." msgstr "このグループチャットの招待リンクはありません。" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "アカウントの無効化に期限はありません。いつでも戻ってこられます。" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "インターネット接続に問題が発生しました。もう一度やり直してください" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "サーバーへの問い合わせ中に問題が発生しました" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "サーバーへの問い合わせ中に問題が発生したので、インターネットへの接続を確認の上、もう一度試してください。" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "通知の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "投稿の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" @@ -12495,25 +12622,25 @@ msgstr "フィードの更新中に問題が発生したので、インターネ #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "問題が発生しました! {0}" @@ -12521,10 +12648,10 @@ msgstr "問題が発生しました! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "問題が発生しました。インターネットへの接続を確認 msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "アプリケーションに予期しない問題が発生しました。このようなことが繰り返した場合はサポートへお知らせください!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Blueskyに新規ユーザーが殺到しています!できるだけ早くアカウントを有効にできるよう努めます。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "これらはデフォルトの設定です" @@ -12576,7 +12703,7 @@ msgstr "再度招待しないと再び参加することはできません。" msgid "This {screenDescription} has been flagged:" msgstr "この{screenDescription}にはフラグが設定されています:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "信頼できるソースによって認証されたため、このアカウントにはチェックマークが付いています。" @@ -12584,7 +12711,7 @@ msgstr "信頼できるソースによって認証されたため、このアカ msgid "This account has been marked as automated by its owner." msgstr "このアカウントは所有者により自動化済みとして設定されています。" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "このアカウントは認証は何度か認証が試みられましたが、現在は認証されていません。" @@ -12618,9 +12745,9 @@ msgstr "この異議申し立てはBlueskyのモデレーション・サービ msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "この投稿者は、サインインしている人にのみ投稿を表示するように設定しています。" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." -msgstr "このボタンを他のユーザーがクリックすると、Germ DMアプリを開いてあなたにメッセージを送信できます。 Germ DMアプリから見えるかどうかを管理できます。 また、下のボタンをクリックすることでBlueskyアカウントをGerm DMから完全に切断することもできます。" +msgstr "このボタンを他のユーザーがクリックすると、Germ DMアプリを開いてあなたにメッセージを送信できます。Germ DMアプリから見えるかどうかを管理できます。また、下のボタンをクリックすることでBlueskyアカウントをGerm DMから完全に切断することもできます。" #: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" @@ -12649,7 +12776,7 @@ msgstr "このチャットは切断されました" msgid "This code is invalid. Resend to get a new code." msgstr "このコードは無効です。再送信で新しいコードを取得してください。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "この確認コードは無効です。もう一度やり直してください。" @@ -12683,7 +12810,7 @@ msgstr "この会話はロックされています。" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "削除あるいは無効化されたアカウントとの会話です。押すと選択肢が表示されます" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "この下書きは完全に削除されます。" @@ -12700,7 +12827,7 @@ msgstr "正確なフレーズ" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "この機能により、他のユーザーはあなたの新しい投稿と返信の通知を受け取ることができます。誰にこの機能を有効にしますか?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "この機能はベータ版です。リポジトリのエクスポートの詳細については、<0>このブログ投稿を参照してください。" @@ -12763,7 +12890,7 @@ msgstr "このデバイスでこのアカウントを確認するのは初めて msgid "This is not a valid link" msgstr "有効なリンクではありません" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "このラベルは、このアカウントが自動化されていることを示します。有効化すると、ラベルがアカウントのプロフィールと投稿でアカウント名の横に表示されます。いつでも有効化や無効化できます。" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "このリンクは次のウェブサイトへリンクしています:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "<0>{0}が作成したこのリストは名前または説明がBlueskyのコミュニティガイドラインに違反している可能性があります。" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "あなたが作成したこのリストは名前または説明がBlueskyのコミュニティガイドラインに違反している可能性があります。" @@ -12829,11 +12956,11 @@ msgstr "このユーザーはあなたをブロックしています" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "<0>{0}に投稿されたと表示されていますが、Blueskyに初めて登場したのは<1>{1}です。" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "投稿に対する返信制限のタイプが不明です。アプリが古いかもしれません。" @@ -12845,19 +12972,19 @@ msgstr "この投稿はログイン中のユーザーにのみ表示されます msgid "This post was deleted by its author" msgstr "この投稿は投稿者によって削除されました" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "この投稿はフィードとスレッドから非表示になります。元に戻すことはできません。" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "この投稿の投稿者は引用投稿を無効にしています。" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "この投稿はサインインしているユーザーにのみ表示されます。サインインしていないユーザーには表示されません。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "この返信はスレッドの一番下にある非表示のセクションに移動され、その後のあなたや他のユーザー宛の返信の通知をミュートします。" @@ -12870,7 +12997,7 @@ msgstr "この画面はグループ会話でのみ利用できます。" msgid "This service has not provided terms of service or a privacy policy." msgstr "このサービスには、利用規約もプライバシーポリシーもありません。" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "このサービスは、Live機能がベータ版の間はサポートされません。許可されているサービス: {formatted}" @@ -12927,7 +13054,7 @@ msgstr "新しいユーザーです。ここを押すといつ参加したかの msgid "This user isn't following anyone." msgstr "このユーザーは誰もフォローしていません。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "このビデオはあなたのデバイスでは再生できません。あたなのブラウザには再生に必要なビデオコーデック(H.264/AAC)が無いようです。" @@ -12946,22 +13073,17 @@ msgstr "ミュートしたワードから「{0}」が削除されます。あと #: src/screens/Settings/components/DeleteAccountDialog.tsx:336 msgid "This will irreversibly delete your Bluesky account <0>{currentHandle} and all associated data. Note that this will affect any other <1>AT Protocol services you use with this account." -msgstr "あなたのBlueskyアカウント <0>{currentHandle}と関連するすべてのデータは削除され、元に戻せません。 このアカウントで使用する他の<1>ATプロトコルサービスに影響を与えることに注意してください。" +msgstr "あなたのBlueskyアカウント <0>{currentHandle}と関連するすべてのデータは削除され、元に戻せません。このアカウントで使用する他の<1>ATプロトコルサービスに影響を与えることに注意してください。" #. placeholder {0}: account.handle #: src/screens/Settings/Settings.tsx:690 msgid "This will remove @{0} from the quick access list." msgstr "クイックアクセスのリストから@{0}を削除します。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "これによってあなたの投稿が全員に見える引用投稿からは削除され、プレースホルダーに置き換えられます。" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "スレッド番号" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "スレッドの設定" msgid "Threaded" msgstr "スレッド" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "スレッドの設定" @@ -13002,7 +13124,7 @@ msgstr "タイトル" msgid "Title (100 characters max)" msgstr "タイトル(最大100文字)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "メールでの2要素認証を無効にするには、メールアドレスにアクセスできるか確認してください。" @@ -13012,7 +13134,7 @@ msgstr "メールでの2要素認証を無効にするには、メールアド msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "メールでの2要素認証を無効にするには、<0>{0}にアクセスできるか確認してください" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "ログアウトするには、<0>ここをクリック。または、ご希望の場合は、<1>アカウントを削除できます。" @@ -13020,11 +13142,11 @@ msgstr "ログアウトするには、<0>ここをクリック。または msgid "Today" msgstr "今日" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "成人向けコンテンツの有効化/無効化を切り替え" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "音の切り替え" @@ -13053,7 +13175,7 @@ msgstr "トップ" msgid "Top replies first" msgstr "トップの返信を最初に" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "トピック" @@ -13061,8 +13183,8 @@ msgstr "トピック" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "翻訳" @@ -13074,12 +13196,12 @@ msgstr "翻訳" msgid "Translating" msgstr "翻訳中" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "翻訳中…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "お使いのデバイスでは同じ言語への翻訳ができません。" @@ -13088,9 +13210,9 @@ msgstr "お使いのデバイスでは同じ言語への翻訳ができません msgid "Tree view" msgstr "ツリー表示" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "トレンド" @@ -13099,12 +13221,20 @@ msgstr "トレンド" msgid "Trending GIFs" msgstr "人気のGIF" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "トレンドのオプション" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "トレンド・トピック" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "トレンド・トピックは、ネットワーク上で人々が話題にしている内容に基づいています。トピックのタイトルと説明はAIによって生成されます。" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "トレンド・ビデオ" @@ -13113,7 +13243,7 @@ msgstr "トレンド・ビデオ" msgid "Trolling" msgstr "トローリング(荒らし)" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "信頼は人間関係、コミュニティ、共有されている文脈から得られるため、<0>信頼できる認証者(認証を直接発行できる組織)を有効にしています。" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "接続できません。インターネットへの接続を確認して再度試してください。" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "サービスに接続できません。インターネットの接続を確認してください。" @@ -13187,7 +13317,7 @@ msgstr "サービスに接続できません。インターネットの接続を msgid "Unable to contact your service. Please check your Internet connection." msgstr "あなたのサービスに接続できません。インターネットの接続を確認してください。" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "削除できません" @@ -13205,6 +13335,10 @@ msgstr "選択した受信者を見つけられません。" msgid "Unable to find the selected recipient." msgstr "選択した受信者が見つけられません。" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "アカウントを読み込めません" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "ハンドルを解決できません" @@ -13233,14 +13367,14 @@ msgstr "フィードの情報が利用できません" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "ブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "ブロックを解除" @@ -13251,8 +13385,8 @@ msgstr "{displayName}のブロックを解除" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "アカウントのブロックを解除" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "アカウントのブロックを解除しますか?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "アカウントのブロックを解除しますか?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "リストのブロックを解除" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "レビュー中" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "元に戻す" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "元に戻す" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "リポストを元に戻す({0, plural, other {#件のリポスト}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0}のフォローを解除" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "アカウントのフォローを解除" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "ユーザーのフォローを解除" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "残念ながら、登録しているラベラーはどれもこのタイプの報告をサポートしていません。" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "残念ながら、あなたがプロフィールに設定した生年月日は、Blueskyにアクセスするには若すぎます。" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "残念ながら、宣言された年齢は、お住まいの地域でBlueskyにアクセスできる年齢に達していないことを示しています。" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "不明な認証" @@ -13333,13 +13490,13 @@ msgstr "ラベルのない成人向けコンテンツ" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "ラベルなし、虐待的、または合意のない成人向けコンテンツ" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "いいねを外す" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "いいねを外す({0, plural, other {#件のいいね}})" @@ -13351,12 +13508,12 @@ msgstr "チャットのロックを解除" msgid "Unlock this group chat" msgstr "このグループチャットのロックを解除" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "ミュートを解除" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "ミュートを解除" msgid "Unmute {0}" msgstr "{0} のミュートを解除" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "アカウントのミュートを解除" @@ -13379,8 +13536,8 @@ msgstr "アカウントのミュートを解除" msgid "Unmute conversation" msgstr "会話のミュートを解除" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "リストのミュートを解除" @@ -13388,8 +13545,8 @@ msgstr "リストのミュートを解除" msgid "Unmute this group chat" msgstr "このグループチャットのミュートを解除" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "スレッドのミュートを解除" @@ -13397,14 +13554,14 @@ msgstr "スレッドのミュートを解除" msgid "Unmute video" msgstr "ビデオのミュートを解除" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "ピン留めを解除" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "フィードのピン留めを外す" @@ -13414,13 +13571,13 @@ msgstr "フィードのピン留めを外す" msgid "Unpin from home" msgstr "ホームからピン留めを解除" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "プロフィールから固定を解除" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "モデレーションリストのピン留めを解除" @@ -13429,29 +13586,34 @@ msgstr "モデレーションリストのピン留めを解除" msgid "Unpinned {0} from Home" msgstr "{0}のピン留めを解除しました" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "フィードからピン留めを解除" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "リストのピン留めを解除しました" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "未読" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "メールのリマインダーのスヌーズを解除" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "登録を解除" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "リストの登録を解除" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "このラベラーの登録を解除" @@ -13463,7 +13625,7 @@ msgstr "リストの登録を解除しました" msgid "Unsupported clipboard content" msgstr "サポートされていなクリップボードのコンテンツ" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "サポートしていないビデオ形式:{mimeType}" @@ -13512,10 +13674,10 @@ msgstr "{domain}に更新" msgid "Update your email" msgstr "メールアドレスの更新" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "位置情報を更新" @@ -13539,24 +13701,24 @@ msgstr "テキストファイルのアップロード先:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "カメラからアップロード" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "ファイルからアップロード" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "ライブラリーからアップロード" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "GIFをアップロード中…" @@ -13570,7 +13732,7 @@ msgstr "画像をアップロード中…" msgid "Uploading link thumbnail..." msgstr "リンクのサムネイルをアップロード中…" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "ビデオをアップロード中…" @@ -13648,7 +13810,7 @@ msgstr "あなたをブロックしているユーザー" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" -msgstr "<0/>の作成したユーザーリスト" +msgstr "{0}の作成したユーザーリスト" #. placeholder {0}: sanitizeHandle(view.creator.handle, '@') #: src/state/queries/feed.ts:168 @@ -13659,25 +13821,25 @@ msgstr "{0} によるユーザーリスト" msgid "User list by you" msgstr "あなたの作成したユーザーリスト" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "ユーザーリストを作成しました" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "ユーザーリストを更新しました" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "ユーザー名は{MAX_SERVICE_HANDLE_LENGTH, plural, other {#文字}}までです" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "ユーザー名はハイフンで始まったり終わったりできません" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "ユーザー名はアルファベット(a-z)、数字、ハイフンのみ使用できます" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "ユーザー名またはメールアドレス" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "<0>@{0}にフォローされているユーザー" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "<0>@{0}をフォローしているユーザー" @@ -13707,11 +13869,11 @@ msgstr "値:" msgid "Verification failed, please try again." msgstr "認証に失敗しました。再度試してください。" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "認証設定" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "認証設定" @@ -13720,14 +13882,14 @@ msgstr "認証設定" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Blueskyでの認証は他のプラットフォームとは異なります。<0>詳細はこちら" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "認証者:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "アカウントを認証" @@ -13790,12 +13952,12 @@ msgstr "年齢を認証する" msgid "Verify your email" msgstr "メールアドレスを確認" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "認証中" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "年齢保証ステータスを確認中" @@ -13815,16 +13977,16 @@ msgstr "バージョン {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "スターターパック<0/><1>{starterPackName}経由" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "ビデオ" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "ビデオの処理に失敗" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "ビデオフィード" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "{0}からのビデオ:{text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "{0}のビデオ。タップして再生または一時停止します" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "ビデオゲーム" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "ビデオは一時停止中です" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "ビデオを再生中です" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "ビデオが見つかりません。" @@ -13859,12 +14021,12 @@ msgstr "ビデオが見つかりません。" msgid "Video settings" msgstr "ビデオの設定" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "ビデオをアップロードしました" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "ビデオ:{0}" @@ -13872,19 +14034,13 @@ msgstr "ビデオ:{0}" msgid "Videos" msgstr "ビデオ" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "ビデオは10分以下でなければなりません。" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "ビデオは3分未満でなければなりません。" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "表示" @@ -13903,9 +14059,9 @@ msgstr "{0}のアバターを表示" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "{0}のプロフィールを表示" @@ -13924,11 +14080,11 @@ msgstr "{displayName}のプロフィールを見る" msgid "View {publicationTitle}" msgstr "{publicationTitle}を表示" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "ブロック中のユーザーのプロフィールを表示" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "詳細についてのブログの記事を見る" @@ -13936,8 +14092,8 @@ msgstr "詳細についてのブログの記事を見る" msgid "View debug entry" msgstr "デバッグエントリーを表示" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "詳細を表示" @@ -13977,13 +14133,13 @@ msgstr "もっと表示" msgid "View more trending videos" msgstr "話題のビデオをもっと見る" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "投稿を表示" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "@{0}によって提供されるラベリングサービスを見る" msgid "View this user's verifications" msgstr "このユーザーの認証情報を表示" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "このフィードにいいねしたユーザーを見る" @@ -14026,11 +14182,11 @@ msgstr "このフィードにいいねしたユーザーを見る" msgid "View video" msgstr "ビデオを表示" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "ブロックしたアカウントを見る" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "投稿への反応のデフォルト設定を表示" @@ -14039,11 +14195,15 @@ msgstr "投稿への反応のデフォルト設定を表示" msgid "View your feeds and explore more" msgstr "フィードを表示し、さらにフィードを探す" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "モデレーション受信トレイを見る" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "モデレーションリストを見る" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "ミュートしたアカウントを見る" @@ -14060,6 +14220,10 @@ msgstr "画像全体を表示" msgid "Views video in immersive mode" msgstr "ビデオを没入モードで表示" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "コミュニティガイドラインに違反しています: {guideline}" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "暴力行為(暴力)" @@ -14136,6 +14300,10 @@ msgstr "この会話への参加リクエストを読み込めませんでした msgid "We couldn’t load this conversation’s settings" msgstr "この会話の設定を読み込めませんでした" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "アカウントの設定を読み込めませんでした。インターネット接続を確認して、もう一度お試しください。" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "ホスティングプロバイダーを確認できませんでした。インターネット接続を確認するか、<0>ホスティングプロバイダーを手動で設定してください。" @@ -14148,16 +14316,16 @@ msgstr "一致した後にハッシュを削除します" msgid "We don't store your friends' phone numbers or send any messages" msgstr "お友達の電話番号を保存したり、メッセージを送信したりしません" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "あなたのアカウントが準備できるまで{estimatedTime}ほどかかります。" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:206 msgid "We have partnered with <0>KWS to handle age verification. When you click \"Begin\" below, KWS will email you instructions to complete the verification process. If your email address has already been used to verify your age for another game or service that uses KWS, you won’t need to do it again. When you’re done, you'll be brought back to continue using Bluesky." -msgstr "私たちは年齢確認のために<0>KWSと提携しています。以下の「開始」をクリックすると、KWSは確認プロセスを完了するための指示をメールで送信します。 KWSを使っている別のゲームやサービスで年齢確認のためにあなたのメールアドレスをすでに使用している場合、再度確認をする必要はありません。確認を完了したら、戻ってきてBlueskyの使用を続けることができます。" +msgstr "私たちは年齢確認のために<0>KWSと提携しています。以下の「開始」をクリックすると、KWSは確認プロセスを完了するための指示をメールで送信します。KWSを使っている別のゲームやサービスで年齢確認のためにあなたのメールアドレスをすでに使用している場合、再度確認をする必要はありません。確認を完了したら、戻ってきてBlueskyの使用を続けることができます。" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "別の確認コードを<0>{0}へ送りました。" @@ -14186,28 +14354,28 @@ msgstr "すくなくとも2つの「気になること」を選択するのを msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "<0>{0}にリンクが含まれているメールを送信しました。メールアドレスの確認プロセスを完了するために、そのリンクをクリックしてください。" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "あなたがビデオのアップロードを許可されているかどうか判断できません。もう一度お試しください。" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:19 msgid "We were unable to load the age assurance configuration for your region, probably due to a network error. Some content and features may be unavailable temporarily. Please try again later." -msgstr "お住まいの地域での年齢保証の設定をロードできませんでした。おそらくネットワークエラーが原因です。 一部のコンテンツや機能が一時的に利用できない場合があります。後でもう一度お試しください。" +msgstr "お住まいの地域での年齢保証の設定をロードできませんでした。おそらくネットワークエラーが原因です。一部のコンテンツや機能が一時的に利用できない場合があります。後でもう一度お試しください。" #: src/components/dialogs/BirthDateSettings.tsx:41 msgid "We were unable to load your birthdate preferences. Please try again." msgstr "生年月日の設定を読み込むことができませんでした。もう一度お試しください。" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "現在設定されたラベラーを読み込めません。" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "接続に問題が発生したため、認証を受け取ることができませんでした。確認が完了したら、アカウントは自動的に更新されます。" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "アカウントの準備ができたらお知らせします。" @@ -14236,7 +14404,7 @@ msgstr "<0>コミュニティガイドライン も更新しますので、 msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "コミュニティガイドラインも更新しますので、皆様のご意見をお聞かせください。新しいガイドラインは2025年10月15日より施行されます。" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "サーバーで年齢保証のステータスを確認しています。数秒かかります。" @@ -14255,7 +14423,7 @@ msgstr "ネットワークで問題が発生しています。もう一度試し msgid "We’re having network issues, try again" msgstr "ネットワークで問題が発生しています。もう一度試してください" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Blueskyに新しい認証方式を導入しました。見やすいチェックマークです。" @@ -14267,7 +14435,7 @@ msgstr "参加してくださることを大変嬉しく思います!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "申し訳ございませんが、お使いのデバイスから共有されたデータに基づくと、Blueskyをご利用いただける年齢に達していません。" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "申し訳ありません、デバイスの位置情報によれば、あなたは現在、年齢保証が必要な地域にいます。" @@ -14296,7 +14464,7 @@ msgstr "大変申し訳ありませんが、検索を完了できませんでし msgid "We're sorry, you cannot access this screen at this time." msgstr "申し訳ありませんが、現時点ではこの画面にアクセスできません。" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "大変申し訳ありません!返信しようとしている投稿は削除されました。" @@ -14311,7 +14479,7 @@ msgstr "大変申し訳ありません!ラベラーは20までしか登録で #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:123 msgid "We’re updating our <0>Terms of Service, <1>Privacy Policy, and <2>Copyright Policy, effective September 15th, 2025." -msgstr "2025 年 9 月 15 日をもって、<0>利用規約、<1>プライバシー ポリシー、<2>著作権ポリシー を更新いたします。" +msgstr "2025年9月15日をもって、<0>利用規約、<1>プライバシーポリシー、<2>著作権ポリシー を更新いたします。" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:64 msgid "We're updating our policies" @@ -14319,18 +14487,18 @@ msgstr "ポリシーを更新しています" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:77 msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025." -msgstr "2025 年 9 月 15 日より、利用規約、プライバシー ポリシー、著作権ポリシーを更新します。" +msgstr "2025 年9月15日より、利用規約、プライバシーポリシー、著作権ポリシーを更新します。" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:62 msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "2025年9月15日より、利用規約、プライバシーポリシー、著作権ポリシーを更新いたします。また、コミュニティガイドラインも更新いたしますので、皆様のご意見をお聞かせください。新しいガイドラインは2025年10月15日より有効となります。変更内容の詳細とご意見の投稿方法については、ブログ記事をご覧ください。" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "年齢保証ステータスを確認しました。このダイアログを閉じることができます。" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "おかえりなさい!" @@ -14351,17 +14519,17 @@ msgstr "あなたのスターターパックを何と呼びたいですか?" msgid "what’s up" msgstr "what's up" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "最近どう?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "チェックをタップすると、どの組織が認証を与えているかが表示されます。" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "誰がこの投稿に反応できますか?" @@ -14369,12 +14537,12 @@ msgstr "誰がこの投稿に反応できますか?" msgid "Who can join this group chat and how" msgstr "誰がどのようにこのグループチャットに参加できるか" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "返信できるユーザー" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "誰が認証できますか?" @@ -14387,7 +14555,7 @@ msgstr "おっと!" #: src/components/interstitials/TrendingVideos.tsx:128 #: src/screens/Search/modules/ExploreTrendingVideos.tsx:110 msgid "Whoops! Trending videos failed to load." -msgstr "おっと!トレンドビデオの読み込みに失敗しました。" +msgstr "おっと!トレンド・ビデオの読み込みに失敗しました。" #: src/screens/Takendown.tsx:167 msgid "Why are you appealing?" @@ -14434,11 +14602,11 @@ msgstr "ユーザーをブロックするかこの会話を削除しますか( msgid "Would you like to block this user and/or leave this conversation?" msgstr "ユーザーをブロックするかこの会話を削除しますか(あるいは両方)?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "保存されている下書きを表示する前にこれを下書きとして保存しますか?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "後で編集するためにこれを下書きとして保存しますか?" @@ -14447,12 +14615,12 @@ msgstr "後で編集するためにこれを下書きとして保存しますか msgid "Write a post" msgstr "投稿を書く" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "投稿を書く" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "返信を書く" @@ -14475,8 +14643,8 @@ msgstr "会話の種類が正しくありません" msgid "www.mylivestream.tv" msgstr "live.example.jp" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "はい" @@ -14486,8 +14654,8 @@ msgstr "はい" msgid "Yes GIFs" msgstr "「はい」のGIF" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "はい、無効化します" @@ -14495,19 +14663,19 @@ msgstr "はい、無効化します" msgid "Yes, delete my account" msgstr "はい、アカウントを削除します" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "はい、このスターターパックを削除します" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "はい、切り離します" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "はい、非表示にします" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "はい、アカウントを再有効化します" @@ -14519,7 +14687,7 @@ msgstr "昨日" msgid "You are a trusted verifier" msgstr "あなたは信頼された認証者です" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "お客様は、アプリにアクセスする前に年齢を確認することを法的に要求する地域からBlueskyにアクセスしています。" @@ -14544,12 +14712,12 @@ msgstr "アカウントを作成するホスティングプロバイダー:" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "現在、ライブ開始機能の使用がブロックされています。このモデレーションの決定に異議申し立てを行うには、以下のフォームを送信してください。" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "現在Blueskyの年齢保証手順にアクセスできません。これがエラーだと思われる場合は<0>モデレーションチームまでご連絡ください。" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "あなたは並んでいます。" @@ -14558,11 +14726,11 @@ msgstr "あなたは並んでいます。" msgid "You are Live" msgstr "ライブ中" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "もうライブ中ではありません" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "あなたはビデオのアップロードを許可されていません。" @@ -14570,7 +14738,7 @@ msgstr "あなたはビデオのアップロードを許可されていません msgid "You are not following anyone yet" msgstr "まだ誰もフォローしていません" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "現在ライブ中です!" @@ -14592,16 +14760,16 @@ msgstr "「気になること」は「コンテンツとメディアの設定」 #: src/screens/Settings/components/DeleteAccountDialog.tsx:217 msgid "You can also <0>temporarily deactivate 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." -msgstr "代わりに、<0>一時的にアカウントを無効にすることもできます。 プロフィール、投稿、フィード、リストは他のBlueskyユーザーには表示されなくなります。 ログインするといつでもアカウントを再開できます。" +msgstr "代わりに、<0>一時的にアカウントを無効にすることもできます。プロフィール、投稿、フィード、リストは他のBlueskyユーザーには表示されなくなります。ログインするといつでもアカウントを再開できます。" #: src/view/com/posts/FollowingEmptyState.tsx:60 #: src/view/com/posts/FollowingEndOfFeed.tsx:61 msgid "You can also discover new Custom Feeds to follow." msgstr "また、あなたはフォローすべき新しいカスタムフィードを発見できます。" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." -msgstr "また、チャットデータを \"JSONL\" ファイルとしてダウンロードすることもできます。 このファイルには、送信したチャットメッセージのみが含まれており、受信したチャットメッセージは含まれていません。" +msgstr "また、チャットデータを \"JSONL\" ファイルとしてダウンロードすることもできます。このファイルには、送信したチャットメッセージのみが含まれており、受信したチャットメッセージは含まれていません。" #: src/components/contacts/screens/GetContacts.tsx:252 msgid "You can always opt out and delete your data" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "新しいパスワードでサインインできるようになりました。" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "投稿ひとつあたり{MAX_GALLERY_IMAGES, plural, other {画像#枚}}までしか添付できません" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "下書きは最大で1000文字です。" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "下書きは最大で1000文字です。下書きを表示する前にこの投稿を履きしますか?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "一度に1つのGIFしか選択できません。" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "一度に1つのビデオしか選択できません。" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "アカウントを再有効化してログインし続けることができます。あなたのプロフィールと投稿は他のユーザーに見えるようになります。" @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "チャットの履歴は読めますが、新しいメッセージは送れません。" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "合計で{MAX_GALLERY_IMAGES, plural, other {#枚の画像}}まで選択できます。" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "これは設定画面から後で変更できます。" @@ -14690,7 +14855,7 @@ msgstr "アプリパスワードを使用している間は生年月日を更新 msgid "You don't follow any users who follow @{name}." msgstr "@{name}をフォローしているユーザーを誰もフォローしていません。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "リストがまだありません。" @@ -14720,7 +14885,7 @@ msgstr "あなたはこのユーザーをブロックしているため、コン #: src/components/ageAssurance/useAgeAssuranceCopy.ts:17 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." -msgstr "あなたは年齢保証プロセスを完了しましたが、その結果によれば、私たちはあなたが18歳以上であることを確認することはできません。 お住まいの地域の法律により、Blueskyの特定の機能はあなたが成人であることを確認できるまで制限されたままにする必要があります。" +msgstr "あなたは年齢保証プロセスを完了しましたが、その結果によれば、私たちはあなたが18歳以上であることを確認することはできません。お住まいの地域の法律により、Blueskyの特定の機能はあなたが成人であることを確認できるまで制限されたままにする必要があります。" #: src/view/screens/Notifications.tsx:291 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." @@ -14728,7 +14893,7 @@ msgstr "返信、引用、メンションの通知が完全に無効になって #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "無効なコードが入力されました。それはXXXXX-XXXXXのようになっているはずです。" @@ -14778,15 +14943,15 @@ msgstr "最後まで到達しました" msgid "You have successfully verified your email address. You can close this dialog." msgstr "メールアドレスの確認に成功しました。このダイアログを閉じても大丈夫です。" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "ビデオのアップロードの制限に一時的に到達しました。時間をおいてもう一度お試しください。" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "この下書きに未保存の変更があります。保存しますか?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "未保存の変更があります。既存の下書きを表示する前に保存しますか?" @@ -14814,7 +14979,7 @@ msgstr "あなたがこの返信を非表示にしました。" #. placeholder {0}: getTimeAgo(lastInitiatedAt, new Date(), {format: 'long'}) #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:249 msgid "You initiated this flow already, {0} ago. It may take up to 5 minutes for emails to reach your inbox. Please consider waiting a few minutes before trying again." -msgstr "{0} 前にこのフローを開始しました。メールが受信トレイに届くまでに最大 5 分かかる場合があります。 再試行する前に数分お待ちください。" +msgstr "{0} 前にこのフローを開始しました。メールが受信トレイに届くまでに最大 5 分かかる場合があります。再試行する前に数分お待ちください。" #: src/components/NewskieDialog.tsx:108 msgid "You joined Bluesky {timeAgoString} ago" @@ -14858,7 +15023,7 @@ msgstr "スターターパックを作成するには、少なくとも7人を msgid "You must grant access to your photo library to save a QR code" msgstr "QRコードを保存するには写真ライブラリへのアクセスを許可する必要があります" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "メディアライブラリへのアクセスを許可する必要があります。" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "あなたはこのチャットのオーナーです" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "以前、あなたは@{0}を無効化しました。" @@ -14911,11 +15076,21 @@ msgstr "自分の投稿に返信しました" msgid "You requested to join" msgstr "参加をリクエストしました" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "すべてのアカウントからサインアウトします。" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "準備完了!ただし、特定の機能は大人であることを確 msgid "You’re in control" msgstr "あなたがコントロールできます" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "あなたは並んでいます。" @@ -15010,7 +15185,7 @@ msgstr "あなたは連絡先へのアクセスを拒否しました" msgid "You've found some people to follow" msgstr "フォローするユーザーを探せました" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "アクティブなコンテンツの最後に到達しました。" @@ -15018,7 +15193,7 @@ msgstr "アクティブなコンテンツの最後に到達しました。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "フィードはここまでです!もっとフォローするアカウントを見つけましょう。" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "下書きの数の上限に達しました" @@ -15030,22 +15205,23 @@ msgstr "リクエスト数の上限に達しました。後でもう一度お試 msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "フィルターの上限である{MAX_FILTERS, plural, other {#個}}に達しました。新しいフィルターを作成する代わりに、既存のフィルターに値を追加してください。" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "アクティブなコンテンツの先頭に移動しました。" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "ビデオのアップロードの一日の上限に到達しました(容量が大きすぎます)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "ビデオのアップロードの一日の上限に到達しました(ビデオの数が多すぎます)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "見るべきビデオがなくなりました。休憩を取ってもいい時間かも?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "あなたのアカウント" @@ -15062,7 +15238,19 @@ msgstr "あなたのアカウントは削除されました。またね! ✌ msgid "Your account has been suspended" msgstr "あなたのアカウントは停止されています" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "あなたのアカウントはコミュニティガイドライン違反を繰り返しました。さらなる違反により、あなたのアカウントは永久に停止される可能性があります。" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "あなたのアカウントには違反記録があります" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "あなたのアカウントが永久に停止される危険性があります" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "あなたのアカウントは作成して間もないため動画をアップロードできません。もう一度お試しください。" @@ -15074,19 +15262,19 @@ msgstr "あなたのアカウントは新しすぎます" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "新しいグループチャットを作るにはアカウントを作って少なくとも7日経ってなくてはなりません。" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "あなたのアカウントの公開データの全記録を含むリポジトリは、「CAR」ファイルとしてダウンロードできます。このファイルには、画像などのメディア埋め込み、また非公開のデータは含まれていないため、それらは個別に取得する必要があります。" #: src/screens/Takendown.tsx:208 msgid "Your account was found to be in violation of the <0>Bluesky Social Terms of Service. You have been sent an email outlining the specific violation and suspension period, if applicable. You can appeal this decision if you believe it was made in error." -msgstr "あなたのアカウントは<0>Bluesky Social利用規約に違反していることが判明しました。該当している場合、違反している具体的内容と停止期間を説明したメールが贈られています。この決定が誤りであると思うのであれば異議申し立てを行うことができます。" +msgstr "あなたのアカウントは<0>Bluesky Social利用規約に違反していることが判明しました。該当している場合、違反している具体的内容と停止期間を説明したメールが送られています。この決定が誤りであると思うのであれば異議申し立てを行うことができます。" #: src/screens/Takendown.tsx:148 msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "あなたの異議申し立てが送信されました。異議申し立てに成功していれば、あなたにメールが届きます。" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "生年月日" @@ -15115,7 +15303,7 @@ msgstr "あなたの連絡先 {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "あなたの現在のハンドル<0>{0}は自動的に予約されたままになります。いつでもこのアカウントに戻すことができます。" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "あなたは18歳未満だと宣言しています。以下の設定のいくつかは無効になっているかもしれません。間違いであれば、<0>アカウント設定で誕生日を変更できます。" @@ -15128,7 +15316,7 @@ msgstr "あなたのメールアドレス" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "メールアドレスが無効なようです。" @@ -15140,7 +15328,7 @@ msgstr "あなたのメールアドレスはまだ確認されていません。 msgid "Your first like!" msgstr "最初のいいね!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "フォロワー" @@ -15157,7 +15345,7 @@ msgstr "フルハンドルは<0>@{0}になります" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "メールアドレスからホスティングプロバイダーを検出できないため、デフォルトのBlueskyサービスが使用されます。代わりにユーザー名を入力するか、プロバイダーを手動で設定してください。" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "お使いのホスティングプロバイダーはこの大きさのビデオをサポートしていません。より小さいファイルで再度お試しください。" @@ -15165,7 +15353,7 @@ msgstr "お使いのホスティングプロバイダーはこの大きさのビ msgid "Your hosting provider is detected automatically from the username you enter." msgstr "入力したユーザー名から、ホスティングプロバイダーが自動的に検出されました。" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "「気になること」を更新しました!" msgid "Your interests help us find what you like!" msgstr "「気になること」を設定すると、好きなものを見つけやすくなります!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "位置情報が更新されました。" @@ -15198,15 +15386,20 @@ msgstr "あなたの名前、アバター、グループチャットの名前、 msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "パスワードが正常に変更されました!これからBlueskyにサインインする際は、新しいパスワードを使用してください。" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "パスワードは 8 文字以上である必要があります。" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "投稿が削除されました" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "投稿が送信されました" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "投稿が送信されました" @@ -15214,7 +15407,7 @@ msgstr "投稿が送信されました" msgid "Your preferred language" msgstr "あなたの主要言語" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "あなたのプロフィール画像" @@ -15223,24 +15416,28 @@ msgstr "あなたのプロフィール画像" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "あなたのプロフィール写真のまわりを、他のユーザーのプロフィール写真が同心円状に取り囲んでいる" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "あなたのプロフィール、投稿、フィード、そしてリストは他のBlueskyユーザーに見えなくなります。ログインすることでいつでもアカウントを再有効化できます。" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "返信が送信されました" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "報告は <0>{0}に送信されます。" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "あなたの報告" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "「気になること」は興味を引くコンテンツを提供するために役立てます。" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "あなたのスレッドには空の投稿がありますが、それらはスキップされます。他の残りの投稿はスレッドとして公開されます。" diff --git a/src/locale/locales/kab/messages.po b/src/locale/locales/kab/messages.po index 1cbdee6e36..fda6607566 100644 --- a/src/locale/locales/kab/messages.po +++ b/src/locale/locales/kab/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: kab\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Kabyle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:493 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,7 +828,7 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" @@ -874,7 +883,7 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" @@ -892,7 +901,7 @@ msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:394 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:380 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:673 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2109,7 +2137,7 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:69 #: src/components/StarterPack/ProfileStarterPacks.tsx:267 #: src/components/StarterPack/ProfileStarterPacks.tsx:277 -#: src/view/screens/Profile.tsx:349 +#: src/view/screens/Profile.tsx:351 msgid "Before creating a starter pack, you must first verify your email." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2647,28 +2675,28 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/screens/Login/LoginForm.tsx:645 +#: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,12 +3480,12 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:633 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:609 msgid "Create a list from this starter pack" msgstr "" @@ -3642,12 +3671,12 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" -#: src/view/screens/Profile.tsx:573 -#: src/view/screens/Profile.tsx:574 +#: src/view/screens/Profile.tsx:575 +#: src/view/screens/Profile.tsx:576 msgid "Create a Starter Pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:615 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:604 +#: src/screens/StarterPack/StarterPackScreen.tsx:704 +#: src/screens/StarterPack/StarterPackScreen.tsx:783 msgid "Delete" msgstr "" @@ -3909,18 +3938,18 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:598 +#: src/screens/StarterPack/StarterPackScreen.tsx:774 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:670 msgid "Delete starter pack?" msgstr "" @@ -3928,11 +3957,11 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4401,16 +4441,16 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:585 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,13 +5232,6 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5220,7 +5248,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,7 +5269,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" @@ -5265,24 +5293,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 #: src/view/screens/Feeds.tsx:504 -#: src/view/screens/Profile.tsx:238 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/screens/Profile.tsx:240 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5326,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5338,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5369,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5394,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5414,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5472,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5486,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5494,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5510,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:441 +#: src/screens/StarterPack/StarterPackScreen.tsx:449 msgid "Follow all" msgstr "" @@ -5496,9 +5532,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5577,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5588,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5619,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5628,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5650,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5743,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5849,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5872,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5883,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 msgid "Go Back" msgstr "" @@ -5867,8 +5904,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5916,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5926,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5937,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5980,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5990,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6035,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6125,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6142,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6159,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6192,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6205,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6213,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,31 +6238,31 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6270,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6303,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6344,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6352,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6335,16 +6371,16 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:138 #: src/screens/Login/components/HostingProviderDialog.tsx:159 #: src/screens/Login/ForgotPasswordForm.tsx:84 -#: src/screens/Login/LoginForm.tsx:660 +#: src/screens/Login/LoginForm.tsx:665 msgid "Hosting provider" msgstr "" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) -#: src/screens/Login/LoginForm.tsx:656 +#: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" msgstr "" -#: src/screens/Login/LoginForm.tsx:658 +#: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" msgstr "" @@ -6369,8 +6405,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,11 +6436,11 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" @@ -6420,7 +6456,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6477,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6486,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6497,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6512,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6562,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6576,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6647,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6671,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6696,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6727,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6739,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6797,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,7 +6822,7 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" @@ -6800,12 +6836,12 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6852,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +#: src/screens/StarterPack/StarterPackScreen.tsx:477 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6876,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,22 +6890,22 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:70 -#: src/view/screens/Profile.tsx:231 +#: src/view/screens/Profile.tsx:233 msgid "Labels" msgstr "" @@ -6893,7 +6929,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6943,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6959,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6982,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7002,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7020,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7031,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7040,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7103,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7116,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7131,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7150,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7158,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7176,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7168,7 +7204,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:158 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/index.tsx:314 -#: src/view/screens/Profile.tsx:237 +#: src/view/screens/Profile.tsx:239 msgid "Likes" msgstr "" @@ -7178,7 +7214,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7227,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7232,15 +7273,15 @@ msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7289,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7298,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 +#: src/screens/ProfileList/components/Header.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 +#: src/screens/ProfileList/components/Header.tsx:106 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 -#: src/view/screens/Profile.tsx:232 -#: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:242 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7367,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7387,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7424,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7446,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7484,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7497,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7515,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7509,17 +7555,17 @@ msgid "Me" msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 -#: src/view/screens/Profile.tsx:235 +#: src/view/screens/Profile.tsx:237 msgid "Media" msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7586,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7611,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7626,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7650,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7662,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7687,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7705,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7727,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7750,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7763,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7721,9 +7774,9 @@ msgid "More languages..." msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7800,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7812,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7869,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7887,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7905,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7934,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7944,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7963,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7972,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8025,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8077,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8038,12 +8087,12 @@ msgstr "" #: src/screens/ProfileList/index.tsx:277 #: src/view/screens/Feeds.tsx:545 #: src/view/screens/Notifications.tsx:165 -#: src/view/screens/Profile.tsx:604 +#: src/view/screens/Profile.tsx:606 msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8125,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,8 +8137,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 @@ -8108,12 +8157,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8186,7 +8239,7 @@ msgstr "" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 -#: src/view/screens/Profile.tsx:536 +#: src/view/screens/Profile.tsx:538 msgid "No likes yet" msgstr "" @@ -8194,11 +8247,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8208,7 +8261,7 @@ msgstr "" msgid "No media filter" msgstr "" -#: src/view/screens/Profile.tsx:482 +#: src/view/screens/Profile.tsx:484 msgid "No media yet" msgstr "" @@ -8224,7 +8277,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8298,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8263,7 +8316,7 @@ msgid "No posts here" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:84 -#: src/view/screens/Profile.tsx:440 +#: src/view/screens/Profile.tsx:442 msgid "No posts yet" msgstr "" @@ -8276,7 +8329,7 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" -#: src/view/screens/Profile.tsx:467 +#: src/view/screens/Profile.tsx:469 msgid "No replies yet" msgstr "" @@ -8297,7 +8350,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,11 +8375,11 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" -#: src/view/screens/Profile.tsx:568 +#: src/view/screens/Profile.tsx:570 msgid "No Starter Packs yet" msgstr "" @@ -8335,15 +8388,15 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" -#: src/view/screens/Profile.tsx:509 +#: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8398,8 +8451,8 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 -#: src/view/screens/Profile.tsx:130 +#: src/Navigation.tsx:170 +#: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8460,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8472,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8492,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8502,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8547,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8562,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8584,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8617,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8639,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8625,7 +8686,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:375 #: src/screens/Settings/AppPasswords.tsx:59 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 -#: src/view/screens/Profile.tsx:130 +#: src/view/screens/Profile.tsx:132 msgid "Oops!" msgstr "" @@ -8637,7 +8698,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8716,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8724,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8756,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8774,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8804,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:571 msgid "Open starter pack menu" msgstr "" @@ -8759,16 +8820,15 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/screens/Login/LoginForm.tsx:646 +#: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" msgstr "" @@ -8788,7 +8848,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8864,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8893,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8914,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8927,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8883,11 +8943,11 @@ msgstr "" msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9045,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9053,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9065,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9080,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:193 msgid "People" msgstr "" @@ -9033,12 +9093,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9130,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9115,15 +9175,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9191,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9211,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9229,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9242,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9250,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9267,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9279,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9292,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9333,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9366,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9393,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9419,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,38 +9427,38 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" -#: src/view/screens/Profile.tsx:486 -#: src/view/screens/Profile.tsx:487 +#: src/view/screens/Profile.tsx:488 +#: src/view/screens/Profile.tsx:489 msgid "Post a photo" msgstr "" -#: src/view/screens/Profile.tsx:513 -#: src/view/screens/Profile.tsx:514 +#: src/view/screens/Profile.tsx:515 +#: src/view/screens/Profile.tsx:516 msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9466,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9488,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9505,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9533,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9543,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,8 +9552,8 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 -#: src/view/screens/Profile.tsx:233 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9585,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9620,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9634,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9647,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9664,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9698,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9750,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9788,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9810,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9824,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9845,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9859,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,19 +9927,19 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 +#: src/components/FeedCard.tsx:375 #: src/components/StarterPack/Wizard/WizardListCard.tsx:105 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" @@ -9914,8 +9979,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9960,8 +10025,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10035,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10075,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10019,9 +10084,9 @@ msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10094,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10061,7 +10126,7 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10124,15 +10189,15 @@ msgstr "" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:218 #: src/screens/Settings/NotificationSettings/index.tsx:181 #: src/screens/Settings/NotificationSettings/index.tsx:330 -#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:236 msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10206,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10227,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10250,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,12 +10263,12 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" @@ -10216,8 +10281,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10290,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:646 +#: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Report starter pack" msgstr "" @@ -10292,7 +10357,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:566 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10395,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10413,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10436,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10451,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10483,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10518,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10549,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10574,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:790 msgid "Return to previous page" msgstr "" @@ -10521,7 +10591,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10530,7 +10600,7 @@ msgstr "" msgid "Returns to the previous step" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" msgstr "" @@ -10540,10 +10610,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10642,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10678,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10688,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10700,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10731,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10756,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10769,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10787,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10738,15 +10808,15 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10844,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10864,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10899,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10914,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +10955,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +10975,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11011,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11039,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11052,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11093,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11110,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11141,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11154,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11163,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11198,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11206,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11226,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11287,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11307,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:436 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11316,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11344,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11369,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,11 +11383,11 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:429 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" @@ -11330,10 +11395,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/StarterPack/StarterPackScreen.tsx:627 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11410,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11424,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11442,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11470,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11487,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11514,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11524,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11547,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11555,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11575,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11591,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11620,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11671,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11684,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11698,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11714,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11739,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11800,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11826,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11834,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11865,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11906,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11921,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Starter pack is invalid" msgstr "" @@ -11854,8 +11934,8 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 -#: src/view/screens/Profile.tsx:239 +#: src/screens/Search/Explore.tsx:658 +#: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11867,7 +11947,7 @@ msgstr "" msgid "Starter packs let you share your favorite feeds and people with your friends." msgstr "" -#: src/view/screens/Profile.tsx:566 +#: src/view/screens/Profile.tsx:568 msgid "Starter Packs let you share your favorite feeds and people with your friends." msgstr "" @@ -11893,7 +11973,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12008,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12043,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12055,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12078,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12107,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12167,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12183,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12286,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12313,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12326,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 #: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 #: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12343,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12367,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12432,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12466,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:764 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12482,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12492,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12508,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12525,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 +#: src/screens/ProfileList/components/Header.tsx:96 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:828 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12575,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,8 +12601,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 @@ -12537,11 +12617,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12656,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12664,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12698,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12729,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12763,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12780,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12843,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12869,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12909,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12925,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12950,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13007,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13033,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13056,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13077,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13087,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13095,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13128,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13136,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13149,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13163,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13174,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13196,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13258,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13270,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:689 msgid "Unable to delete" msgstr "" @@ -13205,6 +13288,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13320,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13338,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,7 +13348,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" @@ -13270,12 +13357,17 @@ msgstr "" msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13296,32 +13388,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13425,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13443,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13460,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13388,8 +13480,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13489,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,8 +13506,8 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" @@ -13429,7 +13521,7 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" @@ -13437,21 +13529,26 @@ msgstr "" msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13560,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13609,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13636,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13667,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13609,7 +13706,7 @@ msgstr "" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/view/screens/Profile.tsx:393 +#: src/view/screens/Profile.tsx:395 msgid "user" msgstr "" @@ -13659,25 +13756,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13787,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13804,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13817,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13887,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13912,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13931,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,32 +13956,26 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" -#: src/view/screens/Profile.tsx:236 +#: src/view/screens/Profile.tsx:238 msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +13994,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14015,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14027,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14068,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14109,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14117,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14130,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14155,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14235,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14251,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14260,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14289,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14301,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14339,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14358,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14370,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14399,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14428,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14454,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14472,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,25 +14537,25 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" -#: src/view/screens/Profile.tsx:444 -#: src/view/screens/Profile.tsx:445 +#: src/view/screens/Profile.tsx:446 +#: src/view/screens/Profile.tsx:447 msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14578,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14589,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14598,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:701 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14622,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14647,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14661,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14673,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14702,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14733,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14762,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14790,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14828,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14878,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +14958,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +14971,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14984,7 +15084,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15110,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15118,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15130,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15163,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15187,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15199,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15228,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15241,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15253,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15270,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15278,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15295,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15311,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15332,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15341,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/km/messages.po b/src/locale/locales/km/messages.po index 3ad57b8d5e..282d16be68 100644 --- a/src/locale/locales/km/messages.po +++ b/src/locale/locales/km/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: km\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Khmer\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,21 +186,21 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" -msgstr "{0, plural, one {អ្នកតាម} other {អ្នកតាម}}" +msgstr "{0, plural, other {អ្នកតាម}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" -msgstr "{0, plural, one {អ្នកកំពុងតាម} other {អ្នកកំពុងតាម}}" +msgstr "{0, plural, other {អ្នកកំពុងតាម}}" #. placeholder {0}: profile.postsCount || 0 #: src/screens/Profile/Header/Metrics.tsx:58 @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} បានចុះឈ្មោះជាមួយកញ msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} កំពុងតាម" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -834,7 +843,7 @@ msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "\"<0>{0} និង<1> <2>{1} ត្រូវបានរួមបញ្ចូលនៅក្នុងកញ្ចប់ចាប់ផ្តើមរបស់អ្នក" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} ត្រូវបានរួមបញ្ចូលនៅក្នុងកញ្ចប់ចាប់ផ្តើមរបស់អ្នក" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "សមាជិក <0>{0}" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>អ្នក និង<1> <2>{0} ត្រូវបានរួមបញ្ចូលនៅក្នុងកញ្ចប់ចាប់ផ្តើមរបស់អ្នក" @@ -946,6 +955,12 @@ msgstr "៧ ថ្ងៃ" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "ភាពងាយស្រួល" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "ការកំណត់មានភាពងាយស្រួល" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "គណនី" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "គណនីត្រូវបានរារាំង" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "គណនីបានធ្វើតាម" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "គណនីត្រូវបានបិទសំឡេង" @@ -1111,24 +1126,24 @@ msgstr "គណនីត្រូវបានដកចេញពីការចូ #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "គណនីត្រូវបានបិទ" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "គណនី​មិន​បាន​តាម" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "គណនីត្រូវបានបើក" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "បន្ថែម" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "បន្ថែម {0} បន្ថែមទៀតដើម្បីបន្ត" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "បន្ថែម {displayName} ទៅកញ្ចប់ចាប់ផ្តើម" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "បន្ថែមអ្នកប្រើប្រាស់ទៅក្នុងបញ្ជីនេះ" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "បន្ថែមគណនី" @@ -1201,11 +1216,11 @@ msgstr "បន្ថែមអត្ថបទជំនួស (ជាជម្រ msgid "Add another account" msgstr "បន្ថែមគណនីផ្សេងទៀត" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "បន្ថែមប្រកាសមួយទៀត" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "បន្ថែមពាក្យសម្ងាត់កម្មវិ msgid "Add App Password" msgstr "បន្ថែមពាក្យសម្ងាត់កម្មវិធី" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "បន្ថែមមតិព័ត៌មានដែលបានណែនាំ" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "បន្ថែមមតិព័ត៌មានមួយចំនួនទៅកញ្ចប់ចាប់ផ្តើមរបស់អ្នក" @@ -1307,12 +1322,12 @@ msgstr "បន្ថែមមតិព័ត៌មានលំនាំដើម msgid "Add the following DNS record to your domain:" msgstr "បន្ថែមកំណត់ត្រា DNS ខាងក្រោមទៅកាន់ Domain របស់អ្នក" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "បញ្ចូលព័ត៌មាននេះទៅក្នុងមតិព័ត៌មានរបស់អ្នក" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "បន្ថែមទៅបញ្ជី" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "មនុស្សពេញវ័យ" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "មាតិកាសម្រាប់មនុស្សពេញវ័យ" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "មាតិកាសម្រាប់មនុស្សពេញវ័យអាចត្រូវបានបើកតាមរយៈគេហទំព័រនៅ <0>bsky.app ប៉ុណ្ណោះ។" @@ -1402,7 +1417,7 @@ msgstr "ស្លាកមាតិកាសម្រាប់មនុស្ស msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "កម្រិតខ្ពស់" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "គណនីទាំងអស់ត្រូវបានតាមដាន" @@ -1474,7 +1494,7 @@ msgstr "មតិព័ត៌មានទាំងអស់ដែលអ្នក msgid "Allow access to your direct messages" msgstr "អនុញ្ញាតឱ្យចូលប្រើសារផ្ទាល់របស់អ្នក" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "អនុញ្ញាតឱ្យ quote posts" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "អនុញ្ញាតឱ្យចូលប្រើសារផ្ទាល់" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "មានលេខកូដរួចហើយ?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "បាន​ចូល​ជា @{0} រួច​ហើយ" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "\"អ៊ីមែល​ត្រូវ​បាន​ផ្ញើ​ទៅ {0}។ វា​រួម​បញ្ចូល​ទាំង​កូដ​បញ្ជាក់​ដែល​អ្នក​អាច​បញ្ចូល​ខាងក្រោម" @@ -1587,7 +1607,7 @@ msgstr "កំហុសមួយបានកើតឡើង" msgid "An error occurred" msgstr "កំហុសមួយបានកើតឡើង" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "កំហុសមួយបានកើតឡើងខណៈពេលកំពុងបង្ហាប់វីដេអូ" @@ -1596,7 +1616,7 @@ msgstr "កំហុសមួយបានកើតឡើងខណៈពេលក msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "កំហុសបានកើតឡើងខណៈពេលកំពុ msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "កំហុសបានកើតឡើងខណៈពេលកំពុងផ្ទុកវីដេអូ។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "កំហុសបានកើតឡើងខណៈពេលកំពុងផ្ទុកវីដេអូ។ សូមព្យាយាមម្តងទៀត" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "កំហុសបានកើតឡើងខណៈពេលរក្ស #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "កំហុសបានកើតឡើងខណៈពេលព្យាយាមតាមដានទាំងអស់" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "បញ្ហាបានកើតឡើង សូមព្យាយាមម្តងទៀត" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "ស្លាកសញ្ញាមិនស្គាល់" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "ហើយ" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "ឈ្មោះពាក្យសម្ងាត់កម្មវិធ msgid "App passwords" msgstr "ពាក្យសម្ងាត់កម្មវិធី" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "ពាក្យសម្ងាត់កម្មវិធី" @@ -1856,7 +1876,7 @@ msgstr "ប្តឹងឧទ្ធរណ៍លើការសម្រេចច msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "បានរក្សាទុកពី {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "តើអ្នកប្រាកដថាចង់លុបពាក្ msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "តើអ្នកប្រាកដទេថាអ្នកចង់លុបកញ្ចប់ចាប់ផ្តើមនេះ" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "តើអ្នកប្រាកដថាចង់លុបវាចេញពីមតិព័ត៌មានរបស់អ្នកមែនទេ" @@ -1945,7 +1965,7 @@ msgstr "តើអ្នកប្រាកដថាចង់លុបវាចេ msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "តើអ្នកប្រាកដថាចង់បោះបង់ការបង្ហោះនេះទេ?" @@ -1953,7 +1973,7 @@ msgstr "តើអ្នកប្រាកដថាចង់បោះបង់ក msgid "Are you sure?" msgstr "តើអ្នកប្រាកដទេ?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "សិល្បៈ" msgid "Artistic or non-erotic nudity." msgstr "អាក្រាតកាយបែបសិល្បៈ ឬមិនស្រើបស្រាល" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "ត្រឡប់" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "បិទគណនី" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "រារាំង" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "គណនី​ដែល​បាន​ទប់ស្កាត់" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "គណនី​ដែល​បាន​ទប់ស្កាត់" @@ -2288,7 +2316,7 @@ msgstr "ការទប់ស្កាត់ជាសាធារណៈ។ គ 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." msgstr "ការទប់ស្កាត់នឹងមិនរារាំងស្លាកមិនឱ្យអនុវត្តនៅលើគណនីរបស់អ្នកទេ ប៉ុន្តែវានឹងបញ្ឈប់គណនីនេះពីការឆ្លើយតបនៅក្នុងខ្សែស្រឡាយរបស់អ្នក ឬធ្វើអន្តរកម្មជាមួយអ្នក" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "ប្លុក" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky មិនអាចបញ្ជាក់ពីភាពត្រឹមត្រូវនៃកាលបរិច្ឆេទដែលបានទាមទារនោះទេ" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky នឹងជ្រើសរើសសំណុំនៃគណនីដែលបានណែនាំពីមនុស្សនៅក្នុងបណ្តាញរបស់អ្នក" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "រកមើលការណែនាំបន្ថែមនៅលើទ msgid "Browse other feeds" msgstr "រកមើលព័ត៌មានផ្សេងទៀត" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "អាជីវកម្ម" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "ដោយ {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "តាមរយៈការបង្កើតគណនីមួយ អ msgid "By creating an account you agree to the <0>Terms of Service." msgstr "តាមរយៈការបង្កើតគណនីមួយ អ្នកយល់ព្រមនឹង <0>លក្ខខណ្ឌប្រើប្រាស់" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "កាមេរ៉ា" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "បោះបង់" msgid "Cancel quote post" msgstr "បោះបង់ការប្រកាសសម្រង់" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "បោះបង់ការបើកដំណើរការឡើងវិញ ហើយចេញ" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "មិនអាចធ្វើអន្តរកម្មជាមួយអ្នកប្រើប្រាស់ដែលត្រូវបានទប់ស្កាត់បានទេ" @@ -2609,7 +2637,7 @@ msgstr "ចំណងជើង (.vtt)" msgid "Captions & alt text" msgstr "ចំណងជើង និងអត្ថបទជំនួស" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2636,7 +2664,7 @@ msgstr "" #: src/screens/Settings/AppIconSettings/index.tsx:36 #: src/screens/Settings/AppIconSettings/index.tsx:224 msgid "Change app icon to \"{0}\"" -msgstr "ផ្លាស់ប្តូររូបតំណាងកម្មវិធីទៅជា" +msgstr "ផ្លាស់ប្តូររូបតំណាងកម្មវិធីទៅជា \"{0}\"" #: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" @@ -2651,24 +2679,24 @@ msgstr "ផ្លាស់ប្តូរ Handle" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "ជជែក" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "ពិនិត្យស្ថានភាពរបស់ខ្ញុំ" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "ជ្រើសរើសពាក្យសម្ងាត់របស់អ្នក" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "ជម្រះសំណួរស្វែងរក" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "ចុចដើម្បីព្យាយាមសារដែលបរាជ័យម្តងទៀត" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "ចុចដើម្បីព្យាយាមសារដែលបរ #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "ចុចដើម្បីព្យាយាមសារដែលបរ #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "បិទ" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "បិទប្រអប់សកម្ម" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "បិទប្រអប់" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "បិទប្រអប់នេះ។" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "បិទការជូនដំណឹងអំពីការអាប់ដេតពាក្យសម្ងាត់" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "បង្រួមបញ្ជីអ្នកប្រើប្រាស់" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "បង្រួមបញ្ជីអ្នកប្រើប្រាស់សម្រាប់ការជូនដំណឹងដែលបានផ្តល់ឱ្យ" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "រឿងកំប្លែង" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "គោលការណ៍ណែនាំសហគមន៍" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "បញ្ចប់ការបើកដំណើរការ ហើយចាប់ផ្តើមប្រើគណនីរបស់អ្នក" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "បញ្ចប់ការប្រឈម" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "សរសេរអត្ថបទថ្មី" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "សរសេរការឆ្លើយតប" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "កំពុង​បង្ហាប់​វីដេអូ..." @@ -3198,18 +3227,18 @@ msgstr "បានកំណត់រចនាសម្ព័ន្ធនៅក្ #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "បញ្ជាក់" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "លេខកូដបញ្ជាក់" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "ទាក់ទងផ្នែកគាំទ្រ" @@ -3273,7 +3302,7 @@ msgstr "ខ្លឹមសារ និងប្រព័ន្ធផ្សព msgid "Content and media" msgstr "ខ្លឹមសារ និងប្រព័ន្ធផ្សព្វផ្សាយ" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "ខ្លឹមសារ និងប្រព័ន្ធផ្សព្វផ្សាយ" @@ -3281,7 +3310,7 @@ msgstr "ខ្លឹមសារ និងប្រព័ន្ធផ្សព msgid "Content Blocked" msgstr "មាតិកាត្រូវបានរារាំង" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "តម្រងមាតិកា" @@ -3421,8 +3450,8 @@ msgstr "ចម្លង" msgid "Copy App Password" msgstr "ចម្លងពាក្យសម្ងាត់កម្មវិធី" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "ចម្លងកូដ" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "ចម្លង DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "ចម្លងតំណ" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "ចម្លងតំណ" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "ចម្លងតំណទៅបញ្ជី" @@ -3472,12 +3501,12 @@ msgstr "ចម្លងតំណទៅបញ្ជី" msgid "Copy link to post" msgstr "ចម្លងតំណទៅប្រកាស" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "ចម្លងអត្ថបទសារ" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "ចម្លងអត្ថបទអត្ថបទ" @@ -3506,7 +3535,7 @@ msgstr "ចម្លងតម្លៃកំណត់ត្រា TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "គោលការណ៍រក្សាសិទ្ធិ" @@ -3632,7 +3661,7 @@ msgstr "បង្កើត" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "បង្កើតលេខកូដ QR សម្រាប់កញ្ #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "បង្កើតកញ្ចប់ចាប់ផ្តើម" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "បង្កើតកញ្ចប់ចាប់ផ្តើមសម្រាប់ខ្ញុំ" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "បង្កើតគណនីថ្មី" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "បង្កើតរបាយការណ៍សម្រាប់ {0}" @@ -3734,7 +3763,7 @@ msgstr "បង្កើតរបាយការណ៍សម្រាប់ {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "បង្កើត {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "ងងឹត" msgid "Dark theme" msgstr "ស្បែកខ្មៅងងឹត" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "ថ្ងៃខែឆ្នាំកំណើត" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "បិទដំណើរការគណនី" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "លុប" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "លុបពីខ្ញុំ" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "" msgid "Delete my account" msgstr "លុបសារពីខ្ញុំ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "លុប post" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "លុបកញ្ចប់ចាប់ផ្តើម" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "លុបកញ្ចប់ចាប់ផ្តើម?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "លុបបញ្ជីនេះ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "លុប post នេះ?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "បានលុប់" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "អត្ថបទ alt ពិពណ៌នា" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "ផ្ដាច់សម្រង់" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "ផ្ដាច់សម្រង់ post?" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "ប្រអប់៖ កែតម្រូវអ្នកដែលអាចធ្វើអន្តរកម្មជាមួយការបង្ហោះនេះ" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "បិទអ៊ីមែល 2FA" @@ -4041,11 +4075,11 @@ msgstr "បិទ​រំញ័រ" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "បានបិទ" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "បោះបង់" @@ -4075,23 +4109,28 @@ msgstr "បោះបង់" msgid "Discard changes?" msgstr "បោះបង់ " -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "បោះបង់ការផ្លាស់ប្តូរ?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "បោះបង់ការបង្ហោះ?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "ស្វែងរកព័ត៌មានផ្ទាល់ខ្លួ msgid "Discover New Feeds" msgstr "ស្វែងរកមតិព័ត៌មានថ្មី" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "ច្រានចោល" @@ -4115,7 +4154,7 @@ msgstr "ច្រានចោល" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "ច្រានចោលកំហុស" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "រួចរាល់" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "ចុចពីរដងដើម្បីបិទប្រអប់" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "កែសម្រួល" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "កែសម្រួលរូបតំណាង" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "កែរូបភាព" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "កែសម្រួលការកំណត់អន្តរកម្ម" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "កែសម្រួលព័ត៌មានលម្អិតនៃបញ្ជី" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "កែសម្រួលមតិព័ត៌មានរបស់ខ្ញុំ" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "កែសម្រួលមនុស្ស" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "កែសម្រួលការកំណត់អន្តរកម្មនៃការបង្ហោះ" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "កែប្រវត្តិរូប" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "កែប្រវត្តិរូប" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "កែសម្រួលកញ្ចប់ចាប់ផ្តើម" @@ -4454,15 +4494,15 @@ msgstr "កែសម្រួលកញ្ចប់ចាប់ផ្តើម" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "កែសម្រួលអ្នកណាអាចឆ្លើយតបបាន" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "កែសម្រួលកញ្ចប់ចាប់ផ្តើមរបស់អ្នក" @@ -4470,16 +4510,16 @@ msgstr "កែសម្រួលកញ្ចប់ចាប់ផ្តើមរ msgid "Education" msgstr "ការអប់រំ" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "អ៊ីមែល 2FA ត្រូវបានបើក" msgid "Email address" msgstr "អាសយដ្ឋានអ៊ីមែល" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "ផ្ញើអ៊ីមែលឡើងវិញ" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "បានផ្ទៀងផ្ទាត់អ៊ីមែល" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "បង្កប់ការបង្ហោះនេះនៅក្នុងគេហទំព័ររបស់អ្នក។ គ្រាន់តែចម្លងផ្នែកខាងក្រោម ហើយបិទភ្ជាប់វាទៅក្នុងកូដ HTML នៃគេហទំព័ររបស់អ្នក" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "កម្មវិធីចាក់វីដេអូដែលបានបង្កប់" @@ -4542,12 +4582,7 @@ msgstr "បើក" msgid "Enable {0} only" msgstr "បើកដំណើរការតែ {0} ប៉ុណ្ណោះ" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "បើកមាតិកាសម្រាប់មនុស្សពេញវ័យ" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "បានបើក" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "បញ្ចូលអាសយដ្ឋានអ៊ីមែលរបស់អ្នក" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "បញ្ចូលឈ្មោះអ្នកប្រើប្រាស់ និងពាក្យសម្ងាត់របស់អ្នក។" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "កំហុស" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "កំហុសបានកើតឡើងខណៈពេលរក្សាទុកឯកសារ" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "កំហុសក្នុងការទទួលការឆ្លើយតប captcha" @@ -4712,11 +4747,11 @@ msgstr "កំហុសក្នុងការទទួលការឆ្លើ msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "អ្នក​រាល់​គ្នា​អាច​ឆ្លើយ​តប" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "អ្នក​រាល់​គ្នា​អាច​ឆ្លើយ​តប​នឹង​ការ​ប្រកាស​នេះ" @@ -4783,7 +4818,7 @@ msgstr "ពង្រីក ឬបង្រួមការបង្ហោះព msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "ប្រព័ន្ធផ្សព្វផ្សាយច្បាស msgid "Explicit sexual images." msgstr "រូបភាពផ្លូវភេទច្បាស់លាស់" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "នាំចេញទិន្នន័យរបស់ខ្ញុំ" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "ប្រព័ន្ធផ្សព្វផ្សាយខាងក្ msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "ប្រព័ន្ធផ្សព្វផ្សាយខាងក្រៅអាចអនុញ្ញាតឱ្យគេហទំព័រប្រមូលព័ត៌មានអំពីអ្នក និងឧបករណ៍របស់អ្នក។ គ្មាន​ព័ត៌មាន​ត្រូវ​បាន​ផ្ញើ ឬ​ស្នើ​រហូត​ដល់​អ្នក​ចុច​ប៊ូតុង \"play\"" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "ចំណូលចិត្តប្រព័ន្ធផ្សព្វផ្សាយខាងក្រៅ" @@ -4946,7 +4981,7 @@ msgstr "បរាជ័យក្នុងការលុបសារ" msgid "Failed to delete post, please try again" msgstr "បរាជ័យក្នុងការលុបការបង្ហោះ សូមព្យាយាមម្តងទៀត" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "បរាជ័យក្នុងការលុបកញ្ចប់ចាប់ផ្តើម" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "បានបរាជ័យក្នុងការផ្ទុកចំណូលចិត្តមតិព័ត៌មាន" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "បានបរាជ័យក្នុងការផ្ទុកព័ត៌មានដែលបានណែនាំ" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "បានបរាជ័យក្នុងការផ្ទុកដែលបានណែនាំដូចខាងក្រោម" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "បរាជ័យក្នុងការខ្ទាស់ការបង្ហោះ" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "មិន​អាច​បិទ​បើក​បិទ​សំឡេ msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "បរាជ័យក្នុងការធ្វើបច្ចុប្បន្នភាពព័ត៌មាន" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "បរាជ័យក្នុងការធ្វើបច្ចុប្បន្នភាពការកំណត់" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "បរាជ័យក្នុងការបង្ហោះវីដេអូ" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "ព័ត៌មាន" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "ព័ត៌មាន" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "ឯកសារត្រូវបានរក្សាទុកដោយជោគជ័យ!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "ត្រងពីមតិព័ត៌មាន" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "បញ្ចប់" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "ស្វែងរកគណនីដើម្បីតាមដាន" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "តាម" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "តាម {0}" @@ -5458,7 +5499,7 @@ msgstr "តាម {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "តាមដាន 7 គណនី" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "តាមដានគណនី" @@ -5486,8 +5527,8 @@ msgstr "តាមដានគណនី" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "តាមដានទាំងអស់គ្នា" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "អ្នកតាមដាន @{0} ដែលអ្នកស្គាល់" @@ -5552,28 +5593,29 @@ msgstr "អ្នកតាមដែលអ្នកស្គាល់" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "កំពុងតាម" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "កំពុងតាម" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "កំពុងតាម {0}" @@ -5582,7 +5624,7 @@ msgstr "កំពុងតាម {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "ធ្វើតាមចំណូលចិត្តមតិព័ត៌មាន" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "ធ្វើតាមចំណូលចិត្តមតិព័ត៌មាន" @@ -5613,7 +5655,7 @@ msgstr "ទំហំពុម្ពអក្សរ" msgid "Food" msgstr "អាហារ" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "ត្រឡប់ទៅវិញ" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "ត្រឡប់ទៅវិញ" @@ -5867,8 +5909,8 @@ msgstr "ត្រលប់ទៅជំហានមុន" msgid "Go home" msgstr "ទៅទំពណ៌ដើម" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "មានបញ្ហា?" @@ -6145,11 +6197,11 @@ msgstr "នេះគឺជាពាក្យសម្ងាត់កម្មវ msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "បញ្ជីដែលលាក់" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "លាក់" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "លាក់" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "លាក់ post សម្រាប់ខ្ញុំ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "លាក់ការឆ្លើយតបសម្រាប់អ្នករាល់គ្នា" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "លាក់ការឆ្លើយតបសម្រាប់ខ្ញុំ" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "លាក់ការបង្ហោះនេះ?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "លាក់ការឆ្លើយតបនេះ?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "លាក់បញ្ជីអ្នកប្រើប្រាស់" @@ -6267,12 +6308,12 @@ msgstr "លាក់បញ្ជីអ្នកប្រើប្រាស់" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "ហ៊ឺ ម៉ាស៊ីនមេចំណីបានផ្តល msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "ហ៊ឺ យើងមានបញ្ហាក្នុងការស្វែងរកព័ត៌មាននេះ។ វាប្រហែលជាត្រូវបានលុប" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "ហឺម វាហាក់ដូចជាយើងមានបញ្ហាក្នុងការផ្ទុកទិន្នន័យនេះ។ សូមមើលខាងក្រោមសម្រាប់ព័ត៌មានលម្អិតបន្ថែម។ ប្រសិនបើបញ្ហានេះនៅតែបន្តកើតមាន សូមទាក់ទងមកយើងខ្ញុំ" @@ -6316,14 +6357,14 @@ msgstr "ហឺម វាហាក់ដូចជាយើងមានបញ្ msgid "Hmmmm, we couldn't load that moderation service." msgstr "ហ៊ឺ យើងមិនអាចផ្ទុកសេវាកម្មសម្របសម្រួលនោះបានទេ" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "ចាំ! យើងកំពុងផ្តល់សិទ្ធិចូលប្រើវីដេអូបន្តិចម្តងៗ ហើយអ្នកនៅតែរង់ចាំក្នុងជួរ។ សូមពិនិត្យមើលឡើងវិញឆាប់ៗនេះ" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "ទំព័រដើម" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "ខ្ញុំមានលេខកូដ" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "ប្រសិនបើអ្នកមិនទាន់ពេញវ័យស្របតាមច្បាប់នៃប្រទេសរបស់អ្នក ឪពុកម្តាយ ឬអាណាព្យាបាលស្របច្បាប់របស់អ្នកត្រូវតែអានលក្ខខណ្ឌទាំងនេះជំនួសអ្នក" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "ប្រសិនបើអ្នកលុបបញ្ជីនេះ អ្នកនឹងមិនអាចយកវាមកវិញបានទេ" @@ -6420,7 +6461,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "ប្រសិនបើអ្នកលុបការបង្ហោះនេះ អ្នកនឹងមិនអាចយកវាមកវិញបានទេ" @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "ប្រសិនបើអ្នកកំពុងព្យាយាមផ្លាស់ប្តូរចំណុចទាញ ឬអ៊ីមែលរបស់អ្នក សូមធ្វើដូច្នេះមុនពេលអ្នកបិទដំណើរការ" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "រូបភាព" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "បញ្ចូលលេខកូដដែលបានផ្ញើទៅ msgid "Interaction limited" msgstr "អន្តរកម្មមានកំណត់" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "លេខកូដបញ្ជាក់ 2FA មិនត្រឹមត្រូវ" @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "លេខកូដផ្ទៀងផ្ទាត់មិនត្រឹមត្រូវ" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "លេខកូដអញ្ជើញ" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "លេខកូដអញ្ជើញមិនត្រូវបានទទួលយកទេ។ ពិនិត្យមើលថាអ្នកបញ្ចូលវាត្រឹមត្រូវ ហើយព្យាយាមម្តងទៀត" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "អញ្ជើញមនុស្សឱ្យចូលរួមក្នុងកញ្ចប់ចាប់ផ្តើមនេះ" @@ -6786,26 +6827,26 @@ msgstr "ការអញ្ជើញ ប៉ុន្តែផ្ទាល់ខ msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "វាត្រឹមត្រូវ" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "មានតែអ្នកទេឥឡូវនេះ! បន្ថែមមនុស្សបន្ថែមទៀតទៅក្នុងកញ្ចប់ចាប់ផ្តើមរបស់អ្នកដោយស្វែងរកខាងលើ" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "ការងារ" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "ចូលរួមជាមួយ Bluesky" @@ -6840,9 +6881,9 @@ msgstr "ចូលរួមការសន្ទនា" msgid "Journalism" msgstr "សារព័ត៌មាន" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "ដាក់ស្លាកដោយ {0}" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "ដាក់ស្លាកដោយអ្នកនិពន្ធ" @@ -6893,7 +6934,7 @@ msgstr "ស្លាកនៅលើគណនីរបស់អ្នក" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "ការកំណត់ភាសា" @@ -6907,12 +6948,12 @@ msgstr "ភាសា" msgid "Larger" msgstr "ធំជាង" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "ចុងក្រោយ" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "មើល​បន្ថែមទៀត​អំពី Bluesky នៅលើ Facebook" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "ស្វែងយល់បន្ថែមអំពីការបង្ហោះដោយខ្លួនឯង PDS របស់អ្នក" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "ស្វែងយល់បន្ថែមអំពីការព្រមាននេះ" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "ស្វែងយល់បន្ថែមអំពីអ្វីដែលជាសាធារណៈនៅលើ Bluesky" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "ស្វែងយល់បន្ថែម" @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "ចាកចេញទៅ" @@ -7080,7 +7121,7 @@ msgstr "អនុញ្ញាតឱ្យខ្ញុំជ្រើសរើស msgid "Let's get your password reset!" msgstr "ចូរយើងកំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "ពន្លឺ" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7155,7 @@ msgstr "ចូលចិត្ត 10 ប្រកាស" msgid "Like 10 posts to train the Discover feed" msgstr "ចូលចិត្តការបង្ហោះចំនួន 10 ដើម្បីបណ្តុះបណ្តាល Discover feed" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "ចូលចិត្តមតិព័ត៌មាននេះ" @@ -7122,8 +7163,8 @@ msgstr "ចូលចិត្តមតិព័ត៌មាននេះ" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "ចូលចិត្ត" @@ -7140,26 +7181,26 @@ msgstr "ចូលចិត្ត" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "ចូលចិត្ត" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "ចូលចិត្តនៅលើប្រកាសនេះ" @@ -7191,11 +7232,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "បញ្ជី" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "បានលុបបញ្ជី" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "បញ្ជីត្រូវបានលាក់" @@ -7248,7 +7294,7 @@ msgstr "បញ្ជីត្រូវបានលាក់" msgid "List Hidden" msgstr "បញ្ជីដែលលាក់" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "បានបិទបញ្ជី" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "បញ្ជីត្រូវបានបិទ" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "បាន​បិទ​បញ្ជី" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "​បញ្ជី" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "ផ្ទុកច្រើនទៀត" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "ផ្ទុកព័ត៌មានដែលបានណែនាំបន្ថែមទៀត" @@ -7346,16 +7392,16 @@ msgstr "ផ្ទុកការជូនដំណឹងថ្មីៗ" msgid "Load new posts" msgstr "ផ្ទុកប្រកាសថ្មីៗ" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "កំណត់ហេតុ" @@ -7405,11 +7451,6 @@ msgstr "និមិត្តសញ្ញាដោយ <0>@sawaratsuki.bsky.socia msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "មើលទៅដូចជា XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "ត្រូវប្រាកដថានេះជាកន្លែង msgid "Manage saved feeds" msgstr "គ្រប់គ្រងព័ត៌មានដែលបានរក្សាទុក" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "គ្រប់គ្រងពាក្យ និងស្លាកដ msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "ប្រព័ន្ធផ្សព្វផ្សាយ" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "អ្នកប្រើប្រាស់ដែលបានលើកឡើង" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "សារត្រូវបានលុប" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "វាលបញ្ចូលសារ" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "សារ" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "ការសម្របសម្រួល" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "ព័ត៌មានលម្អិតនៃការសម្របសម្រួល" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "បញ្ជីសម្របសម្រួលដោយ <0/>" msgid "Moderation list by you" msgstr "បញ្ជីសម្របសម្រួលដោយអ្នក" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "បាន​បង្កើត​បញ្ជី​សម្រប​សម្រួល" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "បានធ្វើបច្ចុប្បន្នភាពបញ្ជីសម្របសម្រួល" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "បញ្ជីសម្របសម្រួល" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "បញ្ជីការសម្របសម្រួល" @@ -7697,11 +7755,11 @@ msgstr "បញ្ជីការសម្របសម្រួល" msgid "moderation settings" msgstr "ការកំណត់កម្រិតមធ្យម" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "ឧបករណ៍សំរបសំរួល" @@ -7710,8 +7768,8 @@ msgstr "ឧបករណ៍សំរបសំរួល" msgid "Moderator has chosen to set a general warning on the content." msgstr "អ្នកសម្របសម្រួលបានជ្រើសរើសដើម្បីកំណត់ការព្រមានទូទៅលើខ្លឹមសារ" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "ព័ត៌មានច្រើនទៀត" @@ -7720,10 +7778,10 @@ msgstr "ព័ត៌មានច្រើនទៀត" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "ជម្រើសច្រើនទៀត" @@ -7747,7 +7805,7 @@ msgstr "តន្ត្រី" msgid "Mute" msgstr "បិទ" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "បិទ" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7874,13 @@ msgstr "បិទពាក្យនេះនៅក្នុងស្លាកត msgid "Mute this word until you unmute it" msgstr "បិទ​ពាក្យ​នេះ​រហូត​ដល់​អ្នក​បើក​សំឡេង​វា" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "បិទ thread" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "បិទពាក្យ & ស្លាក" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "គណនីបិទ" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "គណនីបិទ" @@ -7852,7 +7910,7 @@ msgstr "គណនីដែលបានបិទសំឡេងបានលុប msgid "Muted by \"{0}\"" msgstr "បានបិទសំឡេងដោយ \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "ពាក្យ និងស្លាកដែលបានបិទ" @@ -7881,7 +7939,7 @@ msgstr "មតិព័ត៌មានរបស់ខ្ញុំ" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7949,12 @@ msgstr "ធម្មជាតិ" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "រុករកទៅ {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "រុករកទៅអេក្រង់បន្ទាប់" msgid "Navigates to your profile" msgstr "រុករកទៅកម្រងព័ត៌មានរបស់អ្នក" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "មិនអីទេ បង្កើត handle សម្រាប់ខ្ញុំ" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "ថ្មី" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "ពាក្យសម្ងាត់ថ្មី" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "post ថ្មី" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "post ថ្មី" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "ការឆ្លើយតបថ្មីបំផុតជាមុនសិន" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "ព័ត៌មាន" @@ -8088,15 +8142,15 @@ msgstr "ព័ត៌មាន" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "បន្ទាប់" @@ -8108,12 +8162,16 @@ msgstr "រូបភាពបន្ទាប់" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "មិនទាន់មានអ្នកចូលចិត្តទេ msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "លែង​តាម {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "មិនមានការជូនដំណឹងនៅឡើយទេ" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "គ្មាននរណាម្នាក់ក្រៅពីអ្នកនិពន្ធអាចដកស្រង់ការប្រកាសនេះបានទេ" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "គ្មានលទ្ធផល" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "ទេ អរគុណ" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "គ្មាននរណាម្នាក់" @@ -8360,7 +8418,7 @@ msgstr "មិនទាន់មាននរណាម្នាក់ដកស្ msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "គ្មាន​នរណា​ម្នាក់​បាន​បង្ហោះ​វា​ឡើង​វិញ​នៅ​ឡើយ​ទេ។ ប្រហែលជាអ្នកគួរតែជាអ្នកដំបូង" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "គ្មាននរណាម្នាក់ត្រូវបានរកឃើញទេ។ ព្យាយាមស្វែងរកអ្នកផ្សេង" @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "រកមិនឃើញ" @@ -8407,7 +8465,7 @@ msgstr "រកមិនឃើញ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "ចំណាំអំពីការចែករំលែក" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "ការកំណត់ការជូនដំណឹង" @@ -8435,8 +8497,8 @@ msgstr "ការកំណត់ការជូនដំណឹង" msgid "Notification sounds" msgstr "សំឡេងជូនដំណឹង" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "សំឡេងជូនដំណឹង" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "ការជូនដំណឹង" @@ -8490,7 +8552,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8567,10 @@ msgstr "ចម្លើយចាស់បំផុតជាមុនសិន" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "GIFs មួយ ឬ​ច្រើន​បាត់​អត្ថបទ​ជំនួស" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "រូបភាពមួយ ឬច្រើនបាត់អត្ថបទជំនួស" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "វីដេអូមួយ ឬច្រើនបាត់អត្ថបទជំនួស" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "មានតែ {0} ប៉ុណ្ណោះដែលអាចឆ្លើយតបបាន" @@ -8556,7 +8622,7 @@ msgstr "មានតែ {0} ប៉ុណ្ណោះដែលអាចឆ្ល #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "មានតែឯកសាររូបភាពប៉ុណ្ណោះដែលត្រូវបានគាំទ្រ" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "បើកអ្នកបង្កើតរូបតំណាង" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "បើកជម្រើសការសន្ទនា" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "បើកកម្មវិធីជ្រើសរើសរូបអារម្មណ៍" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "បើកតំណទៅ {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "បើកជម្រើសសារ" msgid "Open moderation debug page" msgstr "បើកទំព័របំបាត់កំហុសការសម្របសម្រួល" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "បើកការកំណត់ពាក្យ និងស្លាកដែលបានបិទ" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "បើកម៉ឺនុយកញ្ចប់ចាប់ផ្តើម" @@ -8759,9 +8825,8 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "បើកព័ត៌មានលម្អិតបន្ថែមសម msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "បើកកាមេរ៉ានៅលើឧបករណ៍" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "បើកកម្មវិធីតែង" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "បើកលំហូរដើម្បីបង្កើតគណនី Bluesky ថ្មី" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "បើកកម្រងព័ត៌មាននេះ" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "ឬបន្តជាមួយគណនីផ្សេងទៀត" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "ពាក្យសម្ងាត់" @@ -8993,7 +9094,7 @@ msgstr "ពាក្យសម្ងាត់" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "បានធ្វើបច្ចុប្បន្នភាពពាក msgid "Password updated!" msgstr "បានធ្វើបច្ចុប្បន្នភាពពាក្យសម្ងាត់" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "ផ្អាក" @@ -9020,7 +9121,7 @@ msgstr "ផ្អាក video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "មនុស្ស" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "មនុស្ស​តាម​ដោយ @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "មនុស្ស​តាម @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "បុគ្គលបិទបើក" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "រូបភាពមានន័យសម្រាប់មនុស្សពេញវ័យ" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9232,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9252,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "លេង" @@ -9169,12 +9270,12 @@ msgstr "លេង {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "ចាក់វីដេអូ" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "ចាក់វីដេអូ" @@ -9182,7 +9283,7 @@ msgstr "ចាក់វីដេអូ" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "លេង GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "សូមជ្រើសរើស handle របស់អ្នក" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "សូមជ្រើសរើសពាក្យសម្ងាត់របស់អ្នក" @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "សូមបំពេញការផ្ទៀងផ្ទាត់ captcha" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "សូមបញ្ចូលអ៊ីមែលរបស់អ្នក" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "សូមបញ្ចូលលេខកូដអញ្ជើញរបស់អ្នក" @@ -9306,8 +9407,8 @@ msgstr "សូមពន្យល់ពីមូលហេតុដែលអ្ន msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "សូមចូលគណនីជា @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "នយោបាយ" @@ -9367,18 +9468,18 @@ msgstr "នយោបាយ" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "ការបង្ហោះ" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "ការបង្ហោះ" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Post ទាំងអស់" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9529,10 @@ msgstr "Post ត្រូវាបានលុប" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "មិនអាចបង្ហោះសារបង្ហោះបានទេ។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "ការ​កំណត់​អន្តរកម្ម​ post" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9584,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,7 +9593,7 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "ការបង្ហោះ" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "ចុចដើម្បីព្យាយាមភ្ជាប់ឡើងវិញ" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "ឯកជនភាព" msgid "Privacy and security" msgstr "ភាពឯកជន និងសុវត្ថិភាព" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "គោលការណ៍ឯកជនភាព" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "ដំណើរការវីដេអូ..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "ប្រវត្តិរូប" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "លេខកូដ QR ត្រូវបានរក្សាទុក #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9829,8 @@ msgstr "លើសកម្រិតកំណត់ - អ្នកបានព្ msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "បើកដំណើរការគណនីរបស់អ្នកឡើងវិញ" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "អានប្លក់ Bluesky" @@ -9794,11 +9900,11 @@ msgstr "អានគោលការណ៍ឯកជនភាព Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "អានលក្ខខណ្ឌនៃសេវាកម្ម Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "ផ្ទុកការសន្ទនាឡើងវិញ" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "ដកចេញ" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "លុប {displayName} ចេញពីកញ្ចប់ចាប់ផ្តើម" @@ -9914,8 +10021,8 @@ msgstr "យកឯកសារភ្ជាប់ចេញ" msgid "Remove Avatar" msgstr "លុប Avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "លុប Banner" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "លុបចេញពីមតិព័ត៌មានរបស់ខ្ញុំ" @@ -9960,8 +10067,8 @@ msgstr "លុបចេញពីមតិព័ត៌មានរបស់ខ្ msgid "Remove from quick access?" msgstr "ដកចេញពីការចូលប្រើរហ័ស?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "យកចេញពីព័ត៌មានដែលបានរក្សាទុក" @@ -9970,7 +10077,7 @@ msgstr "យកចេញពីព័ត៌មានដែលបានរក្ស msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "លុបព័ត៌មាននេះចេញពីព័ត៌មានដែលអ្នកបានរក្សាទុក" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "លុបចេញដោយ author" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "ដកចេញដោយអ្នក" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "បានលុបចេញពីមតិព័ត៌មានរបស់អ្នក" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "ការឆ្លើយតប" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "ការឆ្លើយតបត្រូវបានបិទ" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "ការឆ្លើយតបទៅនឹងការបង្ហោះនេះត្រូវបានបិទ" @@ -10141,14 +10253,14 @@ msgstr "ការឆ្លើយតបទៅនឹងការបង្ហោះ msgid "Reply" msgstr "ឆ្លើយតប" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "ឆ្លើយតប" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "ឆ្លើយតបដែលលាក់ដោយ Thread Author" msgid "Reply Hidden by You" msgstr "ឆ្លើយតបដែលលាក់ដោយអ្នក" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "ការកំណត់ការឆ្លើយតបត្រូវបានជ្រើសរើសដោយ author នៃ thread" @@ -10185,8 +10297,8 @@ msgstr "ការឆ្លើយតបត្រូវបានលាក់ដោ msgid "Report" msgstr "រាយការណ៍" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "រាយការណ៍គណនី" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "រាយការណ៍ការសន្ទនា" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "ប្រអប់រាយការណ៍" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "រាយការណ៍ព័ត៌មាន" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "រាយការណ៍ពីសារ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "រាយការណ៍ពី post" @@ -10225,8 +10337,8 @@ msgstr "រាយការណ៍ពី post" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "រាយការណ៍ពីកញ្ចប់ចាប់ផ្តើម" @@ -10292,7 +10404,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "បង្ហោះឡើងវិញ ឬ quote post" @@ -10330,12 +10442,12 @@ msgstr "ការផ្សាយឡើងវិញនៃប្រកាសនេ msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "ទាមទារអត្ថបទជំនួសមុនពេលប msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "ទាមទារសម្រាប់អ្នកផ្តល់សេវានេះ" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "ផ្ញើអ៊ីមែលឡើងវិញ" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "ផ្ញើអ៊ីមែលឡើងវិញ" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "ផ្ញើអ៊ីមែលផ្ទៀងផ្ទាត់ឡើងវិញ" @@ -10453,6 +10565,11 @@ msgstr "កំណត់ពាក្យសម្ងាត់ឡើងវិញ" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "ព្យាយាមម្តងទៀតនូវសកម្មភា #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "ព្យាយាមម្តងទៀតនូវសកម្មភា msgid "Retry" msgstr "ព្យាយាមម្តងទៀត" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "ត្រឡប់ទៅទំព័រមុន" @@ -10521,7 +10638,7 @@ msgstr "ត្រឡប់ទៅទំព័រដើមវិញ" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "ត្រឡប់ទៅទំព័រមុនវិញ" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "រក្សាទុកការផ្លាស់ប្តូរ" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "រក្សាទុករូបភាព" @@ -10608,8 +10725,8 @@ msgstr "រក្សាទុក handle ថ្មី" msgid "Save QR code" msgstr "រក្សាទុកកូដ QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "រក្សាទុកក្នុងព័ត៌មានរបស់ខ្ញុំ" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "មតិព័ត៌មានដែលបានរក្សាទុក" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "បានរក្សាទុកទៅក្នុងមតិព័ត៌មានរបស់អ្នក" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "និយាយថាជំរាបសួរ" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "រំកិលទៅកំពូល" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "ស្វែងរក" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "ស្វែងរកព័ត៌មានដែលអ្នកចង់ណែនាំដល់អ្នកដទៃ" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "ស្វែងរកប្រវត្តិរូប" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "មើលការងារនៅ Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "ជ្រើសរើសពណ៌មួយ" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "ជ្រើសរើសគណនី" @@ -10910,7 +11022,7 @@ msgstr "ជ្រើសរើសរូបតំណាង" msgid "Select an emoji" msgstr "ជ្រើសរើសរូបអារម្មណ៍" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "ជ្រើសរើសពីគណនីដែលមានស្រាប់" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "ជ្រើសរើសរយៈពេលដើម្បីបិទពាក្យនេះ" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "ជ្រើសរើសភាសា..." msgid "Select languages" msgstr "ជ្រើសរើសភាសា" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "ជ្រើសរើសភាសាណាមួយដែលអ្នកចង់បញ្ចូលព័ត៌មានដែលបានជាវរបស់អ្នក។ ប្រសិនបើ​មិន​ត្រូវ​បាន​ជ្រើសរើស​ទេ ភាសា​ទាំងអស់​នឹង​ត្រូវ​បាន​បង្ហាញ" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "ជ្រើសរើសថ្ងៃខែឆ្នាំកំណើតរបស់អ្នក" @@ -11045,7 +11157,7 @@ msgstr "ជ្រើសរើសភាសាដែលអ្នកពេញចិ msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "ផ្ញើមតិកែលម្អ" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "ផ្ញើសារ" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "ផ្ញើរសារទៅ..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "ផ្ញើអ៊ីមែលផ្ទៀងផ្ទាត់" @@ -11133,7 +11245,7 @@ msgstr "" msgid "Set new password" msgstr "កំណត់ពាក្យសម្ងាត់ថ្មី" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "រៀបចំគណនីរបស់អ្នក" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "កំណត់អ៊ីមែលសម្រាប់កំណត់ពាក្យសម្ងាត់ឡើងវិញ" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "ការកំណត់" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11354,7 @@ msgstr "ចំណង់ផ្លូវភេទ" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "ចែករំលែក" @@ -11251,7 +11363,7 @@ msgstr "ចែករំលែក" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "ចែករំលែក" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "ចែករំលែកតំណ" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "ប្រអប់ចែករំលែកតំណ" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "ចែករំលែកកូដ QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,22 +11430,22 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "ចែករំលែកកញ្ចប់ចាប់ផ្តើមនេះ" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "ចែករំលែកកញ្ចប់ចាប់ផ្តើមនេះ និងជួយមនុស្សចូលរួមសហគមន៍របស់អ្នកនៅលើ Bluesky" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "កម្មវិធីសាកល្បងចំណូលចិត្តដែលបានចែករំលែក" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "បង្ហាញ" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "បង្ហាញអត្ថបទជំនួស" @@ -11373,14 +11489,14 @@ msgstr "បង្ហាញអត្ថបទជំនួស" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "បង្ហាញ" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "បង្ហាញបែបនេះតិច" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "ទោះយ៉ាងណាក៏ដោយ បង្ហាញបញ្ជី" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "បង្ហាញច្រើនទៀតដូចនេះ" @@ -11445,8 +11561,8 @@ msgstr "បង្ហាញការឆ្លើយតប" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "បង្ហាញការឆ្លើយតបសម្រាប់អ្នករាល់គ្នា" @@ -11455,8 +11571,8 @@ msgstr "បង្ហាញការឆ្លើយតបសម្រាប់អ msgid "Show reposts" msgstr "បង្ហាញសារឡើងវិញ" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "បង្ហាញការព្រមាន និងត្រងព msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "ចូលគណនី" msgid "Sign in as {0}" msgstr "ចូលគណនីជា {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "ចូល Bluesky ឬបង្កើតគណនីថ្មីមួយ msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "រំលង" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "កម្មវិធី Dev" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "មតិព័ត៌មានផ្សេងទៀតដែលអ្នកប្រហែលជាចូលចិត្ត" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "មនុស្សមួយចំនួនអាចឆ្លើយតបបាន" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "មានអ្វីមួយខុសប្រក្រតី" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "មានអ្វីមួយខុសប្រក្រតី សូមព្យាយាមម្តងទៀត" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11881,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "កីឡា" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "ចាប់ផ្តើមជជែកជាមួយ {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "កញ្ចប់ចាប់ផ្តើម" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "កញ្ចប់ចាប់ផ្តើមដោយ {0}" @@ -11841,12 +11968,12 @@ msgstr "កញ្ចប់ចាប់ផ្តើមដោយ {0}" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "កញ្ចប់ចាប់ផ្តើមដោយអ្នក" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "កញ្ចប់ចាប់ផ្តើមមិនត្រឹមត្រូវទេ" @@ -11854,7 +11981,7 @@ msgstr "កញ្ចប់ចាប់ផ្តើមមិនត្រឹមត msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "កញ្ចប់ចាប់ផ្តើម" @@ -11893,7 +12020,7 @@ msgstr "កន្លែងផ្ទុកត្រូវបានសម្អា msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "ជាវ @{0} ដើម្បីប្រើស្លាកទាំង msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "ជាវអ្នកដាក់ស្លាក" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "ជាវអ្នកដាក់ស្លាកនេះ" @@ -11975,7 +12102,7 @@ msgstr "ជាវអ្នកដាក់ស្លាកនេះ" msgid "Subscribe to this list" msgstr "ជាវបញ្ជីនេះ" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "ស្លាកតែប៉ុណ្ណោះ" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "លក្ខខណ្ឌ" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "សូមអរគុណ អ្នកបានផ្ទៀងផ្ទាត់អាសយដ្ឋានអ៊ីមែលរបស់អ្នកដោយជោគជ័យ។ អ្នកអាចបិទប្រអប់នេះ" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "ដែល​មាន​ដូច​ខាង​ក្រោម៖" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "កញ្ចប់ចាប់ផ្តើមនោះមិនត្រូវបានរកឃើញទេ" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "គណនីនឹងអាចធ្វើអន្តរកម្មជាមួយអ្នកបន្ទាប់ពីឈប់ទប់ស្កាត់" @@ -12287,7 +12414,7 @@ msgstr "អ្នកនិពន្ធនៃអត្ថបទនេះបាន msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "កម្មវិធីបណ្តាញ Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "គោលការណ៍ឯកជនភាពត្រូវបានផ្លាស់ទីទៅ <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "ម៉ាស៊ីនមេហាក់ដូចជាកំពុងជួបប្រទះបញ្ហា។ សូមព្យាយាមម្តងទៀតក្នុងពេលបន្តិចទៀត" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "កញ្ចប់ចាប់ផ្តើមដែលអ្នកកំពុងព្យាយាមមើលគឺមិនត្រឹមត្រូវទេ។ អ្នកអាចលុបកញ្ចប់ចាប់ផ្តើមនេះជំនួសវិញ" @@ -12402,7 +12529,7 @@ msgstr "ទម្រង់គាំទ្រត្រូវបានផ្លា msgid "The Terms of Service have been moved to" msgstr "លក្ខខណ្ឌនៃសេវាកម្មត្រូវបានផ្លាស់ទីទៅ" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "លេខកូដផ្ទៀងផ្ទាត់ដែលអ្នកបានផ្តល់មិនត្រឹមត្រូវទេ។ សូមប្រាកដថាអ្នកបានប្រើតំណផ្ទៀងផ្ទាត់ត្រឹមត្រូវ ឬស្នើសុំថ្មីមួយ" @@ -12412,7 +12539,7 @@ msgstr "លេខកូដផ្ទៀងផ្ទាត់ដែលអ្នក msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "មិនមានកំណត់ពេលវេលាសម្រាប់ការបិទគណនីទេ ត្រលប់មកវិញនៅពេលណាក៏បាន" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "មានបញ្ហាក្នុងការទាក់ទងម៉ាស៊ីនមេ" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "មានបញ្ហាក្នុងការទាក់ទងម៉ាស៊ីនមេ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "មានបញ្ហាក្នុងការទាញយកការជូនដំណឹង។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "មានបញ្ហាក្នុងការទាញយកសារបង្ហោះ។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត" @@ -12495,25 +12622,25 @@ msgstr "មានបញ្ហាក្នុងការធ្វើបច្ច #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,10 +12648,10 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "មាន​បញ្ហា។ សូមពិនិត្យមើល msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "មានបញ្ហាដែលមិននឹកស្មានដល់នៅក្នុងកម្មវិធី។ សូមប្រាប់ពួកយើងប្រសិនបើរឿងនេះកើតឡើងចំពោះអ្នក" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "មានការប្រញាប់ប្រញាល់នៃអ្នកប្រើប្រាស់ថ្មីទៅកាន់ Bluesky! យើងនឹងដំណើរការគណនីរបស់អ្នកឱ្យបានឆាប់តាមដែលយើងអាចធ្វើបាន" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "{screenDescription} នេះត្រូវបានសម្គាល់៖" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "ការអំពាវនាវនេះនឹងត្រូវបញ msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "ការជជែកនេះត្រូវបានផ្ដាច់ msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "មុខងារនេះស្ថិតនៅក្នុងបេតា។ អ្នកអាចអានបន្ថែមអំពីការនាំចេញឃ្លាំងនៅក្នុង <0>ប្លុកនេះ" @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "តំណភ្ជាប់នេះនាំអ្នកទៅកាន់គេហទំព័រខាងក្រោម៖" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "ប្រកាសនេះអះអាងថាត្រូវបានបង្កើតឡើងនៅលើ <0>{0} ប៉ុន្តែត្រូវបានមើលឃើញជាលើកដំបូងដោយ Bluesky នៅលើ <1>{1}" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "ប្រកាសនេះនឹងត្រូវបានលាក់ពីមតិព័ត៌មាន និងខ្សែស្រលាយ។ នេះមិនអាចត្រឡប់វិញបានទេ" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "អ្នកនិពន្ធនៃប្រកាសនេះបានបិទការបង្ហោះសម្រង់" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "ការ​ឆ្លើយតប​នេះ​នឹង​ត្រូវ​បាន​តម្រៀប​ជា​ផ្នែក​ដែល​លាក់​នៅ​ផ្នែក​ខាង​ក្រោម​នៃ​ខ្សែ​ស្រឡាយ​របស់​អ្នក ហើយ​នឹង​បិទ​ការ​ជូន​ដំណឹង​សម្រាប់​ការ​ឆ្លើយតប​ជា​បន្ត​បន្ទាប់ - ទាំង​សម្រាប់​ខ្លួន​អ្នក​និង​អ្នក​ដទៃ" @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "សេវាកម្មនេះមិនបានផ្តល់លក្ខខណ្ឌនៃសេវាកម្ម ឬគោលការណ៍ឯកជនភាពទេ" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "អ្នកប្រើប្រាស់នេះថ្មីនៅទ msgid "This user isn't following anyone." msgstr "អ្នកប្រើប្រាស់នេះមិនតាមដាននរណាម្នាក់ទេ" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "វានឹងដក @{0} ចេញពីបញ្ជីចូលប្រើរហ័ស" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "វានឹងលុបការបង្ហោះរបស់អ្នកចេញពីប្រកាសសម្រង់នេះសម្រាប់អ្នកប្រើប្រាស់ទាំងអស់ ហើយជំនួសវាដោយកន្លែងដាក់" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "ចំណូលចិត្តខ្សែស្រឡាយ" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "ដើម្បីបិទវិធីសាស្ត្រ 2FA អ៊ីមែល សូមផ្ទៀងផ្ទាត់ការចូលប្រើអាសយដ្ឋានអ៊ីមែលរបស់អ្នក" @@ -13012,7 +13134,7 @@ msgstr "ដើម្បីបិទវិធីសាស្ត្រ 2FA អ៊ msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "ថ្ងៃនេះ" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "បិទ/បើក ដើម្បីបើក ឬបិទមាតិកាសម្រាប់មនុស្សពេញវ័យ" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "កំពូល" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13183,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "បកប្រែ" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13221,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "មិនអាចភ្ជាប់បានទេ។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "មិនអាចទាក់ទងសេវាកម្មរបស់អ្នកបានទេ។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "មិនអាចលុបបានទេ" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "ឈប់ទប់ស្កាត់" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "ឈប់ទប់ស្កាត់" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "បិទគណនី" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "បិទគណនី?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "ឈប់តាម {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "ឈប់តាមដានគណនី" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "បើក​សំឡេង" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "បើកគណនី" @@ -13379,8 +13536,8 @@ msgstr "បើកគណនី" msgid "Unmute conversation" msgstr "បើកការសន្ទនា" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13554,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,13 +13571,13 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "" @@ -13429,29 +13586,34 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "ឈប់ជាវ" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "ឈប់ជាវពីបញ្ជី" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "ឈប់ជាវពីអ្នកដាក់ស្លាកនេះ" @@ -13463,7 +13625,7 @@ msgstr "ឈប់ជាវពីបញ្ជី" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "ធ្វើបច្ចុប្បន្នភាពទៅ {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "បង្ហោះឯកសារអត្ថបទទៅ៖" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "បង្ហោះពីកាមេរ៉ា" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "បង្ហោះពីឯកសារ" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "បង្ហោះពីបណ្ណាល័យ" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "កំពុងបង្ហោះរូបភាព..." msgid "Uploading link thumbnail..." msgstr "កំពុងបង្ហោះរូបភាពតូចនៃតំណ..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "កំពុងបង្ហោះវីដេអូ..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "បញ្ជីអ្នកប្រើប្រាស់ដោយអ្នក" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "បាន​បង្កើត​បញ្ជី​អ្នក​ប្រើ" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "ធ្វើបច្ចុប្បន្នភាពបញ្ជីអ្នកប្រើប្រាស់" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "ឈ្មោះអ្នកប្រើប្រាស់ ឬអាសយដ្ឋានអ៊ីមែល" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "អ្នក​ប្រើ​តាម​ដោយ <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "តម្លៃ៖" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "ផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នក" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "វីដេអូ" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "វីដេអូបានបរាជ័យក្នុងដំណើរការ" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "វីដេអូហ្គេម" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "រកមិនឃើញវីដេអូ" @@ -13859,12 +14021,12 @@ msgstr "រកមិនឃើញវីដេអូ" msgid "Video settings" msgstr "ការកំណត់វីដេអូ" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "បង្ហោះវីដេអូ" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "វីដេអូ៖ {0}" @@ -13872,19 +14034,13 @@ msgstr "វីដេអូ៖ {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "មើលរូបតំណាងរបស់ {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "មើលប្រវត្តិរូបរបស់ {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "មើលប្រវត្តិរូបរបស់អ្នកប្រើដែលត្រូវបានរារាំង" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "មើលប្លុកសម្រាប់ព័ត៌មានលម្អិតបន្ថែម" @@ -13936,8 +14092,8 @@ msgstr "មើលប្លុកសម្រាប់ព័ត៌មានលម msgid "View debug entry" msgstr "មើលធាតុបំបាត់កំហុស" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "មើលព័ត៌មានលម្អិត" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "មើលសេវាកម្មដាក់ស្លាកដែលផ msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "មើលអ្នកប្រើប្រាស់ដែលចូលចិត្តព័ត៌មាននេះ" @@ -14026,11 +14182,11 @@ msgstr "មើលអ្នកប្រើប្រាស់ដែលចូលច msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "មើលគណនីដែលអ្នកបានទប់ស្កាត់" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "មើលព័ត៌មានរបស់អ្នក និងស្វែងយល់បន្ថែម" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "មើលបញ្ជីសម្របសម្រួលរបស់អ្នក" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "មើលគណនីដែលបានបិទរបស់អ្នក" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "យើងប៉ាន់ស្មាន {estimatedTime} រហូតដល់គណនីរបស់អ្នករួចរាល់" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "យើងបានផ្ញើអ៊ីមែលផ្ទៀងផ្ទាត់មួយផ្សេងទៀតទៅ <0>{0}" @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "យើងមិនអាចកំណត់ថាតើអ្នកត្រូវបានអនុញ្ញាតឱ្យបង្ហោះវីដេអូឬអត់។ សូមព្យាយាមម្តងទៀត" @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "យើងមិនអាចផ្ទុកស្លាកសញ្ញាដែលបានកំណត់រចនាសម្ព័ន្ធរបស់អ្នកបានទេនៅពេលនេះ" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "យើងនឹងប្រាប់អ្នកនៅពេលគណនីរបស់អ្នករួចរាល់" @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "យើងកំពុងមានបញ្ហាបណ្តាញ ស msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "យើងសុំទោស! ប្រកាសដែលអ្នកកំពុងឆ្លើយតបត្រូវបានលុប" @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "សូមស្វាគមន៍ការត្រឡប់មកវិញ" @@ -14351,17 +14519,17 @@ msgstr "តើអ្នកចង់ហៅកញ្ចប់ចាប់ផ្ត msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "មានរឿងអី?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "តើអ្នកណាអាចទាក់ទងជាមួយការបង្ហោះនេះ?" @@ -14369,12 +14537,12 @@ msgstr "តើអ្នកណាអាចទាក់ទងជាមួយកា msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "អ្នកដែលអាចឆ្លើយបាន" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "សរសេរសារបង្ហោះ" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "សរសេរការឆ្លើយតបរបស់អ្នក" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "បាទ បិទដំណើរការ" @@ -14495,19 +14663,19 @@ msgstr "បាទ បិទដំណើរការ" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "បាទ/ចាស លុបកញ្ចប់ចាប់ផ្តើមនេះ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "បាទ ផ្ដាច់" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "បាទ លាក់" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "បាទ/ចាស ដំណើរការគណនីរបស់ខ្ញុំឡើងវិញ" @@ -14519,7 +14687,7 @@ msgstr "ម្សិលមិញ" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "អ្នកស្ថិតនៅក្នុងជួរ" @@ -14558,11 +14726,11 @@ msgstr "អ្នកស្ថិតនៅក្នុងជួរ" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "អ្នកមិនត្រូវបានអនុញ្ញាតឱ្យបង្ហោះវីដេអូទេ" @@ -14570,7 +14738,7 @@ msgstr "អ្នកមិនត្រូវបានអនុញ្ញាតឱ msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "អ្នកក៏អាចរកឃើញ Custom Feeds ថ្មីដែលត្រូវធ្វើតាមផងដែរ" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "ឥឡូវនេះ អ្នកអាចចូលដោយប្រើពាក្យសម្ងាត់ថ្មីរបស់អ្នក" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "អ្នកអាចដំណើរការគណនីរបស់អ្នកឡើងវិញ ដើម្បីបន្តចូល។ ប្រវត្តិរូប និងការបង្ហោះរបស់អ្នកនឹងអាចមើលឃើញដោយអ្នកប្រើប្រាស់ផ្សេងទៀត" @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14688,9 +14853,9 @@ msgstr "" #: src/screens/Profile/KnownFollowers.tsx:103 msgid "You don't follow any users who follow @{name}." -msgstr "អ្នកមិនធ្វើតាមអ្នកប្រើប្រាស់ណាដែលតាមដានទេ" +msgstr "អ្នកមិនធ្វើតាមអ្នកប្រើប្រាស់ណាដែលតាមដាន @{name} ទេ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "អ្នកបានបញ្ចូលលេខកូដមិនត្រឹមត្រូវ។ វាគួរតែមើលទៅដូចជា XXXXX-XXXXX" @@ -14778,15 +14943,15 @@ msgstr "អ្នកបានឈានដល់ទីបញ្ចប់ហើយ msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "អ្នកបានឈានដល់ដែនកំណត់បណ្តោះអាសន្នសម្រាប់ការបង្ហោះវីដេអូ។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "អ្នក​ត្រូវ​តែ​តាម​យ៉ាង​ហ msgid "You must grant access to your photo library to save a QR code" msgstr "អ្នកត្រូវតែផ្តល់សិទ្ធិចូលប្រើបណ្ណាល័យរូបថតរបស់អ្នក ដើម្បីរក្សាទុកកូដ QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "ពីមុនអ្នកបានបិទដំណើរការ @{0}" @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "អ្នកនឹងត្រូវបានចេញពីគណនីរបស់អ្នកទាំងអស់" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "អ្នកស្ថិតនៅក្នុងជួរ" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "អ្នក​បាន​ដល់​ចុង​បញ្ចប់​នៃ​ព័ត៌មាន​របស់​អ្នក​ហើយ! ស្វែងរកគណនីមួយចំនួនទៀតដើម្បីតាមដាន" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រចាំថ្ងៃរបស់អ្នកសម្រាប់ការបង្ហោះវីដេអូ (ច្រើនបៃ)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រចាំថ្ងៃរបស់អ្នកសម្រាប់ការបង្ហោះវីដេអូ (វីដេអូច្រើនពេក)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "គណនីរបស់អ្នក។" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "គណនីរបស់អ្នកមិនទាន់ចាស់គ្រប់គ្រាន់ក្នុងការបង្ហោះវីដេអូ។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ" @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "ឃ្លាំងគណនីរបស់អ្នកដែលមានកំណត់ត្រាទិន្នន័យសាធារណៈទាំងអស់ អាចទាញយកជាឯកសារ \"CAR\"។ ឯកសារនេះមិនរួមបញ្ចូលការបង្កប់មេឌៀ ដូចជារូបភាព ឬទិន្នន័យឯកជនរបស់អ្នក ដែលត្រូវតែទាញយកដោយឡែកពីគ្នា" @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "ថ្ងៃខែឆ្នាំកំណើតរបស់អ្នក" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "អ៊ីមែលរបស់អ្នកហាក់ដូចជាមិនត្រឹមត្រូវ" @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "ចូលចិត្តដំបូងរបស់អ្នក។" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "ចំណុចទាញពេញលេញរបស់អ្នកនឹ msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "ប្រវត្តិរូប ការបង្ហោះ មតិព័ត៌មាន និងបញ្ជីរបស់អ្នកនឹងលែងអាចមើលឃើញដោយអ្នកប្រើប្រាស់ Bluesky ផ្សេងទៀត។ អ្នកអាចដំណើរការគណនីរបស់អ្នកឡើងវិញបានគ្រប់ពេលដោយការចូល" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po index 8657f7d83f..659c3615c3 100644 --- a/src/locale/locales/ko/messages.po +++ b/src/locale/locales/ko/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ko\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Korean\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "‘{interestsDisplayName}’ 카테고리 (활성)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "‘{label}’ – 경고 뒤에 표시됨" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, other {# 팔로우 중}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, other {친구 #명을}} 찾았습니다!" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {#시간}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, other {#개월}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, other {추가 #개 게시물}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, other {팔로워}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {팔로우 중}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, other {게시물}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {#명}}이 이 스타터 팩을 통해 Bluesky에 가입했습니다!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+#명}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "해당 지역에서 계정을 만들려면 {0, plural, other {만 #세}} 이상이어야 합니다." @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} 님은 라이브 중" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0}(은)는 사용할 수 없습니다" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0}는 사용하는 기기에서 지원되지 않습니다." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, other {멤버}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} {time}" msgid "{displayName}'s Starter Pack" msgstr "{displayName} 님의 스타터 팩" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, other {시간}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {분}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} 님이 내 스타터 팩으로 가입했습니다" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} 님이 나를 인증했습니다" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} 팔로우 중" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount}개 {postCount, plural, other {게시물}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, other {#시간}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "새 참여 요청 {JOIN_REQUESTS_THRESHOLD}+개" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {#명}}의 사용자가 가입했습니다!" @@ -767,7 +776,7 @@ msgstr "{profileName} 님은 {timeAgoString} 전에 스타터 팩을 사용하 #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} 외 {2, plural, other {#개}}가 스타터 팩에 포함됩니다" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} 외 {2, plural, other {#개}}가 스타터 팩에 #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} 외 {2, plural, other {#명}}이 스타터 팩에 포함됩니다" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, other {저장}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, other {좋아요}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} 및<1> <2>{1}(이)가 스타터 팩에 포함됩니다" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0}(이)가 스타터 팩에 포함됩니다" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0}의 멤버" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>이곳을 탭하여 GPS로 위치를 업데이트하세요." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>나와<1> <2>{0} 님이 스타터 팩에 포함됩니다" @@ -946,6 +955,12 @@ msgstr "7일" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "News, Booksky, Game Dev, Blacksky, Fountain Pens 등 Bluesky에서 찾을 수 있는 인기 피드 모음" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "내 게시물에 라벨이 추가되었습니다" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "네트워크 오류가 발생했습니다. 인터넷 연결 상태를 msgid "A new code has been sent" msgstr "새 코드를 보냈습니다" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "새로운 방식의 인증" @@ -1005,7 +1020,7 @@ msgstr "‘임시 저장’이라는 새로운 버튼이 추가된 게시물 작 msgid "A selected recipient is not followed by the sender." msgstr "선택한 수신자를 발신자가 팔로우하지 않았습니다." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "참여 요청 완료! 그룹 소유자가 요청을 검토할 예정입 msgid "Accessibility" msgstr "접근성" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "접근성 설정" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "계정" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "계정을 차단했습니다" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "계정을 팔로우했습니다" @@ -1086,8 +1101,8 @@ msgstr "계정이 일시 정지되었습니다" msgid "Account is deactivated" msgstr "계정이 비활성화되었습니다" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "계정을 뮤트했습니다" @@ -1111,24 +1126,24 @@ msgstr "빠른 액세스에서 계정 제거" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "계정을 차단 해제했습니다" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "계정을 언팔로우했습니다" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "계정을 언뮤트했습니다" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "물결 모양의 파란색 체크 표시 <0><1/> 가 있는 계정은 다른 계정을 인증할 수 있습니다. 이러한 신뢰할 수 있는 인증자는 Bluesky에서 선정합니다." @@ -1138,7 +1153,7 @@ msgstr "물결 모양의 파란색 체크 표시 <0><1/> 가 있는 계정 msgid "Activity from others" msgstr "다른 사용자의 활동" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "활동 알림" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "추가" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "계속하려면 {0}명 더 추가하기" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "스타터 팩에 {displayName} 님 추가" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "이 리스트에 사용자 추가" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "계정 추가" @@ -1201,11 +1216,11 @@ msgstr "대체 텍스트 추가 (선택 사항)" msgid "Add another account" msgstr "다른 계정 추가" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "다른 게시물 추가하기" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "스레드에 다른 게시물 추가" @@ -1223,7 +1238,7 @@ msgstr "앱 비밀번호 추가" msgid "Add App Password" msgstr "앱 비밀번호 추가" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "계정에 자동화 라벨 추가" @@ -1239,12 +1254,12 @@ msgstr "필터 추가" msgid "Add group chat members" msgstr "그룹 대화 멤버 추가" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "이미지 추가" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "게시물에 미디어 추가" @@ -1254,8 +1269,8 @@ msgstr "게시물에 미디어 추가" msgid "Add members" msgstr "멤버 추가" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "세부 정보 추가 (선택 사항)" @@ -1295,7 +1310,7 @@ msgstr "반응 추가" msgid "Add recommended feeds" msgstr "추천 피드 추가" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "스타터 팩에 피드를 추가해 보세요!" @@ -1307,12 +1322,12 @@ msgstr "내가 팔로우하는 사용자의 기본 피드만 추가하기" msgid "Add the following DNS record to your domain:" msgstr "도메인에 다음 DNS 레코드를 추가하세요:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "이 피드를 내 피드에 추가하기" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "리스트에 추가" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "저장된 게시물에 추가" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "스타터 팩에 추가" @@ -1330,7 +1345,7 @@ msgstr "스타터 팩에 추가" msgid "Add user to list" msgstr "리스트에 사용자 추가" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "생년월일 추가" @@ -1361,7 +1376,7 @@ msgstr "리스트에 멤버를 추가하는 중…" msgid "Additional details (limit 1000 characters)" msgstr "추가 세부 정보 (1000자 이내)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "추가 세부 정보 (300자 이내)" @@ -1378,14 +1393,14 @@ msgstr "성인물" msgid "Adult content" msgstr "성인 콘텐츠" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "성인 콘텐츠" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "성인 콘텐츠는 <0>bsky.app에서 웹을 통해서만 활성화할 수 있습니다." @@ -1402,7 +1417,7 @@ msgstr "성인 콘텐츠 라벨" msgid "Adult sexual abuse content" msgstr "성인 성착취물" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "고급" @@ -1423,7 +1438,7 @@ msgstr "연령 확인 요청을 제출했습니다" msgid "Age assurance only takes a few minutes" msgstr "연령 확인은 몇 분이면 완료됩니다" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "연령 확인은 몇 분이면 완료됩니다." @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "모두" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "모두" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "전체 {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "모든 계정을 팔로우했습니다" @@ -1474,7 +1494,7 @@ msgstr "저장한 모든 피드를 한 곳에서 확인하세요." msgid "Allow access to your direct messages" msgstr "다이렉트 메시지 접근 허용" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "누구나 답글을 달 수 있도록 허용" @@ -1488,8 +1508,8 @@ msgstr "다이렉트 메시지를 허용할 대상" msgid "Allow group chat invites from" msgstr "그룹 대화 초대를 허용할 대상" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "위치 접근 허용" @@ -1498,24 +1518,24 @@ msgstr "위치 접근 허용" msgid "Allow others to be notified of your posts" msgstr "다른 사용자에게 내 게시물 알림 허용" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "내가 팔로우하는 사용자가 답글을 달 수 있도록 허용" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "내가 멘션한 사용자가 답글을 달 수 있도록 허용" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "게시물 인용 허용" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "{0}에 있는 사용자가 답글을 달 수 있도록 허용" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "내 팔로워가 답글을 달 수 있도록 허용" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "다이렉트 메시지 접근 허용" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "이미 코드가 있나요?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "이미 계정이 있나요?" @@ -1540,7 +1560,7 @@ msgstr "이미 @{0}(으)로 로그인했습니다" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "대체 텍스트가 잘립니다. {MAX_ALT_TEXT, plural, other {제한: {0}자.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "{0}(으)로 이메일을 보냈습니다. 이 이메일에는 아래에 입력하는 인증 코드가 포함되어 있습니다." @@ -1587,7 +1607,7 @@ msgstr "오류 발생" msgid "An error occurred" msgstr "오류 발생" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "동영상을 압축하는 동안 오류가 발생했습니다." @@ -1596,7 +1616,7 @@ msgstr "동영상을 압축하는 동안 오류가 발생했습니다." msgid "An error occurred while fetching suggested accounts." msgstr "추천 계정을 가져오는 동안 오류가 발생했습니다." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "피드를 가져오는 동안 오류가 발생했습니다." @@ -1609,15 +1629,15 @@ msgstr "스타터 팩을 만드는 동안 오류가 발생했습니다. 다시 msgid "An error occurred while hiding suggestion. {0}" msgstr "추천을 숨기는 동안 오류가 발생했습니다. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "동영상을 불러오는 동안 오류가 발생했습니다. 나중에 다시 시도해 주세요." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "동영상을 불러오는 동안 오류가 발생했습니다. 다시 시도해 주세요." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "리스트를 불러오는 동안 오류가 발생했습니다 :/" @@ -1628,16 +1648,16 @@ msgstr "QR 코드를 저장하는 동안 오류가 발생했습니다" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "모두 팔로우하려고 하는 동안 오류가 발생했습니다" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "동영상을 업로드하는 동안 오류가 발생했습니다. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "동영상을 업로드하는 동안 오류가 발생했습니다. 인터넷 연결 상태를 확인하고 다시 시도해 주세요." @@ -1661,8 +1681,8 @@ msgstr "재게시, 좋아요, 댓글 아이콘과 함께 여러 Bluesky 게시 msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "친구 초대를 나타내는, 종이비행기가 날아가는 Bluesky 앱의 일러스트" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Bluesky가 신뢰할 수 있는 인증자를 선정하고 신뢰할 수 있는 인증자가 차례로 개별 사용자 계정을 인증하는 과정을 보여주는 그림." @@ -1686,14 +1706,14 @@ msgstr "그룹 대화를 시작하는 동안 문제가 발생했습니다. 다 #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "문제가 발생했습니다. 다시 시도해 주세요." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "파란색 체크 표시가 달린 인증된 사용자의 프로필 화면이 열린 Bluesky 앱을 iPhone에 띄워 보여주는 목업 이미지." @@ -1702,7 +1722,7 @@ msgstr "파란색 체크 표시가 달린 인증된 사용자의 프로필 화 msgid "an unknown labeler" msgstr "알 수 없는 라벨러" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "및" @@ -1735,7 +1755,7 @@ msgstr "Bluesky의 인증 기능 소개" msgid "Any date" msgstr "모든 날짜" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "누구나" @@ -1767,7 +1787,7 @@ msgstr "나를 팔로우하는 모든 사용자" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "이 링크를 가진 사람은 더 이상 참여하거나 참여 요청을 할 수 없습니다. 새 링크는 언제든지 다시 만들 수 있습니다." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "앱 비밀번호 이름은 4자 이상이어야 합니다" msgid "App passwords" msgstr "앱 비밀번호" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "앱 비밀번호" @@ -1856,7 +1876,7 @@ msgstr "이 결정에 이의신청" msgid "Appeal this label" msgstr "이 라벨 이의신청" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "풀 리퀘스트 적용" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "{0}에 보관됨" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "보관된 게시물" @@ -1914,7 +1934,7 @@ msgstr "앱 비밀번호 ‘{0}’(을)를 삭제하시겠습니까?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "이 메시지를 정말 삭제하시겠습니까? 삭제하더라도 다른 참여자에게는 메시지가 그대로 표시됩니다." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "이 스타터 팩을 삭제하시겠습니까?" @@ -1936,7 +1956,7 @@ msgstr "이 대화에서 나가시겠습니까?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "정말 이 대화에서 나가시겠습니까? 메시지는 본인의 화면에서만 삭제되며 다른 참여자에게는 그대로 유지됩니다." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "내 피드에서 이 피드를 삭제하시겠습니까?" @@ -1945,7 +1965,7 @@ msgstr "내 피드에서 이 피드를 삭제하시겠습니까?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "{0}에 대한 참여 요청을 취소하시겠습니까?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "이 게시물을 삭제하시겠습니까?" @@ -1953,7 +1973,7 @@ msgstr "이 게시물을 삭제하시겠습니까?" msgid "Are you sure?" msgstr "정말인가요?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "본인이 해당 인물이거나, 해당 인물을 대신하여 행동할 권한이 있는 대리인입니까?" @@ -1969,8 +1989,8 @@ msgstr "예술" msgid "Artistic or non-erotic nudity." msgstr "선정적이지 않거나 예술적인 나체." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "앱과 사이트가 로그아웃한 사용자에게 내 계정을 표시하지 않도록 요청하기" @@ -1979,12 +1999,12 @@ msgstr "앱과 사이트가 로그아웃한 사용자에게 내 계정을 표시 msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "앱이 알고리즘 추천에서 내 게시물을 숨기도록 요청하기" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "알고리즘에 주제 지정" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "8자 이상" @@ -2017,8 +2037,8 @@ msgstr "자동" msgid "Automation label" msgstr "자동화 라벨" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "자동화 라벨" @@ -2038,6 +2058,10 @@ msgstr "사용 가능" msgid "Avatar creator" msgstr "아바타 생성기" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "검토 대기 중" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "아바타 생성기" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "아바타 생성기" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "뒤로" msgid "Back to Chats" msgstr "대화로 돌아가기" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "차단 회피 – {duration}, 현재 만료됨" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "금지된 활동 또는 보안 위반" @@ -2081,7 +2109,7 @@ msgstr "금지된 활동 또는 보안 위반" msgid "Banned user returning" msgstr "정지당한 사용자의 복귀" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "기기 위치를 기반으로 볼 때, <0>{geolocationString}에 있는 것으로 추정됩니다." @@ -2089,7 +2117,7 @@ msgstr "기기 위치를 기반으로 볼 때, <0>{geolocationString}에 있 msgid "Based on your device's location, we think you're in <0>{region}." msgstr "기기 위치를 기반으로 볼 때, <0>{region}에 있는 것으로 추정됩니다." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "네트워크 정보를 기반으로 볼 때, <0>{geolocationString}에 있는 것으로 추정됩니다. VPN을 사용 중인 경우 이 추정은 정확하지 않을 수 있습니다." @@ -2148,16 +2176,16 @@ msgstr "아래 항목을 작성하여 연령 확인 절차를 시작하세요." msgid "Beta Feature" msgstr "베타 기능" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "베타 기능" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "베타 기능이 활성화됨" @@ -2193,12 +2221,12 @@ msgstr "{displayName} 님 차단하기" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "계정 차단" @@ -2255,15 +2283,15 @@ msgstr "사용자를 차단하거나 이 대화를 삭제하기" msgid "Block user and/or leave this conversation" msgstr "사용자를 차단하거나 이 대화에서 나가기" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "차단됨" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "차단한 계정" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "차단한 계정" @@ -2288,7 +2316,7 @@ msgstr "차단 목록은 공개됩니다. 차단한 계정은 내 스레드에 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." msgstr "차단하더라도 내 계정에 라벨이 붙는 것은 막지 못하지만, 이 계정이 내 스레드에 답글을 달거나 나와 상호작용하는 것은 중지됩니다." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "블로그" @@ -2299,11 +2327,11 @@ msgstr "블룸스크롤링 북스카이" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky는 해당 날짜의 진위를 확인할 수 없습니다." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "Bluesky는 커뮤니티 가이드라인을 위반한 내 계정 또는 콘텐츠에 대해 조치를 취했습니다. 추가 위반 시 정지를 포함한 더 강력한 조치가 취해질 수 있습니다." + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky는 ‘해시’라고 불리는 인코딩된 디지털 지문을 생성하고 일치하는 해시를 찾아 친구들을 찾도록 도와줍니다." @@ -2357,15 +2389,11 @@ msgstr "Bluesky는 연락처를 인코딩된 데이터로 저장합니다. 연 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky가 네트워크에 있는 사용자 중에서 임의로 추천 계정 세트를 선택합니다." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky는 로그아웃한 사용자에게 내 계정을 표시하지 않으며 다른 앱에도 동일하게 요청합니다. 다른 앱에서는 이 요청을 따르지 않을 수 있습니다. 이 설정이 계정을 비공개로 전환하지는 않습니다." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky는 Discover 피드에서 내 게시물을 표시하지 않으며 (팔로워 제외) 다른 앱에도 자체 알고리즘 추천에 내 게시물을 표시하지 않도록 요청합니다." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky는 주목할 만하고 신뢰할 수 있는 계정을 우선적으로 인증합니다." @@ -2424,29 +2452,29 @@ msgstr "탐색 페이지에서 더 많은 추천 찾아보기" msgid "Browse other feeds" msgstr "다른 피드 탐색하기" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "{displayName}에 관한 게시물 탐색하기" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "{displayName} 태그된 게시물 탐색하기" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "스타터 팩 {displayName} 탐색하기" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "주제 {0} 탐색하기" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "주제 {displayName} 탐색하기" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "비즈니스" @@ -2459,10 +2487,10 @@ msgstr "홈 타임라인으로 돌아가려면 버튼을 누르세요" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "{0}" @@ -2475,7 +2503,7 @@ msgstr "@{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "<0>{0}" @@ -2504,11 +2532,11 @@ msgstr "계정을 만들면 <0>서비스 이용약관 및 <1>개인정보 msgid "By creating an account you agree to the <0>Terms of Service." msgstr "계정을 만들면 <0>서비스 이용약관에 동의하는 것입니다." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "내가 만듦" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "카메라" @@ -2521,16 +2549,16 @@ msgstr "카메라 접근 권한이 필요합니다" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "카메라 접근 권한이 필요합니다" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "카메라 접근 권한이 필요합니다" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "취소" msgid "Cancel quote post" msgstr "게시물 인용 취소" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "재활성화 취소 및 로그아웃" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "사용자 이름을 확인할 수 있도록 로그인을 취소합니다" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "차단된 사용자와 상호작용할 수 없습니다" @@ -2609,7 +2637,7 @@ msgstr "자막(.vtt)" msgid "Captions & alt text" msgstr "자막 및 대체 텍스트" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "캐러셀" @@ -2651,24 +2679,24 @@ msgstr "핸들 변경" msgid "Change hosting provider" msgstr "호스팅 제공자 변경" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "검토 서비스 변경" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "비밀번호 변경" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "비밀번호 변경 대화 상자" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "신고 카테고리 변경" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "신고 이유 변경" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "리스트를 만든 후에는 스타터 팩의 변경 사항이 리스트에 반영되지 않습니다. 리스트는 별도의 사본으로 저장됩니다." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "대화" @@ -2758,7 +2786,7 @@ msgstr "대화 소유자는 그룹 대화에서 나갈 수 없습니다." msgid "Chat recipient is not followed by the sender." msgstr "대화 수신자가 발신자를 팔로우하지 않았습니다." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "대화 요청 수신함" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "대화 요청" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "아래에 입력할 인증 코드를 <0>{currentEmail}에서 확인 msgid "Check back later!" msgstr "나중에 다시 확인해 보세요!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "내 상태 확인" @@ -2895,7 +2923,7 @@ msgstr "호스팅 제공자를 선택하세요" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "나만의 타임라인을 선택하세요! 커뮤니티에서 만든 피드를 통해 마음에 드는 콘텐츠를 찾을 수 있습니다." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "비밀번호 입력" @@ -2931,7 +2959,7 @@ msgstr "GIF 검색 지우기" msgid "Clear image cache" msgstr "이미지 캐시 지우기" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "검색어 지우기" @@ -2951,11 +2979,11 @@ msgstr "이곳을 클릭하여 그룹 대화에 사용자를 추가하기" msgid "Click here to create or manage an invite link for this group chat" msgstr "이곳을 클릭하여 이 그룹 대화의 초대 링크를 생성하거나 관리하기" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "이곳을 클릭하여 계정 삭제하기" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "이곳을 클릭하여 로그아웃하기" @@ -2968,8 +2996,8 @@ msgstr "이곳을 클릭하여 이메일 다시 전송하기" msgid "Click here to restart the verification process." msgstr "인증 절차를 다시 시작하려면 이곳을 클릭하세요." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "이곳을 클릭하여 생년월일 변경하기" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "클릭하여 메시지 다시 보내기" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "클릭하여 메시지 다시 보내기" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "클릭하여 메시지 다시 보내기" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "닫기" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "열려 있는 대화 상자 닫기" @@ -3068,13 +3097,13 @@ msgstr "배너 닫기" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "대화 상자 닫기" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "서랍 메뉴 닫기" @@ -3110,7 +3139,7 @@ msgstr "참여 요청 배너를 닫습니다" msgid "Close this dialog" msgstr "이 대화 상자 닫기" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "환영 대화 상자 닫기" @@ -3118,7 +3147,7 @@ msgstr "환영 대화 상자 닫기" msgid "Closes password update alert" msgstr "비밀번호 변경 알림을 닫습니다" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "게시물 작성기를 닫고 게시물 초안을 삭제합니다" @@ -3126,7 +3155,7 @@ msgstr "게시물 작성기를 닫고 게시물 초안을 삭제합니다" msgid "Collapse list of users" msgstr "사용자 목록 접기" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "이 알림에 대한 사용자 목록을 축소합니다" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "만화" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "커뮤니티 가이드라인" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "온보딩 완료 후 계정 사용 시작" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "챌린지 완료하기" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "새 게시물 작성하기" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "게시물을 최대 {0, plural, other {#자}}까지 작성할 수 있습니다" @@ -3180,11 +3209,11 @@ msgstr "게시물을 최대 {0, plural, other {#자}}까지 작성할 수 있습 msgid "Compose reply" msgstr "답글 작성하기" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "GIF 압축 중…" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "동영상 압축 중…" @@ -3198,18 +3227,18 @@ msgstr "<0>검토 설정에서 설정합니다." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "확인" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "인증 코드" @@ -3226,12 +3255,12 @@ msgstr "서비스에 연결 중…" msgid "Connecting…" msgstr "연결 중…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "연결 오류" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "고객 지원팀에 문의하기" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "지원팀에 연락하기" @@ -3273,7 +3302,7 @@ msgstr "콘텐츠 및 미디어" msgid "Content and media" msgstr "콘텐츠 및 미디어" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "콘텐츠 및 미디어" @@ -3281,7 +3310,7 @@ msgstr "콘텐츠 및 미디어" msgid "Content Blocked" msgstr "콘텐츠 차단됨" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "콘텐츠 필터" @@ -3421,8 +3450,8 @@ msgstr "복사" msgid "Copy App Password" msgstr "앱 비밀번호 복사" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "at:// URI 복사" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "코드 복사" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "DID 복사" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "초대 링크 복사하기" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "링크 복사" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "링크 복사" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "리스트 링크 복사" @@ -3472,12 +3501,12 @@ msgstr "리스트 링크 복사" msgid "Copy link to post" msgstr "게시물 링크 복사" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "프로필 링크 복사" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "스타터 팩 링크 복사" @@ -3491,8 +3520,8 @@ msgstr "메시지 텍스트 복사" msgid "Copy post at:// URI" msgstr "게시물 at:// URI 복사" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "게시물 텍스트 복사" @@ -3506,7 +3535,7 @@ msgstr "TXT 레코드 값 복사" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "저작권 정책" @@ -3632,7 +3661,7 @@ msgstr "만들기" msgid "Create a list" msgstr "리스트 만들기" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "스타터 팩에서 리스트 만들기" @@ -3642,7 +3671,7 @@ msgstr "스타터 팩 QR 코드 만들기" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "스타터 팩 만들기" @@ -3655,12 +3684,12 @@ msgstr "스타터 팩 만들기" msgid "Create a starter pack for me" msgstr "나를 위한 스타터 팩 만들기" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "그룹 대화 만들기" msgid "Create list" msgstr "리스트 만들기" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "멤버에서 리스트 만들기" @@ -3708,13 +3737,13 @@ msgstr "멤버에서 리스트 만들기" msgid "Create list from starter pack" msgstr "스타터 팩에서 리스트 만들기" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "검토 리스트 만들기" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "새 계정 만들기" @@ -3724,8 +3753,8 @@ msgstr "이 그룹 대화의 초대 링크를 생성하거나 수정하기" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "{0}에 대한 신고 작성하기" @@ -3734,7 +3763,7 @@ msgstr "{0}에 대한 신고 작성하기" msgid "Create starter pack" msgstr "스타터 팩 만들기" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "사용자 리스트 만들기" @@ -3747,7 +3776,7 @@ msgstr "사용자 리스트 만들기" msgid "Created {0}" msgstr "{0}에 생성됨" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "작성자 차단됨" @@ -3800,7 +3829,7 @@ msgstr "어두움" msgid "Dark theme" msgstr "어두운 테마" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "생년월일" @@ -3814,7 +3843,7 @@ msgstr "낮" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "계정 비활성화" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "기본 아이콘" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "삭제" @@ -3892,8 +3921,8 @@ msgstr "대화 삭제" msgid "Delete for me" msgstr "나에게서 삭제" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "리스트 삭제" @@ -3909,30 +3938,30 @@ msgstr "나에게 보이는 메시지 삭제" msgid "Delete my account" msgstr "내 계정 삭제" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "게시물 삭제" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "스타터 팩 삭제" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "스타터 팩 삭제" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "이 리스트를 삭제하시겠습니까?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "이 게시물을 삭제하시겠습니까?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "삭제됨" @@ -3953,7 +3982,7 @@ msgstr "Plivo에서는 인증한 후 삭제됩니다" msgid "Deleted list" msgstr "삭제된 리스트" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "설명 (최대 1000자)" msgid "Descriptive alt text" msgstr "설명이 포함된 대체 텍스트" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "인용 해제" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "인용을 해제하시겠습니까?" @@ -3993,11 +4022,11 @@ msgstr "개발자 모드를 활성화했습니다" msgid "Developer options" msgstr "개발자 옵션" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "기기에서 번역하지 못했습니다." -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "대화 상자: 이 게시물과 상호작용할 수 있는 사용자 조정하기" @@ -4009,6 +4038,11 @@ msgstr "대화 상자: 검색 필터 설정" msgid "Dim" msgstr "어둑함" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "{account} 님의 다이렉트 메시지" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "캡션 비활성화" msgid "Disable email 2FA" msgstr "이메일 2단계 인증 비활성화" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "이메일 2단계 인증 끄기" @@ -4041,11 +4075,11 @@ msgstr "햅틱 피드백 끄기" msgid "Disable link" msgstr "링크 비활성화" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "이 게시물의 인용 게시물을 비활성화" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "답글을 완전히 비활성화" @@ -4056,17 +4090,17 @@ msgstr "이 초대 링크를 비활성화하시겠습니까?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "사용 안 함" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "삭제" @@ -4075,23 +4109,28 @@ msgstr "삭제" msgid "Discard changes?" msgstr "변경 사항 삭제" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "임시 저장을 삭제하시겠습니까?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "게시물 삭제" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Germ DM 연결 해제" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "둘러보기" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "피드 둘러보기" @@ -4106,8 +4145,8 @@ msgstr "새로운 맞춤 피드 둘러보기" msgid "Discover New Feeds" msgstr "새 피드 둘러보기" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "닫기" @@ -4115,7 +4154,7 @@ msgstr "닫기" msgid "Dismiss banner" msgstr "배너 닫기" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "오류 무시" @@ -4217,8 +4256,9 @@ msgstr "걱정 마세요! 모든 기존 메시지와 설정은 저장되며 성 #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "완료" msgid "Double tap or long press the message to add a reaction" msgstr "메시지를 두 번 탭하거나 길게 눌러서 반응을 추가합니다" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "두 번 탭하여 대화 상자를 닫습니다" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "두 번 탭하여 좋아요 표시합니다" @@ -4248,11 +4288,11 @@ msgstr "다운로드" msgid "Download Bluesky" msgstr "Bluesky 다운로드" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "대화 데이터 다운로드" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "대화 데이터 다운로드" @@ -4266,11 +4306,11 @@ msgstr "이미지 다운로드" msgid "Download invite QR code" msgstr "초대 QR 코드 다운로드하기" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "프로필 데이터 다운로드" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "프로필 데이터 다운로드" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "신상 털기" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "임시 저장" @@ -4318,19 +4358,19 @@ msgstr "예: alice.com" msgid "E.g. artistic nudes." msgstr "예: 예술적인 나체." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "예: 멋진 게시자" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "예: 스팸 계정" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "예: 놓칠 수 없는 게시자들." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "예: 반복적으로 광고 답글을 다는 계정." @@ -4341,7 +4381,7 @@ msgstr "섭식 장애" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "편집" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "프로필 사진 편집" @@ -4373,8 +4413,8 @@ msgstr "그룹 이름 편집" msgid "Edit image" msgstr "이미지 편집하기" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "상호작용 설정 편집" @@ -4396,21 +4436,21 @@ msgstr "초대 링크 편집" msgid "Edit link settings" msgstr "링크 설정 편집" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "리스트 세부 정보 편집" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "라이브 상태 편집" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "검토 리스트 편집" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "내 피드 편집" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "사용자 편집하기" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "게시물 상호작용 설정 편집하기" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "프로필 편집" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "프로필 편집" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "스타터 팩 편집" @@ -4454,15 +4494,15 @@ msgstr "스타터 팩 편집" msgid "Edit this group chat’s name" msgstr "이 그룹 대화의 이름을 편집하기" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "사용자 리스트 편집" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "답글을 달 수 있는 사용자 편집" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "스타터 팩 편집" @@ -4470,16 +4510,16 @@ msgstr "스타터 팩 편집" msgid "Education" msgstr "교육" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "이 리스트의 작성자가 나를 차단했거나 내가 작성자를 차단했습니다." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "이메일" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "이메일 2단계 인증을 비활성화했습니다" @@ -4492,7 +4532,7 @@ msgstr "이메일 2단계 인증 활성화됨" msgid "Email address" msgstr "이메일 주소" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "이메일 다시 전송됨" @@ -4508,7 +4548,7 @@ msgstr "이메일을 전송했습니다! <0>다시 전송하려면 이곳을 클 msgid "Email verification complete!" msgstr "이메일 인증 완료!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "이메일 인증됨" @@ -4527,7 +4567,7 @@ msgstr "게시물 임베드" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "웹사이트에 이 게시물을 임베드하세요. 다음 코드를 복사하여 웹사이트에 HTML 코드로 붙여넣기만 하면 됩니다." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "임베드 동영상 플레이어" @@ -4542,12 +4582,7 @@ msgstr "활성화" msgid "Enable {0} only" msgstr "{0}에서만 사용" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "10분 길이의 동영상 업로드를 활성화합니다." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "성인 콘텐츠 활성화" @@ -4583,7 +4618,7 @@ msgstr "계정의 프로필을 방문하여 <0>종 모양 아이콘 <1/> 을 msgid "Enable push notifications" msgstr "푸시 알림 사용" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "이 게시물의 인용 게시물을 활성화" @@ -4599,9 +4634,9 @@ msgstr "인기 주제 사용" #: src/screens/Settings/ContentAndMediaSettings.tsx:155 #: src/screens/Settings/ContentAndMediaSettings.tsx:169 msgid "Enable trending videos in your Discover feed" -msgstr "Discover 피드에서 인기 동영상 사용" +msgstr "둘러보기 피드에서 인기 동영상 사용" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "사용" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "생년월일을 입력하세요" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "이메일 주소 입력" @@ -4670,15 +4705,15 @@ msgstr "비밀번호를 입력합니다" msgid "Enter your username and password" msgstr "사용자 이름 및 비밀번호 입력" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "전체화면으로 봅니다" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "엔터테인먼트" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "오류" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "오류 메시지" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "파일을 저장하는 동안 오류가 발생했습니다" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "캡차 응답을 수신하는 동안 오류가 발생했습니다." @@ -4712,11 +4747,11 @@ msgstr "캡차 응답을 수신하는 동안 오류가 발생했습니다." msgid "Error: {error}" msgstr "오류: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "누구나 답글을 달 수 있음" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "누구나 이 게시물에 답글을 달 수 있습니다." @@ -4783,7 +4818,7 @@ msgstr "답글을 달고 있는 전체 게시물을 펼치거나 접습니다" msgid "Expand post text" msgstr "게시물 텍스트 확장" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "게시물 텍스트를 펼치거나 접습니다" @@ -4826,21 +4861,21 @@ msgstr "노골적이거나 불쾌감을 줄 수 있는 미디어." msgid "Explicit sexual images." msgstr "노골적인 성적 이미지." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "탐색" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "앱 둘러보기" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "내 대화 데이터 내보내기" @@ -4849,7 +4884,7 @@ msgstr "내 대화 데이터 내보내기" msgid "Export my data" msgstr "내 데이터 내보내기" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "내 프로필 데이터 내보내기" @@ -4868,7 +4903,7 @@ msgstr "외부 미디어" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "외부 미디어는 웹사이트가 나와 내 기기에 대한 정보를 수집하도록 할 수 있습니다. ‘재생’ 버튼을 누르기 전까지는 어떠한 정보도 전송되거나 요청되지 않습니다." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "외부 미디어 설정" @@ -4946,7 +4981,7 @@ msgstr "메시지를 삭제하지 못했습니다" msgid "Failed to delete post, please try again" msgstr "게시물을 삭제하지 못했습니다. 다시 시도해 주세요" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "스타터 팩을 삭제하지 못했습니다" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "초대 링크를 비활성화하지 못했습니다" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DM을 연결 해제하지 못했습니다. 오류: {0}" @@ -5003,16 +5038,16 @@ msgstr "그룹 대화에서 나가지 못했습니다" msgid "Failed to load conversations" msgstr "대화를 불러오지 못했습니다" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "피드를 불러오지 못했습니다" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "피드 환경설정을 불러오지 못했습니다" @@ -5037,14 +5072,14 @@ msgstr "환경설정을 불러오지 못했습니다." msgid "Failed to load profiles" msgstr "프로필을 불러오지 못했습니다" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "추천 피드를 불러오지 못했습니다" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "추천 팔로우를 불러오지 못했습니다" @@ -5067,12 +5102,12 @@ msgstr "모든 요청을 읽음으로 표시하지 못했습니다" msgid "Failed to mute group chat" msgstr "그룹 대화를 뮤트하지 못했습니다" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "게시물을 고정하지 못했습니다" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DM을 다시 연결하지 못했습니다. 오류: {0}" @@ -5121,7 +5156,7 @@ msgstr "요청을 취소하지 못했습니다. 다시 시도해 주세요." msgid "Failed to resolve location. Please try again." msgstr "위치를 확인하지 못했습니다. 다시 시도해 주세요." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "임시 저장하지 못했습니다" @@ -5135,7 +5170,7 @@ msgstr "이미지를 저장하지 못했습니다" msgid "Failed to save image: {0}" msgstr "이미지를 저장하지 못함: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "설정을 저장하지 못했습니다. 다시 시도해 주세요." @@ -5168,7 +5203,7 @@ msgstr "스레드 뮤트를 전환하지 못했습니다. 다시 시도해 주 msgid "Failed to unlock group chat" msgstr "그룹 대화를 잠금 해제하지 못했습니다" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "리스트를 고정 해제하지 못했습니다" @@ -5185,7 +5220,7 @@ msgstr "이메일 2단계 인증을 변경하지 못했습니다" msgid "Failed to update email, please try again." msgstr "이메일을 변경하지 못했습니다. 다시 시도해 주세요." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "피드를 업데이트하지 못했습니다" @@ -5197,12 +5232,10 @@ msgstr "알림 선언을 업데이트하지 못했습니다" msgid "Failed to update settings" msgstr "설정을 업데이트하지 못했습니다" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "동영상을 업로드하지 못했습니다" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "가짜 계정 또는 봇" msgid "False information about elections" msgstr "선거에 대한 허위 정보" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "피드" @@ -5241,11 +5274,11 @@ msgstr "피드 작성자" msgid "Feed identifier" msgstr "피드 ID" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "피드 메뉴" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "피드 켜기/끄기" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "피드 운영자에게 피드백을 전송했습니다" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "피드" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "피드 ✨" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "피드는 사용자가 약간의 코딩 전문 지식만으로 구축할 수 있는 맞춤 알고리즘입니다. <0>이 가이드에서 자세한 내용을 확인하세요." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "업데이트 확인" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "파일을 성공적으로 저장했습니다!" @@ -5306,6 +5343,10 @@ msgstr "작성자 필터 (현재: {currentLabel})" msgid "Filter from feeds" msgstr "피드에서 필터링" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "검토 신고 필터링 (현재: {currentLabel})" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "언어별 검색 필터링 (현재: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "필터" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "마무리 중" @@ -5358,15 +5399,15 @@ msgstr "경제" msgid "Find accounts to follow" msgstr "팔로우할 계정 찾아보기" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "친구를 찾고 초대하기" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "연락처 찾기" @@ -5378,7 +5419,7 @@ msgstr "내 친구 찾기" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "팔로우할 사용자 찾아보기" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "검색 필드에 포커스" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "팔로우" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "{0} 님을 팔로우" @@ -5458,7 +5499,7 @@ msgstr "{0} 님을 팔로우" msgid "Follow {displayName}" msgstr "{displayName} 님을 팔로우" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "{handle} 님을 팔로우" @@ -5474,8 +5515,8 @@ msgstr "시작하려면 10명을 팔로우하세요" msgid "Follow 7 accounts" msgstr "7개 계정 팔로우하기" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "계정 팔로우" @@ -5486,8 +5527,8 @@ msgstr "계정 팔로우" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "모두 팔로우" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "모든 계정을 팔로우" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "팔로워만 참여할 수 있음" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "내가 아는 @{0} 님의 팔로워" @@ -5552,28 +5593,29 @@ msgstr "내가 아는 팔로워" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "팔로우 중" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "팔로우 중" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "{0} 님을 팔로우했습니다" @@ -5582,7 +5624,7 @@ msgstr "{0} 님을 팔로우했습니다" msgid "Following {displayName}" msgstr "{displayName} 님을 팔로우했습니다" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "{handle} 님을 팔로우 중" @@ -5591,7 +5633,7 @@ msgstr "{handle} 님을 팔로우 중" msgid "Following feed preferences" msgstr "팔로우 중 피드 설정" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "팔로우 중 피드 설정" @@ -5613,7 +5655,7 @@ msgstr "글꼴 크기" msgid "Food" msgstr "음식" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "단체 계정의 경우 계정 담당자의 생년월일을 사용하세요." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "새 링크 생성" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM을 연결 해제했습니다" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM 링크" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM을 다시 연결했습니다" @@ -5812,7 +5854,7 @@ msgstr "시작하기" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF를 업로드했습니다" @@ -5835,8 +5877,8 @@ msgstr "폭력 미화" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "폭력 미화" msgid "Go back" msgstr "뒤로" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "뒤로" @@ -5867,8 +5909,8 @@ msgstr "이전 단계로 돌아가기" msgid "Go home" msgstr "홈으로 이동" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "라이브 시작" @@ -5879,8 +5921,8 @@ msgstr "라이브 시작" msgid "Go Live" msgstr "라이브 시작" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "라이브 시작 (비활성화됨)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "라이브 예정 시간" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "{0} 님의 프로필로 이동" @@ -5900,7 +5942,7 @@ msgstr "{firstAuthorName} 님의 프로필로 이동" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "계정 설정으로 이동" @@ -5943,8 +5985,8 @@ msgstr "현재 내 계정에서 라이브 시작 기능이 비활성화되어 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "확인" @@ -5953,6 +5995,11 @@ msgstr "확인" msgid "Grant access" msgstr "접근 허용" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "불쾌감을 주는 미디어" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "그룹 대화 이름이 변경되었습니다" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "그룹 대화 설정" @@ -6083,6 +6130,11 @@ msgstr "행복한 GIF" msgid "Haptics" msgstr "햅틱" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "괴롭힘" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "괴롭힘 또는 혐오" @@ -6095,7 +6147,7 @@ msgstr "유해하거나 위험성이 큰 활동" msgid "Harming or endangering minors" msgstr "미성년자에게 유해 또는 위험에 빠뜨리는 행위" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "해시태그" @@ -6112,11 +6164,11 @@ msgstr "혐오 발언" msgid "Have a code? <0>Click here." msgstr "코드가 있나요? <0>이곳을 클릭하세요." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "위치 정보가 올바르지 않나요? <0>이곳을 탭하여 GPS로 위치를 업데이트하세요." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "문제가 있나요?" @@ -6145,11 +6197,11 @@ msgstr "앱 비밀번호를 만들었습니다!" msgid "Hey there 👋" msgstr "안녕하세요 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "안녕하세요!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "안녕하세요!" @@ -6158,7 +6210,7 @@ msgstr "안녕하세요!" msgid "Hidden" msgstr "숨겨짐" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "검토 설정에 의해 숨겨졌습니다." @@ -6166,23 +6218,19 @@ msgstr "검토 설정에 의해 숨겨졌습니다." msgid "Hidden list" msgstr "숨겨진 리스트" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "숨기기" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "숨기기" @@ -6195,7 +6243,7 @@ msgstr "사용자 지정 옵션 숨기기" msgid "Hide group chat updates" msgstr "그룹 대화 업데이트를 숨깁니다" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "리스트 숨기기" @@ -6203,23 +6251,23 @@ msgstr "리스트 숨기기" msgid "Hide password" msgstr "비밀번호 숨기기" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "나에게서 게시물 숨기기" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "모두에게서 답글 숨기기" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "나에게서 답글 숨기기" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "피드에서 재게시물 숨기기" @@ -6227,38 +6275,31 @@ msgstr "피드에서 재게시물 숨기기" msgid "Hide this card" msgstr "이 카드 숨기기" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "이 게시물을 숨기시겠습니까?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "이 답글을 숨기시겠습니까?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "번역 숨기기" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "인기 주제 숨기기" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "인기 주제를 숨기시겠습니까?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "인기 동영상을 숨기시겠습니까?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "사용자 리스트 숨기기" @@ -6267,12 +6308,12 @@ msgstr "사용자 리스트 숨기기" msgid "Hide verification badges" msgstr "인증 배지 숨기기" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "콘텐츠를 숨깁니다" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "친구 초대 프로모션 배너를 숨깁니다" @@ -6308,7 +6349,7 @@ msgstr "피드 서버에서 잘못된 응답을 보냈습니다. 피드 소유 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "이 피드를 찾는 데 문제가 있습니다. 피드가 삭제되었을 수 있습니다." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "이 데이터를 불러오는 데 문제가 있는 것 같습니다. 자세한 내용은 아래를 참조하세요. 이 문제가 지속되면 문의해 주세요." @@ -6316,14 +6357,14 @@ msgstr "이 데이터를 불러오는 데 문제가 있는 것 같습니다. 자 msgid "Hmmmm, we couldn't load that moderation service." msgstr "검토 서비스를 불러올 수 없습니다." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "잠깐! 동영상에 대한 접근 권한이 점차적으로 제공되고 있지만 아직은 기다려야 합니다. 나중에 다시 확인해 주세요!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "홈" @@ -6369,8 +6410,8 @@ msgstr "인신매매" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Bluesky가 상호 친구 찾기를 위해 내 연락처를 사용하고, 내가 동의를 철회할 때까지 매칭을 위해 해시 데이터를 보관하는 것에 동의합니다." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "코드를 가지고 있습니다" @@ -6400,15 +6441,15 @@ msgstr "선택하지 않으면 모든 언어가 피드에 표시됩니다." 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." msgstr "만 18세 이상이며 다시 인증을 시도하려면 아래 버튼을 클릭하고 해당 지역에서 사용할 수 있는 다른 인증 방법을 선택하세요. 궁금한 점이나 문제가 있다면 <0>고객 지원팀에 문의해 주세요." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "해당 국가의 법률에 따라 아직 성인이 아닌 경우 부모 또는 법적 보호자가 대신 이 약관을 읽어야 합니다." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "생년월일이 정확하지 않다면 <0>이곳을 클릭하여 변경할 수 있습니다." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "이 리스트를 삭제하면 다시 복구할 수 없습니다." @@ -6420,7 +6461,7 @@ msgstr "자체 도메인이 있는 경우 이를 핸들로 사용할 수 있으 msgid "If you need to update your email, <0>click here." msgstr "이메일을 변경해야 하는 경우 <0>이곳을 클릭하세요." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "이 게시물을 삭제하면 다시 복구할 수 없습니다." @@ -6441,7 +6482,7 @@ msgstr "내 계정의 활동에 대한 알림을 받을 수 있는 사용자를 msgid "If you're a developer, you can host your own server." msgstr "개발자라면 직접 서버를 호스팅할 수 있습니다." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "핸들이나 이메일을 변경하려는 경우 비활성화하기 전에 변경하세요." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "이미지" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "이미지 {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "{1}개 중 {0}번째 이미지" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "{imageCount}개 중 {0}번째 이미지" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "이미지 캐시를 지우고 {0}를 확보했습니다" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "이미지 갤러리, {0}개 이미지" @@ -6526,7 +6567,7 @@ msgstr "연락처 가져오기" msgid "Import Contacts" msgstr "연락처 가져오기" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "연락처를 가져오거나 친구들을 초대하세요" @@ -6540,7 +6581,7 @@ msgstr "연락처를 가져오고 친구들을 찾아보세요" msgid "Imported on {0}" msgstr "{0}에 가져옴" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "연령에 적합한 경험을 제공하기 위해 생년월일이 필요합니다. 생년월일은 한 번만 입력하면 되며 비공개로 안전하게 보관됩니다." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "이 날짜까지 작성된 게시물을 포함시킵니다" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "동영상 타임스탬프 포함 ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "이메일로 전송된 코드를 입력합니다" msgid "Interaction limited" msgstr "상호작용 제한됨" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "상호작용 설정" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "새로운 저장된 게시물(일명 '북마크')을 만나보세요" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "잘못된 2단계 인증 코드입니다." @@ -6691,7 +6732,7 @@ msgstr "잘못된 신고 항목" msgid "Invalid rescind request." msgstr "잘못된 취소 요청입니다." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "잘못된 인증 코드" @@ -6703,15 +6744,15 @@ msgstr "초대" msgid "Invite {name} to join Bluesky" msgstr "{name} 님을 Bluesky로 초대하기" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "초대 코드" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "초대 코드가 올바르지 않습니다. 코드를 올바르게 입력했는지 확인한 후 다시 시도해 주세요." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "친구 초대하기" @@ -6761,7 +6802,7 @@ msgstr "초대 링크가 편집되었습니다" msgid "Invite link enabled" msgstr "초대 링크가 활성화되었습니다" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "이 스타터 팩을 사용할 사람들을 초대하세요!" @@ -6786,26 +6827,26 @@ msgstr "개인적인 초대" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "일부 연락처에 있는 친구는 아직 Bluesky에서 나를 찾아보지 않은 것 같습니다. 저희가 제공하는 메시지 초안을 수정하여 직접 친구들을 초대해 보세요." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "올바른 주소입니다" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "지금은 <0>{0}밖에 없습니다! 위에서 검색하여 스타터 팩에 더 많은 사용자를 추가해 보세요." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "아직은 나밖에 없습니다! 위에서 검색하여 스타터 팩에 더 많은 사용자를 추가해 보세요." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "작업 ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "채용" @@ -6816,8 +6857,8 @@ msgstr "참여" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Bluesky 가입하기" @@ -6840,9 +6881,9 @@ msgstr "대화에 참여하기" msgid "Journalism" msgstr "저널리즘" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "계속 작성하기" @@ -6854,17 +6895,17 @@ msgstr "최신 소식 받기" msgid "KWS website" msgstr "KWS 웹사이트" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "알고리즘에 답글 라벨링" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "{0}(이)가 라벨 지정함." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "작성자가 라벨 지정함." @@ -6893,7 +6934,7 @@ msgstr "내 계정의 라벨" msgid "Language" msgstr "언어" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "언어 설정" @@ -6907,12 +6948,12 @@ msgstr "언어" msgid "Larger" msgstr "큼" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "{timeAgo} 전 시작함" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "방금 시작함" @@ -6923,8 +6964,8 @@ msgstr "방금 시작함" msgid "Latest" msgstr "최신" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "<0>고급 검색 사용 방법 (영어)에 대해 자세히 알아 msgid "Learn more about age assurance" msgstr "연령 확인에 대해 자세히 알아보기" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Bluesky에 대해 자세히 알아보기" @@ -6966,8 +7007,8 @@ msgstr "연락처 가져오기에 대해 자세히 알아보기 (영어)" msgid "Learn more about self hosting your PDS." msgstr "PDS 셀프 호스팅에 대해 자세히 알아보세요." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "이 콘텐츠에 적용된 검토 설정에 대해 자세히 알아보세요" @@ -6984,8 +7025,8 @@ msgstr "이 변경 사항에 대한 자세한 내용과 의견 제출 방법은 msgid "Learn more about this warning" msgstr "이 경고에 대해 자세히 알아보기" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Bluesky의 인증에 대해 자세히 알아보기 (영어)" @@ -6995,7 +7036,7 @@ msgstr "Bluesky의 인증에 대해 자세히 알아보기 (영어)" msgid "Learn more about what is public on Bluesky." msgstr "Bluesky에서 공개되는 항목에 대해 자세히 알아보세요." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Germ DM 링크에 대해 자세히 알아보기" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "<0>계정 설정에서 자세히 알아보세요." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "자세히 알아보기" @@ -7067,7 +7108,7 @@ msgstr "이 대화에서 나가면 영구적으로 잠기며 다시 참여할 msgid "Left group chat." msgstr "그룹 대화에서 나갔습니다" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "명 남았습니다." @@ -7080,7 +7121,7 @@ msgstr "직접 선택하기" msgid "Let's get your password reset!" msgstr "비밀번호를 재설정해 봅시다!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "출발!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "밝음" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "좋아요" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "좋아요 ({0, plural, other {#개}})" @@ -7112,9 +7153,9 @@ msgstr "10개 게시물에 좋아요 누르기" #: src/state/shell/progress-guide.tsx:215 #: src/state/shell/progress-guide.tsx:220 msgid "Like 10 posts to train the Discover feed" -msgstr "10개 게시물에 좋아요를 눌러 Discover 피드를 훈련시키세요" +msgstr "10개 게시물에 좋아요를 눌러 둘러보기 피드를 훈련시키세요" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "이 피드에 좋아요 표시" @@ -7122,8 +7163,8 @@ msgstr "이 피드에 좋아요 표시" msgid "Like this labeler" msgstr "이 라벨러에 좋아요 표시" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "좋아요 표시한 사용자" @@ -7140,26 +7181,26 @@ msgstr "좋아요 표시한 사용자" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, other {#명}}의 사용자가 좋아요 표시함" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "{0} 님이 좋아요 표시함" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "{0} 님과 {1} 님이 좋아요 표시함" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "좋아요" msgid "Likes of your reposts" msgstr "내 재게시물의 좋아요" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "이 게시물을 좋아요 표시합니다" @@ -7191,11 +7232,16 @@ msgstr "일반" msgid "Link copied to clipboard" msgstr "링크를 클립보드에 복사했습니다" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "리스트" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "리스트 ‘{list}’" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "리스트 아바타" @@ -7227,20 +7273,20 @@ msgstr "리스트를 만들었지만 일부 멤버를 추가하지 못했습니 msgid "List creator" msgstr "리스트 작성자" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "리스트를 삭제했습니다" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "리스트 설명" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "리스트 설명이 너무 깁니다. {DESCRIPTION_MAX_GRAPHEMES, plural, other {최대 글자 수는 #자입니다.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "리스트 숨겨짐" @@ -7248,7 +7294,7 @@ msgstr "리스트 숨겨짐" msgid "List Hidden" msgstr "리스트 숨겨짐" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "리스트 이름이 있어야 합니다." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "리스트를 뮤트했습니다" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "리스트 이름" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "리스트 이름이 너무 깁니다. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {최대 글자 수는 #자입니다.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "리스트를 차단 해제했습니다" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "리스트를 언뮤트했습니다" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "리스트" @@ -7326,12 +7372,12 @@ msgstr "라이브 기능은 베타 테스트 중입니다" msgid "Live link" msgstr "라이브 링크" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "더 불러오기" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "추천 피드 더 불러오기" @@ -7346,16 +7392,16 @@ msgstr "새 알림 불러오기" msgid "Load new posts" msgstr "새 게시물 불러오기" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "대화를 불러오는 중…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "리스트 불러오는 중…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "게시물 상호작용 설정 불러오는 중…" @@ -7383,7 +7429,7 @@ msgstr "이 그룹 대화 잠그기" msgid "Locked" msgstr "잠김" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "로그" @@ -7405,11 +7451,6 @@ msgstr "<0>@sawaratsuki.bsky.social 님의 로고" msgid "Long press to open tag menu for {0}" msgstr "길게 눌러 {0}에 대한 태그 메뉴를 엽니다" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "긴 동영상" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "XXXXX-XXXXX 형식" @@ -7448,7 +7489,7 @@ msgstr "이곳이 당신이 가고자 하는 곳인지 확인하세요!" msgid "Manage saved feeds" msgstr "저장된 피드 관리" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "인증 설정 관리" @@ -7461,8 +7502,14 @@ msgstr "뮤트한 단어 및 태그 관리" msgid "Manual" msgstr "수동" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "모든 작업을 읽음으로 표시" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "모두 읽음으로 표시" @@ -7473,6 +7520,10 @@ msgstr "모두 읽음으로 표시" msgid "Mark all chats as read" msgstr "모든 대화를 읽음으로 표시" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "모든 신고를 읽음으로 표시" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "미디어" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "{0}에 저장된 미디어" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "다른 기기에 저장된 미디어" @@ -7540,7 +7591,7 @@ msgstr "멤버" msgid "Members can still read chat history but can’t send new messages." msgstr "멤버들이 대화 기록은 읽을 수 있지만 새 메시지는 보낼 수 없습니다." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "멘션한 사용자" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "메시지" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "메시지" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "{displayName} 님에게 메시지 보내기" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "메시지 삭제됨" @@ -7603,7 +7655,7 @@ msgstr "@{0} 님이 보낸 메시지: {1}" msgid "Message from server: {0}" msgstr "서버에서 보낸 메시지: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "메시지 입력 필드" @@ -7615,7 +7667,7 @@ msgstr "메시지가 너무 깁니다 ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH}) msgid "Message options" msgstr "메시지 옵션" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "메시지" @@ -7640,12 +7692,12 @@ msgstr "미성년자 괴롭힘 또는 따돌림" msgid "Misleading" msgstr "오해 소지" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "미디어 찾을 수 없음" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "검토" @@ -7658,6 +7710,12 @@ msgstr "검토 및 콘텐츠 필터" msgid "Moderation details" msgstr "검토 세부 정보" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "검토 수신함" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "<0/> 님의 검토 리스트" msgid "Moderation list by you" msgstr "내 검토 리스트" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "검토 리스트를 생성했습니다" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "검토 리스트를 업데이트했습니다" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "검토 리스트" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "검토 리스트" @@ -7697,11 +7755,11 @@ msgstr "검토 리스트" msgid "moderation settings" msgstr "검토 설정" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "검토 상태" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "검토 도구" @@ -7710,8 +7768,8 @@ msgstr "검토 도구" msgid "Moderator has chosen to set a general warning on the content." msgstr "검토자가 콘텐츠에 일반 경고를 설정했습니다." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "피드 더 보기" @@ -7720,10 +7778,10 @@ msgstr "피드 더 보기" msgid "More languages..." msgstr "다른 언어…" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "옵션 더 보기" @@ -7747,7 +7805,7 @@ msgstr "음악" msgid "Mute" msgstr "뮤트" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "음소거" msgid "Mute {0}" msgstr "{0} 뮤트" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "계정 뮤트" @@ -7816,13 +7874,13 @@ msgstr "태그에서만 이 단어 뮤트하기" msgid "Mute this word until you unmute it" msgstr "언뮤트할 때까지 이 단어 뮤트하기" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "스레드 뮤트" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "단어 및 태그 뮤트" @@ -7834,11 +7892,11 @@ msgstr "언제든 뮤트, 나가기, 멤버 삭제가 가능합니다. 내 대 msgid "Muted" msgstr "뮤트됨" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "뮤트한 계정" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "뮤트한 계정" @@ -7852,7 +7910,7 @@ msgstr "계정을 뮤트하면 피드와 알림에서 해당 계정의 게시물 msgid "Muted by \"{0}\"" msgstr "‘{0}’에 의해 뮤트됨" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "뮤트한 단어 및 태그" @@ -7881,7 +7939,7 @@ msgstr "내 피드" msgid "My starter pack" msgstr "내 스타터 팩" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "이름" @@ -7891,12 +7949,12 @@ msgstr "자연" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "{0}(으)로 이동" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "스타터 팩으로 이동하기" @@ -7910,8 +7968,8 @@ msgstr "다음 화면으로 이동합니다" msgid "Navigates to your profile" msgstr "내 프로필로 이동합니다" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "저작권 위반, 법적 요청 또는 규제 준수 문제를 신고해야 하나요?" @@ -7919,10 +7977,6 @@ msgstr "저작권 위반, 법적 요청 또는 규제 준수 문제를 신고해 msgid "Nevermind, create a handle for me" msgstr "취소하고 내 핸들 만들기" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "신규" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "새 이메일 주소" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "새로운 기능" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "새 메시지" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "새 비밀번호" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "새 게시물" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "새 게시물" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "새로운 순" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "뉴스" @@ -8088,15 +8142,15 @@ msgstr "뉴스" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "다음" @@ -8108,12 +8162,16 @@ msgstr "다음 이미지" msgid "Night" msgstr "밤" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "아니요" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "취해진 조치 없음" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "광고, 사생활 침해 트래킹, 참여 유도 함정이 없습니다. Bluesky는 내 시간과 관심을 소중히 생각합니다." @@ -8194,11 +8252,11 @@ msgstr "아직 좋아요 없음" msgid "No lists" msgstr "리스트가 없습니다" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "{0} 님을 언팔로우했습니다" @@ -8224,7 +8282,7 @@ msgstr "더 이상 쓰레기 같은 정보만 보여주는 알고리즘에 끌 msgid "No name" msgstr "이름 없음" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "아직 알림이 없습니다" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "없음" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "이 게시물은 작성자 외에는 누구도 인용할 수 없습니다." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "결과 없음" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "‘{0}’에 대한 결과가 없습니다." @@ -8322,7 +8380,7 @@ msgstr "‘<0>{query}’에 대한 결과를 찾을 수 없습니다." msgid "No results found for your query with advanced search filters applied." msgstr "고급 검색 필터가 적용된 검색어에 대한 결과를 찾을 수 없습니다." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "결과가 없습니다." @@ -8335,7 +8393,7 @@ msgstr "아직 스타터 팩이 없습니다" msgid "No thanks" msgstr "사용하지 않음" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "기기에서 번역된 내용이 없습니다." @@ -8343,7 +8401,7 @@ msgstr "기기에서 번역된 내용이 없습니다." msgid "No video posts yet" msgstr "아직 동영상 게시물이 없습니다" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "없음" @@ -8360,7 +8418,7 @@ msgstr "아직 아무도 인용하지 않았습니다. 첫 번째가 되어 보 msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "아직 아무도 재게시하지 않았습니다. 첫 번째가 되어 보세요!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "아무도 찾을 수 없습니다. 다른 사용자를 검색해 보세요." @@ -8398,7 +8456,7 @@ msgstr "이 플랫폼에서는 사용할 수 없습니다" msgid "Not followed by anyone you’re following" msgstr "내가 팔로우하는 사용자가 팔로우하지 않음" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "찾을 수 없음" @@ -8407,7 +8465,7 @@ msgstr "찾을 수 없음" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "아직 게시할 준비가 안 되었나요? 가장 좋은 아이디어는 적절한 시기가 될 때까지 임시 저장함에 보관해 두세요." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "공유 관련 참고 사항" @@ -8419,13 +8477,17 @@ msgstr "참고: Bluesky는 개방형 공개 네트워크인 Atmosphere의 일부 msgid "Note: This post is only visible to logged-in users." msgstr "참고: 이 게시물은 로그인한 사용자만 볼 수 있습니다." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "현재 내 계정에 제한된 사항이 없습니다. 위반으로 인한 경고는 시간이 지남에 따라 기록에서 삭제됩니다." + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "아직 저장된 게시물이 없습니다" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "알림 설정" @@ -8435,8 +8497,8 @@ msgstr "알림 설정" msgid "Notification sounds" msgstr "알림음" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "알림음" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "알림" @@ -8490,7 +8552,7 @@ msgstr "확인" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "확인" @@ -8505,6 +8567,10 @@ msgstr "오래된 순" msgid "On" msgstr "켜기" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "이 설정은 Bluesky에서 내 게시물이 나를 팔로우하는 사람들에게만 둘러보기 피드에 표시되도록 합니다. 다른 앱은 자체 알고리즘 추천에 이 설정을 적용할지 선택할 수 있습니다." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "선택한 수신자 중 한 명이 그룹 대화를 허용하지 않습 msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "선택한 수신자 중 한 명이 당신을 차단했으므로 메시지를 보낼 수 없습니다." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "하나 이상의 GIF에 대체 텍스트가 누락되었습니다." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "하나 이상의 이미지에 대체 텍스트가 누락되었습니다." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "선택한 파일 중 지원되지 않는 파일이 있습니다." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "선택한 파일 중 크기가 너무 큰 파일이 있습니다. 최대 크기는 {VIDEO_MAX_SIZE_MB} MB입니다." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "하나 이상의 게시물이 너무 길어서 임시 저장할 수 없습니다. 최대 글자 수는 {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {#자}}입니다." -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "하나 이상의 동영상에 대체 텍스트가 누락되었습니다." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "{0}만 답글을 달 수 있습니다." @@ -8556,7 +8622,7 @@ msgstr "{0}만 답글을 달 수 있습니다." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "선택한 {1}{2, plural, other {개}}의 이미지 중 {0}개만 추가되었습니다 (최대 {MAX_GALLERY_IMAGES}개)" @@ -8578,7 +8644,7 @@ msgstr "팔로워만 이 그룹 대화에 참여할 수 있습니다." msgid "Only followers who I follow" msgstr "내가 팔로우하는 팔로워만" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "이미지 파일만 지원됩니다" @@ -8637,7 +8703,7 @@ msgstr "고급 검색 옵션 열기" msgid "Open avatar creator" msgstr "아바타 생성기 열기" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "카메라 열기" @@ -8655,7 +8721,7 @@ msgstr "{displayName} 님의 대화 멤버 옵션 열기" msgid "Open conversation options" msgstr "대화 옵션 열기" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "임시 저장 열기" @@ -8663,8 +8729,8 @@ msgstr "임시 저장 열기" msgid "Open drawer menu" msgstr "서랍 메뉴 열기" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "이모티콘 선택기 열기" @@ -8695,12 +8761,12 @@ msgstr "그룹 대화 열기" msgid "Open group chat settings" msgstr "그룹 대화 설정 열기" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Google 번역에서 열기" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "{niceUrl} 링크 열기" @@ -8713,11 +8779,11 @@ msgstr "메시지 옵션 열기" msgid "Open moderation debug page" msgstr "검토 디버그 페이지 열기" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "뮤트한 단어 및 태그 설정 열기" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "팩 열기" @@ -8743,7 +8809,7 @@ msgstr "설정 열기" msgid "Open share menu" msgstr "공유 메뉴 열기" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "스타터 팩 메뉴 열기" @@ -8759,10 +8825,9 @@ msgstr "시스템 로그 열기" msgid "Open this group chat" msgstr "이 그룹 대화를 엽니다" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "{0} 피드를 엽니다" +msgid "Opens {displayName} feed" +msgstr "{displayName} 피드를 엽니다" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "디버그 항목에 대한 추가 세부 정보를 엽니다" msgid "Opens alt text dialog" msgstr "대체 텍스트 대화 상자를 엽니다" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "기기에서 카메라를 엽니다" @@ -8804,28 +8869,28 @@ msgstr "핸들 변경 대화 상자를 엽니다" msgid "Opens composer" msgstr "답글 작성 상자를 엽니다" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "기기 카메라를 엽니다" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "최대 {MAX_GALLERY_IMAGES, plural, other {#개}}의 이미지 또는 단일 동영상 및 GIF를 선택하기 위해 기기 갤러리를 엽니다" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "새 Bluesky 계정을 만드는 화면을 엽니다" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "존재하는 Bluesky 계정에 로그인하는 화면을 엽니다" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "전체 이미지를 엽니다" @@ -8833,7 +8898,7 @@ msgstr "전체 이미지를 엽니다" msgid "Opens helpdesk in browser" msgstr "브라우저에서 지원 문서를 엽니다" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "이미지 선택기를 엽니다" @@ -8854,7 +8919,7 @@ msgstr "게시물 언어 설정을 엽니다" msgid "Opens profile" msgstr "프로필을 엽니다" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "친구 찾기 및 초대 설정을 엽니다" @@ -8867,11 +8932,11 @@ msgstr "GIF 선택기 대화 상자를 엽니다" msgid "Opens the invite friends sheet to share your profile" msgstr "프로필을 공유할 친구 초대 화면을 엽니다" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "게시물 작성기를 엽니다" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "작성기에서 이 임시 저장을 엽니다" @@ -8879,15 +8944,51 @@ msgstr "작성기에서 이 임시 저장을 엽니다" msgid "Opens this profile" msgstr "이 프로필을 엽니다" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "옵션:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "또는 다른 계정으로 계속 진행하세요." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "또는 다른 계정 중 하나로 로그인하세요." @@ -8985,7 +9086,7 @@ msgstr "파티 GIF" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "비밀번호" @@ -8993,7 +9094,7 @@ msgstr "비밀번호" msgid "Password changed" msgstr "비밀번호 변경됨" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "비밀번호는 8자 이상이어야 합니다." @@ -9005,7 +9106,7 @@ msgstr "비밀번호 변경됨" msgid "Password updated!" msgstr "비밀번호를 변경했습니다!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "일시 정지" @@ -9020,7 +9121,7 @@ msgstr "동영상 일시 정지" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "사용자" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "{ownerName} 님이 팔로우하는 사람은 참여 요청할 수 있음" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "@{0} 님이 팔로우하는 사용자" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "@{0} 님을 팔로우하는 사용자" @@ -9070,11 +9171,11 @@ msgstr "내가 팔로우하는 사람은 바로 참여할 수 있음" msgid "People I follow can request to join" msgstr "내가 팔로우하는 사람은 참여 요청할 수 있음" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "내가 팔로우하는 사용자" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "내가 멘션한 사용자" @@ -9082,7 +9183,7 @@ msgstr "내가 멘션한 사용자" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "사진 보관함에 대한 접근 권한이 거부되었습니다. 시스템 설정에서 활성화해 주세요." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "사용자 켜기/끄기" @@ -9115,15 +9216,15 @@ msgstr "색상 테마 선택" msgid "Pictures meant for adults." msgstr "성인용 사진." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "피드 고정" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "홈에 고정" @@ -9131,8 +9232,8 @@ msgstr "홈에 고정" msgid "Pin to Home" msgstr "홈에 고정" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "내 프로필에 고정" @@ -9151,11 +9252,11 @@ msgstr "{0}(을)를 홈에 고정했습니다" msgid "Pinned Feeds" msgstr "고정된 피드" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "내 피드에 고정했습니다" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "재생" @@ -9169,12 +9270,12 @@ msgstr "{0} 재생" msgid "Play GIF" msgstr "GIF 재생" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "동영상 재생" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "동영상 재생" @@ -9182,7 +9283,7 @@ msgstr "동영상 재생" msgid "Plays or pauses the GIF" msgstr "GIF를 재생하거나 일시 정지합니다" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "동영상을 재생하거나 일시 정지합니다" @@ -9190,7 +9291,7 @@ msgstr "동영상을 재생하거나 일시 정지합니다" msgid "Plays the GIF" msgstr "GIF를 재생합니다" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "동영상을 재생합니다" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "핸들을 입력해 주세요." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "비밀번호를 입력해 주세요." @@ -9219,12 +9320,12 @@ msgstr "방금 보낸 이메일에 있는 링크를 클릭하여 새 이메일 msgid "Please complete the verification captcha." msgstr "인증 캡차를 완료해 주세요." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "동영상을 업로드하려면 이메일 주소를 인증해 주세요." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "이메일 주소를 정확하게 입력했는지 다시 한번 확인해 주세요." @@ -9232,7 +9333,7 @@ msgstr "이메일 주소를 정확하게 입력했는지 다시 한번 확인해 msgid "Please enter a password." msgstr "비밀번호를 입력해 주세요." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "비밀번호를 입력해 주세요. 비밀번호는 8자 이상이어야 합니다." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "기존 이메일 주소로 전송된 보안 코드를 입력해 주세요." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "이메일을 입력해 주세요." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "초대 코드를 입력해 주세요." @@ -9306,8 +9407,8 @@ msgstr "대화가 잘못 비활성화되었다고 생각하는 이유를 설명 msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "라이브 시작 권한이 잘못 비활성화되었다고 생각하는 이유를 설명해 주세요." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "이전 페이지로 돌아가거나, 이 요소를 활성화하여 현재 활성화된 콘텐츠의 시작 부분으로 돌아갑니다." @@ -9333,7 +9434,7 @@ msgstr "신고 이유를 선택하세요" msgid "Please sign in as @{0}" msgstr "@{0}(으)로 로그인하세요" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "동의하지 않은 사적인 이미지(NCII) 신고 양식을 통해 신고를 제출해 주세요." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "아래에 메시지를 작성하세요:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "정치" @@ -9367,18 +9468,18 @@ msgstr "정치" msgid "Porn" msgstr "음란물" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "게시하기" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "게시물" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "{count}개 중 {index}번째 게시물" @@ -9393,12 +9494,12 @@ msgstr "사진 게시하기" msgid "Post a video" msgstr "동영상 게시하기" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "모두 게시하기" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "무시하고 게시" @@ -9406,11 +9507,16 @@ msgstr "무시하고 게시" msgid "Post blocked" msgstr "게시물 차단됨" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "{account} 님의 게시물" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0} 님의 게시물" @@ -9423,10 +9529,10 @@ msgstr "게시물을 삭제했습니다" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "게시물을 업로드하지 못했습니다. 인터넷 연결 상태를 확인하고 다시 시도해 주세요." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "게시물 삭제됨" @@ -9440,11 +9546,11 @@ msgstr "뮤트한 단어로 숨겨진 게시물" msgid "Post Hidden by You" msgstr "내가 숨긴 게시물" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "게시물 상호작용 설정" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "게시물 상호작용 설정" @@ -9468,7 +9574,7 @@ msgstr "게시물 링크" msgid "Post not found" msgstr "게시물을 찾을 수 없습니다" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "게시물을 고정했습니다" @@ -9478,7 +9584,7 @@ msgstr "게시물을 고정했습니다" msgid "Post type" msgstr "게시물 유형" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "게시물을 고정 해제했습니다" @@ -9487,7 +9593,7 @@ msgstr "게시물을 고정 해제했습니다" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "게시물" @@ -9520,7 +9626,7 @@ msgstr "선호하는 언어" msgid "Press to attempt reconnection" msgstr "다시 연결을 시도하려면 누르기" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "개인정보" msgid "Privacy and security" msgstr "개인정보 및 보안" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "개인정보 및 보안 설정" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "개인정보 처리방침" msgid "Privacy violation of a minor" msgstr "미성년자 사생활 침해" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "GIF 처리 중…" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "동영상 처리 중…" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "프로필" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "일괄 뮤트하거나 차단할 수 있는 공개적이고 공유 가능한 사용자 목록입니다." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "게시물 등록하기" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "게시물 등록하기" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "답글 등록하기" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "답글 등록하기" @@ -9685,7 +9791,7 @@ msgstr "QR 코드를 사진 보관함에 저장했습니다." #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "게시물 인용" @@ -9723,8 +9829,8 @@ msgstr "짧은 시간에 핸들 변경을 너무 많이 시도했습니다. 잠 msgid "Rate limit exceeded. Please try again later." msgstr "요청 횟수 제한을 초과했습니다. 나중에 다시 시도해 주세요." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "인용 다시 연결" @@ -9745,7 +9851,7 @@ msgstr "{emoji}(으)로 반응하기" msgid "Reactions" msgstr "반응" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "계정 재활성화" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "고급 검색 필터 사용 방법에 대해 읽어보기 (영어)" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "블로그 게시물 읽기" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "접기" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "펼치기" @@ -9780,7 +9886,7 @@ msgstr "답글 더 보기" msgid "Read our blog post" msgstr "블로그 게시물 읽기" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Bluesky 블로그 읽기" @@ -9794,11 +9900,11 @@ msgstr "Bluesky 개인정보 처리방침 읽기" msgid "Read the Bluesky Terms of Service" msgstr "Bluesky 서비스 이용약관 읽기" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "진솔한 대화." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "진짜 사람들." @@ -9862,23 +9968,24 @@ msgstr "대화 다시 불러오기" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "제거" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "그룹 대화에서 {displayName} 님 내보내기" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "스타터 팩에서 {displayName} 님 제거" @@ -9914,8 +10021,8 @@ msgstr "첨부 제거" msgid "Remove Avatar" msgstr "프로필 사진 제거" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "배너 제거" @@ -9950,8 +10057,8 @@ msgstr "대화에서 내보내기" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "내 피드에서 제거" @@ -9960,8 +10067,8 @@ msgstr "내 피드에서 제거" msgid "Remove from quick access?" msgstr "빠른 액세스에서 제거하시겠습니까?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "저장된 피드에서 제거" @@ -9970,7 +10077,7 @@ msgstr "저장된 피드에서 제거" msgid "Remove from saved posts" msgstr "저장된 게시물에서 제거" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "내 피드에서 제거하시겠습니까?" @@ -10010,7 +10117,7 @@ msgstr "추천 제거하기" msgid "Remove this feed from your saved feeds" msgstr "저장된 피드에서 이 피드를 제거합니다" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "사용할 수 없는 검토 서비스 제거" @@ -10018,10 +10125,14 @@ msgstr "사용할 수 없는 검토 서비스 제거" msgid "Remove user from list" msgstr "리스트에서 사용자 제거" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "인증 취소" @@ -10029,11 +10140,11 @@ msgstr "인증 취소" msgid "Remove your verification for this account?" msgstr "이 계정을 인증 취소하시겠습니까?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "작성자가 제거함" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "내가 제거함" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "저장된 게시물에서 제거했습니다" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "스타터 팩에서 제거했습니다" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "내 피드에서 제거했습니다" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "사용할 수 없는 서비스를 제거했습니다" @@ -10084,7 +10196,7 @@ msgstr "뮤트 단어 갱신" #: src/view/com/posts/FeedShutdownMsg.tsx:134 #: src/view/com/posts/FeedShutdownMsg.tsx:138 msgid "Replace with Discover" -msgstr "Discover로 교체" +msgstr "‘둘러보기’로 교체" #: src/components/Post/PostRepliedTo.tsx:39 msgctxt "description" @@ -10128,11 +10240,11 @@ msgstr "답장한 메시지, 탭하여 스크롤하기" msgid "Replies" msgstr "답글" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "답글 비활성화됨" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "이 게시물에 대한 답글은 비활성화되어 있습니다." @@ -10141,14 +10253,14 @@ msgstr "이 게시물에 대한 답글은 비활성화되어 있습니다." msgid "Reply" msgstr "답글 보내기" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "답글 보내기" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "답글 ({0, plural, other {#개}})" @@ -10162,7 +10274,7 @@ msgstr "스레드 작성자에 의해 답글 숨겨짐" msgid "Reply Hidden by You" msgstr "나에 의해 답글 숨겨짐" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "답글 설정은 스레드 작성자가 선택합니다" @@ -10185,8 +10297,8 @@ msgstr "답글을 성공적으로 숨겼습니다" msgid "Report" msgstr "신고" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "계정 신고" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "대화 신고" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "신고 대화 상자" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "피드 신고" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "리스트 신고" @@ -10216,8 +10328,8 @@ msgstr "리스트 신고" msgid "Report message" msgstr "메시지 신고" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "게시물 신고" @@ -10225,8 +10337,8 @@ msgstr "게시물 신고" msgid "Report sent" msgstr "신고를 보냈습니다" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "스타터 팩 신고" @@ -10292,7 +10404,7 @@ msgstr "재게시 ({0, plural, other {#개}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "재게시 또는 게시물 인용" @@ -10330,12 +10442,12 @@ msgstr "이 게시물의 재게시물" msgid "Reposts of your reposts" msgstr "내 재게시물의 재게시" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "피드에서 재게시물을 숨겼습니다" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "피드에 재게시물을 표시합니다" @@ -10348,8 +10460,8 @@ msgstr "그룹 대화 참여 권한 요청하기" msgid "Request approved." msgstr "요청을 승인했습니다" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "코드 요청" @@ -10371,7 +10483,7 @@ msgstr "요청했습니다" msgid "Requests" msgstr "요청" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "게시하기 전 대체 텍스트 필수" msgid "Require an email code to sign in to your account." msgstr "계정에 로그인할 때 이메일 코드를 요구합니다." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "이 제공자에서 필수" @@ -10418,16 +10530,16 @@ msgstr "코드 다시 전송" msgid "Resend code in <0>00:{0}" msgstr "<0>00:{0} 후에 코드 다시 전송" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "이메일 다시 전송" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "이메일 다시 전송" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "인증 이메일 다시 전송하기" @@ -10453,6 +10565,11 @@ msgstr "비밀번호 재설정" msgid "Reset your password by sending a code to your email" msgstr "이메일로 코드를 전송하여 비밀번호를 재설정합니다" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "해결됨" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "기본값 복원" @@ -10479,9 +10596,9 @@ msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" msgid "Retry" msgstr "다시 시도" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "신고 옵션 불러오기 다시 시도" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "이전 페이지로 돌아갑니다" @@ -10521,7 +10638,7 @@ msgstr "홈 페이지로 돌아갑니다" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "이전 페이지로 돌아갑니다" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "슬픈 GIF" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "생년월일 저장" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "변경 사항 저장" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "변경 사항을 저장하시겠습니까?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "임시 저장" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "임시 저장하시겠습니까?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "이미지 저장" @@ -10608,8 +10725,8 @@ msgstr "새 핸들 저장" msgid "Save QR code" msgstr "QR 코드 저장" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "다음에도 이 옵션 저장하기" @@ -10618,7 +10735,7 @@ msgstr "다음에도 이 옵션 저장하기" msgid "Save to my feeds" msgstr "내 피드에 저장" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "저장된 피드" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "저장된 게시물" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "내 피드에 저장했습니다" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "인사해 보세요!" @@ -10661,7 +10778,7 @@ msgstr "스캔" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "QR 코드 스캔" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "맨 위로 스크롤" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "검색" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "@{0} 님의 게시물 검색" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "이름 또는 관심 주제로 검색" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "피드 검색" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "‘{interestsDisplayName}’ 검색" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "‘{interestsDisplayName}’ 검색 (활성)" @@ -10734,19 +10851,19 @@ msgstr "‘{searchText}’에 대한 검색 결과" msgid "Search for {q}" msgstr "{q}에 대한 검색 결과" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "다른 사람에게 추천할 피드를 검색하세요." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "더 많은 계정 검색하기" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "더 많은 피드 검색하기" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "사용자 검색" @@ -10774,14 +10891,14 @@ msgstr "언어 검색" msgid "Search my posts" msgstr "내 게시물 검색" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "게시물 검색" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "프로필 검색" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "검색…" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "프로필을 검색합니다" @@ -10829,14 +10946,14 @@ msgstr "#{tag} 게시물 보기" msgid "See #{tag} posts by user" msgstr "사용자의 #{tag} 게시물 보기" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Bluesky에 지원하기" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "더 보기" @@ -10844,16 +10961,11 @@ msgstr "더 보기" msgid "See more suggested profiles" msgstr "더 많은 추천 프로필 보기" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "인기 주제 더 보기" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "동일한 작성자의 스레드 내 게시물에 번호 배지(1/3, 2/3 등)를 표시합니다." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "{langName} 선택" msgid "Select a color" msgstr "색상 선택" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "이유 선택" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "계정 선택" @@ -10910,7 +11022,7 @@ msgstr "아바타 선택" msgid "Select an emoji" msgstr "이모티콘 선택" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "옵션 선택" @@ -10946,11 +11058,11 @@ msgstr "필터 유형 선택 (현재: {0})" msgid "Select from an existing account" msgstr "기존 계정에서 선택하기" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "내 리스트에서 선택하기" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "내 리스트에서 선택하기 <0>{numberOfListsSelected, plural, other {(#개 선택됨)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "이 단어를 음소거할 기간 선택하기" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "언어 선택" @@ -10987,7 +11099,7 @@ msgstr "언어 선택…" msgid "Select languages" msgstr "언어 선택" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "검토 서비스 선택" @@ -11028,7 +11140,7 @@ msgstr "앱의 사용자 인터페이스에 사용할 언어를 선택합니다. msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "구독하는 피드에 포함할 언어를 선택합니다. 선택하지 않으면 모든 언어가 표시됩니다." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "생년월일을 선택하세요" @@ -11045,7 +11157,7 @@ msgstr "피드에서 번역을 위해 선호하는 언어를 선택합니다." msgid "Select your preferred notification channels" msgstr "선호하는 알림 채널 선택" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "여러 유형의 미디어를 함께 선택할 수 없습니다." @@ -11076,7 +11188,7 @@ msgstr "오류 신고 보내기" msgid "Send feedback" msgstr "피드백 보내기" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "메시지 보내기" @@ -11089,7 +11201,7 @@ msgstr "{name} 님에게 게시물 보내기" msgid "Send post to..." msgstr "게시물을 다음으로 보내기" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "{title}에게 신고 보내기" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "휴대폰에서 메시지 전송하기" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "인증 이메일 전송" @@ -11133,7 +11245,7 @@ msgstr "앱 아이콘을 {0}(으)로 설정" msgid "Set new password" msgstr "새 비밀번호 설정" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "내 게시물에 답글을 달 수 있는 사용자 그룹을 설정하세요" @@ -11141,11 +11253,11 @@ msgstr "내 게시물에 답글을 달 수 있는 사용자 그룹을 설정하 msgid "Set up your account" msgstr "계정 설정하기" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "내 게시물에 답글을 달 수 있는 사용자 설정하기" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "아래에서 생년월일을 설정하고 바로 게시물을 올리거나 탐색을 시작하세요!" @@ -11161,9 +11273,9 @@ msgstr "호스팅 제공자를 수동으로 설정" msgid "Sets email for password reset" msgstr "비밀번호 재설정을 위한 이메일을 설정합니다" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "설정" @@ -11222,7 +11334,7 @@ msgstr "답글 알림 설정" msgid "Settings for repost notifications" msgstr "재게시 알림 설정" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "설정을 저장했습니다" @@ -11242,7 +11354,7 @@ msgstr "외설적" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "공유" @@ -11251,7 +11363,7 @@ msgstr "공유" msgid "Share age range" msgstr "연령대 공유" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "무시하고 공유" @@ -11279,13 +11391,13 @@ msgstr "초대 링크 공유하기" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "링크 공유" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "링크 공유 대화 상자" @@ -11304,12 +11416,12 @@ msgstr "게시물 at:// URI 공유" msgid "Share Profile" msgstr "프로필 공유" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "QR 코드 공유" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "이 피드 공유하기" @@ -11318,22 +11430,22 @@ msgstr "이 피드 공유하기" msgid "Share this search" msgstr "이 검색 공유하기" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "이 스타터 팩 공유하기" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "이 스타터 팩을 공유하여 사람들이 Bluesky에서 커뮤니티에 참여할 수 있도록 도와주세요." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "공유…" @@ -11345,7 +11457,7 @@ msgstr "연락처를 공유하고 친구들을 찾아보세요" msgid "Share your thoughts…" msgstr "의견을 공유해 주세요…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "공유 설정 테스터" @@ -11359,12 +11471,16 @@ msgstr "연령대를 공유하면 Apple 계정과 관련된 범위(예: 만 18 msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "연령대를 공유하면 Google 계정과 관련된 범위(예: 만 18세 이상)만 공개합니다. <0>정확한 나이와 생년월일은 절대 공유되지 않으며, 이 데이터는 이 기기를 벗어나지 않습니다. 따라서 이 기기에서만 접근할 수 있습니다. 또는 <1>신뢰할 수 있는 파트너인 KWS를 사용하여 인증을 완료하고 모든 플랫폼에서 접근을 활성화할 수 있습니다." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "표시" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "계정 상태 표시" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "대체 텍스트 표시" @@ -11373,14 +11489,14 @@ msgstr "대체 텍스트 표시" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "무시하고 표시" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "자동화 라벨 표시" @@ -11401,16 +11517,16 @@ msgstr "사용자 지정 옵션 표시" msgid "Show group chat updates" msgstr "그룹 대화 업데이트를 표시합니다" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "이런 항목 덜 보기" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "무시하고 리스트 표시하기" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "선택할 수 있는 사용자 리스트 표시" @@ -11418,8 +11534,8 @@ msgstr "선택할 수 있는 사용자 리스트 표시" msgid "Show more" msgstr "더 보기" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "이런 항목 더 보기" @@ -11445,8 +11561,8 @@ msgstr "답글 표시" msgid "Show replies as" msgstr "답글 표시 형식" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "모두에게 답글 표시" @@ -11455,8 +11571,8 @@ msgstr "모두에게 답글 표시" msgid "Show reposts" msgstr "재게시물 표시" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "피드에 재게시물 표시" @@ -11478,7 +11594,7 @@ msgstr "경고 표시 및 피드에서 필터링" msgid "Show when you’re live" msgstr "내가 라이브 중일 때 표시하기" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "이 게시물이 언제 작성되었는지에 대한 정보를 표시합니다" @@ -11486,15 +11602,15 @@ msgstr "이 게시물이 언제 작성되었는지에 대한 정보를 표시합 msgid "Shows other accounts you can switch to" msgstr "전환할 수 있는 다른 계정을 표시합니다" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "콘텐츠를 표시합니다" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "콘텐츠를 표시합니다" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "로그인" msgid "Sign in as {0}" msgstr "{0}(으)로 로그인" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "다음으로 로그인…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "로그인 또는 계정 만들기" @@ -11551,16 +11667,17 @@ msgstr "Bluesky에 로그인하거나 새 계정 만들기" msgid "Sign in to request access to this group chat." msgstr "이 그룹 대화에 참여 요청하려면 로그인하세요." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "로그인하여 게시물 보기" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "시작일" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "건너뛰기" msgid "Skip contact sharing and continue to the app" msgstr "연락처 공유를 건너뛰고 앱으로 바로 이동하기" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "빈 게시물을 제외하시겠습니까?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "소개를 건너뛰고 계정 사용 시작하기" @@ -11628,7 +11745,7 @@ msgstr "소개를 건너뛰고 계정 사용 시작하기" msgid "Skip to next step" msgstr "다음 단계로 건너뛰기" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "슬라이드" @@ -11644,19 +11761,24 @@ msgstr "알림을 끕니다" msgid "So many thoughts, you should post one" msgstr "생각이 너무 많다면 일단 하나만 게시해 보세요" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "내가 제어하는 소셜 미디어." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "게시물 반응 표시" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "소프트웨어 개발" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "리스트에 있는 일부 검토 서비스를 더 이상 사용할 수 없습니다." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "일부 인증이 유효하지 않습니다." @@ -11664,7 +11786,7 @@ msgstr "일부 인증이 유효하지 않습니다." msgid "Some other feeds you might like" msgstr "좋아할 만한 다른 피드" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "일부 사용자가 답글을 달 수 있음" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "문제가 발생했습니다" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "문제가 발생했습니다. 다시 시도해 주세요." -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "문제가 발생했습니다. 잠시 후 다시 시도해 주세요." msgid "Something went wrong. Please try again." msgstr "문제가 발생했습니다. 다시 시도해 주세요." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "문제가 발생했나요? 저희에게 알려주세요." @@ -11759,8 +11881,8 @@ msgstr "문제가 발생했나요? 저희에게 알려주세요." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "죄송합니다. 현재 계정 추천을 불러올 수 없습니다." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "죄송합니다. 세션이 만료되었습니다. 다시 로그인해 주세요." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "스팸 또는 기타 기만, 사기 행위" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "스포츠" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "친구와 팔로우하는 사람이 좋아요를 누른 게시물을 확인해 보세요." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "대화를 시작하면 여기에 표시됩니다." @@ -11826,14 +11953,14 @@ msgstr "대화 시작" msgid "Start chat with {displayName}" msgstr "{displayName} 님과 대화 시작하기" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "스타터 팩" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "{0} 님의 스타터 팩" @@ -11841,12 +11968,12 @@ msgstr "{0} 님의 스타터 팩" msgid "Starter pack by <0/>" msgstr "<0/> 님의 스타터 팩" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "내 스타터 팩" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "스타터 팩이 유효하지 않음" @@ -11854,7 +11981,7 @@ msgstr "스타터 팩이 유효하지 않음" msgid "Starter packs" msgstr "스타터 팩" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "스타터 팩" @@ -11893,7 +12020,7 @@ msgstr "스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니 msgid "Stored as part of a secure code for matching with others" msgstr "다른 사용자와 번호를 대조하는 보안 코드의 일부로 저장됩니다" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "스토리북" @@ -11928,13 +12055,13 @@ msgstr "이의신청 제출" msgid "Submit feedback" msgstr "피드백 제출" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "신고 제출" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "동의하지 않은 사적인 이미지(NCII) 신고 양식을 통해 신고를 제출하세요" @@ -11963,11 +12090,11 @@ msgstr "이 라벨을 사용하려면 @{0}(을)를 구독하세요." msgid "Subscribe to account activity" msgstr "계정 활동 알림 받기" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "라벨러 구독" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "이 라벨러 구독하기" @@ -11975,7 +12102,7 @@ msgstr "이 라벨러 구독하기" msgid "Subscribe to this list" msgstr "이 리스트 구독하기" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "성공" @@ -11998,7 +12125,7 @@ msgstr "성공적으로 인증했습니다" msgid "Suggested" msgstr "추천" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "추천 계정" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "일몰" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "태그만" msgid "Take the conversation private." msgstr "비공개로 대화하세요." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "내 지역에서 이용 가능한 콘텐츠와 기능을 더 정확하게 결정할 수 있도록 아래를 탭하여 Bluesky의 GPS 위치 접근을 허용해 주세요." @@ -12103,8 +12230,8 @@ msgstr "세부 정보 보기" msgid "Tap for more information" msgstr "탭하여 세부 정보 보기" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "이곳을 탭하여 GPS로 위치를 업데이트하세요." @@ -12206,7 +12333,7 @@ msgstr "이용약관" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "피드백을 보내주셔서 감사합니다! 피드 운영자에게 전 msgid "Thanks for your feedback!" msgstr "피드백을 보내주셔서 감사합니다!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "이메일 주소를 성공적으로 인증했습니다. 이 대화 상자를 닫아도 됩니다." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "감사합니다! 모든 준비가 완료되었습니다." @@ -12246,16 +12373,16 @@ msgstr "감사합니다! 모든 준비가 완료되었습니다." msgid "That contains the following:" msgstr "텍스트 파일 내용:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "스타터 팩을 찾을 수 없습니다." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "이 사용자 이름은 이미 사용 중입니다" @@ -12263,13 +12390,13 @@ msgstr "이 사용자 이름은 이미 사용 중입니다" msgid "That's all, folks!" msgstr "이상입니다, 여러분!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "그게 다예요!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "차단을 해제하면 이 계정이 나와 상호작용할 수 있게 됩니다." @@ -12287,7 +12414,7 @@ msgstr "이 스레드의 작성자가 이 답글을 숨겼습니다." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "입력하신 생년월일에 따르면 회원님은 만 18세 미만입니다. 이에 따라 일부 콘텐츠 및 기능의 이용이 제한될 수 있습니다." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Bluesky 웹 애플리케이션" @@ -12301,11 +12428,11 @@ msgstr "저작권 정책을 <0/>(으)로 이동했습니다" #: src/view/com/posts/FeedShutdownMsg.tsx:107 msgid "The Discover feed" -msgstr "Discover 피드" +msgstr "둘러보기 피드" #: src/state/shell/progress-guide.tsx:225 msgid "The Discover feed now knows what you like" -msgstr "Discover 피드는 이제 당신이 무엇을 좋아하는지 알 테죠" +msgstr "둘러보기 피드는 이제 당신이 무엇을 좋아하는지 알 테죠" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." @@ -12313,7 +12440,7 @@ msgstr "앱에서 더 나은 환경을 경험하세요. 지금 Bluesky를 다운 #: src/view/com/posts/FeedShutdownMsg.tsx:70 msgid "The feed has been replaced with Discover." -msgstr "피드를 Discover로 교체했습니다." +msgstr "피드를 ‘둘러보기’로 교체했습니다." #: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to this post." @@ -12352,32 +12479,32 @@ msgstr "답글을 보내려는 게시물은 작성자가 언어를 {suggestedLan msgid "The Privacy Policy has been moved to <0/>" msgstr "개인정보 처리방침을 <0/>(으)로 이동했습니다" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "처리된 동영상이 너무 큽니다. 더 작은 파일로 다시 시도해 주세요." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "선택한 동영상을 인코딩할 수 없습니다." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "선택한 동영상을 처리할 수 없습니다." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "선택한 동영상의 화면 비율이 지원되지 않습니다." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "선택한 동영상이 {VIDEO_MAX_SIZE_MB} MB보다 큽니다. 더 작은 파일로 다시 시도해 주세요." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "선택한 동영상이 너무 깁니다." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "선택한 동영상이 지원되지 않는 형식을 사용합니다." @@ -12386,7 +12513,7 @@ msgstr "선택한 동영상이 지원되지 않는 형식을 사용합니다." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "서버에 문제가 있는 것 같습니다. 잠시 후 다시 시도해 주세요." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "이 스타터 팩은 유효하지 않습니다. 대신 이 스타터 팩을 삭제할 수 있습니다." @@ -12402,7 +12529,7 @@ msgstr "지원 양식을 이동했습니다. 도움이 필요하다면 <0/>하 msgid "The Terms of Service have been moved to" msgstr "서비스 이용약관을 다음으로 이동했습니다:" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "입력한 인증 코드가 올바르지 않습니다. 올바른 인증 링크를 사용했는지 확인하거나 새 인증 링크를 요청하세요." @@ -12412,7 +12539,7 @@ msgstr "입력한 인증 코드가 올바르지 않습니다. 올바른 인증 msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "인증 서비스 제공업체에서 회원님의 전화번호로 인증 코드를 보낼 수 없습니다. 전화번호를 확인한 후 다시 시도해 주세요." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "동영상을 호스팅 제공자에 업로드할 수 없습니다. 다시 시도해 주세요." @@ -12428,7 +12555,7 @@ msgstr "생년월일 변경 횟수에는 제한이 있습니다. 다시 변경 msgid "There is no invite link for this group chat." msgstr "이 그룹 대화에는 초대 링크가 없습니다." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "계정 비활성화에는 시간 제한이 없으므로 언제든지 다시 돌아올 수 있습니다." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "인터넷 연결에 문제가 발생했습니다. 다시 시도해 주세요" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "서버에 연결하는 동안 문제가 발생했습니다" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 연결 상태를 확인하고 다시 시도해 주세요." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "알림을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "게시물을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요." @@ -12495,25 +12622,25 @@ msgstr "피드를 업데이트하는 동안 문제가 발생했습니다. 인터 #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "문제가 발생했습니다! {0}" @@ -12521,10 +12648,10 @@ msgstr "문제가 발생했습니다! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "문제가 발생했습니다. 인터넷 연결 상태를 확인하고 msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "애플리케이션에 예기치 않은 문제가 발생했습니다. 이런 일이 발생하면 저희에게 알려주세요!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Bluesky에 신규 사용자가 몰리고 있습니다! 최대한 빨리 계정을 활성화하겠습니다." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "내 기본 설정" @@ -12576,7 +12703,7 @@ msgstr "다시 초대하기 전까지 이 대화에 다시 참여할 수 없습 msgid "This {screenDescription} has been flagged:" msgstr "이 {screenDescription}에 다음 플래그가 지정되었습니다:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "이 계정은 신뢰할 수 있는 출처에 의해 인증되었으므로 체크 표시가 있습니다." @@ -12584,7 +12711,7 @@ msgstr "이 계정은 신뢰할 수 있는 출처에 의해 인증되었으므 msgid "This account has been marked as automated by its owner." msgstr "이 계정은 소유자에 의해 자동화된 계정으로 표시되었습니다." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "이 계정은 한 번 이상 인증을 시도했지만 현재는 인증되지 않았습니다." @@ -12618,7 +12745,7 @@ msgstr "이 이의신청을 Bluesky Moderation Service에게 전송합니다." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "이 작성자는 로그인한 사용자에게만 게시물을 공개하도록 설정했습니다." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "이 버튼을 누르면 다른 사람이 Germ DM 앱을 열어 메시지를 보낼 수 있습니다. Germ DM 앱에서 이 버튼의 공개 여부를 관리하거나 아래 버튼을 클릭하여 Bluesky 계정을 Germ DM에서 완전히 연결 해제할 수 있습니다." @@ -12649,7 +12776,7 @@ msgstr "이 대화는 연결이 끊어졌습니다" msgid "This code is invalid. Resend to get a new code." msgstr "이 코드는 유효하지 않습니다. 새 코드를 받으려면 다시 전송하세요." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "인증 코드가 유효하지 않습니다. 다시 시도해 주세요." @@ -12683,7 +12810,7 @@ msgstr "이 대화는 잠겨 있습니다." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "이 대화는 삭제되었거나 비활성화된 계정과의 대화입니다. 옵션을 보려면 누르세요" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "이 임시 저장은 영구적으로 삭제됩니다." @@ -12700,7 +12827,7 @@ msgstr "다음 문구 정확히 포함" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "이 기능을 사용하면 다른 사용자가 내 새 게시물과 답글에 대한 알림을 받을 수 있습니다. 누구에게 이 기능을 사용 설정하시겠습니까?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "이 기능은 베타 버전입니다. 저장소 내보내기에 대한 자세한 내용은 <0>이 블로그 글에서 확인할 수 있습니다." @@ -12763,7 +12890,7 @@ msgstr "이 기기에서 이 계정을 처음 사용하기 때문에 일회성 msgid "This is not a valid link" msgstr "올바른 링크가 아닙니다" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "이 라벨은 이 계정이 자동화된 계정임을 알려줍니다. 이 기능을 켜면 계정 프로필과 게시물의 계정 이름 옆에 이 라벨이 나타납니다. 이 설정은 언제든지 켜거나 끌 수 있습니다." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "이 링크를 클릭하면 다음 웹사이트로 이동합니다." #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "<0>{0} 님이 만든 이 목록은 이름이나 설명에 Bluesky의 커뮤니티 가이드라인을 위반할 가능성이 있는 내용이 포함되어 있습니다." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "내가 만든 이 목록은 이름이나 설명에 Bluesky의 커뮤니티 가이드라인을 위반할 가능성이 있는 내용이 포함되어 있습니다." @@ -12829,11 +12956,11 @@ msgstr "이 사용자는 나를 차단했습니다" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "이 게시물은 <0>{0}에 작성되었다고 주장하지만 Bluesky에서는 <1>{1}에 처음 확인되었습니다." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "이 게시물에 알 수 없는 유형의 스레드게이트가 있습니다. 앱이 오래되었을 수 있습니다." @@ -12845,19 +12972,19 @@ msgstr "이 게시물은 로그인한 사용자만 볼 수 있습니다." msgid "This post was deleted by its author" msgstr "작성자가 삭제한 게시물입니다" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "이 게시물을 피드와 스레드에서 숨깁니다. 이 작업은 되돌릴 수 없습니다." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "이 게시물의 작성자가 인용 게시물을 비활성화했습니다." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "이 프로필은 로그인한 사용자에게만 표시됩니다. 로그인하지 않은 사용자에게는 표시되지 않습니다." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "이 답글은 스레드 하단의 숨겨진 위치에 정렬되며 자신과 다른 사용자 모두의 후속 답글에 대한 알림이 뮤트됩니다." @@ -12870,7 +12997,7 @@ msgstr "이 화면은 그룹 대화에서만 사용할 수 있습니다." msgid "This service has not provided terms of service or a privacy policy." msgstr "이 서비스는 서비스 이용약관이나 개인정보 처리방침을 제공하지 않습니다." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "라이브 기능이 베타 버전인 동안에는 이 서비스가 지원되지 않습니다. 사용할 수 있는 서비스: {formatted}" @@ -12927,7 +13054,7 @@ msgstr "이 사용자는 새로 가입했습니다. 언제 가입했는지 자 msgid "This user isn't following anyone." msgstr "이 사용자는 아무도 팔로우하지 않았습니다." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "이 동영상은 현재 기기에서 재생할 수 없습니다. 브라우저 또는 시스템에 필요한 비디오 코덱(H.264/AAC)이 설치되어 있지 않을 수 있습니다." @@ -12953,15 +13080,10 @@ msgstr "이 작업은 Bluesky 계정 <0>{currentHandle} 및 관련된 모든 msgid "This will remove @{0} from the quick access list." msgstr "빠른 액세스 목록에서 @{0}(을)를 제거합니다." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "모든 사용자의 인용 게시물에서 해당 게시물이 삭제되고 자리 표시자로 대체됩니다." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "스레드 번호 표시" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "스레드 설정" msgid "Threaded" msgstr "스레드" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "스레드 설정" @@ -13002,7 +13124,7 @@ msgstr "제목" msgid "Title (100 characters max)" msgstr "제목 (최대 100자)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "이메일 2단계 인증을 비활성화하려면 이메일 주소에 대한 접근 권한을 인증하세요." @@ -13012,7 +13134,7 @@ msgstr "이메일 2단계 인증을 비활성화하려면 이메일 주소에 msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "이메일 2단계 인증을 비활성화하려면 <0>{0}에 대한 접근 권한을 인증해 주세요." -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "로그아웃하려면 <0>이곳을 클릭하세요. 또는 원하는 경우 <1>계정을 삭제할 수 있습니다." @@ -13020,11 +13142,11 @@ msgstr "로그아웃하려면 <0>이곳을 클릭하세요. 또는 원하는 msgid "Today" msgstr "오늘" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "성인 콘텐츠 활성화 또는 비활성화 전환" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "소리를 켜거나 끕니다" @@ -13053,7 +13175,7 @@ msgstr "인기" msgid "Top replies first" msgstr "인기순" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "주제" @@ -13061,8 +13183,8 @@ msgstr "주제" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "번역" @@ -13074,12 +13196,12 @@ msgstr "번역됨" msgid "Translating" msgstr "번역 중" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "번역 중…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "현재 사용하는 기기에서는 같은 언어로 번역할 수 없습니다." @@ -13088,9 +13210,9 @@ msgstr "현재 사용하는 기기에서는 같은 언어로 번역할 수 없 msgid "Tree view" msgstr "트리 뷰" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "인기" @@ -13099,12 +13221,20 @@ msgstr "인기" msgid "Trending GIFs" msgstr "인기 GIF" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "인기 옵션" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "인기 주제" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "인기 주제는 네트워크에서 사람들이 이야기하고 있는 주제를 바탕으로 선정됩니다. 주제 제목과 설명은 AI로 생성됩니다." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "인기 동영상" @@ -13113,7 +13243,7 @@ msgstr "인기 동영상" msgid "Trolling" msgstr "분쟁 유발" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "신뢰는 관계, 커뮤니티, 공유된 맥락에서 비롯되므로 직접 인증을 발행할 수 있는 조직인 <0>신뢰할 수 있는 인증자 또한 지원합니다." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "연결할 수 없습니다. 인터넷 연결 상태를 확인하고 다시 시도해 주세요." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "서비스에 연결할 수 없습니다. 인터넷 연결 상태를 확인하고 다시 시도해 주세요." @@ -13187,7 +13317,7 @@ msgstr "서비스에 연결할 수 없습니다. 인터넷 연결 상태를 확 msgid "Unable to contact your service. Please check your Internet connection." msgstr "서비스에 연결할 수 없습니다. 인터넷 연결 상태를 확인해 주세요." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "삭제할 수 없음" @@ -13205,6 +13335,10 @@ msgstr "선택한 수신자를 찾을 수 없습니다." msgid "Unable to find the selected recipient." msgstr "선택한 수신자를 찾을 수 없습니다." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "계정을 불러올 수 없습니다" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "핸들을 확인할 수 없습니다" @@ -13233,14 +13367,14 @@ msgstr "사용할 수 없는 피드 정보" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "차단 해제" @@ -13251,8 +13385,8 @@ msgstr "{displayName} 님 차단 해제하기" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "계정 차단 해제" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "계정을 차단 해제하시겠습니까?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "계정을 차단 해제하시겠습니까?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "리스트 차단 해제" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "검토 중" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "실행 취소" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "실행 취소" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "재게시 취소 ({0, plural, other {#개}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0} 님을 언팔로우" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "계정 언팔로우" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "사용자를 언팔로우합니다" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "죄송합니다. 구독하는 라벨러 중 이 신고 유형을 지원하는 라벨러가 없습니다." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "죄송합니다. 프로필에 저장된 생년월일이 Bluesky 이용 연령 제한에 해당되어 접속할 수 없습니다." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "죄송합니다. 입력한 연령으로는 해당 지역에서 Bluesky를 이용할 수 없습니다." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "알 수 없는 인증자" @@ -13333,13 +13490,13 @@ msgstr "라벨이 없는 성인 콘텐츠" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "라벨이 없거나, 학대적이거나 동의받지 않은 성인 콘텐츠" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "좋아요 취소" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "좋아요 취소 ({0, plural, other {#개}})" @@ -13351,12 +13508,12 @@ msgstr "대화 잠금 해제" msgid "Unlock this group chat" msgstr "이 그룹 대화 잠금 해제하기" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "언뮤트" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "음소거 해제" msgid "Unmute {0}" msgstr "{0} 언뮤트" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "계정 언뮤트" @@ -13379,8 +13536,8 @@ msgstr "계정 언뮤트" msgid "Unmute conversation" msgstr "대화 언뮤트" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "리스트 언뮤트" @@ -13388,8 +13545,8 @@ msgstr "리스트 언뮤트" msgid "Unmute this group chat" msgstr "이 그룹 대화 언뮤트하기" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "스레드 언뮤트" @@ -13397,14 +13554,14 @@ msgstr "스레드 언뮤트" msgid "Unmute video" msgstr "동영상 음소거 해제" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "고정 해제" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "피드 고정 해제" @@ -13414,13 +13571,13 @@ msgstr "피드 고정 해제" msgid "Unpin from home" msgstr "홈에서 고정 해제" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "프로필에서 고정 해제" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "검토 리스트 고정 해제" @@ -13429,29 +13586,34 @@ msgstr "검토 리스트 고정 해제" msgid "Unpinned {0} from Home" msgstr "{0}(을)를 홈에서 고정 해제했습니다" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "내 피드에서 고정 해제했습니다" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "리스트를 고정 해제했습니다" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "읽지 않음" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "이메일 알림 켜기" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "구독 취소" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "리스트 구독 취소" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "이 라벨러 구독 취소하기" @@ -13463,7 +13625,7 @@ msgstr "리스트를 구독 취소했습니다" msgid "Unsupported clipboard content" msgstr "지원되지 않는 클립보드 콘텐츠" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "지원되지 않는 동영상 유형: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "{domain}(으)로 변경" msgid "Update your email" msgstr "이메일 변경" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "위치 업데이트" @@ -13539,24 +13701,24 @@ msgstr "텍스트 파일 업로드 경로:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "카메라에서 업로드" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "파일에서 업로드" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "보관함에서 업로드" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "GIF 업로드 중…" @@ -13570,7 +13732,7 @@ msgstr "이미지 업로드 중…" msgid "Uploading link thumbnail..." msgstr "링크 미리보기 업로드 중…" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "동영상 업로드 중…" @@ -13659,25 +13821,25 @@ msgstr "{0} 님의 사용자 리스트" msgid "User list by you" msgstr "내 사용자 리스트" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "사용자 리스트를 생성했습니다" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "사용자 리스트를 업데이트했습니다" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "사용자 이름은 {MAX_SERVICE_HANDLE_LENGTH, plural, other {#자}}를 초과할 수 없습니다" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "사용자 이름은 하이픈으로 시작하거나 끝날 수 없습니다" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "사용자 이름에는 영문자(a-z), 숫자, 하이픈만 사용할 수 있습니다" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "사용자 이름 또는 이메일 주소" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "<0>@{0} 님이 팔로우하는 사용자" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "<0>@{0} 님을 팔로우하는 사용자" @@ -13707,11 +13869,11 @@ msgstr "값:" msgid "Verification failed, please try again." msgstr "인증하지 못했습니다. 다시 시도해 주세요." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "인증 설정" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "인증 설정" @@ -13720,14 +13882,14 @@ msgstr "인증 설정" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Bluesky의 인증은 다른 플랫폼과 다르게 작동합니다. <0>이곳에서 자세히 알아보세요. (영어)" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "인증자:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "계정 인증" @@ -13790,12 +13952,12 @@ msgstr "연령 인증하기" msgid "Verify your email" msgstr "이메일 인증하기" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "인증하는 중" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "연령 확인 상태를 확인하는 중" @@ -13815,16 +13977,16 @@ msgstr "버전 {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "스타터 팩 <0/><1>{starterPackName}(을)를 통해" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "동영상" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "동영상을 처리하지 못했습니다" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "동영상 피드" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "{0} 님의 동영상: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "{0} 님의 동영상. 탭하여 재생 또는 일시정지합니다" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "비디오 게임" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "동영상 일시 정지됨" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "동영상 재생 중" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "동영상을 찾을 수 없습니다." @@ -13859,12 +14021,12 @@ msgstr "동영상을 찾을 수 없습니다." msgid "Video settings" msgstr "동영상 설정" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "동영상을 업로드했습니다" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "동영상: {0}" @@ -13872,19 +14034,13 @@ msgstr "동영상: {0}" msgid "Videos" msgstr "동영상" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "동영상은 10분 이하여야 합니다." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "동영상 길이는 3분 미만이어야 합니다." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "보기" @@ -13903,9 +14059,9 @@ msgstr "{0} 님의 프로필 사진 보기" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "{0} 님의 프로필 보기" @@ -13924,11 +14080,11 @@ msgstr "{displayName} 님의 프로필 보기" msgid "View {publicationTitle}" msgstr "{publicationTitle} 보기" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "차단된 사용자의 프로필 보기" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "자세한 정보를 위해 블로그 글 보기" @@ -13936,8 +14092,8 @@ msgstr "자세한 정보를 위해 블로그 글 보기" msgid "View debug entry" msgstr "디버그 항목 보기" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "세부 정보 보기" @@ -13977,13 +14133,13 @@ msgstr "더 보기" msgid "View more trending videos" msgstr "인기 동영상 더 보기" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "게시물 보기" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "{0} 님이 제공하는 라벨링 서비스 보기" msgid "View this user's verifications" msgstr "이 사용자의 인증 보기" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "이 피드를 좋아하는 사용자 보기" @@ -14026,11 +14182,11 @@ msgstr "이 피드를 좋아하는 사용자 보기" msgid "View video" msgstr "동영상 보기" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "내가 차단한 계정 보기" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "기본 게시물 상호작용 설정 보기" @@ -14039,11 +14195,15 @@ msgstr "기본 게시물 상호작용 설정 보기" msgid "View your feeds and explore more" msgstr "내 피드를 보거나 새 피드 탐색하기" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "내 검토 수신함 보기" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "내 검토 리스트 보기" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "내가 뮤트한 계정 보기" @@ -14060,6 +14220,10 @@ msgstr "전체 이미지를 봅니다" msgid "Views video in immersive mode" msgstr "몰입형 모드로 동영상을 봅니다" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "커뮤니티 가이드라인 위반: {guideline}" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "폭력" @@ -14136,6 +14300,10 @@ msgstr "이 대화의 참여 요청을 불러올 수 없습니다" msgid "We couldn’t load this conversation’s settings" msgstr "이 대화 설정을 불러올 수 없습니다" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "계정 설정을 불러오지 못했습니다. 인터넷 연결을 확인한 후 다시 시도해 주세요." + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "호스팅 제공자를 확인할 수 없습니다. 인터넷 연결을 확인하거나 <0>호스팅 제공자를 수동으로 설정하세요." @@ -14148,7 +14316,7 @@ msgstr "매칭이 완료된 후에는 해시를 삭제합니다" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Bluesky는 친구들의 전화번호를 저장하거나 메시지를 전송하지 않습니다." -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "계정이 준비될 때까지 {estimatedTime}이 걸릴 것으로 예상됩니다." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Bluesky는 연령 확인을 위해 <0>KWS와 제휴했습니다. 아래 ‘시작하기’를 클릭하면 KWS에서 인증 절차를 완료하는 방법에 대한 안내 이메일이 발송됩니다. 이메일 주소를 이미 KWS를 사용하는 다른 게임이나 서비스에서 연령 확인을 위해 사용했다면 다시 입력할 필요는 없습니다. 인증이 완료되면 Bluesky를 계속 사용할 수 있습니다." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "<0>{0}(으)로 또 다른 인증 이메일을 보냈습니다." @@ -14186,7 +14354,7 @@ msgstr "관심 주제를 2개 이상 선택하는 것을 권장합니다." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "링크가 포함된 이메일을 <0>{0}(으)로 보냈습니다. 이메일 인증 절차를 완료하려면 해당 링크를 클릭하세요." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "동영상을 업로드할 수 있는지 확인할 수 없습니다. 다시 시도해 주세요." @@ -14198,16 +14366,16 @@ msgstr "네트워크 오류로 인해 해당 지역의 연령 확인 설정을 msgid "We were unable to load your birthdate preferences. Please try again." msgstr "생년월일 설정을 불러올 수 없습니다. 다시 시도해 주세요." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "현재 구성된 라벨러를 불러올 수 없습니다." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "연결 문제로 인해 인증 정보를 받지 못했습니다. 나중에 정보가 도착하면 계정이 자동으로 업데이트됩니다." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "계정이 준비되면 알려 드리겠습니다." @@ -14236,7 +14404,7 @@ msgstr "또한 <0>커뮤니티 가이드라인도 업데이트될 예정이 msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "또한 커뮤니티 가이드라인도 업데이트될 예정이며, 이에 대한 여러분의 의견을 기다립니다! 새로운 가이드라인은 2025년 10월 15일부터 적용됩니다." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "서버에서 연령 확인 상태를 확인 중입니다. 몇 초 정도 소요됩니다." @@ -14255,7 +14423,7 @@ msgstr "네트워크 문제가 발생했습니다. 다시 시도해 주세요" msgid "We’re having network issues, try again" msgstr "네트워크 문제가 발생했습니다. 다시 시도해 주세요" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Bluesky에 인증을 쉽게 확인할 수 있는 체크 표시를 도입합니다." @@ -14267,7 +14435,7 @@ msgstr "함께하게 되어 정말 기뻐요!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "죄송하지만 기기에서 공유된 데이터를 기반으로 볼 때, 회원님은 Bluesky를 이용하기에 충분한 연령이 아닙니다." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "죄송하지만 기기 위치상 회원님은 현재 연령 확인이 필요한 지역에 있습니다." @@ -14296,7 +14464,7 @@ msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다 msgid "We're sorry, you cannot access this screen at this time." msgstr "죄송합니다. 현재 이 화면에 접근할 수 없습니다." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "죄송하지만 답글을 달려는 게시물이 삭제되었습니다." @@ -14325,12 +14493,12 @@ msgstr "2025년 9월 15일부터 서비스 이용약관, 개인정보 처리방 msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "2025년 9월 15일부터 서비스 이용약관, 개인정보 처리방침, 저작권 정책이 업데이트됩니다. 또한 커뮤니티 가이드라인도 업데이트될 예정이며, 이에 대한 여러분의 의견을 기다립니다! 새로운 가이드라인은 2025년 10월 15일부터 적용됩니다. 이 변경 사항에 대한 자세한 내용과 의견 제출 방법은 이 블로그 게시물에서 확인할 수 있습니다." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "내 연령 확인 상태를 확인했습니다. 이제 이 대화 상자를 닫을 수 있습니다." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "다시 돌아오셨군요!" @@ -14351,17 +14519,17 @@ msgstr "스타터 팩의 이름을 무엇으로 할까요?" msgid "what’s up" msgstr "요즘 어때?" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "무슨 일이 일어나고 있나요?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "체크 표시를 탭하면 어떤 조직이 인증을 승인했는지 확인할 수 있습니다." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "누가 이 게시물과 상호작용할 수 있나요?" @@ -14369,12 +14537,12 @@ msgstr "누가 이 게시물과 상호작용할 수 있나요?" msgid "Who can join this group chat and how" msgstr "그룹 대화 참여 대상 및 방식" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "답글을 달 수 있는 사용자" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "누가 인증을 받을 수 있나요?" @@ -14434,11 +14602,11 @@ msgstr "이 사용자를 차단하거나 이 대화를 삭제하시겠습니까? msgid "Would you like to block this user and/or leave this conversation?" msgstr "이 사용자를 차단하거나 대화를 종료하시겠습니까?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "임시 저장 목록으로 이동하기 전에 작성 중인 내용을 저장하시겠습니까?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "나중에 다시 작성할 수 있도록 임시 저장하시겠습니까?" @@ -14447,12 +14615,12 @@ msgstr "나중에 다시 작성할 수 있도록 임시 저장하시겠습니까 msgid "Write a post" msgstr "게시물 작성하기" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "게시물 작성" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "답글 작성하기" @@ -14475,8 +14643,8 @@ msgstr "올바르지 않은 대화 유형" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "예" @@ -14486,8 +14654,8 @@ msgstr "예" msgid "Yes GIFs" msgstr "긍정 GIF" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "비활성화" @@ -14495,19 +14663,19 @@ msgstr "비활성화" msgid "Yes, delete my account" msgstr "내 계정을 삭제하겠습니다" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "이 스타터 팩 삭제하기" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "해제" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "숨기기" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "내 계정 재활성화" @@ -14519,7 +14687,7 @@ msgstr "어제" msgid "You are a trusted verifier" msgstr "나는 신뢰할 수 있는 인증자입니다" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "회원님이 접속하신 지역은 앱 접근 전 법적으로 연령 확인이 필요한 곳입니다." @@ -14544,12 +14712,12 @@ msgstr "호스팅 제공자:" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "현재 라이브 시작 기능 사용이 차단되었습니다. 이 운영 조치에 대해 이의를 제기하려면 아래 양식을 제출해 주세요." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "현재 Bluesky의 연령 확인 절차를 이용할 수 없습니다. 오류라고 생각되면 <0>운영팀에 문의해 주세요." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "대기 중입니다." @@ -14558,11 +14726,11 @@ msgstr "대기 중입니다." msgid "You are Live" msgstr "라이브 중" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "더 이상 라이브 중이 아닙니다" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "동영상을 업로드할 수 없습니다." @@ -14570,7 +14738,7 @@ msgstr "동영상을 업로드할 수 없습니다." msgid "You are not following anyone yet" msgstr "아직 아무도 팔로우하지 않았습니다" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "라이브 중입니다!" @@ -14599,7 +14767,7 @@ msgstr "계정을 삭제하는 대신 <0>일시적으로 비활성화할 수 msgid "You can also discover new Custom Feeds to follow." msgstr "팔로우할 새로운 맞춤 피드를 찾을 수도 있습니다." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "대화 데이터를 ‘JSONL’ 파일로 다운로드할 수도 있습니다. 이 파일에는 내가 보낸 메시지만 포함되며 받은 메시지는 포함되지 않습니다." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "이제 새 비밀번호로 로그인할 수 있습니다." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "게시물당 최대 {MAX_GALLERY_IMAGES, plural, other {#개}}의 이미지만 추가할 수 있습니다" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "최대 1000자까지만 임시 저장할 수 있습니다." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "최대 1000자까지만 임시 저장할 수 있습니다. 임시 저장 목록을 확인하기 전에 이 게시물을 삭제하시겠습니까?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "GIF는 한 번에 하나만 선택할 수 있습니다." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "동영상은 한 번에 하나만 선택할 수 있습니다." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "계정을 재활성화하여 로그인을 계속할 수 있습니다. 내 프로필과 글이 다른 사용자에게 표시됩니다." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "대화 기록은 읽을 수 있지만 새 메시지는 보낼 수 없습니다." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "총 {MAX_GALLERY_IMAGES, plural, other {#개}}까지 선택할 수 있습니다." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "나중에 설정에서 변경할 수 있습니다." @@ -14690,7 +14855,7 @@ msgstr "앱 비밀번호를 사용 중이므로 생년월일을 업데이트할 msgid "You don't follow any users who follow @{name}." msgstr "@{name} 님을 팔로우하는 사용자를 팔로우하고 있지 않습니다." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "아직 리스트가 없습니다." @@ -14728,7 +14893,7 @@ msgstr "답글, 인용, 멘션 알림을 완전히 비활성화했으므로 이 #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "잘못된 코드를 입력했습니다. XXXXX-XXXXX와 같은 형식이어야 합니다." @@ -14778,15 +14943,15 @@ msgstr "끝에 도달했습니다" msgid "You have successfully verified your email address. You can close this dialog." msgstr "이메일 주소를 성공적으로 인증했습니다. 이 대화 상자를 닫아도 됩니다." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "일시적으로 동영상 업로드 한도에 도달했습니다. 나중에 다시 시도해 주세요." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "이 초안에 저장되지 않은 변경 사항이 있습니다. 저장하시겠습니까?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "변경 사항이 저장되지 않았습니다. 임시 저장 목록으로 이동하기 전에 저장하시겠습니까?" @@ -14858,7 +15023,7 @@ msgstr "스타터 팩을 만들려면 다른 사용자를 최소 7명 이상 팔 msgid "You must grant access to your photo library to save a QR code" msgstr "QR 코드를 저장하려면 사진 보관함에 대한 접근 권한을 부여해야 합니다" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "미디어 라이브러리에 대한 접근 권한을 허용해야 합니다." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "내가 소유한 대화" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "이전에 @{0}(을)를 비활성화했습니다." @@ -14911,11 +15076,21 @@ msgstr "내가 나에게 보내는 답장" msgid "You requested to join" msgstr "참여 요청을 보냈습니다" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "모든 계정에서 로그아웃됩니다." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "모든 준비를 완료했습니다! 다만 성인 인증이 완료될 msgid "You’re in control" msgstr "내가 직접 관리하는 대화" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "대기 중입니다" @@ -15010,7 +15185,7 @@ msgstr "연락처 접근이 거부되었습니다" msgid "You've found some people to follow" msgstr "팔로우할 사용자를 찾은 것 같군요" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "활성 콘텐츠의 끝에 도달했습니다." @@ -15018,7 +15193,7 @@ msgstr "활성 콘텐츠의 끝에 도달했습니다." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "피드 끝에 도달했습니다! 팔로우할 계정을 더 찾아보세요." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "임시 저장 수가 최대치에 도달했습니다" @@ -15030,22 +15205,23 @@ msgstr "허용된 최대 요청 수에 도달했습니다. 나중에 다시 시 msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "필터의 최대 수인 {MAX_FILTERS, plural, other {#개}}에 도달했습니다. 새 필터를 만드는 대신 기존 필터에 값을 추가하세요." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "활성 콘텐츠의 시작 부분에 도달했습니다." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "동영상 업로드 일일 한도에 도달했습니다 (용량이 너무 큼)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "동영상 업로드 일일 한도에 도달했습니다 (동영상 수가 너무 많음)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "시청할 동영상이 부족합니다. 잠시 쉬는 건 어떠신가요?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "내 계정" @@ -15062,7 +15238,19 @@ msgstr "계정을 삭제했습니다. 또 봐요! ✌️" msgid "Your account has been suspended" msgstr "계정이 일시 정지되었습니다" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "내 계정은 커뮤니티 가이드라인을 반복적으로 위반했습니다. 추가 위반 시 계정이 영구적으로 정지될 수 있습니다." + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "계정에 경고 기록이 있습니다" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "계정이 영구 정지될 위험이 있습니다" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "내 계정은 아직 동영상을 업로드할 수 없습니다. 나중에 다시 시도해 주세요." @@ -15074,7 +15262,7 @@ msgstr "계정이 너무 새롭습니다" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "새 그룹 대화를 만들려면 계정 생성 후 최소 7일이 지나야 합니다." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "모든 공개 데이터 레코드가 포함된 계정 저장소를 ‘CAR’ 파일로 다운로드할 수 있습니다. 이 파일에는 이미지와 같은 미디어 임베드나 별도로 가져와야 하는 비공개 데이터는 포함되지 않습니다." @@ -15086,7 +15274,7 @@ msgstr "귀하의 계정이 <0>Bluesky Social 서비스 이용약관을 위 msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "이의신청을 제출했습니다. 이의신청이 받아들여지면 이메일을 전송하겠습니다." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "생년월일" @@ -15115,7 +15303,7 @@ msgstr "연락처에 있는 {name} 님" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "현재 핸들 <0>{0}은 자동으로 예약된 상태로 유지됩니다. 이 계정에서 언제든지 다시 전환할 수 있습니다." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "등록된 연령이 만 18세 미만입니다. 아래 일부 설정이 비활성화될 수 있습니다. 이 설정이 실수로 변경된 경우 <0>계정 설정에서 생년월일을 편집할 수 있습니다." @@ -15128,7 +15316,7 @@ msgstr "이메일" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "이메일이 잘못된 것 같습니다." @@ -15140,7 +15328,7 @@ msgstr "내 이메일이 아직 인증되지 않았습니다. Bluesky의 모든 msgid "Your first like!" msgstr "첫 좋아요!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "나를 팔로우하는 사용자" @@ -15157,7 +15345,7 @@ msgstr "내 전체 핸들: <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "이메일 주소에서 호스팅 제공자를 감지할 수 없어 기본 Bluesky 서비스가 사용됩니다. 대신 핸들을 입력하거나 제공자를 수동으로 설정하세요." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "호스팅 제공자가 이렇게 큰 동영상을 지원하지 않습니다. 더 작은 파일로 다시 시도해 주세요." @@ -15165,7 +15353,7 @@ msgstr "호스팅 제공자가 이렇게 큰 동영상을 지원하지 않습니 msgid "Your hosting provider is detected automatically from the username you enter." msgstr "입력한 핸들에서 호스팅 제공자가 자동으로 감지됩니다." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "관심 주제를 업데이트했습니다!" msgid "Your interests help us find what you like!" msgstr "관심 주제는 내가 좋아하는 것을 찾도록 도와줍니다!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "위치 정보를 업데이트했습니다" @@ -15198,15 +15386,20 @@ msgstr "이름, 프로필 사진, 그룹 대화 이름, 멤버 수가 모든 사 msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "비밀번호를 성공적으로 변경했습니다! 앞으로 Bluesky에 로그인할 때 새 비밀번호를 사용해 주세요." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "비밀번호는 8자 이상이어야 합니다." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "내 게시물이 삭제되었습니다" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "게시물을 보냈습니다" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "게시물을 보냈습니다" @@ -15214,7 +15407,7 @@ msgstr "게시물을 보냈습니다" msgid "Your preferred language" msgstr "선호하는 언어" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "내 프로필 사진" @@ -15223,24 +15416,28 @@ msgstr "내 프로필 사진" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "여러 사용자들의 프로필 사진이 동심원 형태로 내 프로필 사진을 둘러싸고 있는 모습" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "내 프로필, 게시물, 피드, 리스트가 더 이상 다른 Bluesky 사용자에게 표시되지 않습니다. 언제든지 로그인하여 계정을 재활성화할 수 있습니다." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "답글을 보냈습니다" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "신고를 <0>{0}에게 전송합니다." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "내 신고" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "선택한 관심 주제는 사용자가 관심 있는 콘텐츠를 제공하는 데 도움을 줍니다." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "스레드에 내용이 없는 게시물이 포함되어 있어 해당 게시물은 제외됩니다. 나머지 게시물은 스레드 형식으로 게시됩니다." diff --git a/src/locale/locales/kw/messages.po b/src/locale/locales/kw/messages.po index ef19e11dfc..b9ef8d05aa 100644 --- a/src/locale/locales/kw/messages.po +++ b/src/locale/locales/kw/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: kw\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Cornish\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : 2);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:493 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,7 +828,7 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" @@ -874,7 +883,7 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" @@ -892,7 +901,7 @@ msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:394 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:380 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:673 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2109,7 +2137,7 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:69 #: src/components/StarterPack/ProfileStarterPacks.tsx:267 #: src/components/StarterPack/ProfileStarterPacks.tsx:277 -#: src/view/screens/Profile.tsx:349 +#: src/view/screens/Profile.tsx:351 msgid "Before creating a starter pack, you must first verify your email." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2647,28 +2675,28 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/screens/Login/LoginForm.tsx:645 +#: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,12 +3480,12 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:633 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:609 msgid "Create a list from this starter pack" msgstr "" @@ -3642,12 +3671,12 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" -#: src/view/screens/Profile.tsx:573 -#: src/view/screens/Profile.tsx:574 +#: src/view/screens/Profile.tsx:575 +#: src/view/screens/Profile.tsx:576 msgid "Create a Starter Pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:615 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:604 +#: src/screens/StarterPack/StarterPackScreen.tsx:704 +#: src/screens/StarterPack/StarterPackScreen.tsx:783 msgid "Delete" msgstr "" @@ -3909,18 +3938,18 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:598 +#: src/screens/StarterPack/StarterPackScreen.tsx:774 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:670 msgid "Delete starter pack?" msgstr "" @@ -3928,11 +3957,11 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4401,16 +4441,16 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:585 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,13 +5232,6 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5220,7 +5248,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,7 +5269,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" @@ -5265,24 +5293,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 #: src/view/screens/Feeds.tsx:504 -#: src/view/screens/Profile.tsx:238 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/screens/Profile.tsx:240 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5326,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5338,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5369,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5394,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5414,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5472,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5486,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5494,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5510,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:441 +#: src/screens/StarterPack/StarterPackScreen.tsx:449 msgid "Follow all" msgstr "" @@ -5496,9 +5532,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5577,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5588,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5619,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5628,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5650,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5743,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5849,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5872,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5883,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 msgid "Go Back" msgstr "" @@ -5867,8 +5904,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5916,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5926,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5937,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5980,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5990,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6035,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6125,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6142,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6159,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6192,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6205,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6213,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,31 +6238,31 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6270,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6303,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6344,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6352,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6335,16 +6371,16 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:138 #: src/screens/Login/components/HostingProviderDialog.tsx:159 #: src/screens/Login/ForgotPasswordForm.tsx:84 -#: src/screens/Login/LoginForm.tsx:660 +#: src/screens/Login/LoginForm.tsx:665 msgid "Hosting provider" msgstr "" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) -#: src/screens/Login/LoginForm.tsx:656 +#: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" msgstr "" -#: src/screens/Login/LoginForm.tsx:658 +#: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" msgstr "" @@ -6369,8 +6405,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,11 +6436,11 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" @@ -6420,7 +6456,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6477,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6486,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6497,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6512,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6562,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6576,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6647,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6671,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6696,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6727,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6739,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6797,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,7 +6822,7 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" @@ -6800,12 +6836,12 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6852,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +#: src/screens/StarterPack/StarterPackScreen.tsx:477 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6876,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,22 +6890,22 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:70 -#: src/view/screens/Profile.tsx:231 +#: src/view/screens/Profile.tsx:233 msgid "Labels" msgstr "" @@ -6893,7 +6929,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6943,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6959,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6982,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7002,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7020,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7031,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7040,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7103,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7116,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7131,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7150,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7158,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7176,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7168,7 +7204,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:158 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/index.tsx:314 -#: src/view/screens/Profile.tsx:237 +#: src/view/screens/Profile.tsx:239 msgid "Likes" msgstr "" @@ -7178,7 +7214,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7227,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7232,15 +7273,15 @@ msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7289,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7298,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 +#: src/screens/ProfileList/components/Header.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 +#: src/screens/ProfileList/components/Header.tsx:106 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 -#: src/view/screens/Profile.tsx:232 -#: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:242 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7367,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7387,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7424,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7446,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7484,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7497,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7515,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7509,17 +7555,17 @@ msgid "Me" msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 -#: src/view/screens/Profile.tsx:235 +#: src/view/screens/Profile.tsx:237 msgid "Media" msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7586,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7611,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7626,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7650,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7662,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7687,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7705,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7727,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7750,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7763,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7721,9 +7774,9 @@ msgid "More languages..." msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7800,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7812,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7869,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7887,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7905,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7934,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7944,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7963,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7972,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8025,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8077,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8038,12 +8087,12 @@ msgstr "" #: src/screens/ProfileList/index.tsx:277 #: src/view/screens/Feeds.tsx:545 #: src/view/screens/Notifications.tsx:165 -#: src/view/screens/Profile.tsx:604 +#: src/view/screens/Profile.tsx:606 msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8125,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,8 +8137,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 @@ -8108,12 +8157,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8186,7 +8239,7 @@ msgstr "" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 -#: src/view/screens/Profile.tsx:536 +#: src/view/screens/Profile.tsx:538 msgid "No likes yet" msgstr "" @@ -8194,11 +8247,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8208,7 +8261,7 @@ msgstr "" msgid "No media filter" msgstr "" -#: src/view/screens/Profile.tsx:482 +#: src/view/screens/Profile.tsx:484 msgid "No media yet" msgstr "" @@ -8224,7 +8277,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8298,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8263,7 +8316,7 @@ msgid "No posts here" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:84 -#: src/view/screens/Profile.tsx:440 +#: src/view/screens/Profile.tsx:442 msgid "No posts yet" msgstr "" @@ -8276,7 +8329,7 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" -#: src/view/screens/Profile.tsx:467 +#: src/view/screens/Profile.tsx:469 msgid "No replies yet" msgstr "" @@ -8297,7 +8350,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,11 +8375,11 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" -#: src/view/screens/Profile.tsx:568 +#: src/view/screens/Profile.tsx:570 msgid "No Starter Packs yet" msgstr "" @@ -8335,15 +8388,15 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" -#: src/view/screens/Profile.tsx:509 +#: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8398,8 +8451,8 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 -#: src/view/screens/Profile.tsx:130 +#: src/Navigation.tsx:170 +#: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8460,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8472,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8492,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8502,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8547,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8562,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8584,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8617,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8639,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8625,7 +8686,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:375 #: src/screens/Settings/AppPasswords.tsx:59 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 -#: src/view/screens/Profile.tsx:130 +#: src/view/screens/Profile.tsx:132 msgid "Oops!" msgstr "" @@ -8637,7 +8698,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8716,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8724,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8756,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8774,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8804,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:571 msgid "Open starter pack menu" msgstr "" @@ -8759,16 +8820,15 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/screens/Login/LoginForm.tsx:646 +#: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" msgstr "" @@ -8788,7 +8848,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8864,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8893,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8914,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8927,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8883,11 +8943,11 @@ msgstr "" msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9045,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9053,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9065,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9080,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:193 msgid "People" msgstr "" @@ -9033,12 +9093,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9130,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9115,15 +9175,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9191,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9211,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9229,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9242,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9250,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9267,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9279,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9292,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9333,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9366,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9393,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9419,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,38 +9427,38 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" -#: src/view/screens/Profile.tsx:486 -#: src/view/screens/Profile.tsx:487 +#: src/view/screens/Profile.tsx:488 +#: src/view/screens/Profile.tsx:489 msgid "Post a photo" msgstr "" -#: src/view/screens/Profile.tsx:513 -#: src/view/screens/Profile.tsx:514 +#: src/view/screens/Profile.tsx:515 +#: src/view/screens/Profile.tsx:516 msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9466,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9488,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9505,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9533,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9543,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,8 +9552,8 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 -#: src/view/screens/Profile.tsx:233 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9585,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9620,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9634,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9647,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9664,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9698,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9750,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9788,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9810,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9824,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9845,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9859,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,19 +9927,19 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 +#: src/components/FeedCard.tsx:375 #: src/components/StarterPack/Wizard/WizardListCard.tsx:105 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" @@ -9914,8 +9979,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9960,8 +10025,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10035,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10075,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10019,9 +10084,9 @@ msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10094,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10061,7 +10126,7 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10124,15 +10189,15 @@ msgstr "" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:218 #: src/screens/Settings/NotificationSettings/index.tsx:181 #: src/screens/Settings/NotificationSettings/index.tsx:330 -#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:236 msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10206,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10227,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10250,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,12 +10263,12 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" @@ -10216,8 +10281,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10290,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:646 +#: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Report starter pack" msgstr "" @@ -10292,7 +10357,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:566 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10395,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10413,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10436,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10451,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10483,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10518,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10549,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10574,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:790 msgid "Return to previous page" msgstr "" @@ -10521,7 +10591,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10530,7 +10600,7 @@ msgstr "" msgid "Returns to the previous step" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" msgstr "" @@ -10540,10 +10610,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10642,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10678,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10688,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10700,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10731,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10756,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10769,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10787,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10738,15 +10808,15 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10844,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10864,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10899,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10914,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +10955,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +10975,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11011,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11039,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11052,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11093,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11110,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11141,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11154,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11163,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11198,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11206,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11226,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11287,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11307,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:436 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11316,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11344,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11369,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,11 +11383,11 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:429 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" @@ -11330,10 +11395,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/StarterPack/StarterPackScreen.tsx:627 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11410,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11424,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11442,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11470,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11487,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11514,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11524,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11547,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11555,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11575,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11591,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11620,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11671,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11684,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11698,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11714,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11739,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11800,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11826,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11834,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11865,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11906,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11921,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Starter pack is invalid" msgstr "" @@ -11854,8 +11934,8 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 -#: src/view/screens/Profile.tsx:239 +#: src/screens/Search/Explore.tsx:658 +#: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11867,7 +11947,7 @@ msgstr "" msgid "Starter packs let you share your favorite feeds and people with your friends." msgstr "" -#: src/view/screens/Profile.tsx:566 +#: src/view/screens/Profile.tsx:568 msgid "Starter Packs let you share your favorite feeds and people with your friends." msgstr "" @@ -11893,7 +11973,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12008,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12043,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12055,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12078,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12107,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12167,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12183,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12286,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12313,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12326,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 #: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 #: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12343,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12367,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12432,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12466,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:764 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12482,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12492,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12508,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12525,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 +#: src/screens/ProfileList/components/Header.tsx:96 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:828 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12575,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,8 +12601,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 @@ -12537,11 +12617,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12656,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12664,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12698,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12729,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12763,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12780,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12843,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12869,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12909,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12925,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12950,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13007,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13033,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13056,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13077,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13087,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13095,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13128,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13136,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13149,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13163,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13174,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13196,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13258,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13270,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:689 msgid "Unable to delete" msgstr "" @@ -13205,6 +13288,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13320,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13338,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,7 +13348,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" @@ -13270,12 +13357,17 @@ msgstr "" msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13296,32 +13388,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13425,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13443,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13460,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13388,8 +13480,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13489,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,8 +13506,8 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" @@ -13429,7 +13521,7 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" @@ -13437,21 +13529,26 @@ msgstr "" msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13560,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13609,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13636,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13667,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13609,7 +13706,7 @@ msgstr "" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/view/screens/Profile.tsx:393 +#: src/view/screens/Profile.tsx:395 msgid "user" msgstr "" @@ -13659,25 +13756,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13787,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13804,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13817,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13887,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13912,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13931,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,32 +13956,26 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" -#: src/view/screens/Profile.tsx:236 +#: src/view/screens/Profile.tsx:238 msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +13994,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14015,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14027,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14068,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14109,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14117,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14130,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14155,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14235,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14251,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14260,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14289,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14301,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14339,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14358,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14370,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14399,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14428,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14454,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14472,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,25 +14537,25 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" -#: src/view/screens/Profile.tsx:444 -#: src/view/screens/Profile.tsx:445 +#: src/view/screens/Profile.tsx:446 +#: src/view/screens/Profile.tsx:447 msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14578,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14589,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14598,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:701 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14622,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14647,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14661,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14673,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14702,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14733,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14762,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14790,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14828,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14878,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +14958,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +14971,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14984,7 +15084,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15110,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15118,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15130,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15163,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15187,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15199,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15228,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15241,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15253,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15270,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15278,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15295,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15311,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15332,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15341,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/lt/messages.po b/src/locale/locales/lt/messages.po index 505e141e27..9efdb0f268 100644 --- a/src/locale/locales/lt/messages.po +++ b/src/locale/locales/lt/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: lt\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Lithuanian\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:493 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,7 +828,7 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" @@ -874,7 +883,7 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" @@ -892,7 +901,7 @@ msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:394 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:380 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:673 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2109,7 +2137,7 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:69 #: src/components/StarterPack/ProfileStarterPacks.tsx:267 #: src/components/StarterPack/ProfileStarterPacks.tsx:277 -#: src/view/screens/Profile.tsx:349 +#: src/view/screens/Profile.tsx:351 msgid "Before creating a starter pack, you must first verify your email." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2647,28 +2675,28 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/screens/Login/LoginForm.tsx:645 +#: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,12 +3480,12 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:633 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:609 msgid "Create a list from this starter pack" msgstr "" @@ -3642,12 +3671,12 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" -#: src/view/screens/Profile.tsx:573 -#: src/view/screens/Profile.tsx:574 +#: src/view/screens/Profile.tsx:575 +#: src/view/screens/Profile.tsx:576 msgid "Create a Starter Pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:615 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:604 +#: src/screens/StarterPack/StarterPackScreen.tsx:704 +#: src/screens/StarterPack/StarterPackScreen.tsx:783 msgid "Delete" msgstr "" @@ -3909,18 +3938,18 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:598 +#: src/screens/StarterPack/StarterPackScreen.tsx:774 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:670 msgid "Delete starter pack?" msgstr "" @@ -3928,11 +3957,11 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4401,16 +4441,16 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:585 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,13 +5232,6 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5220,7 +5248,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,7 +5269,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" @@ -5265,24 +5293,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 #: src/view/screens/Feeds.tsx:504 -#: src/view/screens/Profile.tsx:238 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/screens/Profile.tsx:240 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5326,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5338,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5369,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5394,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5414,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5472,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5486,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5494,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5510,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:441 +#: src/screens/StarterPack/StarterPackScreen.tsx:449 msgid "Follow all" msgstr "" @@ -5496,9 +5532,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5577,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5588,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5619,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5628,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5650,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5743,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5849,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5872,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5883,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 msgid "Go Back" msgstr "" @@ -5867,8 +5904,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5916,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5926,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5937,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5980,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5990,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6035,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6125,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6142,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6159,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6192,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6205,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6213,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,31 +6238,31 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6270,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6303,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6344,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6352,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6335,16 +6371,16 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:138 #: src/screens/Login/components/HostingProviderDialog.tsx:159 #: src/screens/Login/ForgotPasswordForm.tsx:84 -#: src/screens/Login/LoginForm.tsx:660 +#: src/screens/Login/LoginForm.tsx:665 msgid "Hosting provider" msgstr "" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) -#: src/screens/Login/LoginForm.tsx:656 +#: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" msgstr "" -#: src/screens/Login/LoginForm.tsx:658 +#: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" msgstr "" @@ -6369,8 +6405,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,11 +6436,11 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" @@ -6420,7 +6456,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6477,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6486,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6497,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6512,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6562,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6576,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6647,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6671,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6696,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6727,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6739,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6797,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,7 +6822,7 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" @@ -6800,12 +6836,12 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6852,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +#: src/screens/StarterPack/StarterPackScreen.tsx:477 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6876,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,22 +6890,22 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:70 -#: src/view/screens/Profile.tsx:231 +#: src/view/screens/Profile.tsx:233 msgid "Labels" msgstr "" @@ -6893,7 +6929,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6943,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6959,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6982,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7002,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7020,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7031,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7040,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7103,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7116,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7131,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7150,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7158,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7176,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7168,7 +7204,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:158 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/index.tsx:314 -#: src/view/screens/Profile.tsx:237 +#: src/view/screens/Profile.tsx:239 msgid "Likes" msgstr "" @@ -7178,7 +7214,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7227,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7232,15 +7273,15 @@ msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7289,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7298,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 +#: src/screens/ProfileList/components/Header.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 +#: src/screens/ProfileList/components/Header.tsx:106 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 -#: src/view/screens/Profile.tsx:232 -#: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:242 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7367,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7387,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7424,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7446,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7484,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7497,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7515,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7509,17 +7555,17 @@ msgid "Me" msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 -#: src/view/screens/Profile.tsx:235 +#: src/view/screens/Profile.tsx:237 msgid "Media" msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7586,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7611,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7626,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7650,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7662,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7687,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7705,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7727,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7750,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7763,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7721,9 +7774,9 @@ msgid "More languages..." msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7800,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7812,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7869,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7887,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7905,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7934,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7944,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7963,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7972,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8025,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8077,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8038,12 +8087,12 @@ msgstr "" #: src/screens/ProfileList/index.tsx:277 #: src/view/screens/Feeds.tsx:545 #: src/view/screens/Notifications.tsx:165 -#: src/view/screens/Profile.tsx:604 +#: src/view/screens/Profile.tsx:606 msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8125,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,8 +8137,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 @@ -8108,12 +8157,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8186,7 +8239,7 @@ msgstr "" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 -#: src/view/screens/Profile.tsx:536 +#: src/view/screens/Profile.tsx:538 msgid "No likes yet" msgstr "" @@ -8194,11 +8247,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8208,7 +8261,7 @@ msgstr "" msgid "No media filter" msgstr "" -#: src/view/screens/Profile.tsx:482 +#: src/view/screens/Profile.tsx:484 msgid "No media yet" msgstr "" @@ -8224,7 +8277,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8298,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8263,7 +8316,7 @@ msgid "No posts here" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:84 -#: src/view/screens/Profile.tsx:440 +#: src/view/screens/Profile.tsx:442 msgid "No posts yet" msgstr "" @@ -8276,7 +8329,7 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" -#: src/view/screens/Profile.tsx:467 +#: src/view/screens/Profile.tsx:469 msgid "No replies yet" msgstr "" @@ -8297,7 +8350,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,11 +8375,11 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" -#: src/view/screens/Profile.tsx:568 +#: src/view/screens/Profile.tsx:570 msgid "No Starter Packs yet" msgstr "" @@ -8335,15 +8388,15 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" -#: src/view/screens/Profile.tsx:509 +#: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8398,8 +8451,8 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 -#: src/view/screens/Profile.tsx:130 +#: src/Navigation.tsx:170 +#: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8460,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8472,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8492,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8502,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8547,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8562,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8584,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8617,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8639,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8625,7 +8686,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:375 #: src/screens/Settings/AppPasswords.tsx:59 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 -#: src/view/screens/Profile.tsx:130 +#: src/view/screens/Profile.tsx:132 msgid "Oops!" msgstr "" @@ -8637,7 +8698,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8716,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8724,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8756,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8774,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8804,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:571 msgid "Open starter pack menu" msgstr "" @@ -8759,16 +8820,15 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/screens/Login/LoginForm.tsx:646 +#: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" msgstr "" @@ -8788,7 +8848,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8864,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8893,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8914,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8927,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8883,11 +8943,11 @@ msgstr "" msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9045,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9053,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9065,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9080,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:193 msgid "People" msgstr "" @@ -9033,12 +9093,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9130,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9115,15 +9175,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9191,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9211,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9229,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9242,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9250,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9267,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9279,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9292,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9333,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9366,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9393,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9419,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,38 +9427,38 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" -#: src/view/screens/Profile.tsx:486 -#: src/view/screens/Profile.tsx:487 +#: src/view/screens/Profile.tsx:488 +#: src/view/screens/Profile.tsx:489 msgid "Post a photo" msgstr "" -#: src/view/screens/Profile.tsx:513 -#: src/view/screens/Profile.tsx:514 +#: src/view/screens/Profile.tsx:515 +#: src/view/screens/Profile.tsx:516 msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9466,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9488,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9505,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9533,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9543,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,8 +9552,8 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 -#: src/view/screens/Profile.tsx:233 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9585,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9620,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9634,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9647,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9664,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9698,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9750,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9788,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9810,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9824,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9845,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9859,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,19 +9927,19 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 +#: src/components/FeedCard.tsx:375 #: src/components/StarterPack/Wizard/WizardListCard.tsx:105 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" @@ -9914,8 +9979,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9960,8 +10025,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10035,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10075,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10019,9 +10084,9 @@ msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10094,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10061,7 +10126,7 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10124,15 +10189,15 @@ msgstr "" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:218 #: src/screens/Settings/NotificationSettings/index.tsx:181 #: src/screens/Settings/NotificationSettings/index.tsx:330 -#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:236 msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10206,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10227,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10250,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,12 +10263,12 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" @@ -10216,8 +10281,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10290,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:646 +#: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Report starter pack" msgstr "" @@ -10292,7 +10357,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:566 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10395,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10413,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10436,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10451,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10483,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10518,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10549,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10574,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:790 msgid "Return to previous page" msgstr "" @@ -10521,7 +10591,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10530,7 +10600,7 @@ msgstr "" msgid "Returns to the previous step" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" msgstr "" @@ -10540,10 +10610,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10642,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10678,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10688,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10700,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10731,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10756,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10769,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10787,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10738,15 +10808,15 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10844,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10864,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10899,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10914,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +10955,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +10975,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11011,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11039,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11052,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11093,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11110,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11141,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11154,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11163,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11198,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11206,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11226,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11287,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11307,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:436 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11316,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11344,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11369,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,11 +11383,11 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:429 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" @@ -11330,10 +11395,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/StarterPack/StarterPackScreen.tsx:627 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11410,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11424,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11442,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11470,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11487,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11514,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11524,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11547,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11555,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11575,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11591,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11620,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11671,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11684,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11698,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11714,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11739,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11800,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11826,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11834,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11865,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11906,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11921,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Starter pack is invalid" msgstr "" @@ -11854,8 +11934,8 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 -#: src/view/screens/Profile.tsx:239 +#: src/screens/Search/Explore.tsx:658 +#: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11867,7 +11947,7 @@ msgstr "" msgid "Starter packs let you share your favorite feeds and people with your friends." msgstr "" -#: src/view/screens/Profile.tsx:566 +#: src/view/screens/Profile.tsx:568 msgid "Starter Packs let you share your favorite feeds and people with your friends." msgstr "" @@ -11893,7 +11973,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12008,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12043,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12055,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12078,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12107,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12167,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12183,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12286,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12313,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12326,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 #: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 #: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12343,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12367,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12432,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12466,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:764 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12482,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12492,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12508,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12525,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 +#: src/screens/ProfileList/components/Header.tsx:96 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:828 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12575,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,8 +12601,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 @@ -12537,11 +12617,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12656,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12664,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12698,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12729,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12763,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12780,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12843,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12869,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12909,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12925,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12950,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13007,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13033,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13056,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13077,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13087,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13095,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13128,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13136,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13149,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13163,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13174,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13196,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13258,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13270,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:689 msgid "Unable to delete" msgstr "" @@ -13205,6 +13288,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13320,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13338,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,7 +13348,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" @@ -13270,12 +13357,17 @@ msgstr "" msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13296,32 +13388,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13425,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13443,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13460,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13388,8 +13480,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13489,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,8 +13506,8 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" @@ -13429,7 +13521,7 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" @@ -13437,21 +13529,26 @@ msgstr "" msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13560,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13609,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13636,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13667,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13609,7 +13706,7 @@ msgstr "" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/view/screens/Profile.tsx:393 +#: src/view/screens/Profile.tsx:395 msgid "user" msgstr "" @@ -13659,25 +13756,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13787,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13804,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13817,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13887,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13912,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13931,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,32 +13956,26 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" -#: src/view/screens/Profile.tsx:236 +#: src/view/screens/Profile.tsx:238 msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +13994,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14015,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14027,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14068,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14109,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14117,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14130,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14155,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14235,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14251,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14260,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14289,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14301,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14339,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14358,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14370,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14399,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14428,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14454,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14472,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,25 +14537,25 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" -#: src/view/screens/Profile.tsx:444 -#: src/view/screens/Profile.tsx:445 +#: src/view/screens/Profile.tsx:446 +#: src/view/screens/Profile.tsx:447 msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14578,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14589,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14598,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:701 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14622,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14647,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14661,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14673,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14702,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14733,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14762,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14790,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14828,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14878,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +14958,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +14971,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14984,7 +15084,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15110,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15118,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15130,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15163,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15187,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15199,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15228,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15241,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15253,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15270,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15278,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15295,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15311,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15332,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15341,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/lv/messages.po b/src/locale/locales/lv/messages.po index 3548d8ce66..450cd21b8f 100644 --- a/src/locale/locales/lv/messages.po +++ b/src/locale/locales/lv/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: lv\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Latvian\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:493 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,7 +828,7 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" @@ -874,7 +883,7 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" @@ -892,7 +901,7 @@ msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -946,6 +955,12 @@ msgstr "" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "" @@ -1201,11 +1216,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1307,12 +1322,12 @@ msgstr "" msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "" @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:394 msgid "All accounts have been followed!" msgstr "" @@ -1474,7 +1494,7 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "" @@ -1587,7 +1607,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "" @@ -1596,7 +1616,7 @@ msgstr "" msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "" msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:353 +#: src/screens/StarterPack/StarterPackScreen.tsx:380 msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "" @@ -1856,7 +1876,7 @@ msgstr "" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:673 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "" @@ -1945,7 +1965,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2109,7 +2137,7 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:69 #: src/components/StarterPack/ProfileStarterPacks.tsx:267 #: src/components/StarterPack/ProfileStarterPacks.tsx:277 -#: src/view/screens/Profile.tsx:349 +#: src/view/screens/Profile.tsx:351 msgid "Before creating a starter pack, you must first verify your email." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "" @@ -2288,7 +2316,7 @@ msgstr "" 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." msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "" msgid "Browse other feeds" msgstr "" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "" msgid "Cancel quote post" msgstr "" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "" @@ -2609,7 +2637,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2647,28 +2675,28 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/screens/Login/LoginForm.tsx:645 +#: src/screens/Login/LoginForm.tsx:650 msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "" @@ -3421,8 +3450,8 @@ msgstr "" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,12 +3480,12 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:633 msgid "Copy link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "" @@ -3472,12 +3501,12 @@ msgstr "" msgid "Copy link to post" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "" @@ -3632,7 +3661,7 @@ msgstr "" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:609 msgid "Create a list from this starter pack" msgstr "" @@ -3642,12 +3671,12 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "" -#: src/view/screens/Profile.tsx:573 -#: src/view/screens/Profile.tsx:574 +#: src/view/screens/Profile.tsx:575 +#: src/view/screens/Profile.tsx:576 msgid "Create a Starter Pack" msgstr "" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:615 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "" @@ -3734,7 +3763,7 @@ msgstr "" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "" msgid "Dark theme" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:604 +#: src/screens/StarterPack/StarterPackScreen.tsx:704 +#: src/screens/StarterPack/StarterPackScreen.tsx:783 msgid "Delete" msgstr "" @@ -3909,18 +3938,18 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:598 +#: src/screens/StarterPack/StarterPackScreen.tsx:774 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:670 msgid "Delete starter pack?" msgstr "" @@ -3928,11 +3957,11 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "" @@ -4041,11 +4075,11 @@ msgstr "" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "" @@ -4075,23 +4109,28 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "" msgid "Discover New Feeds" msgstr "" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "" @@ -4115,7 +4154,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "" msgid "E.g. artistic nudes." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:593 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "" @@ -4401,16 +4441,16 @@ msgstr "" msgid "Edit list details" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:585 msgid "Edit starter pack" msgstr "" @@ -4454,15 +4494,15 @@ msgstr "" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "" @@ -4470,16 +4510,16 @@ msgstr "" msgid "Education" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "" @@ -4527,7 +4567,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "" @@ -4712,11 +4747,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "" @@ -4783,7 +4818,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "" @@ -4946,7 +4981,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "Failed to delete starter pack" msgstr "" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "" @@ -5197,13 +5232,6 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "" - #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." msgstr "" @@ -5220,7 +5248,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "" @@ -5241,7 +5269,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" @@ -5265,24 +5293,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 #: src/view/screens/Feeds.tsx:504 -#: src/view/screens/Profile.tsx:238 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/screens/Profile.tsx:240 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5326,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "" @@ -5306,6 +5338,10 @@ msgstr "" msgid "Filter from feeds" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5369,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "" @@ -5358,15 +5394,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5414,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5472,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5486,7 @@ msgstr "" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "" @@ -5458,7 +5494,7 @@ msgstr "" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5510,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5522,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:441 +#: src/screens/StarterPack/StarterPackScreen.tsx:449 msgid "Follow all" msgstr "" @@ -5496,9 +5532,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5577,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "" @@ -5552,28 +5588,29 @@ msgstr "" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "" @@ -5582,7 +5619,7 @@ msgstr "" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5628,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "" @@ -5613,7 +5650,7 @@ msgstr "" msgid "Food" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5743,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5849,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5872,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5883,11 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 msgid "Go Back" msgstr "" @@ -5867,8 +5904,8 @@ msgstr "" msgid "Go home" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5916,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5926,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5937,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5980,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5990,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6035,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6125,11 @@ msgstr "" msgid "Haptics" msgstr "" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6142,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "" @@ -6112,11 +6159,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "" @@ -6145,11 +6192,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6205,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6213,19 @@ msgstr "" msgid "Hidden list" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "" @@ -6195,31 +6238,31 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6270,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "" @@ -6267,12 +6303,12 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6344,7 @@ msgstr "" msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "" @@ -6316,14 +6352,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "" @@ -6335,16 +6371,16 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:138 #: src/screens/Login/components/HostingProviderDialog.tsx:159 #: src/screens/Login/ForgotPasswordForm.tsx:84 -#: src/screens/Login/LoginForm.tsx:660 +#: src/screens/Login/LoginForm.tsx:665 msgid "Hosting provider" msgstr "" #. placeholder {0}: toNiceHostingUrl(state.pdsUrl) -#: src/screens/Login/LoginForm.tsx:656 +#: src/screens/Login/LoginForm.tsx:661 msgid "Hosting provider: {0}" msgstr "" -#: src/screens/Login/LoginForm.tsx:658 +#: src/screens/Login/LoginForm.tsx:663 msgid "Hosting provider: Bluesky" msgstr "" @@ -6369,8 +6405,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "" @@ -6400,11 +6436,11 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" @@ -6420,7 +6456,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -6441,7 +6477,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" @@ -6450,7 +6486,7 @@ msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6497,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6512,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6562,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6576,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6647,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6671,7 @@ msgstr "" msgid "Interaction limited" msgstr "" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6696,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "" @@ -6691,7 +6727,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "" @@ -6703,15 +6739,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6797,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "" @@ -6786,7 +6822,7 @@ msgstr "" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "" @@ -6800,12 +6836,12 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "" @@ -6816,8 +6852,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:467 +#: src/screens/StarterPack/StarterPackScreen.tsx:477 msgid "Join Bluesky" msgstr "" @@ -6840,9 +6876,9 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,22 +6890,22 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:70 -#: src/view/screens/Profile.tsx:231 +#: src/view/screens/Profile.tsx:233 msgid "Labels" msgstr "" @@ -6893,7 +6929,7 @@ msgstr "" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "" @@ -6907,12 +6943,12 @@ msgstr "" msgid "Larger" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6959,8 @@ msgstr "" msgid "Latest" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6982,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "" @@ -6966,8 +7002,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7020,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7031,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7040,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "" @@ -7067,7 +7103,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "" @@ -7080,7 +7116,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "" @@ -7095,13 +7131,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7150,7 @@ msgstr "" msgid "Like 10 posts to train the Discover feed" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "" @@ -7122,8 +7158,8 @@ msgstr "" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "" @@ -7140,26 +7176,26 @@ msgstr "" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7168,7 +7204,7 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:158 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/index.tsx:314 -#: src/view/screens/Profile.tsx:237 +#: src/view/screens/Profile.tsx:239 msgid "Likes" msgstr "" @@ -7178,7 +7214,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "" @@ -7191,11 +7227,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7232,15 +7273,15 @@ msgctxt "toast" msgid "List deleted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "" @@ -7248,7 +7289,7 @@ msgstr "" msgid "List Hidden" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7298,31 @@ msgctxt "toast" msgid "List muted" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 +#: src/screens/ProfileList/components/Header.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 msgctxt "toast" msgid "List unblocked" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:102 +#: src/screens/ProfileList/components/Header.tsx:106 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 msgctxt "toast" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 -#: src/view/screens/Profile.tsx:232 -#: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:242 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "" @@ -7326,12 +7367,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "" @@ -7346,16 +7387,16 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7424,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "" @@ -7405,11 +7446,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -7448,7 +7484,7 @@ msgstr "" msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7497,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7515,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7509,17 +7555,17 @@ msgid "Me" msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:375 -#: src/view/screens/Profile.tsx:235 +#: src/view/screens/Profile.tsx:237 msgid "Media" msgstr "" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7586,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "" @@ -7565,7 +7611,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7626,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "" @@ -7603,7 +7650,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "" @@ -7615,7 +7662,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "" @@ -7640,12 +7687,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "" @@ -7658,6 +7705,12 @@ msgstr "" msgid "Moderation details" msgstr "" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7727,21 @@ msgstr "" msgid "Moderation list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "" @@ -7697,11 +7750,11 @@ msgstr "" msgid "moderation settings" msgstr "" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "" @@ -7710,8 +7763,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "" @@ -7721,9 +7774,9 @@ msgid "More languages..." msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "" @@ -7747,7 +7800,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7812,10 @@ msgstr "" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7869,13 @@ msgstr "" msgid "Mute this word until you unmute it" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "" @@ -7834,11 +7887,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "" @@ -7852,7 +7905,7 @@ msgstr "" msgid "Muted by \"{0}\"" msgstr "" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "" @@ -7881,7 +7934,7 @@ msgstr "" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "" @@ -7891,12 +7944,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7963,8 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7972,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8025,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8077,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "" @@ -8038,12 +8087,12 @@ msgstr "" #: src/screens/ProfileList/index.tsx:277 #: src/view/screens/Feeds.tsx:545 #: src/view/screens/Notifications.tsx:165 -#: src/view/screens/Profile.tsx:604 +#: src/view/screens/Profile.tsx:606 msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -8076,7 +8125,7 @@ msgid "Newest replies first" msgstr "" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "" @@ -8088,8 +8137,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 @@ -8108,12 +8157,16 @@ msgstr "" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8186,7 +8239,7 @@ msgstr "" #: src/components/LikedByList.tsx:90 #: src/view/com/post-thread/PostLikedBy.tsx:90 -#: src/view/screens/Profile.tsx:536 +#: src/view/screens/Profile.tsx:538 msgid "No likes yet" msgstr "" @@ -8194,11 +8247,11 @@ msgstr "" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "" @@ -8208,7 +8261,7 @@ msgstr "" msgid "No media filter" msgstr "" -#: src/view/screens/Profile.tsx:482 +#: src/view/screens/Profile.tsx:484 msgid "No media yet" msgstr "" @@ -8224,7 +8277,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "" @@ -8245,7 +8298,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "" @@ -8263,7 +8316,7 @@ msgid "No posts here" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:84 -#: src/view/screens/Profile.tsx:440 +#: src/view/screens/Profile.tsx:442 msgid "No posts yet" msgstr "" @@ -8276,7 +8329,7 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" -#: src/view/screens/Profile.tsx:467 +#: src/view/screens/Profile.tsx:469 msgid "No replies yet" msgstr "" @@ -8297,7 +8350,7 @@ msgid "No results" msgstr "" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,11 +8375,11 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" -#: src/view/screens/Profile.tsx:568 +#: src/view/screens/Profile.tsx:570 msgid "No Starter Packs yet" msgstr "" @@ -8335,15 +8388,15 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" -#: src/view/screens/Profile.tsx:509 +#: src/view/screens/Profile.tsx:511 msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "" @@ -8398,8 +8451,8 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 -#: src/view/screens/Profile.tsx:130 +#: src/Navigation.tsx:170 +#: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "" @@ -8407,7 +8460,7 @@ msgstr "" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "" @@ -8419,13 +8472,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" @@ -8435,8 +8492,8 @@ msgstr "" msgid "Notification sounds" msgstr "" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8502,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "" @@ -8490,7 +8547,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "" @@ -8505,6 +8562,10 @@ msgstr "" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "" @@ -8523,32 +8584,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "" @@ -8556,7 +8617,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8639,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8625,7 +8686,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:375 #: src/screens/Settings/AppPasswords.tsx:59 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 -#: src/view/screens/Profile.tsx:130 +#: src/view/screens/Profile.tsx:132 msgid "Oops!" msgstr "" @@ -8637,7 +8698,7 @@ msgstr "" msgid "Open avatar creator" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8716,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8724,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "" @@ -8695,12 +8756,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8774,11 @@ msgstr "" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8804,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:571 msgid "Open starter pack menu" msgstr "" @@ -8759,16 +8820,15 @@ msgstr "" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/screens/Login/LoginForm.tsx:646 +#: src/screens/Login/LoginForm.tsx:651 msgid "Opens a dialog to change the hosting provider you sign in to" msgstr "" @@ -8788,7 +8848,7 @@ msgstr "" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "" @@ -8804,28 +8864,28 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8893,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8914,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8927,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8883,11 +8943,11 @@ msgstr "" msgid "Options:" msgstr "" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9045,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "" @@ -8993,7 +9053,7 @@ msgstr "" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9065,7 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "" @@ -9020,7 +9080,7 @@ msgstr "" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:193 msgid "People" msgstr "" @@ -9033,12 +9093,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "" @@ -9070,11 +9130,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9115,15 +9175,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "" @@ -9131,8 +9191,8 @@ msgstr "" msgid "Pin to Home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "" @@ -9151,11 +9211,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "" @@ -9169,12 +9229,12 @@ msgstr "" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "" @@ -9182,7 +9242,7 @@ msgstr "" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9250,7 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9267,7 @@ msgid "Please choose your handle." msgstr "" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "" @@ -9219,12 +9279,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9292,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9333,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "" @@ -9306,8 +9366,8 @@ msgstr "" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9393,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9419,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "" @@ -9367,38 +9427,38 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" -#: src/view/screens/Profile.tsx:486 -#: src/view/screens/Profile.tsx:487 +#: src/view/screens/Profile.tsx:488 +#: src/view/screens/Profile.tsx:489 msgid "Post a photo" msgstr "" -#: src/view/screens/Profile.tsx:513 -#: src/view/screens/Profile.tsx:514 +#: src/view/screens/Profile.tsx:515 +#: src/view/screens/Profile.tsx:516 msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9466,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "" @@ -9423,10 +9488,10 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9505,11 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9533,7 @@ msgstr "" msgid "Post not found" msgstr "" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "" @@ -9478,7 +9543,7 @@ msgstr "" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "" @@ -9487,8 +9552,8 @@ msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 -#: src/view/screens/Profile.tsx:233 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 +#: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "" @@ -9520,7 +9585,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9620,8 @@ msgstr "" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9634,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9647,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9664,7 @@ msgid "profile" msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9698,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9750,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "" @@ -9723,8 +9788,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "" @@ -9745,7 +9810,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "" @@ -9759,16 +9824,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9845,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "" @@ -9794,11 +9859,11 @@ msgstr "" msgid "Read the Bluesky Terms of Service" msgstr "" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,19 +9927,19 @@ msgstr "" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 +#: src/components/FeedCard.tsx:375 #: src/components/StarterPack/Wizard/WizardListCard.tsx:105 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" @@ -9914,8 +9979,8 @@ msgstr "" msgid "Remove Avatar" msgstr "" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "" @@ -9960,8 +10025,8 @@ msgstr "" msgid "Remove from quick access?" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "" @@ -9970,7 +10035,7 @@ msgstr "" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10075,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10019,9 +10084,9 @@ msgid "Remove user from list" msgstr "" #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10094,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "" @@ -10061,7 +10126,7 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10124,15 +10189,15 @@ msgstr "" #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:218 #: src/screens/Settings/NotificationSettings/index.tsx:181 #: src/screens/Settings/NotificationSettings/index.tsx:330 -#: src/view/screens/Profile.tsx:234 +#: src/view/screens/Profile.tsx:236 msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "" @@ -10141,14 +10206,14 @@ msgstr "" msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10227,7 @@ msgstr "" msgid "Reply Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -10185,8 +10250,8 @@ msgstr "" msgid "Report" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,12 +10263,12 @@ msgid "Report conversation" msgstr "" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "" @@ -10216,8 +10281,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "" @@ -10225,8 +10290,8 @@ msgstr "" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:646 +#: src/screens/StarterPack/StarterPackScreen.tsx:649 msgid "Report starter pack" msgstr "" @@ -10292,7 +10357,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:566 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10395,12 @@ msgstr "" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10413,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10436,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10451,7 @@ msgstr "" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "" @@ -10418,16 +10483,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "" @@ -10453,6 +10518,11 @@ msgstr "" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10549,9 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10574,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:790 msgid "Return to previous page" msgstr "" @@ -10521,7 +10591,7 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "" @@ -10530,7 +10600,7 @@ msgstr "" msgid "Returns to the previous step" msgstr "" -#: src/screens/Login/LoginForm.tsx:614 +#: src/screens/Login/LoginForm.tsx:619 msgid "Reveal password" msgstr "" @@ -10540,10 +10610,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10642,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "" @@ -10608,8 +10678,8 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10688,7 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10700,19 @@ msgid "Saved Feeds" msgstr "" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "" @@ -10661,7 +10731,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10756,8 @@ msgid "Scroll to top" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10769,12 @@ msgstr "" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10787,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10738,15 +10808,15 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10844,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "" @@ -10794,8 +10864,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10899,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10914,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +10955,11 @@ msgstr "" msgid "Select a color" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "" @@ -10910,7 +10975,7 @@ msgstr "" msgid "Select an emoji" msgstr "" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11011,11 @@ msgstr "" msgid "Select from an existing account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11039,8 @@ msgid "Select how long to mute this word for." msgstr "" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11052,7 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11093,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "" @@ -11045,7 +11110,7 @@ msgstr "" msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11141,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "" @@ -11089,7 +11154,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11163,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "" @@ -11133,7 +11198,7 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11206,11 @@ msgstr "" msgid "Set up your account" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11226,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "" @@ -11222,7 +11287,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11307,7 @@ msgstr "" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:436 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "" @@ -11251,7 +11316,7 @@ msgstr "" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "" @@ -11279,13 +11344,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "" @@ -11304,12 +11369,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,11 +11383,11 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:429 msgid "Share this starter pack" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "" @@ -11330,10 +11395,10 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/StarterPack/StarterPackScreen.tsx:627 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11410,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "" @@ -11359,12 +11424,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -11373,14 +11442,14 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11470,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11487,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "" @@ -11445,8 +11514,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "" @@ -11455,8 +11524,8 @@ msgstr "" msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11547,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11555,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11575,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11591,12 @@ msgstr "" msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11620,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11671,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11684,12 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11698,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11714,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11739,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "" @@ -11725,14 +11800,14 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11826,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11834,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11865,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11906,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "" @@ -11841,12 +11921,12 @@ msgstr "" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Starter pack is invalid" msgstr "" @@ -11854,8 +11934,8 @@ msgstr "" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 -#: src/view/screens/Profile.tsx:239 +#: src/screens/Search/Explore.tsx:658 +#: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "" @@ -11867,7 +11947,7 @@ msgstr "" msgid "Starter packs let you share your favorite feeds and people with your friends." msgstr "" -#: src/view/screens/Profile.tsx:566 +#: src/view/screens/Profile.tsx:568 msgid "Starter Packs let you share your favorite feeds and people with your friends." msgstr "" @@ -11893,7 +11973,7 @@ msgstr "" msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12008,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12043,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11975,7 +12055,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12078,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12107,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12167,7 @@ msgstr "" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12183,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12286,7 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12313,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12326,16 @@ msgstr "" msgid "That contains the following:" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 #: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 #: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12343,13 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -12287,7 +12367,7 @@ msgstr "" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "" @@ -12352,32 +12432,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12466,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:764 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -12402,7 +12482,7 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "" @@ -12412,7 +12492,7 @@ msgstr "" msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12508,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "" @@ -12445,24 +12525,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 +#: src/screens/ProfileList/components/Header.tsx:96 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:828 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -12495,25 +12575,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "" @@ -12521,8 +12601,8 @@ msgstr "" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 @@ -12537,11 +12617,11 @@ msgstr "" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12656,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12664,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12698,7 @@ msgstr "" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12729,7 @@ msgstr "" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12763,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12780,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12843,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12869,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12909,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12925,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12950,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13007,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13033,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13056,7 @@ msgstr "" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13077,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13087,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13095,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13128,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13136,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13149,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13163,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13174,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13196,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13258,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13270,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:689 msgid "Unable to delete" msgstr "" @@ -13205,6 +13288,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13320,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "" @@ -13251,8 +13338,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "" @@ -13261,7 +13348,7 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "" @@ -13270,12 +13357,17 @@ msgstr "" msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13296,32 +13388,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13425,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13443,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13460,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13388,8 +13480,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "" @@ -13397,14 +13489,14 @@ msgstr "" msgid "Unmute video" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,8 +13506,8 @@ msgstr "" msgid "Unpin from home" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "" @@ -13429,7 +13521,7 @@ msgstr "" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "" @@ -13437,21 +13529,26 @@ msgstr "" msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -13463,7 +13560,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13609,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13636,24 @@ msgstr "" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13667,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13609,7 +13706,7 @@ msgstr "" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/view/screens/Profile.tsx:393 +#: src/view/screens/Profile.tsx:395 msgid "user" msgstr "" @@ -13659,25 +13756,25 @@ msgstr "" msgid "User list by you" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13787,12 @@ msgid "Username or email address" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13804,11 @@ msgstr "" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13817,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13887,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13912,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13931,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "" @@ -13859,32 +13956,26 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" -#: src/view/screens/Profile.tsx:236 +#: src/view/screens/Profile.tsx:238 msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +13994,9 @@ msgstr "" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "" @@ -13924,11 +14015,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "" @@ -13936,8 +14027,8 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "" @@ -13977,13 +14068,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14109,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "" @@ -14026,11 +14117,11 @@ msgstr "" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14130,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "" @@ -14060,6 +14155,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14235,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14251,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "" @@ -14157,7 +14260,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "" @@ -14186,7 +14289,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -14198,16 +14301,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "" @@ -14236,7 +14339,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14358,7 @@ msgstr "" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14370,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14399,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -14325,12 +14428,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "" @@ -14351,17 +14454,17 @@ msgstr "" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "" @@ -14369,12 +14472,12 @@ msgstr "" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,25 +14537,25 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" -#: src/view/screens/Profile.tsx:444 -#: src/view/screens/Profile.tsx:445 +#: src/view/screens/Profile.tsx:446 +#: src/view/screens/Profile.tsx:447 msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "" @@ -14475,8 +14578,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14589,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "" @@ -14495,19 +14598,19 @@ msgstr "" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:701 msgid "Yes, delete this starter pack" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "" @@ -14519,7 +14622,7 @@ msgstr "" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14647,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "" @@ -14558,11 +14661,11 @@ msgstr "" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "" @@ -14570,7 +14673,7 @@ msgstr "" msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14702,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14733,27 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" @@ -14659,15 +14762,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14790,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14828,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" @@ -14778,15 +14878,15 @@ msgstr "" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +14958,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +14971,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "" @@ -14984,7 +15084,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "" @@ -15010,7 +15110,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15118,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15130,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -15062,7 +15163,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -15074,7 +15187,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "" @@ -15086,7 +15199,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "" @@ -15115,7 +15228,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15241,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "" @@ -15140,7 +15253,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15270,7 @@ msgstr "" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15278,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15295,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15311,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15332,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15341,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ne/messages.po b/src/locale/locales/ne/messages.po index 9a6a8150a4..1346fed5a0 100644 --- a/src/locale/locales/ne/messages.po +++ b/src/locale/locales/ne/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ne\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Nepali\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# घण्टा} other {# घण्टाहरू}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {अनुगामी} other {अनुगामीहरू}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {अनुगमन गरिरहेको} other {अनुगमन गरिरहेका}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {पोष्ट} other {पोष्टहरू}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "{displayName} को स्टार्टर प्याक" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {घण्टा} other {घण्टाहरू}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {मिनेट} other {मिनेटहरू}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} ले तपाईंको स्टार्टर msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} पछ्याउँदै छन्" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, र {2, plural, one {# अन्य} other {# अन्य}} तपाईंको स्टार्टर प्याकमा समावेश छन्" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, र {2, plural, one {# अन्य} other {# #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, र {2, plural, one {# other} other {# others}} तपाईंको स्टार्टर प्याकमा समावेश छन्" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} र<1> <2>{1} तपाईंको स्टार्टर प्याकमा समावेश छन्" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} तपाईंको स्टार्टर प्याकमा समावेश छ" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} सदस्यहरू" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>तपाईं र<1> <2>{0} तपाईंको स्टार्टर प्याकमा समावेश छन्" @@ -946,6 +955,12 @@ msgstr "७ दिन" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "पहुँचयोग्यता" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "पहुँचयोग्यता सेटिङ्स" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "खाता" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "खाता ब्लक गरिएको छ" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "खाता पछ्याइएको छ" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "खाता म्यूट गरिएको छ" @@ -1111,24 +1126,24 @@ msgstr "खाता छिटो पहुँचबाट हटाइएको #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "खाताको ब्लक हटाइएको छ" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "खाताको पछ्याइ हटाइएको छ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "खाताको म्यूट हटाइएको छ" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "थप्नुहोस्" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "जारी राख्न {0} थप्नुहोस्" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "स्टार्टर प्याकमा {displayName} थप्नुहोस्" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "यस सूचीमा एक प्रयोगकर्ता थप्नुहोस्" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "खाता थप्नुहोस्" @@ -1201,11 +1216,11 @@ msgstr "वैकल्पिक पाठ थप्नुहोस् (ऐच msgid "Add another account" msgstr "अर्को खाता थप्नुहोस्" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "अर्को पोष्ट थप्नुहोस्" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "एप पासवर्ड थप्नुहोस्" msgid "Add App Password" msgstr "एप पासवर्ड थप्नुहोस्" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "सुझाइएको फिड थप्नुहोस्" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "आफ्नो स्टार्टर प्याकमा केही फिडहरू थप्नुहोस्!" @@ -1307,12 +1322,12 @@ msgstr "तपाईंले पछ्याएका व्यक्तिह msgid "Add the following DNS record to your domain:" msgstr "तपाईंको डोमेनमा निम्न DNS रेकर्ड थप्नुहोस्:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "यस फिडलाई तपाईंको फिडमा थप्नुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "सूचीहरूमा थप्नुहोस्" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "वयस्क" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "वयस्क सामग्री" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "वयस्क सामग्री मात्र वेब मार्फत <0>bsky.app मा सक्षम गर्न सकिन्छ।" @@ -1402,7 +1417,7 @@ msgstr "वयस्क सामग्रीका लेबलहरू" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "उन्नत" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "सबै खाताहरू पछ्याइएका छन्!" @@ -1474,7 +1494,7 @@ msgstr "तपाईंले बचत गरेका सबै फिडह msgid "Allow access to your direct messages" msgstr "तपाईंको प्रत्यक्ष सन्देशहरूमा पहुँच अनुमति दिनुहोस्" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "प्रत्यक्ष सन्देशहरूमा पहुँच अनुमति दिन्छ" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "पहिले नै कोड छ?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "पहिले नै @{0} को रूपमा साइन इन #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "एक इमेल {0} मा पठाइएको छ। यसमा एक पुष्टिकरण कोड समावेश छ, जसलाई तपाईं तल प्रविष्ट गर्न सक्नुहुन्छ।" @@ -1587,7 +1607,7 @@ msgstr "त्रुटि भएको छ" msgid "An error occurred" msgstr "त्रुटि भयो" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "भिडियो संकुचन गर्दा त्रुटि भयो।" @@ -1596,7 +1616,7 @@ msgstr "भिडियो संकुचन गर्दा त्रुटि msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "तपाईंको स्टार्टर प्याक निर msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "भिडियो लोड गर्दा त्रुटि भयो। कृपया पछि पुन: प्रयास गर्नुहोस्।" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "भिडियो लोड गर्दा त्रुटि भयो। कृपया पुन: प्रयास गर्नुहोस्।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "QR कोड बचत गर्दा त्रुटि भयो!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "सबैलाई पछ्याउने प्रयास गर्दा त्रुटि भयो" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "समस्या भयो, कृपया पुन: प्रयास गर्नुहोस्।" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "अज्ञात लेबलकर्ता" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "र" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "एप पासवर्ड नाम कम्तिमा ४ वर msgid "App passwords" msgstr "एप पासवर्डहरू" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "एप पासवर्डहरू" @@ -1856,7 +1876,7 @@ msgstr "यो निर्णयको अपील गर्नुहोस् msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "{0} बाट आर्काइभ गरिएको" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "आर्काइभ गरिएको पोस्ट" @@ -1914,7 +1934,7 @@ msgstr "के तपाईं \"{0}\" एप पासवर्ड मेटा msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "के तपाईं यो स्टार्टर प्याक मेटाउन निश्चित हुनुहुन्छ?" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "के तपाईं यसलाई आफ्नो फिडहरूबाट हटाउन निश्चित हुनुहुन्छ?" @@ -1945,7 +1965,7 @@ msgstr "के तपाईं यसलाई आफ्नो फिडहर msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "के तपाईं यस पोस्ट हटाउन चाहनुहुन्छ?" @@ -1953,7 +1973,7 @@ msgstr "के तपाईं यस पोस्ट हटाउन चाह msgid "Are you sure?" msgstr "के तपाईं निश्चित हुनुहुन्छ?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "कला" msgid "Artistic or non-erotic nudity." msgstr "कलात्मक वा गैर-इरोटिक नग्नता।" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "फिर्ता" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "खाता ब्लक गर्नुहोस्" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "ब्लक गरियो" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "ब्लक गरिएका खाताहरू" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "ब्लक गरिएका खाताहरू" @@ -2288,7 +2316,7 @@ msgstr "ब्लक सार्वजनिक हुन्छ। ब्लक 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." msgstr "ब्लकले तपाईंको खातामा लेबलहरू लागू हुनबाट रोक्दैन, तर यस खाताले तपाईंको थ्रेडहरूमा उत्तर दिन वा तपाईंसँग अन्तरक्रिया गर्न रोक्नेछ।" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "ब्लग" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "ब्लूस्काई" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "ब्लूस्काईले दाबी गरिएको मितिको प्रामाणिकता पुष्टि गर्न सक्दैन।" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "ब्लूस्काई तपाईंको नेटवर्कका मानिसहरूबाट सिफारिस गरिएका खाताहरूको सेट चयन गर्नेछ।" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "एक्सप्लोर पृष्ठमा थप सुझाव msgid "Browse other feeds" msgstr "अन्य फिडहरू ब्राउज गर्नुहोस्" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "व्यापार" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "{0} द्वारा" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "खाता सिर्जना गरेर तपाईं <0>स msgid "By creating an account you agree to the <0>Terms of Service." msgstr "खाता सिर्जना गरेर तपाईं <0>सेवा सर्तहरू सँग सहमत हुनुहुन्छ।" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "क्यामेरा" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "रद्द गर्नुहोस्" msgid "Cancel quote post" msgstr "कोट पोस्ट रद्द गर्नुहोस्" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "पुनः सक्रियता रद्द गर्नुहोस् र लग आउट गर्नुहोस्" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "ब्लक गरिएको प्रयोगकर्तासँग अन्तरक्रिया गर्न सकिँदैन" @@ -2609,7 +2637,7 @@ msgstr "उपशीर्षक (.vtt)" msgid "Captions & alt text" msgstr "उपशीर्षक र वैकल्पिक पाठ" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "ह्यान्डल परिवर्तन गर्नुहो msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "कुराकानी" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "मेरो स्थिति जाँच गर्नुहोस्" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "तपाईंको पासवर्ड छान्नुहोस्" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "खोज प्रश्न खाली गर्नुहोस्" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "असफल सन्देश पुन: प्रयास गर्न क्लिक गर्नुहोस्" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "असफल सन्देश पुन: प्रयास गर् #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "असफल सन्देश पुन: प्रयास गर् #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "बन्द गर्नुहोस्" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "सक्रिय संवाद बन्द गर्नुहोस्" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "संवाद बन्द गर्नुहोस्" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "यो संवाद बन्द गर्नुहोस्" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "पासवर्ड अद्यावधिक चेतावनी बन्द गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "प्रयोगकर्ताहरूको सूची संक्षेप गर्नुहोस्" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "दिइएको सूचना लागि प्रयोगकर्ताहरूको सूची संक्षेप गर्दछ" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "कमिक्स" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "समुदायका दिशानिर्देशहरू" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "अनबोर्डिङ पूरा गर्नुहोस् र आफ्नो खाता प्रयोग गर्न सुरु गर्नुहोस्" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "चुनौती पूरा गर्नुहोस्" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "नयाँ पोस्ट तयार गर्नुहोस्" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "जवाफ तयार गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "भिडियो कम्प्रेस गर्दै..." @@ -3198,18 +3227,18 @@ msgstr "<0>मोडरेशन सेटिङ्स मा कन्फ #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "पुष्टि गर्नुहोस्" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "पुष्टिकरण कोड" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "समर्थन सम्पर्क गर्नुहोस्" @@ -3273,7 +3302,7 @@ msgstr "सामग्री र मिडिया" msgid "Content and media" msgstr "सामग्री र मिडिया" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "सामग्री र मिडिया" @@ -3281,7 +3310,7 @@ msgstr "सामग्री र मिडिया" msgid "Content Blocked" msgstr "सामग्री अवरुद्ध गरियो" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "सामग्री फिल्टरहरू" @@ -3421,8 +3450,8 @@ msgstr "प्रतिलिपि गर्नुहोस्" msgid "Copy App Password" msgstr "एप पासवर्ड प्रतिलिपि गर्नुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "कोड प्रतिलिपि गर्नुहोस्" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "DID प्रतिलिपि गर्नुहोस्" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "लिंक प्रतिलिपि गर्नुहोस्" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "लिंक प्रतिलिपि गर्नुहोस्" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "सूचीको लिंक प्रतिलिपि गर्नुहोस्" @@ -3472,12 +3501,12 @@ msgstr "सूचीको लिंक प्रतिलिपि गर्न msgid "Copy link to post" msgstr "पोस्टको लिंक प्रतिलिपि गर्नुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "सन्देशको पाठ प्रतिलिपि गर् msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "पोस्टको पाठ प्रतिलिपि गर्नुहोस्" @@ -3506,7 +3535,7 @@ msgstr "TXT रेकर्ड मान प्रतिलिपि गर् #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "प्रतिलिपि अधिकार नीति" @@ -3632,7 +3661,7 @@ msgstr "सिर्जना गर्नुहोस्" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "स्टार्टर प्याकका लागि QR कोड #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "स्टार्टर प्याक सिर्जना गर्नुहोस्" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "मेरो लागि स्टार्टर प्याक सिर्जना गर्नुहोस्" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "नयाँ खाता सिर्जना गर्नुहोस्" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "{0} का लागि रिपोर्ट सिर्जना गर्नुहोस्" @@ -3734,7 +3763,7 @@ msgstr "{0} का लागि रिपोर्ट सिर्जना ग msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "सिर्जना गरियो {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "गाढा" msgid "Dark theme" msgstr "गाढा थिम" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "जन्म मिति" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "खाता निष्क्रिय गर्नुहोस्" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "मेटाउनुहोस्" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "मेरो लागि मेटाउनुहोस्" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "मेरो लागि सन्देश मेटाउनुहो msgid "Delete my account" msgstr "मेरो खाता मेटाउनुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "पोस्ट मेटाउनुहोस्" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "स्टार्टर प्याक मेटाउनुहोस्" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "स्टार्टर प्याक मेटाउनुहोस्?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "यो सूची मेटाउनुहोस्?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "यो पोस्ट मेटाउनुहोस्?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "मेटाइयो" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "वर्णनात्मक वैकल्पिक पाठ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "उद्धरण अलग गर्नुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "उद्धरण पोस्ट अलग गर्नुहोस्?" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "डेभलपर विकल्पहरू" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "संवाद: यो पोस्टसँग कसले अन्तरक्रिया गर्न सक्छ समायोजन गर्नुहोस्" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "धूमिल" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "इमेल 2FA अक्षम गर्नुहोस्" @@ -4041,11 +4075,11 @@ msgstr "ह्याप्टिक प्रतिक्रिया अक् msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "अक्षम गरियो" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "त्याग्नुहोस्" @@ -4075,23 +4109,28 @@ msgstr "त्याग्नुहोस्" msgid "Discard changes?" msgstr "परिवर्तनहरू त्याग्नुहोस्?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "मस्यौदा त्याग्नुहोस्?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "पोस्ट त्याग्नुहोस्?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "नयाँ अनुकूलित फिडहरू पत्ता msgid "Discover New Feeds" msgstr "नयाँ फिडहरू खोज्नुहोस्" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "रद्द गर्नुहोस्" @@ -4115,7 +4154,7 @@ msgstr "रद्द गर्नुहोस्" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "त्रुटि रद्द गर्नुहोस्" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "सम्पन्न" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "संवाद बन्द गर्न डबल ट्याप गर्नुहोस्" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Bluesky डाउनलोड गर्नुहोस्" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "उदा. alice.com" msgid "E.g. artistic nudes." msgstr "उदा. कलात्मक नग्न।" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "उदा. उत्कृष्ट पोस्टरहरू" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "उदा. स्प्यामरहरू" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "उदा. कहिल्यै नचुक्ने पोस्टरहरू।" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "उदा. बारम्बार विज्ञापनहरू सहित उत्तर दिने प्रयोगकर्ताहरू।" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "सम्पादन गर्नुहोस्" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "अवतार सम्पादन गर्नुहोस्" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "चित्र सम्पादन गर्नुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "अन्तर्क्रिया सेटिङ्स सम्पादन गर्नुहोस्" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "सूची विवरण सम्पादन गर्नुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "मेरो फिड सम्पादन गर्नुहोस्" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "व्यक्ति सम्पादन गर्नुहोस्" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "पोस्ट अन्तर्क्रिया सेटिङ्स सम्पादन गर्नुहोस्" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "प्रोफाइल सम्पादन गर्नुहोस्" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "प्रोफाइल सम्पादन गर्नुहोस्" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "स्टार्टर प्याक सम्पादन गर्नुहोस्" @@ -4454,15 +4494,15 @@ msgstr "स्टार्टर प्याक सम्पादन गर् msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "को उत्तर दिन सक्छ सम्पादन गर्नुहोस्" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "तपाईंको स्टार्टर प्याक सम्पादन गर्नुहोस्" @@ -4470,16 +4510,16 @@ msgstr "तपाईंको स्टार्टर प्याक सम् msgid "Education" msgstr "शिक्षा" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "इमेल" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "इमेल 2FA अक्षम गरियो" @@ -4492,7 +4532,7 @@ msgstr "इमेल 2FA सक्षम गरियो" msgid "Email address" msgstr "इमेल ठेगाना" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "इमेल पुनः पठाइयो" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "इमेल प्रमाणित गरियो" @@ -4527,7 +4567,7 @@ msgstr "पोस्ट समावेश गर्नुहोस्" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "यो पोस्टलाई तपाईंको वेबसाइटमा समावेश गर्नुहोस्। तलको स्निपेट प्रतिलिपि गरी तपाईंको वेबसाइटको HTML कोडमा टाँस्नुहोस्।" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "समाविष्ट भिडियो प्लेयर" @@ -4542,12 +4582,7 @@ msgstr "सक्षम गर्नुहोस्" msgid "Enable {0} only" msgstr "केवल {0} सक्षम गर्नुहोस्" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "वयस्क सामग्री सक्षम गर्नुहोस्" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "सक्षम गरिएको" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "तपाईंको इमेल ठेगाना प्रविष्ट गर्नुहोस्" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "तपाईंको प्रयोगकर्ता नाम र पासवर्ड प्रविष्ट गर्नुहोस्" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "त्रुटि" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "फाइल बचत गर्दा त्रुटि भयो" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "क्याप्चा प्रतिक्रिया प्राप्त गर्दा त्रुटि।" @@ -4712,11 +4747,11 @@ msgstr "क्याप्चा प्रतिक्रिया प्रा msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "सबैले उत्तर दिन सक्छन्" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "सबैले यो पोस्टमा उत्तर दिन सक्छन्।" @@ -4783,7 +4818,7 @@ msgstr "जसमा तपाईं उत्तर दिँदै हुन msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "स्पष्ट वा सम्भावित रूपमा ब msgid "Explicit sexual images." msgstr "स्पष्ट यौन चित्रहरू।" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "मेरो डाटा निर्यात गर्नुहोस्" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "बाह्य मिडिया" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "बाह्य मिडियाले वेबसाइटहरूलाई तपाईं र तपाईंको उपकरणको जानकारी सङ्कलन गर्न अनुमति दिन सक्छ। \"प्ले\" बटन दबाउनेसम्म कुनै जानकारी पठाइँदैन वा अनुरोध गरिँदैन।" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "बाह्य मिडिया प्राथमिकताहरू" @@ -4946,7 +4981,7 @@ msgstr "सन्देश मेटाउन असफल" msgid "Failed to delete post, please try again" msgstr "पोस्ट मेटाउन असफल। कृपया पुन: प्रयास गर्नुहोस्।" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "स्टार्टर प्याक मेटाउन असफल" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "फिड्स प्राथमिकताहरू लोड गर्न असफल" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "सुझाव गरिएका फिड्स लोड गर्न असफल भयो" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "सुझाव गरिएका फलोहरू लोड गर्न असफल भयो" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "पोस्ट पिन गर्न असफल भयो" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "तस्बिर सुरक्षित गर्न असफल: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "थ्रेड म्यूट टगल गर्न असफल, क msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "फिड्स अद्यावधिक गर्न असफल भयो" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "सेटिङ्स अद्यावधिक गर्न असफल" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "भिडियो अपलोड गर्न असफल" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "फिड" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "फिड टगल" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "फिड्स" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "फाइल सफलतापूर्वक सुरक्षित गरियो!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "फिड्सबाट फिल्टर गर्नुहोस्" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "अन्तिम रूप दिँदै" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "फलो गर्न खाताहरू फेला पार्नुहोस्" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "अनुसरण गर्नुहोस्" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "{0} लाई अनुसरण गर्नुहोस्" @@ -5458,7 +5499,7 @@ msgstr "{0} लाई अनुसरण गर्नुहोस्" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "७ खाताहरू अनुसरण गर्नुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "खाता अनुसरण गर्नुहोस्" @@ -5486,8 +5527,8 @@ msgstr "खाता अनुसरण गर्नुहोस्" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "सबैलाई अनुसरण गर्नुहोस्" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "तपाईंले चिनेका @{0} का अनुसरणकर्ताहरू" @@ -5552,28 +5593,29 @@ msgstr "तपाईंले चिनेका अनुसरणकर्त #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "अनुसरण गर्दै" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "अनुसरण गर्दै" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "{0} लाई अनुसरण गर्दै" @@ -5582,7 +5624,7 @@ msgstr "{0} लाई अनुसरण गर्दै" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "अनुसरण फिड प्राथमिकताहरू" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "अनुसरण फिड प्राथमिकताहरू" @@ -5613,7 +5655,7 @@ msgstr "फन्ट आकार" msgid "Food" msgstr "खाना" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "फर्कनुहोस्" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "फर्कनुहोस्" @@ -5867,8 +5909,8 @@ msgstr "पिछले चरण पर जाएं" msgid "Go home" msgstr "गृहपृष्ठमा जानुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "ह्याप्टिक्स" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "ह्यासट्याग" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "समस्या भइरहेको छ?" @@ -6145,11 +6197,11 @@ msgstr "यो तपाईंको एप पासवर्ड हो!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "लुकेको सूची" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "लुकाउनुहोस्" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "लुकाउनुहोस्" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "मेरो लागि पोष्ट लुकाउनुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "सबैका लागि उत्तर लुकाउनुहोस्" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "मेरो लागि उत्तर लुकाउनुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "यो पोस्ट लुकाउनुहोस्?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "यो उत्तर लुकाउनुहोस्?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "प्रयोगकर्ता सूची लुकाउनुहोस्" @@ -6267,12 +6308,12 @@ msgstr "प्रयोगकर्ता सूची लुकाउनुह msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "हाम्रोमा समस्या छ, फिड सर्भ msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "हाम्रोमा समस्या छ, यो फिड फेला पार्न गाह्रो भइरहेको छ। सम्भवतः यो हटाइएको हुन सक्छ।" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "हाम्रोमा समस्या छ, यो डेटा लोड गर्न समस्या भइरहेको देखिन्छ। थप विवरणका लागि तल हेर्नुहोस्। यदि यो समस्या कायम रहन्छ भने, कृपया हामीलाई सम्पर्क गर्नुहोस्।" @@ -6316,14 +6357,14 @@ msgstr "हाम्रोमा समस्या छ, यो डेटा ल msgid "Hmmmm, we couldn't load that moderation service." msgstr "हाम्रोमा समस्या छ, हामीले त्यो मोडरेशन सेवा लोड गर्न सकेनौं।" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "पर्खनुहोस्! हामी बिस्तारै भिडियो पहुँच उपलब्ध गराउँदैछौं, र तपाईं अझै प्रतीक्षामा हुनुहुन्छ। छिट्टै पुनः प्रयास गर्नुहोस्।" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "गृहपृष्ठ" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "मसँग कोड छ" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "यदि तपाईं आफ्नो देशको कानून अनुसार अझै वयस्क हुनुहुन्न भने, तपाईंको अभिभावक वा कानुनी संरक्षकले यी सर्तहरू पढ्नुपर्छ।" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "यदि तपाईं यो सूची हटाउनुहुन्छ भने, तपाईं यसलाई पुनः प्राप्त गर्न सक्नुहुन्न।" @@ -6420,7 +6461,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "यदि तपाईंले यो पोस्ट हटाउनुभयो भने, तपाईं यसलाई पुनः प्राप्त गर्न सक्नुहुन्न।" @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "यदि तपाईं आफ्नो ह्यान्डल वा इमेल परिवर्तन गर्न प्रयास गरिरहनु भएको छ भने, निष्क्रिय गर्नु अघि गर्नुहोस्।" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "चित्र" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "तपाईंलाई इमेल गरिएका कोड प msgid "Interaction limited" msgstr "परस्पर क्रिया सीमित छ" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "अमान्य 2FA पुष्टि कोड।" @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "अवैध प्रमाणिकरण कोड" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "निमन्त्रणा कोड" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "निमन्त्रणा कोड स्वीकार गरिएन। कृपया यसलाई सहि तरिकाले प्रविष्ट गर्नुभएको छ कि छैन जाँच गर्नुहोस् र पुन: प्रयास गर्नुहोस्।" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "यस स्टार्टर प्याकमा मानिसहरूलाई निमन्त्रणा गर्नुहोस्!" @@ -6786,26 +6827,26 @@ msgstr "निमन्त्रणहरू, तर व्यक्तिगत msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "यो सहि छ" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "अहिले मात्र तपाईं हुनुहुन्छ! माथि खोजेर आफ्नो स्टार्टर प्याकमा थप मानिसहरू थप्नुहोस्।" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "जॉब आईडी: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "जॉबहरू" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "ब्लूस्काईमा सामेल हुनुहोस्" @@ -6840,9 +6881,9 @@ msgstr "कुरा गर्ने प्रक्रियामा साम msgid "Journalism" msgstr "पत्रकारिता" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "{0} द्वारा लेबल गरिएको।" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "लेखकद्वारा लेबल गरिएको।" @@ -6893,7 +6934,7 @@ msgstr "तपाईंको खातामा लेबलहरू" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "भाषा सेटिङ" @@ -6907,12 +6948,12 @@ msgstr "भाषाहरू" msgid "Larger" msgstr "ठूलो" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "पछिल्लो" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "ब्लूस्काईबारे थप जान्नुहोस्" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "आफ्नो PDS आफैं होस्ट गर्ने बारे थप जान्नुहोस्।" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "यस चेतावनीबारे थप जान्नुहोस्।" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "ब्लूस्काईमा सार्वजनिक हुने विषयबारे थप जान्नुहोस्।" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "थप जान्नुहोस्।" @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "जान बाँकी।" @@ -7080,7 +7121,7 @@ msgstr "मलाई छान्न दिनुहोस्" msgid "Let's get your password reset!" msgstr "आउनुहोस्, तपाईंको पासवर्ड पुन: सेट गरौं!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "हिँडौं!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "हल्का" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7155,7 @@ msgstr "१० पोस्टहरू मन पराउनुहोस्" msgid "Like 10 posts to train the Discover feed" msgstr "डिस्कभर फीडलाई तालिम दिन १० पोस्ट मन पराउनुहोस्।" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "यस फीडलाई मन पराउनुहोस्।" @@ -7122,8 +7163,8 @@ msgstr "यस फीडलाई मन पराउनुहोस्।" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "मन पराउनेहरू" @@ -7140,26 +7181,26 @@ msgstr "मन पराउनेहरू" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "रुचिहरू" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "यस पोस्टमा रुचिहरू" @@ -7191,11 +7232,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "सूची" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "सूची मेटाइयो" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "सूची लुकाइएको छ" @@ -7248,7 +7294,7 @@ msgstr "सूची लुकाइएको छ" msgid "List Hidden" msgstr "सूची लुकाइएको" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "सूची म्यूट गरियो" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "सूची अनब्लक गरियो" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "सूची अनम्यूट गरियो" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "सूचीहरू" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "थप लोड गर्नुहोस्" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "थप सुझाइएका फीडहरू लोड गर्नुहोस्।" @@ -7346,16 +7392,16 @@ msgstr "नयाँ सूचनाहरू लोड गर्नुहोस msgid "Load new posts" msgstr "नयाँ पोस्टहरू लोड गर्नुहोस्।" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "लग" @@ -7405,11 +7451,6 @@ msgstr "लोगो द्वारा <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "यो XXXXX-XXXXX जस्तो देखिन्छ।" @@ -7448,7 +7489,7 @@ msgstr "तपाईं जहाँ जान चाहनुहुन्छ, msgid "Manage saved feeds" msgstr "सुरक्षित फीडहरू व्यवस्थापन गर्नुहोस्" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "तपाईंका म्यूट गरिएको शब्द msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "मिडिया" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "उल्लेख गरिएका प्रयोगकर्ता" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "सन्देश मेटाइएको।" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "सर्भरबाट सन्देश: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "सन्देश इनपुट क्षेत्र" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "सन्देशहरू" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "मोडरेशन" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "मोडरेशन विवरणहरू" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "<0/> द्वारा मोडरेशन सूची" msgid "Moderation list by you" msgstr "तपाईं द्वारा मोडरेशन सूची" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "मोडरेशन सूची सिर्जना गरियो।" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "मोडरेशन सूची अपडेट गरियो।" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "मोडरेशन सूचीहरू" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "मोडरेशन सूचीहरू" @@ -7697,11 +7755,11 @@ msgstr "मोडरेशन सूचीहरू" msgid "moderation settings" msgstr "मोडरेशन सेटिङ्स" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "मोडरेशन अवस्थाहरू" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "मोडरेशन उपकरणहरू" @@ -7710,8 +7768,8 @@ msgstr "मोडरेशन उपकरणहरू" msgid "Moderator has chosen to set a general warning on the content." msgstr "मोडरेटरले सामग्रीमा सामान्य चेतावनी सेट गर्ने निर्णय गरेका छन्।" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "थप फीडहरू" @@ -7720,10 +7778,10 @@ msgstr "थप फीडहरू" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "थप विकल्पहरू" @@ -7747,7 +7805,7 @@ msgstr "संगीत" msgid "Mute" msgstr "म्यूट गर्नुहोस्" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "म्यूट गर्नुहोस्" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "खाता म्यूट गर्नुहोस्" @@ -7816,13 +7874,13 @@ msgstr "यो शब्द केवल ट्यागहरूमा म् msgid "Mute this word until you unmute it" msgstr "तपाईंले अनम्यूट नगरेसम्म यो शब्द म्यूट गर्नुहोस्" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "थ्रेड म्यूट गर्नुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "शब्दहरू र ट्यागहरू म्यूट गर्नुहोस्" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "म्यूट गरिएका खाता" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "म्यूट गरिएका खाता" @@ -7852,7 +7910,7 @@ msgstr "म्यूट गरिएका खाताहरूका पोस msgid "Muted by \"{0}\"" msgstr "\"{0}\" द्वारा म्यूट गरियो।" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "म्यूट गरिएका शब्दहरू र ट्यागहरू" @@ -7881,7 +7939,7 @@ msgstr "मेरो फीडहरू" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "नाम" @@ -7891,12 +7949,12 @@ msgstr "प्रकृति" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "{0} मा जानुहोस्" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "अर्को स्क्रिनमा जानुहोस्" msgid "Navigates to your profile" msgstr "तपाईंको प्रोफाइलमा जानुहोस्" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "केही छैन, मेरो लागि एक हैंडल सिर्जना गर्नुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "नयाँ" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "नयाँ पासवर्ड" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "नयाँ पोस्ट" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "नयाँ पोस्ट" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "पहिले सबैभन्दा नयाँ उत्तरहरू" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "समाचार" @@ -8088,15 +8142,15 @@ msgstr "समाचार" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "अर्को" @@ -8108,12 +8162,16 @@ msgstr "अर्को चित्र" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "अहिलेसम्म कुनै रुचिहरू छैन msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "{0} लाई अब अनुसरण गरिरहेको छैन" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "अहिले सम्म कुनै सूचना छैन!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "लेखकबाहेक कसैले पनि यो पोस्ट उद्धृत गर्न सक्दैन।" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "कुनै परिणाम छैन" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "हैन, धन्यवाद" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "कसैले पनि होइन" @@ -8360,7 +8418,7 @@ msgstr "अहिलेसम्म कसैले उद्धृत गरे msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "अहिलेसम्म कसैले पुनःपोस्ट गरेका छैनन्। सायद तपाई पहिलो हुनु पर्छ!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "कसैलाई भेटिएन। अरू कसैलाई खोजेर प्रयास गर्नुहोस्।" @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "फेला परेन" @@ -8407,7 +8465,7 @@ msgstr "फेला परेन" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "साझेदारीको बारेमा नोट" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "सूचना सेटिङ्स" @@ -8435,8 +8497,8 @@ msgstr "सूचना सेटिङ्स" msgid "Notification sounds" msgstr "सूचना ध्वनीहरू" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "सूचना ध्वनीहरू" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "सूचनाहरू" @@ -8490,7 +8552,7 @@ msgstr "ठिक छ" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "हुन्छ" @@ -8505,6 +8567,10 @@ msgstr "सबैभन्दा पुराना उत्तर पहिल msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "मा<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "एक वा बढी GIF हरूमा वैकल्पिक पाठ छैन।" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "एक वा बढी चित्रहरूमा वैकल्पिक पाठ छैन।" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "एक वा बढी भिडियोहरूमा वैकल्पिक पाठ छैन।" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "केवल {0} उत्तर दिन सक्छ।" @@ -8556,7 +8622,7 @@ msgstr "केवल {0} उत्तर दिन सक्छ।" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "केवल चित्र फाइलहरू समर्थित छन्" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "अवतार सिर्जनाकर्ता खोल्नुहोस्" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "कुराकानी विकल्प खोल्नुहोस्" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "इमोजी चयनकर्ता खोल्नुहोस्" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "{niceUrl} को लिङ्क खोल्नुहोस्" @@ -8713,11 +8779,11 @@ msgstr "सन्देश विकल्प खोल्नुहोस्" msgid "Open moderation debug page" msgstr "मोडरेसन डिबग पृष्ठ खोल्नुहोस्" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "मुट गरिएका शब्दहरू र ट्यागहरूको सेटिङ खोल्नुहोस्" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "स्टार्टर प्याक मेनु खोल्नुहोस्" @@ -8759,9 +8825,8 @@ msgstr "प्रणाली लग खोल्नुहोस्" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "डिबग प्रविष्टिका लागि थप व msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "डिभाइसमा क्यामेरा खोल्नुहोस्" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "कम्पोजर खोल्नुहोस्" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "नयाँ Bluesky खाता सिर्जना गर्न प्रवाह खोल्नुहोस्" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "आफ्नो विद्यमान Bluesky खातामा साइन इन गर्न प्रवाह खोल्नुहोस्" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "यो प्रोफाइल खोल्नुहोस्" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "विकल्पहरू:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "वा, अर्को खाताबाट जारी राख्नुहोस्।" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "पासवर्ड" @@ -8993,7 +9094,7 @@ msgstr "पासवर्ड" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "पासवर्ड अद्यावधिक गरियो" msgid "Password updated!" msgstr "पासवर्ड अद्यावधिक गरियो!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "रोक्नुहोस्" @@ -9020,7 +9121,7 @@ msgstr "भिडियो रोक्नुहोस्" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "व्यक्ति" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "@{0} द्वारा अनुसरण गरिएका व्यक्ति" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "@{0} लाई अनुसरण गर्ने व्यक्ति" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "व्यक्ति टगल" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "वयस्कका लागि बनाइएका तस्वीरहरू।" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "होममा पिन गर्नुहोस्" @@ -9131,8 +9232,8 @@ msgstr "होममा पिन गर्नुहोस्" msgid "Pin to Home" msgstr "होममा पिन गर्नुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "तपाईंको प्रोफाइलमा पिन गर्नुहोस्" @@ -9151,11 +9252,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "पिन गरिएका फिडहरू" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "तपाईंका फिडहरूमा पिन गरियो" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "चलाउनुहोस्" @@ -9169,12 +9270,12 @@ msgstr "{0} चलाउनुहोस्" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "भिडियो चलाउनुहोस्" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "भिडियो चलाउनुहोस्" @@ -9182,7 +9283,7 @@ msgstr "भिडियो चलाउनुहोस्" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "GIF चलाउनुहोस्" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "कृपया तपाईंको ह्यान्डल चयन गर्नुहोस्।" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "कृपया तपाईंको पासवर्ड चयन गर्नुहोस्।" @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "कृपया प्रमाणीकरण क्याप्चा पूरा गर्नुहोस्।" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "कृपया तपाईंको इमेल प्रविष्ट गर्नुहोस्।" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "कृपया तपाईंको आमन्त्रण कोड प्रविष्ट गर्नुहोस्।" @@ -9306,8 +9407,8 @@ msgstr "कृपया व्याख्या गर्नुहोस् क msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "कृपया @{0} को रूपमा साइन इन गर्नुहोस्।" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "राजनीति" @@ -9367,18 +9468,18 @@ msgstr "राजनीति" msgid "Porn" msgstr "पोर्न" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "पोस्ट" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "पोस्ट" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "सबै पोस्ट गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0} द्वारा पोस्ट" @@ -9423,10 +9529,10 @@ msgstr "पोस्ट मेटियो" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "पोस्ट अपलोड गर्न असफल भयो। कृपया तपाईंको इन्टरनेट कनेक्शन जाँच गर्नुहोस् र पुनः प्रयास गर्नुहोस्।" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "म्यूट गरिएको शब्दद्वारा पो msgid "Post Hidden by You" msgstr "तपाईं द्वारा पोस्ट लुकाइएको छ।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "पोस्ट अन्तरक्रिया सेटिङ्स" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "पोस्ट फेला परेन" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "पोस्ट पिन गरियो" @@ -9478,7 +9584,7 @@ msgstr "पोस्ट पिन गरियो" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "पोस्ट अनपिन गरियो" @@ -9487,7 +9593,7 @@ msgstr "पोस्ट अनपिन गरियो" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "पोस्टहरू" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "पुनः जडानको प्रयास गर्न थिच्नुहोस्।" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "गोपनीयता।" msgid "Privacy and security" msgstr "गोपनीयता र सुरक्षा" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "गोपनीयता नीति" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "भिडियो प्रशोधन हुँदैछ।" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "प्रोफाइल" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "QR कोड तपाईंको क्यामेरा रोलम #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "उद्धरण पोस्ट।" @@ -9723,8 +9829,8 @@ msgstr "दर सीमा नाघियो – तपाईंले छो msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "उद्धरण पुनः जोड्नुहोस्" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "तपाईंको खाता पुन: सक्रिय गर्नुहोस्।" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "ब्लूस्काई ब्लग पढ्नुहोस्।" @@ -9794,11 +9900,11 @@ msgstr "ब्लूस्काई गोपनीयता नीति पढ msgid "Read the Bluesky Terms of Service" msgstr "ब्लूस्काई सेवा सर्तहरू पढ्नुहोस्।" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "वार्तालाप पुनः लोड गर्नुहो #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "हटाउनुहोस्" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "{displayName} लाई स्टार्टर प्याकबाट हटाउनुहोस्" @@ -9914,8 +10021,8 @@ msgstr "संलग्नक हटाउनुहोस्" msgid "Remove Avatar" msgstr "अवतार हटाउनुहोस्" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "ब्यानर हटाउनुहोस्" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "मेरो फिडबाट हटाउनुहोस्" @@ -9960,8 +10067,8 @@ msgstr "मेरो फिडबाट हटाउनुहोस्" msgid "Remove from quick access?" msgstr "छिटो पहुँचबाट हटाउने?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "सुरक्षित फिडबाट हटाउनुहोस्" @@ -9970,7 +10077,7 @@ msgstr "सुरक्षित फिडबाट हटाउनुहोस msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "यस फिडलाई तपाईँको सुरक्षित फिडहरूबाट हटाउनुहोस्" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "लेखकद्वारा हटाइयो" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "तपाईँद्वारा हटाइयो" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "तपाईँको फिडहरूबाट हटाइयो" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "उत्तरहरू" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "उत्तरहरू निष्क्रिय गरियो" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "यो पोस्टका उत्तरहरू निष्क्रिय गरिएका छन्।" @@ -10141,14 +10253,14 @@ msgstr "यो पोस्टका उत्तरहरू निष्क् msgid "Reply" msgstr "उत्तर दिनुहोस्" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "उत्तर दिनुहोस्" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "थ्रेड लेखकद्वारा उत्तर लुक msgid "Reply Hidden by You" msgstr "तपाईँद्वारा उत्तर लुकाइएको" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "उत्तर सेटिङ्स थ्रेडका लेखकद्वारा चयन गरिन्छ" @@ -10185,8 +10297,8 @@ msgstr "उत्तर सफलतापूर्वक लुकाइएक msgid "Report" msgstr "रिपोर्ट गर्नुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "खाता रिपोर्ट गर्नुहोस्" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "वार्ता रिपोर्ट गर्नुहोस्" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "रिपोर्ट संवाद" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "फिड रिपोर्ट गर्नुहोस्" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "सन्देश रिपोर्ट गर्नुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "पोस्ट रिपोर्ट गर्नुहोस्" @@ -10225,8 +10337,8 @@ msgstr "पोस्ट रिपोर्ट गर्नुहोस्" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "स्टार्टर प्याक रिपोर्ट गर्नुहोस्" @@ -10292,7 +10404,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "पुनः पोस्ट गर्नुहोस् वा पोस्टलाई उद्धृत गर्नुहोस्" @@ -10330,12 +10442,12 @@ msgstr "यस पोस्टका पुनःपोस्टहरू" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "पोस्ट गर्नु अघि वैकल्पिक प msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "यस प्रदायकका लागि आवश्यक छ" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "ईमेल पुनः पठाउनुहोस्" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "ईमेल पुनः पठाउनुहोस्" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "प्रमाणीकरण ईमेल पुनः पठाउनुहोस्" @@ -10453,6 +10565,11 @@ msgstr "पासवर्ड रिसेट गर्नुहोस्" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "अन्तिम कार्य पुन: प्रयास गर #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "अन्तिम कार्य पुन: प्रयास गर msgid "Retry" msgstr "पुन: प्रयास गर्नुहोस्" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "अघिल्लो पृष्ठमा फर्कनुहोस्" @@ -10521,7 +10638,7 @@ msgstr "गृहपृष्ठमा फर्कनुहोस्" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "अघिल्लो पृष्ठमा फर्कनुहोस्" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "परिवर्तनहरू सुरक्षित गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "चित्र सुरक्षित गर्नुहोस्" @@ -10608,8 +10725,8 @@ msgstr "नयाँ ह्यान्डल सुरक्षित गर् msgid "Save QR code" msgstr "QR कोड सुरक्षित गर्नुहोस्" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "मेरो फिडहरूमा सुरक्षित गर्नुहोस्" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "सुरक्षित फिडहरू" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "तपाईंको फिडहरूमा सुरक्षित गरियो" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "नमस्ते भन्नुहोस्!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "माथि स्क्रोल गर्नुहोस्" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "खोज्नुहोस्" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "अरूलाई सिफारिस गर्न चाहिने फिडहरूको लागि खोज्नुहोस्।" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "प्रोफाइलहरूको लागि खोज्नुहोस्।" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Bluesky मा जागिरहरू हेर्नुहोस्।" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "रंग चयन गर्नुहोस्।" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "खाता चयन गर्नुहोस्।" @@ -10910,7 +11022,7 @@ msgstr "एभाटार चयन गर्नुहोस्।" msgid "Select an emoji" msgstr "इमोजी चयन गर्नुहोस्।" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "अस्तित्वमा रहेको खाताबाट चयन गर्नुहोस्।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "यो शब्द कति समयसम्म म्यूट गर्ने चयन गर्नुहोस्।" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "भाषा चयन गर्नुहोस्..." msgid "Select languages" msgstr "भाषाहरू चयन गर्नुहोस्।" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "तपाईंको सदस्यता प्राप्त फिडहरूले समेट्ने भाषाहरू चयन गर्नुहोस्। केही पनि चयन नगरिएमा, सबै भाषाहरू देखाइनेछ।" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "आफ्नो जन्म मिति चयन गर्नुहोस्" @@ -11045,7 +11157,7 @@ msgstr "आफ्नो फिडमा अनुवादका लागि msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "प्रतिक्रिया पठाउनुहोस्" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "सन्देश पठाउनुहोस्" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "पोष्ट पठाउनुहोस्..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "सत्यापन इमेल पठाउनुहोस्" @@ -11133,7 +11245,7 @@ msgstr "" msgid "Set new password" msgstr "नयाँ पासवर्ड सेट गर्नुहोस्" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "तपाईंको खाता सेट गर्नुहोस्" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "पासवर्ड रीसेटको लागि इमेल सेट गर्दछ" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "सेटिङ्स" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11354,7 @@ msgstr "यौन रूपले प्रस्तावनात्मक" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "साझा गर्नुहोस्" @@ -11251,7 +11363,7 @@ msgstr "साझा गर्नुहोस्" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "तथापि साझा गर्नुहोस्" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "लिङ्क साझा गर्नुहोस्" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "लिङ्क साझा संवाद" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "QR कोड साझा गर्नुहोस्" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,22 +11430,22 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "यस स्टार्टर प्याकलाई साझा गर्नुहोस्" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "यस स्टार्टर प्याकलाई साझा गर्नुहोस् र तपाईंको समुदायमा मानिसहरूलाई ब्लूस्काईमा सामेल हुन मद्दत गर्नुहोस्।" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "साझा गरिएको प्राथमिकता परीक्षक" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "देखाउनुहोस्" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "विकल्पात्मक पाठ देखाउनुहोस्" @@ -11373,14 +11489,14 @@ msgstr "विकल्पात्मक पाठ देखाउनुहो #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "तथापि देखाउनुहोस्" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "यसको जस्तो कम देखाउनुहोस्" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "सूचीलाई यथास्थिति देखाउनुहोस्" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "यसको जस्तो थप देखाउनुहोस्" @@ -11445,8 +11561,8 @@ msgstr "उत्तरहरू देखाउनुहोस्" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "सबैको लागि उत्तर देखाउनुहोस्" @@ -11455,8 +11571,8 @@ msgstr "सबैको लागि उत्तर देखाउनुहो msgid "Show reposts" msgstr "पुनःपोस्टहरू देखाउनुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "चेतावनी देखाउनुहोस् र फीडब msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "साइन इन गर्नुहोस्" msgid "Sign in as {0}" msgstr "को रूपमा साइन इन गर्नुहोस् {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "ब्लूस्काईमा साइन इन गर्नुह msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "छोड्नुहोस्" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "सॉफ़्टवेयर विकासकर्ता" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "तपाईंलाई मन पर्ने अन्य फीडहरू" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "केही व्यक्तिहरू उत्तर दिन सक्छन्" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "केहि गलत भयो" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "केहि गलत भयो, कृपया पुन: प्रयास गर्नुहोस्" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11881,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "खेलकुद" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "{displayName} सँग च्याट सुरु गर्नुहोस्" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "स्टार्टर प्याक" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "{0} द्वारा स्टार्टर प्याक" @@ -11841,12 +11968,12 @@ msgstr "{0} द्वारा स्टार्टर प्याक" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "तपाईंको द्वारा स्टार्टर प्याक" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "स्टार्टर प्याक अवैध छ" @@ -11854,7 +11981,7 @@ msgstr "स्टार्टर प्याक अवैध छ" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "स्टार्टर प्याकहरू" @@ -11893,7 +12020,7 @@ msgstr "भण्डारण मेटिएको छ, अब तपाईं msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "स्टोरीबुक" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "यी लेबलहरू प्रयोग गर्न @{0} ला msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "लेबलरलाई सदस्यता लिनुहोस्" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "यस लेबलरलाई सदस्यता लिनुहोस्" @@ -11975,7 +12102,7 @@ msgstr "यस लेबलरलाई सदस्यता लिनुहो msgid "Subscribe to this list" msgstr "यस सूचीलाई सदस्यता लिनुहोस्" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "केवल टैगहरू" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "नियमहरू" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "धन्यवाद, तपाईंले तपाईंको ईमेल ठेगाना सफलतापूर्वक प्रमाणित गर्नुभयो। तपाईं यो संवाद बन्द गर्न सक्नुहुन्छ।" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "यसमा तलका सामग्रीहरू छन्:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "त्यो स्टार्टर प्याक फेला पार्न सकिएन।" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "त्यति हो, साथीहरू!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "खाता अनब्लक गरेपछि तपाईं सँग अन्तर्क्रिया गर्न सक्षम हुनेछ।" @@ -12287,7 +12414,7 @@ msgstr "यस थ्रेडका लेखकले यस उत्तर msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "ब्लूस्काई वेब अनुप्रयोग" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "गोपनीयता नीति <0/> मा सारिएको छ।" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "सर्भर समस्यामा देखिनु भएको छ। कृपया केही समय पछि पुन: प्रयास गर्नुहोस्।" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "तपाईं जसलाई हेर्न चाहनुहुन्छ त्यो स्टार्टर प्याक अमान्य छ। तपाईं यस स्टार्टर प्याकलाई मेट्न सक्नुहुन्छ।" @@ -12402,7 +12529,7 @@ msgstr "सहायता फारम सारिएको छ। यदि msgid "The Terms of Service have been moved to" msgstr "सेवाका नियमहरू <0/> मा सारिएका छन्।" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "तपाईंले दिएको प्रमाणिकरण कोड अमान्य छ। कृपया पक्का गर्नुहोस् कि तपाईंले सहि प्रमाणिकरण लिंक प्रयोग गर्नुभएको छ वा नयाँ कोडको अनुरोध गर्नुहोस्।" @@ -12412,7 +12539,7 @@ msgstr "तपाईंले दिएको प्रमाणिकरण क msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "खाता निष्क्रिय गर्नको लागि कुनै समय सीमा छैन, कुनै पनि समय फर्कनुहोस्।" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "सर्भरलाई सम्पर्क गर्न समस्या आयो।" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "सर्भरलाई सम्पर्क गर्न समस्या आयो, कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस् र पुन: प्रयास गर्नुहोस्।" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "सूचनाहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "पोस्टहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।" @@ -12495,25 +12622,25 @@ msgstr "तपाईंको फीडहरू अपडेट गर्न #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "समस्या आयो! {0}" @@ -12521,10 +12648,10 @@ msgstr "समस्या आयो! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "समस्या आयो। कृपया आफ्नो इन msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "अनुप्रयोगमा अप्रत्याशित समस्या आयो। कृपया हामीलाई बताउनुहोस् यदि यो तपाईंलाई भएको छ!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "ब्लूस्काईमा नयाँ प्रयोगकर्ताहरूको भीड भएको छ! हामी तपाईंको खाता सकेसम्म चाँडो सक्रिय गर्नेछौं।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "यस {screenDescription} लाई चिह्नित गरिएको छ:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "यो अपील ब्लूस्काईको मोडरेश msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "यो च्याट डिस्कनेक्ट गरिएको msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "यो सुविधा बेटामा छ। तपाईं <0>यो ब्लगपोस्ट मा रिपोजिटरी निर्यातहरूको बारेमा थप पढ्न सक्नुहुन्छ।" @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "यो लिंक तपाईंलाई निम्न वेबसाइटमा लैजान्छ:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "यो पोस्ट <0>{0} मा सिर्जना गरिएको दावी गर्दछ, तर पहिलो पटक Bluesky द्वारा <1>{1} मा देखिएको थियो।" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "यो पोस्ट फिड र थ्रेडहरूबाट लुकेको हुनेछ। यसलाई उल्टाउन सकिँदैन।" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "यस पोस्टको लेखकले उद्धरण पोस्टहरू निष्क्रिय गरेको छ।" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "यो जवाफ तपाईंको थ्रेडको तल लुकेको सेक्सनमा क्रमबद्ध गरिनेछ र subsequent जवाफहरूको लागि - तपाईं र अरूसँग - अधिसूचनाहरू म्यूट गरिनेछ।" @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "यस सेवाले सेवा सर्तहरू वा गोपनीयता नीति प्रदान गरेको छैन।" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "यो प्रयोगकर्ता यहाँ नयाँ ह msgid "This user isn't following anyone." msgstr "यो प्रयोगकर्ता कसैलाई पनि फलो गर्दै छैन।" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "यसले @{0}लाई क्विक एक्सेस सूचीबाट हटाउनेछ।" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "यसले तपाईंको पोस्टलाई यो उद्धरण पोस्टबाट सबै प्रयोगकर्ताहरूको लागि हटाउनेछ र यसलाई एक स्थानधारक सँग प्रतिस्थापित गर्नेछ।" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "थ्रेड प्राथमिकताहरू" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "थ्रेड प्राथमिकताहरू" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "इमेल 2FA विधि बन्द गर्नका लागि कृपया आफ्नो इमेल ठेगानामा पहुँच प्रमाणित गर्नुहोस्।" @@ -13012,7 +13134,7 @@ msgstr "इमेल 2FA विधि बन्द गर्नका लाग msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "आज" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "वयस्क सामग्री सक्षम वा असक्षम गर्न टगल गर्नुहोस्" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "शीर्ष" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13183,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "अनुवाद गर्नुहोस्" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13221,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "जडान गर्न असमर्थ। कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस् र पुनः प्रयास गर्नुहोस्।" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "तपाईंको सेवा सम्पर्क गर्न असमर्थ। कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस्।" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "हटाउन असमर्थ" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "ब्लक हटाउनुहोस्" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "ब्लक हटाउनुहोस्" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "खाता ब्लक हटाउनुहोस्" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "खाता ब्लक हटाउन चाहानुहुन्छ?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0} लाई अनफोलो गर्नुहोस्" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "खाता अनफोलो गर्नुहोस्" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "म्यूट हटाउनुहोस्" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "खाता म्यूट हटाउनुहोस्" @@ -13379,8 +13536,8 @@ msgstr "खाता म्यूट हटाउनुहोस्" msgid "Unmute conversation" msgstr "वार्तालाप म्यूट हटाउनुहोस्" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "थ्रेड म्यूट हटाउनुहोस्" @@ -13397,14 +13554,14 @@ msgstr "थ्रेड म्यूट हटाउनुहोस्" msgid "Unmute video" msgstr "भिडियो म्यूट हटाउनुहोस्" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "अनपिन गर्नुहोस्" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,13 +13571,13 @@ msgstr "" msgid "Unpin from home" msgstr "होमबाट अनपिन गर्नुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "प्रोफाइलबाट अनपिन गर्नुहोस्" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "मोडरेशन सूची अनपिन गर्नुहोस्" @@ -13429,29 +13586,34 @@ msgstr "मोडरेशन सूची अनपिन गर्नुहो msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "तपाईंको फिडहरूबाट अनपिन गरिएको" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "सदस्यता समाप्त गर्नुहोस्" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "सूचीबाट सदस्यता समाप्त गर्नुहोस्" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "यस लेबलरबाट सदस्यता समाप्त गर्नुहोस्" @@ -13463,7 +13625,7 @@ msgstr "सूचीबाट सदस्यता समाप्त गरि msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "{domain} मा अपडेट गर्नुहोस्" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "टेक्स्ट फाइल अपलोड गर्नुहो #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "क्यामेरा बाट अपलोड गर्नुहोस्" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "फाइल बाट अपलोड गर्नुहोस्" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "लाइब्रेरी बाट अपलोड गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "तस्विरहरू अपलोड गर्दै..." msgid "Uploading link thumbnail..." msgstr "लिंक थम्बनेल अपलोड गर्दै..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "भिडियो अपलोड गर्दै..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "तपाईं द्वारा प्रयोगकर्ता सूची" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "प्रयोगकर्ता सूची सिर्जना गरियो" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "प्रयोगकर्ता सूची अद्यावधिक गरियो" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "प्रयोगकर्ता नाम वा ईमेल ठेगाना" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "<0>@{0} द्वारा फलो गरिएका प्रयोगकर्ताहरू" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "मूल्य:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "तपाईंको ईमेल प्रमाणित गर्नुहोस्" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "भिडियो" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "भिडियो प्रोसेस गर्न असफल" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "भिडियो खेल" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "भिडियो फेला पारिएन।" @@ -13859,12 +14021,12 @@ msgstr "भिडियो फेला पारिएन।" msgid "Video settings" msgstr "भिडियो सेटिङ्गहरू" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "भिडियो अपलोड गरियो" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "भिडियो: {0}" @@ -13872,19 +14034,13 @@ msgstr "भिडियो: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "{0} को अवतार हेर्नुहोस्" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "{0} को प्रोफाइल हेर्नुहोस्" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "अवरोधित प्रयोगकर्ताको प्रोफाइल हेर्नुहोस्" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "अधिक जानकारीको लागि ब्लगपोस्ट हेर्नुहोस्" @@ -13936,8 +14092,8 @@ msgstr "अधिक जानकारीको लागि ब्लगपो msgid "View debug entry" msgstr "डिबग प्रविष्टि हेर्नुहोस्" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "विवरण हेर्नुहोस्" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "@{0} द्वारा प्रदान गरिएको लेब msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "यो फिड मन पराउने प्रयोगकर्ताहरू हेर्नुहोस्" @@ -14026,11 +14182,11 @@ msgstr "यो फिड मन पराउने प्रयोगकर् msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "तपाईंको अवरोधित खाता हेर्नुहोस्" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "तपाईंका फिडहरू हेर्नुहोस् र अझ बढी अन्वेषण गर्नुहोस्" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "तपाईंका मोडरेशन सूचीहरू हेर्नुहोस्" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "तपाईंका म्युट गरिएको खाता हेर्नुहोस्" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "हामी अनुमान गर्दैछौं कि तपाईंको खाता तयार हुन {estimatedTime} लाग्नेछ।" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "हामीले अर्को प्रमाणीकरण इमेल <0>{0} मा पठाएका छौं।" @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "हामी यो निर्धारण गर्न असमर्थ भयौं कि तपाईंलाई भिडियो अपलोड गर्न अनुमति छ कि छैन। कृपया पुन: प्रयास गर्नुहोस्।" @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "हामी अहिले तपाईंका कन्फिगर गरिएका लेबलरहरू लोड गर्न असमर्थ भयौं।" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "हामी तपाईंलाई तपाईंको खाता तयार भएपछि जानकारी दिनेछौं।" @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "हामी नेटवर्क समस्या भोगिरह msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "हामीलाई खेद छ! तपाईंले जवाफ दिइरहेको पोस्ट मेटाइ सकेको छ।" @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "फेरी स्वागत छ!" @@ -14351,17 +14519,17 @@ msgstr "तपाईंको स्टार्टर प्याकलाई msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "के भइरहेको छ?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "यस पोस्टसँग को को अन्तरक्रिया गर्न सक्छ?" @@ -14369,12 +14537,12 @@ msgstr "यस पोस्टसँग को को अन्तरक्र msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "को को जवाफ दिन सक्छ?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "पोस्ट लेख्नुहोस्" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "तपाईंको जवाफ लेख्नुहोस्" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "हो, निष्क्रिय गर्नुहोस्" @@ -14495,19 +14663,19 @@ msgstr "हो, निष्क्रिय गर्नुहोस्" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "हो, यो स्टार्टर प्याक मेटाउनुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "हो, अलग गर्नुहोस्" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "हो, लुकेको राख्नुहोस्" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "हो, मेरो खाता पुनः सक्रिय गर्नुहोस्" @@ -14519,7 +14687,7 @@ msgstr "हिजो" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "तपाईं पंक्तिमा हुनुहुन्छ।" @@ -14558,11 +14726,11 @@ msgstr "तपाईं पंक्तिमा हुनुहुन्छ।" msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "तपाईंलाई भिडियो अपलोड गर्न अनुमति छैन।" @@ -14570,7 +14738,7 @@ msgstr "तपाईंलाई भिडियो अपलोड गर्न msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "तपाईं नयाँ कस्टम फीडहरू पनि पत्ता लगाउन सक्नुहुन्छ।" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "तपाईं अब नयाँ पासवर्डसँग साइन इन गर्न सक्नुहुन्छ।" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "तपाईं आफ्नो खाता पुनः सक्रिय गरेर लगइन जारी राख्न सक्नुहुन्छ। तपाईंको प्रोफाइल र पोस्ट अन्य प्रयोगकर्ताहरूलाई देखिनेछन्।" @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "तपाईं @{name} लाई फलो गर्ने कुनै पनि प्रयोगकर्तालाई फलो गर्नुभएको छैन।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "तपाईंले अवैध कोड प्रविष्ट गर्नुभएको छ। यसले XXXXX-XXXXX जस्तो देखिनु पर्छ।" @@ -14778,15 +14943,15 @@ msgstr "तपाईंले अन्त्यमा पुग्नुभय msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "तपाईंले भिडियो अपलोडको लागि अस्थायी रूपमा सीमा पार गर्नुभयो। कृपया पछि पुनः प्रयास गर्नुहोस्।" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "तपाईंलाई कम्तिमा सात अन्य msgid "You must grant access to your photo library to save a QR code" msgstr "QR कोड बचत गर्नको लागि तपाईंलाई आफ्नो फोटो लाइब्रेरीमा पहुँच दिनु पर्छ।" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "तपाईंले पहिले @{0} निष्क्रिय गर्नुभएको थियो।" @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "तपाईंलाई तपाईंका सबै खाता हरुबाट साइन आउट गरिनेछ।" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "तपाईं पंक्तिमा हुनुहुन्छ।" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "तपाईंले आफ्नो फीडको अन्त्यमा पुग्नुभयो! थप खाता फलो गर्नको लागि खोजी गर्नुहोस्।" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "तपाईंले भिडियो अपलोडको लागि आफ्नो दैनिक सीमा पुग्नुभयो (धेरै बाइट्स)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "तपाईंले भिडियो अपलोडको लागि आफ्नो दैनिक सीमा पुग्नुभयो (धेरै भिडियो)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "तपाईंको खाता" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "तपाईंको खाता अझै भिडियो अपलोड गर्नको लागि पर्याप्त पुरानो छैन। कृपया पछि पुनः प्रयास गर्नुहोस्।" @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "तपाईंको खाता रिपोजिटोरी, जसमा सबै सार्वजनिक डेटा रेकर्डहरू समावेश छन्, \"CAR\" फाइलको रूपमा डाउनलोड गर्न सकिन्छ। यस फाइलमा मिडिया एम्बेडहरू (जस्तै चित्र) वा तपाईंको निजी डेटा समावेश छैन, जसलाई अलग गरेर ल्याउन आवश्यक छ।" @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "तपाईंको जन्म मिति" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "तपाईंको ईमेल अमान्य देखिन्छ।" @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "तपाईंको पहिलो लाइक!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "तपाईंको पूर्ण ह्याण्डल हुन msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "तपाईंको प्रोफाइल, पोष्टहरू, फीडहरू, र सूचीहरू अब अन्य ब्लूस्की प्रयोगकर्ताहरूलाई देखाइने छैन। तपाईं कुनै पनि समयमा आफ्नो खाता पुनः सक्रिय गर्नको लागि लग इन गर्न सक्नुहुन्छ।" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/nl/messages.po b/src/locale/locales/nl/messages.po index cdb78e0672..403454cf41 100644 --- a/src/locale/locales/nl/messages.po +++ b/src/locale/locales/nl/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: nl\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# volgend} other {# volgend}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# uur} other {# uur}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#ma} other {#ma}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {volger} other {volgers}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {volgend} other {volgend}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {bericht} other {berichten}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} is live" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Startpakket van {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {uur} other {uur}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuut} other {minuten}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} heeft zich geregistreerd met je startpakket" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} heeft jou geverifieerd" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} volgend" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# uur} other {# uur}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, one {}other {# gebruikers zijn}} lid geworden!" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, en {2, plural, one {# ander} other {# anderen}} zijn inbegrepen in je startpakket" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, en {2, plural, one {# ander} other {# anderen}} #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, en {2, plural, one {# ander} other {# anderen}} zijn inbegrepen in je startpakket" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} en<1> <2>{1} zijn inbegrepen in je startpakket" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} is inbegrepen in je startpakket" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} leden" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Jij en<1> <2>{0} zijn inbegrepen in je startpakket" @@ -946,6 +955,12 @@ msgstr "7 dagen" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Een nieuwe vorm van verificatie" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Toegankelijkheid" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Toegankelijkheidsinstellingen" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Account geblokkeerd" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Account gevolgd" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Account genegeerd" @@ -1111,24 +1126,24 @@ msgstr "Account verwijderd uit snelle toegang" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Account gedeblokkeerd" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Account ontvolgd" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Account negeren opgeheven" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Accounts met een blauw vinkje <0><1/> kunnen anderen verifiëren. Deze vertrouwde verifieerders worden geselecteerd door Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Accounts met een blauw vinkje <0><1/> kunnen anderen verifiëren. De msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Toevoegen" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Voeg er nog {0} toe om door te gaan" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "{displayName} toevoegen aan het startpakket" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Een gebruiker aan deze lijst toevoegen" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Account toevoegen" @@ -1201,11 +1216,11 @@ msgstr "Optioneel alt-tekst toevoegen" msgid "Add another account" msgstr "Nog een account toevoegen" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Nog een bericht toevoegen" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "App-wachtwoord toevoegen" msgid "Add App Password" msgstr "App-wachtwoord toevoegen" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Voeg meer informatie toe (optioneel)" @@ -1295,7 +1310,7 @@ msgstr "Reactie toevoegen" msgid "Add recommended feeds" msgstr "Aanbevolen feeds toevoegen" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Voeg wat feeds toe aan je startpakket!" @@ -1307,12 +1322,12 @@ msgstr "Standaardfeed toevoegen van alleen de personen die je volgt" msgid "Add the following DNS record to your domain:" msgstr "Voeg het volgende DNS-record toe aan je domein:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Deze feed toevoegen aan je feeds" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Toevoegen aan lijsten" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "Gebruiker toevoegen aan lijst" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Aanvullende informatie (maximaal 300 tekens)" @@ -1378,14 +1393,14 @@ msgstr "Volwassene" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Inhoud voor volwassenen" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Inhoud voor volwassenen kan alleen worden ingeschakeld via het web op <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Labels voor inhoud voor volwassenen" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Geavanceerd" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "alice@voorbeeld.com" msgid "All" msgstr "Alle" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Alle" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Je hebt alle accounts gevolgd!" @@ -1474,7 +1494,7 @@ msgstr "Alle feeds die je hebt opgeslagen, bij elkaar op één plek." msgid "Allow access to your direct messages" msgstr "Geef toegang tot je privéberichten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Citaatberichten toestaan" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Staat toegang tot privéberichten toe" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Heb je al een code?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Al aangemeld als @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Alternatieve tekst wordt ingekort. {MAX_ALT_TEXT, plural, one {}other {Limiet: {0} tekens.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Er is een e-mail verzonden naar {0}. Deze bevat een bevestigingscode die je hieronder kunt invullen." @@ -1587,7 +1607,7 @@ msgstr "Er is een fout opgetreden" msgid "An error occurred" msgstr "Er is een fout opgetreden" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Er is een fout opgetreden tijdens het comprimeren van de video." @@ -1596,7 +1616,7 @@ msgstr "Er is een fout opgetreden tijdens het comprimeren van de video." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Er is een fout opgetreden tijdens het ophalen van de feed." @@ -1609,15 +1629,15 @@ msgstr "Er is een fout opgetreden bij het genereren van je startpakket. Wil je h msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Er is een fout opgetreden tijdens het laden van de video. Probeer het later opnieuw." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Er is een fout opgetreden tijdens het laden van de video. Probeer het opnieuw." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "Er is een fout opgetreden bij het opslaan van de QR-code!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Er is een fout opgetreden tijdens het proberen om allen te volgen" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Er is een probleem opgetreden. Probeer het opnieuw." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "een onbekende labeler" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "en" @@ -1735,7 +1755,7 @@ msgstr "Nieuw: verificatie op Bluesky" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "App-wachtwoordnamen moeten minimaal 4 tekens lang zijn" msgid "App passwords" msgstr "App-wachtwoorden" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "App-wachtwoorden" @@ -1856,7 +1876,7 @@ msgstr "Bezwaar maken tegen deze beslissing" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Gearchiveerd van {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Gearchiveerd bericht" @@ -1914,7 +1934,7 @@ msgstr "Weet je zeker dat je het app-wachtwoord \"{0}\" wilt verwijderen?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Weet je zeker dat je dit startpakket wilt verwijderen?" @@ -1936,7 +1956,7 @@ msgstr "Weet je zeker dat je dit gesprek wilt verlaten?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Weet je zeker dat je dit uit jouw feeds wilt verwijderen?" @@ -1945,7 +1965,7 @@ msgstr "Weet je zeker dat je dit uit jouw feeds wilt verwijderen?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Weet je zeker dat je dit bericht wilt weggooien?" @@ -1953,7 +1973,7 @@ msgstr "Weet je zeker dat je dit bericht wilt weggooien?" msgid "Are you sure?" msgstr "Weet je het zeker?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Kunst" msgid "Artistic or non-erotic nudity." msgstr "Artistieke of niet-erotische naaktbeelden." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Onderwerp voor algoritme toewijzen" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Terug" msgid "Back to Chats" msgstr "Terug naar chats" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Account blokkeren" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Geblokkeerd" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Geblokkeerde accounts" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Geblokkeerde accounts" @@ -2288,7 +2316,7 @@ msgstr "Blokkeren is openbaar. Geblokkeerde accounts kunnen niet reageren op jou 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." msgstr "Blokkeren voorkomt niet dat er labels op jouw account worden toegepast, maar het zorgt er wel voor dat dit account niet meer op jouw gesprekken kan reageren en niet meer met je kan communiceren." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kan de echtheid van de geclaimde datum niet bevestigen." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky kiest een aantal aanbevolen accounts van personen in je netwerk." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky verifieert proactief bekende en authentieke accounts." @@ -2424,29 +2452,29 @@ msgstr "Blader door meer suggesties op de pagina Verkennen" msgid "Browse other feeds" msgstr "Blader door andere feeds" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Berichten over {displayName} bekijken" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Berichten gelabeld met {displayName} bekijken" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Startpakket {displayName} bekijken" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Onderwerp {0} bekijken" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Het onderwerp {displayName} bekijken" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Zakelijk" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Door {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Door <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Door een account aan te maken stem je in met de <0>ServicevoorwaardenTerms of Service." msgstr "Door een account aan te maken ga je akkoord met de <0>Servicevoorwaarden." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Door jou" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Camera" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Annuleren" msgid "Cancel quote post" msgstr "Citaatbericht annuleren" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Heractivering annuleren en afmelden" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Kan geen interactie hebben met een geblokkeerde gebruiker" @@ -2609,7 +2637,7 @@ msgstr "Ondertiteling (.vtt)" msgid "Captions & alt text" msgstr "Ondertiteling en alt-tekst" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Handle wijzigen" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Moderatieservice wijzigen" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Reden van melding wijzigen" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chat" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Chatverzoeken" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Mijn status controleren" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Kies je eigen tijdlijn! Feeds gemaakt door de gemeenschap helpen je om inhoud te vinden waar je van houdt." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Je wachtwoord kiezen" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "Afbeeldingencache wissen" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Zoekopdracht wissen" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "Klik hier om het verificatieproces opnieuw te starten." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Klik om mislukt privébericht opnieuw te proberen" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Klik om mislukt privébericht opnieuw te proberen" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Klik om mislukt privébericht opnieuw te proberen" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Sluiten" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Actief dialoogvenster sluiten" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Dialoogvenster sluiten" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Menu sluiten" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Dit dialoogvenster sluiten" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Sluit waarschuwing voor bijwerken wachtwoord" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "Gebruikerslijst inklappen" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Klapt de gebruikerslijst voor een bepaalde melding in" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Strips" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Gemeenschapsrichtlijnen" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Voltooi de introductie en begin met het gebruiken van je account" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Voltooi de uitdaging" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Nieuw bericht opstellen" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Je kunt berichten opstellen met een lengte van maximaal {0, plural, other {# tekens}}" @@ -3180,11 +3209,11 @@ msgstr "Je kunt berichten opstellen met een lengte van maximaal {0, plural, othe msgid "Compose reply" msgstr "Reactie opstellen" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Video comprimeren..." @@ -3198,18 +3227,18 @@ msgstr "Geconfigureerd in <0>moderatie-instellingen ." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Bevestigen" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Bevestigingscode" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contact opnemen met ondersteuning" @@ -3273,7 +3302,7 @@ msgstr "Inhoud & media" msgid "Content and media" msgstr "Inhoud en media" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Inhoud en media" @@ -3281,7 +3310,7 @@ msgstr "Inhoud en media" msgid "Content Blocked" msgstr "Inhoud geblokkeerd" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Inhoudsfilters" @@ -3421,8 +3450,8 @@ msgstr "Kopiëren" msgid "Copy App Password" msgstr "App-wachtwoord kopiëren" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Code kopiëren" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "DID kopiëren" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Link kopiëren" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Link kopiëren" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Link naar lijst kopiëren" @@ -3472,12 +3501,12 @@ msgstr "Link naar lijst kopiëren" msgid "Copy link to post" msgstr "Link naar bericht kopiëren" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "Tekst privébericht kopiëren" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Berichttekst kopiëren" @@ -3506,7 +3535,7 @@ msgstr "TXT-recordwaarde kopiëren" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Auteursrechtbeleid" @@ -3632,7 +3661,7 @@ msgstr "Aanmaken" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Maak een QR-code voor een startpakket" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Maak een startpakket" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Maak een startpakket voor mij" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Account aanmaken" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Melding maken voor {0}" @@ -3734,7 +3763,7 @@ msgstr "Melding maken voor {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "{0} gemaakt" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Maker is geblokkeerd" @@ -3800,7 +3829,7 @@ msgstr "Donker" msgid "Dark theme" msgstr "Donker thema" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Geboortedatum" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Account deactiveren" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Standaardpictogrammen" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Verwijderen" @@ -3892,8 +3921,8 @@ msgstr "Gesprek verwijderen" msgid "Delete for me" msgstr "Voor mij verwijderen" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "Privébericht voor mij verwijderen" msgid "Delete my account" msgstr "Mijn account verwijderen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Bericht verwijderen" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Startpakket verwijderen" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Startpakket verwijderen?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Deze lijst verwijderen?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Dit bericht verwijderen?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Verwijderd" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Beschrijvende alt-tekst" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Citaat loskoppelen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Citaatbericht loskoppelen?" @@ -3993,11 +4022,11 @@ msgstr "Ontwikkelaarsmodus ingeschakeld" msgid "Developer options" msgstr "Ontwikkelaarsopties" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialoog: aanpassen wie op dit bericht mag reageren" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Dimmen" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Uitschakelen e-mail 2FA" @@ -4041,11 +4075,11 @@ msgstr "Uitschakelen voelbare feedback" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Uitgeschakeld" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Weggooien" @@ -4075,23 +4109,28 @@ msgstr "Weggooien" msgid "Discard changes?" msgstr "Wijzigingen weggooien?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Concept weggooien?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Bericht weggooien?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Ontdek nieuwe gepersonaliseerde feeds" msgid "Discover New Feeds" msgstr "Ontdek nieuwe feeds" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Sluiten" @@ -4115,7 +4154,7 @@ msgstr "Sluiten" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Fout negeren" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Gereed" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Dubbeltik om het dialoogvenster te sluiten" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Bluesky downloaden" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "bijvoorbeeld alice.com" msgid "E.g. artistic nudes." msgstr "Bijvoorbeeld artistieke naakten." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "Bijvoorbeeld geweldige auteurs" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Bewerken" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Avatar bewerken" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Afbeelding bewerken" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Interactie-instellingen bewerken" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Lijstdetails bewerken" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Mijn feeds bewerken" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Personen bewerken" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Berichtinteractie-instellingen bewerken" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Profiel bewerken" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Profiel bewerken" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Startpakket bewerken" @@ -4454,15 +4494,15 @@ msgstr "Startpakket bewerken" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Bewerk wie kan reageren" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Je startpakket bewerken" @@ -4470,16 +4510,16 @@ msgstr "Je startpakket bewerken" msgid "Education" msgstr "Onderwijs" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "E-mail 2FA uitgeschakeld" @@ -4492,7 +4532,7 @@ msgstr "E-mail 2FA ingeschakeld" msgid "Email address" msgstr "E-mailadres" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mail opnieuw verzonden" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-mailadres geverifieerd" @@ -4527,7 +4567,7 @@ msgstr "Bericht insluiten" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Sluit dit bericht in op je website. Kopieer simpelweg het volgende fragment en plak het in de HTML-code van je website." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Geïntegreerde videospeler" @@ -4542,12 +4582,7 @@ msgstr "Inschakelen" msgid "Enable {0} only" msgstr "Alleen {0} inschakelen" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Inhoud voor volwassenen inschakelen" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Ingeschakeld" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Vul je e-mailadres in" @@ -4670,15 +4705,15 @@ msgstr "Vul je wachtwoord in" msgid "Enter your username and password" msgstr "Vul je gebruikersnaam en wachtwoord in" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Opent volledig scherm" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Entertainment" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fout" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Er is een fout opgetreden bij het opslaan van het bestand" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Fout bij ontvangen van captcha-antwoord." @@ -4712,11 +4747,11 @@ msgstr "Fout bij ontvangen van captcha-antwoord." msgid "Error: {error}" msgstr "Fout: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Iedereen kan reageren" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Iedereen kan reageren op dit bericht." @@ -4783,7 +4818,7 @@ msgstr "Uitklappen of inklappen van het volledige bericht waar je op reageert" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Klapt berichttekst uit of in" @@ -4826,21 +4861,21 @@ msgstr "Expliciete of mogelijk aanstootgevende media." msgid "Explicit sexual images." msgstr "Expliciete seksuele afbeeldingen." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Verkennen" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Mijn gegevens exporteren" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Externe media" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Externe media kunnen websites toestaan om informatie over jou en jouw apparaat te verzamelen. Er wordt geen informatie verzonden of gevraagd totdat je drukt op de knop \"afspelen\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Externe mediavoorkeuren" @@ -4946,7 +4981,7 @@ msgstr "Privébericht kan niet worden verwijderd" msgid "Failed to delete post, please try again" msgstr "Bericht verwijderen mislukt, probeer het opnieuw" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Het verwijderen van het startpakket is mislukt" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Het laden van feedvoorkeuren is mislukt" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Het laden van voorgestelde feeds is mislukt" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Het is niet gelukt om een lijst te laden met volgsuggesties" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Vastzetten van bericht is mislukt" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Het opslaan van de afbeelding is mislukt: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "Het wisselen tussen wel/niet-negeren van het gesprek is mislukt, probeer msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Het is niet gelukt om de feeds bij te werken" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Het is niet gelukt om de instellingen bij te werken" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Het uploaden van video is mislukt" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Feedmenu" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Feed wisselen" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feeds" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Update ophalen" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Bestand succesvol opgeslagen!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Filteren op feeds" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Afronding" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Zoek accounts om te volgen" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Mensen zoeken om te volgen" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Volgen" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "{0} volgen" @@ -5458,7 +5499,7 @@ msgstr "{0} volgen" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "{handle} volgen" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Volg 7 accounts" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Account volgen" @@ -5486,8 +5527,8 @@ msgstr "Account volgen" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Allen volgen" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Volgers van @{0} die je kent" @@ -5552,28 +5593,29 @@ msgstr "Volgers die je kent" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Volgend" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Volgend" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Volgt {0}" @@ -5582,7 +5624,7 @@ msgstr "Volgt {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Je volgt {handle}" @@ -5591,7 +5633,7 @@ msgstr "Je volgt {handle}" msgid "Following feed preferences" msgstr "Volgfeedvoorkeuren" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Volgfeedvoorkeuren" @@ -5613,7 +5655,7 @@ msgstr "Lettergrootte" msgid "Food" msgstr "Voedsel" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "Aan de slag" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Terug" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Terug" @@ -5867,8 +5909,8 @@ msgstr "Terug naar de vorige stap" msgid "Go home" msgstr "Naar startpagina" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "Ga naar het profiel van {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Haptische feedback" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "Heb je een code? <0>Klik hier." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Heb je problemen?" @@ -6145,11 +6197,11 @@ msgstr "Hier is uw app-wachtwoord!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "Verborgen" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Verborgen door je moderatie-instellingen." @@ -6166,23 +6218,19 @@ msgstr "Verborgen door je moderatie-instellingen." msgid "Hidden list" msgstr "Verborgen lijst" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Verbergen" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Verbergen" @@ -6195,7 +6243,7 @@ msgstr "Aanpassingsopties verbergen" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Bericht voor mij verbergen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Reactie voor iedereen verbergen" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Reactie voor mij verbergen" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "Deze kaart verbergen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Dit bericht verbergen?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Deze reactie verbergen?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Populaire onderwerpen verbergen" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Populaire onderwerpen verbergen?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Populaire video’s verbergen?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Gebruikerslijst verbergen" @@ -6267,12 +6308,12 @@ msgstr "Gebruikerslijst verbergen" msgid "Hide verification badges" msgstr "Verificatiebadges verbergen" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Verbergt de inhoud" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Hmm, de feedserver heeft een ongeldig antwoord teruggegeven. Stel de eig msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, we hebben problemen met het vinden van deze feed. Deze is mogelijk verwijderd." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmm, het lijkt erop dat we problemen hebben met het laden van deze gegevens. Zie hieronder voor meer informatie. Neem contact met ons op als dit probleem zich blijft voordoen." @@ -6316,14 +6357,14 @@ msgstr "Hmm, het lijkt erop dat we problemen hebben met het laden van deze gegev msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, we kunnen die moderatieservice niet laden." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Wacht even! We geven geleidelijk toegang tot video en je staat nog steeds in de rij. Kom snel terug!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Startpagina" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Ik heb een code" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Als je volgens de wetten van je land nog geen volwassene bent moet jouw ouder of wettelijke voogd deze Voorwaarden namens jou lezen." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Als je deze lijst verwijdert kun je deze niet meer herstellen." @@ -6420,7 +6461,7 @@ msgstr "Als je een eigen domein hebt, kun je dat als handle gebruiken. Zo kun je msgid "If you need to update your email, <0>click here." msgstr "<0>Klik hier als je je e-mailadres wilt wijzigen." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Als je dit bericht verwijdert kun je het niet meer herstellen." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "Als je een ontwikkelaar bent, kun je je eigen server hosten." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Als je jouw handle of e-mailadres probeert te wijzigen, doe dit dan voordat je deactiveert." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Afbeelding" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Afbeeldingencache gewist, {0} vrijgemaakt" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Vul de code in die naar je is gemaild" msgid "Interaction limited" msgstr "Interactie beperkt" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Interactie-instellingen" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Ongeldige 2FA-bevestigingscode." @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Ongeldige verificatiecode" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Uitnodigingscode" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Uitnodigingscode niet geaccepteerd. Controleer of je deze correct hebt ingevoerd en probeer het opnieuw." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Nodig mensen uit voor dit startpakket!" @@ -6786,26 +6827,26 @@ msgstr "Uitnodigingen, maar dan persoonlijk" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Het klopt" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Jij bent nu nog de enige! Voeg meer personen toe aan je startpakket door hierboven te zoeken." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Taak-ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Vacatures" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Lid worden van Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Aan het gesprek deelnemen" msgid "Journalism" msgstr "Journalistiek" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Gelabeld door {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Gelabeld door de auteur." @@ -6893,7 +6934,7 @@ msgstr "Labels op je account" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Taalinstellingen" @@ -6907,12 +6948,12 @@ msgstr "Talen" msgid "Larger" msgstr "Groter" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Nieuwste" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Leer meer over Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Leer meer over het zelf hosten van je PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Meer informatie over de moderatie toegepast op deze inhoud" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Leer meer over deze waarschuwing" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Leer meer over wat openbaar is op Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Leer meer." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "nog te gaan." @@ -7080,7 +7121,7 @@ msgstr "Laat me kiezen" msgid "Let's get your password reset!" msgstr "Laten we je wachtwoord opnieuw instellen!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Laten we gaan!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Licht" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Leuk" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Leuk ({0, plural, one {# vind-ik-leuk} other {# vind-ik-leuks}})" @@ -7114,7 +7155,7 @@ msgstr "Vind 10 berichten leuk" msgid "Like 10 posts to train the Discover feed" msgstr "Vind 10 berichten leuk om de Ontdekken-feed te trainen" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Vind deze feed leuk" @@ -7122,8 +7163,8 @@ msgstr "Vind deze feed leuk" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Leuk gevonden door" @@ -7140,26 +7181,26 @@ msgstr "Leuk gevonden door" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Leuk gevonden door {0, plural, one {# gebruiker} other {# gebruikers}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Vind-ik-leuks" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Vind-ik-leuks op dit bericht" @@ -7191,11 +7232,16 @@ msgstr "Lineair" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lijst" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lijst verwijderd" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Lijst is verborgen" @@ -7248,7 +7294,7 @@ msgstr "Lijst is verborgen" msgid "List Hidden" msgstr "Lijst is verborgen" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Lijst genegeerd" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Lijst gedeblokkeerd" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Lijst niet-genegeerd" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Lijsten" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Meer laden" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Meer voorgestelde feeds laden" @@ -7346,16 +7392,16 @@ msgstr "Nieuwe meldingen laden" msgid "Load new posts" msgstr "Nieuwe berichten laden" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Logboek" @@ -7405,11 +7451,6 @@ msgstr "Logo door <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Ziet eruit als XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Zorg ervoor dat dit is waar je heen wilt!" msgid "Manage saved feeds" msgstr "Opgeslagen feeds beheren" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "Beheer je genegeerde woorden en tags" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Media" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "vermelde gebruikers" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Privébericht verwijderd" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "Bericht van de server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Privébericht invoerveld" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "Berichtopties" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Privéberichten" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderatie" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Moderatiedetails" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Moderatielijst door <0/>" msgid "Moderation list by you" msgstr "Moderatielijst door jou" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderatielijst aangemaakt" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderatielijst bijgewerkt" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Moderatielijsten" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Moderatielijsten" @@ -7697,11 +7755,11 @@ msgstr "Moderatielijsten" msgid "moderation settings" msgstr "moderatie-instellingen" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderatietoestanden" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderatiehulpmiddelen" @@ -7710,8 +7768,8 @@ msgstr "Moderatiehulpmiddelen" msgid "Moderator has chosen to set a general warning on the content." msgstr "De moderator heeft ervoor gekozen om een algemene waarschuwing in te stellen voor de inhoud." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Meer feeds" @@ -7720,10 +7778,10 @@ msgstr "Meer feeds" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Meer opties" @@ -7747,7 +7805,7 @@ msgstr "Muziek" msgid "Mute" msgstr "Negeren" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Negeren" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Account negeren" @@ -7816,13 +7874,13 @@ msgstr "Dit woord alleen in tags negeren" msgid "Mute this word until you unmute it" msgstr "Dit woord negeren totdat je het negeren opheft" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Gesprek negeren" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Woorden en tags negeren" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Genegeerde accounts" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Genegeerde accounts" @@ -7852,7 +7910,7 @@ msgstr "Van genegeerde accounts worden de berichten verwijderd uit je feed en ui msgid "Muted by \"{0}\"" msgstr "Genegeerd door \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Genegeerde woorden en tags" @@ -7881,7 +7939,7 @@ msgstr "Mijn feeds" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Naam" @@ -7891,12 +7949,12 @@ msgstr "Natuur" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navigeren naar {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "Navigeert naar het volgende scherm" msgid "Navigates to your profile" msgstr "Navigeert naar je profiel" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Maakt niet uit, maak een handle voor mij aan" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nieuw" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nieuw wachtwoord" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nieuw bericht" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nieuw bericht" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Nieuwste antwoorden eerst" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Nieuws" @@ -8088,15 +8142,15 @@ msgstr "Nieuws" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Volgende" @@ -8108,12 +8162,16 @@ msgstr "Volgende afbeelding" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Nog geen vind-ik-leuks" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Je volgt {0} niet meer" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Nog geen meldingen!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Alleen de auteur mag dit bericht citeren." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Geen resultaten" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Nee, bedankt" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Niemand" @@ -8360,7 +8418,7 @@ msgstr "Niemand heeft dit nog geciteerd. Misschien moet jij de eerste zijn!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Niemand heeft dit nog opnieuw geplaatst. Misschien moet jij de eerste zijn!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Niemand gevonden. Probeer iemand anders te zoeken." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Niet gevonden" @@ -8407,7 +8465,7 @@ msgstr "Niet gevonden" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Opmerking over delen" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Meldinginstellingen" @@ -8435,8 +8497,8 @@ msgstr "Meldinginstellingen" msgid "Notification sounds" msgstr "Meldingsgeluiden" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Meldingsgeluiden" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Meldingen" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Oké" @@ -8505,6 +8567,10 @@ msgstr "Oudste antwoorden eerst" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "op<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Alt-tekst ontbreekt bij een of meer GIF's." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Bij een of meer afbeeldingen ontbreekt de alt-tekst." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Alt-tekst ontbreekt bij een of meer video's." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Alleen {0} kan reageren." @@ -8556,7 +8622,7 @@ msgstr "Alleen {0} kan reageren." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Alleen afbeeldingsbestanden worden ondersteund" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Avatar-maker openen" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Gespreksopties openen" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Menu openen" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Emoji-kiezer openen" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Link naar {niceUrl} openen" @@ -8713,11 +8779,11 @@ msgstr "Privéberichtopties openen" msgid "Open moderation debug page" msgstr "Open moderatie debugpagina" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Genegeerde woorden en tags-instellingen openen" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Startpakketmenu openen" @@ -8759,9 +8825,8 @@ msgstr "Systeemlogboek openen" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Opent aanvullende details voor een debug-item" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Opent camera op apparaat" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "Opent composer" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Opent proces om een nieuw Bluesky-account aan te maken" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Opent het proces om je aan te melden bij je bestaande Bluesky-account" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Opent de helpdesk in je browser" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Opent dit profiel" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opties:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Of ga verder met een ander account." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Of meld je aan bij een van je andere accounts." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Wachtwoord" @@ -8993,7 +9094,7 @@ msgstr "Wachtwoord" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "Wachtwoord bijgewerkt" msgid "Password updated!" msgstr "Wachtwoord bijgewerkt!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pauzeren" @@ -9020,7 +9121,7 @@ msgstr "Video pauzeren" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Personen" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Personen gevolgd door @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Personen die @{0} volgen" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Persoon wisselen" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Afbeeldingen bedoeld voor volwassenen." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Vastzetten op startpagina" @@ -9131,8 +9232,8 @@ msgstr "Vastzetten op startpagina" msgid "Pin to Home" msgstr "Vastzetten op startpagina" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Vastmaken aan je profiel" @@ -9151,11 +9252,11 @@ msgstr "{0} vastgemaakt aan startpagina" msgid "Pinned Feeds" msgstr "Vastgezette feeds" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Vastgezet aan je feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Afspelen" @@ -9169,12 +9270,12 @@ msgstr "{0} afspelen" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Video afspelen" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Video afspelen" @@ -9182,7 +9283,7 @@ msgstr "Video afspelen" msgid "Plays or pauses the GIF" msgstr "Speelt of pauzeert de GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "Speelt de GIF af" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Je handle kiezen." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Kies je wachtwoord." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Vul de verificatie-captcha in." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Vul je e-mailadres in." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Vul je uitnodigingscode in." @@ -9306,8 +9407,8 @@ msgstr "Leg uit waarom je denkt dat je chats ten onrechte zijn uitgeschakeld" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "Meld je aan als @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politiek" @@ -9367,18 +9468,18 @@ msgstr "Politiek" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Plaatsen" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Bericht" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Alles plaatsen" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Bericht door @{0}" @@ -9423,10 +9529,10 @@ msgstr "Bericht verwijderd" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Bericht kan niet worden geüpload. Controleer je internetverbinding en probeer het opnieuw." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "Bericht verborgen door genegeerd woord" msgid "Post Hidden by You" msgstr "Bericht verborgen door jou" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Instellingen voor berichtinteractie" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Bericht niet gevonden" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Bericht vastgezet" @@ -9478,7 +9584,7 @@ msgstr "Bericht vastgezet" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Bericht losgemaakt" @@ -9487,7 +9593,7 @@ msgstr "Bericht losgemaakt" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Berichten" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Druk om opnieuw verbinding te maken" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "" msgid "Privacy and security" msgstr "Privacy en beveiliging" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Privacybeleid" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Video verwerken..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profiel" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "QR-code opgeslagen in je camerarol!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citaatbericht" @@ -9723,8 +9829,8 @@ msgstr "Snelheidslimiet overschreden - je hebt in korte tijd te vaak geprobeerd msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Citaat opnieuw toevoegen" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Activeer je account opnieuw" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Lees de Bluesky-blog" @@ -9794,11 +9900,11 @@ msgstr "Lees het Bluesky-privacybeleid" msgid "Read the Bluesky Terms of Service" msgstr "Lees de Bluesky-servicevoorwaarden" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Gesprekken opnieuw laden" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Verwijderen" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "{displayName} uit startpakket verwijderen" @@ -9914,8 +10021,8 @@ msgstr "Bijlage verwijderen" msgid "Remove Avatar" msgstr "Avatar verwijderen" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Banner verwijderen" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Verwijderen uit mijn feeds" @@ -9960,8 +10067,8 @@ msgstr "Verwijderen uit mijn feeds" msgid "Remove from quick access?" msgstr "Verwijderen uit snelle toegang?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Verwijderen uit opgeslagen feeds" @@ -9970,7 +10077,7 @@ msgstr "Verwijderen uit opgeslagen feeds" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Verwijder deze feed uit je bewaarde feeds" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Verwijderd door auteur" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Verwijderd door je" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Verwijderd uit je feeds" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Antwoorden" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Antwoorden uitgeschakeld" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Antwoorden op dit bericht zijn uitgeschakeld." @@ -10141,14 +10253,14 @@ msgstr "Antwoorden op dit bericht zijn uitgeschakeld." msgid "Reply" msgstr "Reageren" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Reageren" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "Reactie verborgen door auteur van gesprek" msgid "Reply Hidden by You" msgstr "Reactie verborgen door jou" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Reactie-instellingen worden gekozen door de auteur van het gesprek" @@ -10185,8 +10297,8 @@ msgstr "Reactie is succesvol verborgen" msgid "Report" msgstr "Melden" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Account melden" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Gesprek melden" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Dialoogvenster Melden" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Feed melden" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "Privébericht melden" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Bericht melden" @@ -10225,8 +10337,8 @@ msgstr "Bericht melden" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Startpakket melden" @@ -10292,7 +10404,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Bericht herplaatsen of citeren" @@ -10330,12 +10442,12 @@ msgstr "Herplaatsingen van dit bericht" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Alt-tekst vereisen voor het plaatsen" msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Vereist voor deze provider" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "E-mail opnieuw verzenden" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "E-mail opnieuw verzenden" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Verificatie-e-mail opnieuw verzenden" @@ -10453,6 +10565,11 @@ msgstr "Wachtwoord opnieuw instellen" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Probeert de laatste mislukte actie opnieuw" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Probeert de laatste mislukte actie opnieuw" msgid "Retry" msgstr "Opnieuw" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Terug naar vorige pagina" @@ -10521,7 +10638,7 @@ msgstr "Terug naar de startpagina" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Terug naar de vorige pagina" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Wijzigingen opslaan" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Afbeelding opslaan" @@ -10608,8 +10725,8 @@ msgstr "Nieuwe handle opslaan" msgid "Save QR code" msgstr "QR-code opslaan" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "In mijn feeds opslaan" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Opgeslagen feeds" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Opgeslagen in je feeds" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Zeg hallo!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Naar boven scrollen" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Zoeken" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Zoek naar feeds die je aan anderen wilt voorstellen." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Profielen zoeken" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Vacatures bij Bluesky bekijken" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Selecteer een kleur" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Account selecteren" @@ -10910,7 +11022,7 @@ msgstr "Selecteer een avatar" msgid "Select an emoji" msgstr "Selecteer een emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Selecteer uit een bestaand account" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Selecteer hoe lang je dit woord wilt negeren." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Selecteer taal..." msgid "Select languages" msgstr "Selecteer talen" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selecteer welke talen je wilt opnemen in je geabonneerde feeds. Alle talen worden weergegeven als er geen talen zijn geselecteerd." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Selecteer je geboortedatum" @@ -11045,7 +11157,7 @@ msgstr "Selecteer de taal waarin je de vertalingen in je feed wilt weergeven." msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Feedback verzenden" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Privébericht verzenden" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Bericht verzenden naar..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Verificatie-e-mail verzenden" @@ -11133,7 +11245,7 @@ msgstr "" msgid "Set new password" msgstr "Nieuw wachtwoord instellen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Stel je account in" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Stelt e-mail in voor het opnieuw instellen van wachtwoorden" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Instellingen" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Instellingen opgeslagen" @@ -11242,7 +11354,7 @@ msgstr "Seksueel suggestief" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Delen" @@ -11251,7 +11363,7 @@ msgstr "Delen" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Toch delen" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Link delen" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Dialoogvenster Link delen" @@ -11304,12 +11416,12 @@ msgstr "at://-URI van bericht delen" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "QR-code delen" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,22 +11430,22 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Dit startpakket delen" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Deel dit startpakket en help mensen lid te worden van je gemeenschap op Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Gedeelde voorkeuren-tester" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Tonen" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Toon alt-tekst" @@ -11373,14 +11489,14 @@ msgstr "Toon alt-tekst" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Toch laten zien" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Minder hiervan tonen" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Lijst toch tonen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Meer hiervan tonen" @@ -11445,8 +11561,8 @@ msgstr "Antwoorden tonen" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Reactie voor iedereen tonen" @@ -11455,8 +11571,8 @@ msgstr "Reactie voor iedereen tonen" msgid "Show reposts" msgstr "Herplaatsingen tonen" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Waarschuwing en filter uit feeds tonen" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Aanmelden" msgid "Sign in as {0}" msgstr "Aanmelden als {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Overslaan" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Softwareontwikkelaar" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Enkele andere feeds die je wellicht leuk vindt" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Sommige personen kunnen reageren" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Er is iets misgegaan" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Er is iets fout gegaan, probeer het opnieuw" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11881,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Chat starten met {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Startpakket" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Startpakket door {0}" @@ -11841,12 +11968,12 @@ msgstr "Startpakket door {0}" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Startpakket door jou" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Startpakket is ongeldig" @@ -11854,7 +11981,7 @@ msgstr "Startpakket is ongeldig" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Startpakketten" @@ -11893,7 +12020,7 @@ msgstr "Opslag gewist, je moet de app nu opnieuw opstarten." msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Verhalenboek" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Abonneer je op @{0} om deze labels te gebruiken:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Abonneren op labeler" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Abonneren op deze labeler" @@ -11975,7 +12102,7 @@ msgstr "Abonneren op deze labeler" msgid "Subscribe to this list" msgstr "Abonneren op deze lijst" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Alleen tags" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Voorwaarden" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Bedankt, je hebt je e-mailadres succesvol geverifieerd. Je kunt dit dialoogvenster sluiten." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Daarin staat het volgende:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Dat startpakket kan niet worden gevonden." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Dat is alles, mensen!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Het account kan met je communiceren na het deblokkeren." @@ -12287,7 +12414,7 @@ msgstr "De auteur van dit gesprek heeft deze reactie verborgen." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "De Bluesky-webapplicatie" @@ -12352,32 +12479,32 @@ msgstr "Het bericht waarop je antwoordt, werd door de auteur gemarkeerd als gesc msgid "The Privacy Policy has been moved to <0/>" msgstr "Het privacybeleid is verplaatst naar <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Het lijkt erop dat er problemen zijn met de server. Probeer het over enkele ogenblikken opnieuw." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Het startpakket dat je probeert te bekijken is ongeldig. Je kunt dit startpakket in plaats daarvan verwijderen." @@ -12402,7 +12529,7 @@ msgstr "Het ondersteuningsformulier is verplaatst. Als je hulp nodig hebt, kom < msgid "The Terms of Service have been moved to" msgstr "De Servicevoorwaarden zijn verplaatst naar" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "De verificatiecode die je hebt opgegeven is ongeldig. Controleer of je de juiste verificatielink hebt gebruikt of vraag een nieuwe aan." @@ -12412,7 +12539,7 @@ msgstr "De verificatiecode die je hebt opgegeven is ongeldig. Controleer of je d msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Er is geen tijdslimiet voor het deactiveren van het account; je kunt op elk moment terugkomen." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Er is een probleem opgetreden bij het verbinden met de server" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Er is een probleem opgetreden bij het verbinden met de server. Controleer je internetverbinding en probeer het opnieuw." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Er is een probleem opgetreden bij het ophalen van meldingen. Tik hier om het opnieuw te proberen." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Er is een probleem opgetreden bij het ophalen van berichten. Tik hier om het opnieuw te proberen." @@ -12495,25 +12622,25 @@ msgstr "Er is een probleem opgetreden bij het bijwerken van je feeds. Controleer #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Er is een probleem opgetreden! {0}" @@ -12521,10 +12648,10 @@ msgstr "Er is een probleem opgetreden! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Er is een probleem opgetreden. Controleer je internetverbinding en probe msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Er is een onverwacht probleem opgetreden in de applicatie. Laat het ons weten als dit bij jou is gebeurd!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Er is een stormloop van nieuwe gebruikers naar Bluesky! We activeren je account zo snel mogelijk." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Deze {screenDescription} is gemarkeerd:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "Dit bezwaar wordt doorgestuurd naar de moderatieservice van Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Deze chat is verbroken" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Deze functie is in bèta. Je kunt meer lezen over repository-exporten in <0>dit blogbericht." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Deze link brengt je naar de volgende website:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Dit bericht beweert te zijn gemaakt op <0>{0}, maar werd voor het eerst gezien door Bluesky op <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Dit bericht wordt verborgen voor feeds en gesprekken. Dit kan niet ongedaan worden gemaakt." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "De auteur van dit bericht heeft het plaatsen van citaten uitgeschakeld." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Deze reactie wordt gesorteerd in een verborgen sectie onderaan het gesprek en negeert meldingen voor volgende reacties - zowel voor jou als voor anderen." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Deze service heeft geen servicevoorwaarden of een privacybeleid." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Deze gebruiker is nieuw hier. Druk voor meer info over wanneer ze lid zi msgid "This user isn't following anyone." msgstr "Deze gebruiker volgt niemand." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Hiermee wordt @{0} verwijderd uit de snelle toegangslijst." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Hiermee wordt je bericht voor alle gebruikers uit het citaat verwijderd en vervangen door een plaatshouder." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Gespreksvoorkeuren" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Gespreksvoorkeuren" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Je moet je toegang tot het e-mailadres verifiëren om de 2FA-methode voor e-mail uit te schakelen." @@ -13012,7 +13134,7 @@ msgstr "Je moet je toegang tot het e-mailadres verifiëren om de 2FA-methode voo msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Vandaag" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Wissel om inhoud voor volwassenen in of uit te schakelen" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "Populair" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13183,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Vertalen" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13221,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Kan geen verbinding maken. Controleer uw internetverbinding en probeer opnieuw." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Kan geen contact maken met je service. Controleer je internetverbinding." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Kan niet verwijderen" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Deblokkeren" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Deblokkeren" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Account deblokkeren" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Account deblokkeren?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0} ontvolgen" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Account ontvolgen" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Niet meer negeren" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Account niet meer negeren" @@ -13379,8 +13536,8 @@ msgstr "Account niet meer negeren" msgid "Unmute conversation" msgstr "Gesprek niet meer negeren" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Gesprek niet meer negeren" @@ -13397,14 +13554,14 @@ msgstr "Gesprek niet meer negeren" msgid "Unmute video" msgstr "Video niet meer negeren" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Losmaken" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,13 +13571,13 @@ msgstr "" msgid "Unpin from home" msgstr "Losmaken van startpagina" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Losmaken van profiel" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Moderatielijst losmaken" @@ -13429,29 +13586,34 @@ msgstr "Moderatielijst losmaken" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Losgemaakt van je feeds" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Uitschrijven" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Uitschrijven voor lijst" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Afmelden voor deze labeler" @@ -13463,7 +13625,7 @@ msgstr "Uitgeschreven voor lijst" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Bijwerken naar {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Upload een tekstbestand naar:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Uploaden vanaf camera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Uploaden vanuit bestanden" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Uploaden vanuit bibliotheek" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Afbeeldingen uploaden..." msgid "Uploading link thumbnail..." msgstr "Linkminiatuur uploaden..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Video uploaden..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Gebruikerslijst door jou" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Gebruikerslijst aangemaakt" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Gebruikerslijst bijgewerkt" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Gebruikersnaam of e-mailadres" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "gebruikers gevolgd door <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "Waarde:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Je e-mailadres verifiëren" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Video kan niet worden verwerkt" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videogames" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video niet gevonden." @@ -13859,12 +14021,12 @@ msgstr "Video niet gevonden." msgid "Video settings" msgstr "Video-instellingen" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video geüpload" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "" @@ -13872,19 +14034,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Avatar van {0} bekijken" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Profiel van {0} bekijken" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Profiel van geblokkeerde gebruiker bekijken" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Bekijk blogpost voor meer details" @@ -13936,8 +14092,8 @@ msgstr "Bekijk blogpost voor meer details" msgid "View debug entry" msgstr "Debug-item bekijken" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Details bekijken" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "De labelservice van @{0} bekijken" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Bekijk gebruikers die deze feed leuk vinden" @@ -14026,11 +14182,11 @@ msgstr "Bekijk gebruikers die deze feed leuk vinden" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Je geblokkeerde accounts bekijken" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "Bekijk je feeds en ontdek meer" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Je moderatielijsten bekijken" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Je genegeerde accounts bekijken" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "We schatten {estimatedTime} totdat je account klaar is." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "We hebben een nieuwe verificatie-e-mail verzonden naar <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "We hebben niet kunnen bepalen of je video's mag uploaden. Probeer het opnieuw." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "We kunnen je geconfigureerde labelers op dit moment niet laden." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "We laten je weten wanneer je account klaar is." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Er zijn netwerkproblemen, probeer het opnieuw." msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Het spijt ons! Het bericht waarop je reageert is verwijderd." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Welkom terug!" @@ -14351,17 +14519,17 @@ msgstr "Hoe wil je jouw startpakket noemen?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Hoe gaat het?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Wie kan reageren op dit bericht?" @@ -14369,12 +14537,12 @@ msgstr "Wie kan reageren op dit bericht?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Wie kan reageren" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Bericht schrijven" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Schrijf je reactie" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Ja, deactiveren" @@ -14495,19 +14663,19 @@ msgstr "Ja, deactiveren" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Ja, dit startpakket verwijderen" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Ja, losmaken" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Ja, verbergen" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Ja, mijn account opnieuw activeren" @@ -14519,7 +14687,7 @@ msgstr "Gisteren" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Je staat in de rij." @@ -14558,11 +14726,11 @@ msgstr "Je staat in de rij." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Het is niet toegestaan om video's te uploaden." @@ -14570,7 +14738,7 @@ msgstr "Het is niet toegestaan om video's te uploaden." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Je kunt ook nieuwe gepersonaliseerde feeds ontdekken om te volgen." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Je kunt je nu aanmelden met je nieuwe wachtwoord." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Je kunt je account opnieuw activeren om door te kunnen gaan met aanmelden. Je profiel en berichten zijn dan zichtbaar voor andere gebruikers." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Je volgt geen gebruikers die @{name} volgen." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Je hebt een ongeldige code ingevoerd. Deze zou eruit moeten zien als XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Je hebt het einde bereikt" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Je hebt tijdelijk de limiet voor video-uploads bereikt. Probeer het later opnieuw." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Je moet ten minste 7 andere personen volgen om een startpakket te genere msgid "You must grant access to your photo library to save a QR code" msgstr "Je moet toegang verlenen tot je fotobibliotheek om een QR-code op te slaan" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Je hebt @{0} eerder gedeactiveerd." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Je wordt afgemeld bij al je accounts." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Je staat in de rij" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Je hebt het einde van je feed bereikt! Zoek nog meer accounts om te volgen." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Je hebt je dagelijkse limiet voor video-uploads bereikt (te veel bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Je hebt je daglimiet voor het uploaden van video's bereikt (te veel video's)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Je account" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Je account is nog niet oud genoeg om video's te uploaden. Probeer het later nog eens." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Je accountrepository, die alle openbare gegevensrecords bevat, kan worden gedownload als een \"CAR\"-bestand. Dit bestand bevat geen media-insluitingen zoals afbeeldingen, en geen privégegevens. Die moeten afzonderlijk worden opgehaald." @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Je geboortedatum" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Je e-mailadres lijkt ongeldig te zijn." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "Je eerste vind-ik-leuk!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "Je volledige handle wordt <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Jouw profiel, berichten, feeds en lijsten zijn niet langer zichtbaar voor andere Bluesky-gebruikers. Je kunt je account op elk moment opnieuw activeren door aan te melden." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/pl/messages.po b/src/locale/locales/pl/messages.po index e378d3ca6a..27766e0fcb 100644 --- a/src/locale/locales/pl/messages.po +++ b/src/locale/locales/pl/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pl\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Polish\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# obserwowany} few {# obserwowanych} other {# obserwowa msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# godzinę} few {# godziny} other {# godzin}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {obserwujący} other {obserwujących}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {obserwowany} other {obserwowanych}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {wpis} few {wpisy} other {wpisów}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Pakiet startowy {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {godzina} few {godziny} other {godzin}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuta} few {minuty} other {minut}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} rejestruje się z twoim pakietem startowym" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} obserwowanych" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, i {2, plural, one {# inna osoba} few {# inne osoby} other {# innych osób}} są w twoim pakiecie startowym" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, i {2, plural, one {# inna osoba} few {# inne oso #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, i {2, plural, one {# inna osoba} few {# inne osoby} other {# innych osób}} są w twoim pakiecie startowym" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {zakładka} few {zakładki} many {zakładek} #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} i<1> <2>{1} są w twoim pakiecie startowym" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} jest w twoim pakiecie startowym" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} osób" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Ty i<1> <2>{0} jesteście w twoim pakiecie startowym" @@ -946,6 +955,12 @@ msgstr "7 dni" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Ułatwienia dostępu" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Ustawienia ułatwień dostępu" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Konto zostało zablokowane" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Konto zostało zaobserwowane" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Konto zostało wyciszone" @@ -1111,24 +1126,24 @@ msgstr "Konto zostało usunięte z szybkiego dostępu" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Konto zostało odblokowane" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Cofnięto obserwowanie konta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Cofnięto wyciszenie konta" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Dodaj" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Dodaj jeszcze {0, plural, one {# osobę} few {# osoby} other {# osób}}" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Dodaj {displayName} do pakietu startowego" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Dodaj użytkownika do tej listy" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Dodaj konto" @@ -1201,11 +1216,11 @@ msgstr "Dodaj tekst alternatywny (opcjonalne)" msgid "Add another account" msgstr "Dodaj inne konto" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Dodaj inny wpis" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "Dodaj hasło aplikacji" msgid "Add App Password" msgstr "Dodaj hasło aplikacji" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "Dodaj polecane kanały" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Dodaj kilka kanałów do swojego pakietu startowego!" @@ -1307,12 +1322,12 @@ msgstr "Dodaj domyślny kanał tylko obserwowanych osób" msgid "Add the following DNS record to your domain:" msgstr "Dodaj ten rekord DNS do swojej domeny:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Dodaj do swoich kanałów" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "Dla dorosłych" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Treści dla dorosłych" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Treści dla dorosłych można włączyć tylko przez Internet pod adresem - <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Ostrzeżenia o treści dla dorosłych" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Zaawansowane" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "Wszystkie" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Wszystkie" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Wszystkie konta zaobserwowane!" @@ -1474,7 +1494,7 @@ msgstr "Wszystkie zapisane przez ciebie kanały są w tym miejscu." msgid "Allow access to your direct messages" msgstr "Zezwalaj na dostęp do wiadomości bezpośrednich" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Zezwalaj na cytowanie wpisów" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Zezwala na dostęp do wiadomości bezpośrednich" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Masz już kod?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Już zalogowano jako @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Email został wysłany do {0}. Zawiera on kod weryfikacyjny, który można wprowadzić poniżej." @@ -1587,7 +1607,7 @@ msgstr "Wystąpił błąd" msgid "An error occurred" msgstr "Wystąpił błąd" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Wystąpił błąd podczas kompresowania wideo." @@ -1596,7 +1616,7 @@ msgstr "Wystąpił błąd podczas kompresowania wideo." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "Wystąpił błąd podczas generowania pakietu startowego. Czy chcesz spr msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Wystąpił błąd podczas wczytywania wideo. Spróbuj ponownie później." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Wystąpił błąd podczas wczytywania wideo. Spróbuj ponownie." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "Wystąpił błąd podczas zapisywania kodu QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Wystąpił błąd podczas próby zaobserwowania wszystkich" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Wystąpił błąd, spróbuj ponownie." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "nieznana moderacja" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "i" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Nazwy haseł aplikacji muszą składać się z co najmniej 4 znaków" msgid "App passwords" msgstr "Hasła aplikacji" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Hasła aplikacji" @@ -1856,7 +1876,7 @@ msgstr "Odwołaj się od tej decyzji" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Archiwum z dnia {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Wpis został zarchiwizowany" @@ -1914,7 +1934,7 @@ msgstr "Czy na pewno chcesz usunąć hasło aplikacji \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Czy na pewno chcesz usunąć ten pakiet startowy?" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Czy na pewno chcesz to usunąć ze swoich kanałów?" @@ -1945,7 +1965,7 @@ msgstr "Czy na pewno chcesz to usunąć ze swoich kanałów?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Czy na pewno chcesz odrzucić ten wpis?" @@ -1953,7 +1973,7 @@ msgstr "Czy na pewno chcesz odrzucić ten wpis?" msgid "Are you sure?" msgstr "Na pewno?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Sztuka" msgid "Artistic or non-erotic nudity." msgstr "Nagość artystyczna lub nieerotyczna." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Powrót" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Blokuj konto" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Zablokowane" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Zablokowane konta" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Zablokowane konta" @@ -2288,7 +2316,7 @@ msgstr "Blokowanie jest publiczne. Zablokowane konta nie mogą komentować twoic 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." msgstr "Blokowanie nie przeszkodzi w umieszczaniu ostrzeżeń na twoim koncie, ale uniemożliwi komentowanie twoich wpisów lub wchodzenie z tobą w interakcje." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nie może potwierdzić autentyczności podanej daty." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky wybierze zestaw polecanych kont spośród osób w Twojej sieci." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "Wyświetl więcej rekomendacji na stronie Eksploruj" msgid "Browse other feeds" msgstr "Wyświetl pozostałe kanały" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Przeglądaj wpisy o {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Przeglądaj wpisy z tagiem {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Przeglądaj pakiet startowy {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Przeglądaj {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Biznes" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Od {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Od <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Tworząc konto, akceptujesz <0>Regulamin i <1>Politykę prywatności msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Tworząc konto, akceptujesz <0>Regulamin." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Aparat" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Anuluj" msgid "Cancel quote post" msgstr "Anuluj cytowanie wpisu" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Anuluj reaktywację i wyloguj się" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Nie można wchodzić w interakcje z zablokowaną osobą" @@ -2609,7 +2637,7 @@ msgstr "Napisy (.vtt)" msgid "Captions & alt text" msgstr "Napisy i tekst alternatywny" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Zmień nazwę" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Czat" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Sprawdź mój status" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Wybierz własną oś czasu! Kanały tworzone przez społeczność pomagają znaleźć ciekawe treści." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Ustaw hasło" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Wyczyść wyszukiwanie" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Kliknij, aby spróbować wysłać wiadomość ponownie" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Kliknij, aby spróbować wysłać wiadomość ponownie" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Kliknij, aby spróbować wysłać wiadomość ponownie" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Zamknij" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Zamknij aktywne okno" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Zamknij to okno" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Zamknij menu" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Zamknij to okno" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Zamyka ostrzeżenie o aktualizacji hasła" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "Zwiń listę osób" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Zwija listę osób dla danego powiadomienia" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Komiksy" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Wytyczne dla społeczności" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Ukończ wprowadzenie i zacznij korzystać ze swojego konta" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Ukończ wyzwanie" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Utwórz nowy wpis" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "Skomentuj" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Kompresowanie wideo..." @@ -3198,18 +3227,18 @@ msgstr "Skonfigurowane w <0>ustawieniach moderacji." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Potwierdź" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Kod weryfikacyjny" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Skontaktuj się z pomocą techniczną" @@ -3273,7 +3302,7 @@ msgstr "Treści i multimedia" msgid "Content and media" msgstr "Treści i multimedia" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Treści i multimedia" @@ -3281,7 +3310,7 @@ msgstr "Treści i multimedia" msgid "Content Blocked" msgstr "Zawartość została zablokowana" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtrowanie" @@ -3421,8 +3450,8 @@ msgstr "Kopiuj" msgid "Copy App Password" msgstr "Kopiuj hasło aplikacji" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Skopiuj:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kopiuj kod" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Kopiuj DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Kopiuj link" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Kopiuj link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Kopiuj link do listy" @@ -3472,12 +3501,12 @@ msgstr "Kopiuj link do listy" msgid "Copy link to post" msgstr "Kopiuj link do wpisu" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "Kopiuj tekst wiadomości" msgid "Copy post at:// URI" msgstr "Skopiuj wpis:// URI" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Kopiuj tekst wpisu" @@ -3506,7 +3535,7 @@ msgstr "Kopiuj rekord TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Polityka praw autorskich" @@ -3632,7 +3661,7 @@ msgstr "Utwórz" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Utwórz kod QR dla pakietu startowego" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Utwórz pakiet startowy" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Utwórz dla mnie pakiet startowy" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Utwórz nowe konto" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Zgłoś {0}" @@ -3734,7 +3763,7 @@ msgstr "Zgłoś {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Utworzono {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Autor został zablokowany" @@ -3800,7 +3829,7 @@ msgstr "Ciemny" msgid "Dark theme" msgstr "Ciemny motyw" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data urodzenia" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Dezaktywuj konto" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Domyślne ikony" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Usuń" @@ -3892,8 +3921,8 @@ msgstr "Usuń rozmowę" msgid "Delete for me" msgstr "Usuń dla mnie" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "Usuń wiadomość dla mnie" msgid "Delete my account" msgstr "Usuń moje konto" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Usuń wpis" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Usuń pakiet startowy" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Usunąć pakiet startowy?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Usunąć tę listę?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Usunąć ten wpis?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Usunięto" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Opisowy tekst alternatywny" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Odłącz cytat" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Odłączyć cytat?" @@ -3993,11 +4022,11 @@ msgstr "Tryb programisty włączony" msgid "Developer options" msgstr "Ustawienia dla deweloperów" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Okno dialogowe: dostosuj, kto może wchodzić w interakcje z tym wpisem" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Przyciemniony" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Wyłącz uwierzytelnianie dwuskładnikowe przez email" @@ -4041,11 +4075,11 @@ msgstr "Wyłącz haptykę" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Wyłączono" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Odrzuć" @@ -4075,23 +4109,28 @@ msgstr "Odrzuć" msgid "Discard changes?" msgstr "Odrzucić zmiany?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Odrzucić szkic?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Odrzucić wpis?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Odkryj nowe kanały niestandardowe" msgid "Discover New Feeds" msgstr "Odkryj nowe kanały" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Pomiń" @@ -4115,7 +4154,7 @@ msgstr "Pomiń" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Pomiń błąd" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Gotowe" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Kliknij dwukrotnie, aby zamknąć to okno" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Kliknij dwukrotnie, aby polubić" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Pobierz Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "np. alice.com" msgid "E.g. artistic nudes." msgstr "Na przykład akty artystyczne." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "np. Fantastyczne Osoby" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Edytuj" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Edytuj zdjęcie profilowe" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Edytuj obrazek" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Edytuj ustawienia interakcji" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Edytuj szczegóły listy" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Edytuj moje kanały" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Edytuj osoby" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Edytuj ustawienia interakcji z wpisem" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Edytuj profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Edytuj profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Edytuj pakiet startowy" @@ -4454,15 +4494,15 @@ msgstr "Edytuj pakiet startowy" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Wybierz, kto może komentować" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Edytuj swój pakiet startowy" @@ -4470,16 +4510,16 @@ msgstr "Edytuj swój pakiet startowy" msgid "Education" msgstr "Edukacja" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Autor listy cię zablokował, lub został zablokowany przez ciebie." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Email" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA przez email wył." @@ -4492,7 +4532,7 @@ msgstr "2FA przez email wł." msgid "Email address" msgstr "Adres email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Email został wysłany ponownie" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Adres email został zweryfikowany" @@ -4527,7 +4567,7 @@ msgstr "Osadź wpis" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Osadź ten wpis na swojej stronie internetowej. Po prostu skopiuj poniższy snippet i wklej go do kodu HTML swojej strony." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Wbudowany odtwarzacz wideo" @@ -4542,12 +4582,7 @@ msgstr "Włącz" msgid "Enable {0} only" msgstr "Włącz tylko {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Pokazuj treści dla dorosłych" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "Włącz popularne" msgid "Enable trending videos in your Discover feed" msgstr "Włącz popularne klipy wideo na kanale Discover" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Włączono" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Wprowadź swój adres email" @@ -4670,15 +4705,15 @@ msgstr "Wprowadź swoje hasło" msgid "Enter your username and password" msgstr "Wprowadź swoją nazwę i hasło" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Przechodzi do trybu pełnoekranowego" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Błąd" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Wystąpił błąd podczas zapisywania pliku" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Błąd podczas odbierania odpowiedzi captcha." @@ -4712,11 +4747,11 @@ msgstr "Błąd podczas odbierania odpowiedzi captcha." msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Każdy może komentować" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Każdy może komentować ten wpis." @@ -4783,7 +4818,7 @@ msgstr "Rozwiń lub zwiń cały wpis, który komentujesz" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Rozwija lub zwija tekst wpisu" @@ -4826,21 +4861,21 @@ msgstr "Nieodpowiednia lub niepokojąca treść." msgid "Explicit sexual images." msgstr "Obrazy o charakterze jednoznacznie seksualnym." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Eksportuj moje dane" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Multimedia spoza aplikacji" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Multimedia spoza aplikacji mogą umożliwiać witrynom gromadzenie informacji o tobie i twoim urządzeniu. Żadne informacje nie są wysyłane ani udostępniane do momentu naciśnięcia przycisku odtwarzania." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferencje multimediów spoza aplikacji" @@ -4946,7 +4981,7 @@ msgstr "Nie udało się usunąć wiadomości" msgid "Failed to delete post, please try again" msgstr "Nie udało się usunąć wpisu, spróbuj ponownie" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Nie udało się usunąć pakietu startowego" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Nie udało się wczytać preferencji kanałów" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Nie udało się wczytać polecanych kanałów" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Nie udało się wczytać polecanych osób" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Nie udało się przypiąć wpisu" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Nie udało się zapisać zdjęcia: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Nie udało się zapisać ustawień. Spróbuj ponownie." @@ -5168,7 +5203,7 @@ msgstr "Nie udało się ustawić wyciszenia wątku, spróbuj ponownie" msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Nie udało się zaktualizować kanałów" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Nie udało się zaktualizować ustawień" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Nie udało się przesłać wideo" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Kanał" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menu kanału" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Przełącznik kanału" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Kanały" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Plik został zapisany pomyślnie!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Odfiltruj z kanałów" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtruj wyszukiwanie według języka (aktywny: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Kończenie" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Znajdź konta do obserwowania" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Znajdź osoby do obserwowania" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Obserwuj" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Obserwuj {0}" @@ -5458,7 +5499,7 @@ msgstr "Obserwuj {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Obserwuj {handle}" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Zaobserwuj 7 kont" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5527,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Obserwuj wszystkich" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Obserwujący @{0}, których znasz" @@ -5552,28 +5593,29 @@ msgstr "Obserwujący, których znasz" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Obserwujesz" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Obserwujesz" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Obserwowani {0}" @@ -5582,7 +5624,7 @@ msgstr "Obserwowani {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Obserwujesz {handle}" @@ -5591,7 +5633,7 @@ msgstr "Obserwujesz {handle}" msgid "Following feed preferences" msgstr "Preferencje kanału obserwowanych" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferencje kanału obserwowanych" @@ -5613,7 +5655,7 @@ msgstr "Rozmiar czcionki" msgid "Food" msgstr "Żywność" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Wróć" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Wróć" @@ -5867,8 +5909,8 @@ msgstr "Wróć do poprzedniego kroku" msgid "Go home" msgstr "Wróć na stronę główną" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Haptyka" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Masz problem?" @@ -6145,11 +6197,11 @@ msgstr "Oto Twoje hasło aplikacji!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "Ukryte" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Ukryte ze względu na twoje ustawienia moderacji." @@ -6166,23 +6218,19 @@ msgstr "Ukryte ze względu na twoje ustawienia moderacji." msgid "Hidden list" msgstr "Ukryta lista" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ukryj" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ukryj" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Ukryj wpis dla mnie" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Ukryj komentarz dla wszystkich" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Ukryj komentarz dla mnie" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Ukryć ten wpis?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Ukryć ten komentarz?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Ukryj popularne" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Ukryć popularne?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Ukryć popularne klipy wideo?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Ukryj listę osób" @@ -6267,12 +6308,12 @@ msgstr "Ukryj listę osób" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Ukrywa zawartość" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Serwer kanału nie odpowiada. Poinformuj właściciela kanału o tym pro msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Mamy problem ze znalezieniem tego kanału. Możliwe, że został usunięty." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Wygląda na to, że mamy problem z wczytaniem tych danych. Więcej informacji znajduje się poniżej. Jeśli problem się powtarza, prosimy o kontakt." @@ -6316,14 +6357,14 @@ msgstr "Wygląda na to, że mamy problem z wczytaniem tych danych. Więcej infor msgid "Hmmmm, we couldn't load that moderation service." msgstr "Nie mogliśmy wczytać tej usługi moderacji." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Poczekaj! Dostęp do materiałów wideo udostępniamy stopniowo, a ty wciąż czekasz na swoją kolej. Sprawdź ponownie za jakiś czas!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Główna" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Mam kod" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Jeśli nie jesteś jeszcze pełnoletni zgodnie z prawem obowiązującym w twoim kraju, twój rodzic lub opiekun prawny musi zapoznać się z niniejszymi Warunkami w twoim imieniu." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Jeśli usuniesz tę listę, nie będziesz w stanie jej odzyskać." @@ -6420,7 +6461,7 @@ msgstr "Jeśli masz własną domenę, możesz jej użyć jako swojej nazwy. Pozw msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Jeśli usuniesz ten wpis, nie będziesz w stanie go odzyskać." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "Jeśli jesteś deweloperem, możesz hostować własny serwer." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Jeśli próbujesz zmienić swoją nazwę lub adres email, zrób to przed dezaktywacją." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Zdjęcie" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Wprowadź kod, który został wysłany na twój adres email" msgid "Interaction limited" msgstr "Interakcje są ograniczone" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Ustawienia interakcji" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Nieprawidłowy kod weryfikacyjny 2FA." @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Nieprawidłowy kod weryfikacyjny" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Kod zaproszenia" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kod zaproszenia nie został zaakceptowany. Sprawdź, czy został wprowadzony poprawnie i spróbuj ponownie." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Zaproś innych do tego pakietu startowego!" @@ -6786,26 +6827,26 @@ msgstr "Zaproszenia, ale takie osobiste" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Jest poprawny" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "W tej chwili jesteś tylko ty! Dodaj więcej osób do swojego pakietu startowego, wyszukując powyżej." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Praca" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Dołącz do Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Dołącz do rozmowy" msgid "Journalism" msgstr "Dziennikarstwo" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Oznaczone przez {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Oznaczone przez autora." @@ -6893,7 +6934,7 @@ msgstr "Ostrzeżenia na twoim koncie" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Ustawienia języka" @@ -6907,12 +6948,12 @@ msgstr "Języki" msgid "Larger" msgstr "Większy" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Najnowsze" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Dowiedz się więcej o Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Dowiedz się więcej o samodzielnym hostingu PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Dowiedz się więcej na temat ostrzeżenia nałożonego na tę zawartość" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Dowiedz się więcej o tym ostrzeżeniu" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Dowiedz się więcej o tym, co jest publiczne na Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Dowiedz się więcej." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "pozostałe." @@ -7080,7 +7121,7 @@ msgstr "Pozwól mi wybrać" msgid "Let's get your password reset!" msgstr "Zresetujmy twoje hasło!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Do dzieła!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Jasny" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Polub" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Polub ({0, plural, one {# polubienie} few {# polubienia} other {# polubień}})" @@ -7114,7 +7155,7 @@ msgstr "Polub 10 wpisów" msgid "Like 10 posts to train the Discover feed" msgstr "Polub 10 wpisów, aby dostosować kanał główny" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Polub ten kanał" @@ -7122,8 +7163,8 @@ msgstr "Polub ten kanał" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Polubione przez" @@ -7140,26 +7181,26 @@ msgstr "Polubione przez" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Polubione przez {0, plural, one {# osobę} few {# osoby} other {# osób}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Polubienia" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Polubienia tego wpisu" @@ -7191,11 +7232,16 @@ msgstr "W linii" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lista usunięta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Lista została ukryta" @@ -7248,7 +7294,7 @@ msgstr "Lista została ukryta" msgid "List Hidden" msgstr "Ukryta lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Lista została wyciszona" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Lista została odblokowana" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Cofnięto wyciszenie listy" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listy" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Wczytaj więcej" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Wczytaj więcej polecanych kanałów" @@ -7346,16 +7392,16 @@ msgstr "Wczytaj nowe powiadomienia" msgid "Load new posts" msgstr "Wczytaj nowe wpisy" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Dziennik" @@ -7405,11 +7451,6 @@ msgstr "Logo autorstwa <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Wygląda tak: XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Upewnij się, że właśnie tam chcesz przejść!" msgid "Manage saved feeds" msgstr "Zarządzaj zapisanymi kanałami" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "Zarządzaj wyciszonymi słowami i tagami" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Multimedia" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "wzmianki" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Wiadomość usunięta" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "Wiadomość z serwera: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Pole wprowadzania wiadomości" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Wiadomości" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderacja" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Szczegóły moderacji" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Lista moderacji od <0/>" msgid "Moderation list by you" msgstr "Twoja lista moderacji" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Utworzono listę moderacji" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Zaktualizowano listę moderacji" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Listy moderacji" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Listy moderacji" @@ -7697,11 +7755,11 @@ msgstr "Listy moderacji" msgid "moderation settings" msgstr "ustawienia moderacji" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Status moderacji" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Narzędzia moderacji" @@ -7710,8 +7768,8 @@ msgstr "Narzędzia moderacji" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderator postanowił ustawić ogólne ostrzeżenie dotyczące zawartości." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Więcej kanałów" @@ -7720,10 +7778,10 @@ msgstr "Więcej kanałów" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Więcej opcji" @@ -7747,7 +7805,7 @@ msgstr "Muzyka" msgid "Mute" msgstr "Wycisz" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Wycisz" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7874,13 @@ msgstr "Wycisz to słowo tylko w tagach" msgid "Mute this word until you unmute it" msgstr "Wycisz to słowo na nieokreślony czas" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Wycisz wątek" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Wycisz słowa i tagi" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Wyciszone konta" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Wyciszone konta" @@ -7852,7 +7910,7 @@ msgstr "Wyciszone konta są usuwane z twojego kanału i powiadomień. Wyciszenia msgid "Muted by \"{0}\"" msgstr "Wyciszone przez \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Wyciszone słowa i tagi" @@ -7881,7 +7939,7 @@ msgstr "Moje kanały" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nazwa" @@ -7891,12 +7949,12 @@ msgstr "Natura" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Przejdź do {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "Przejdź do następnego ekranu" msgid "Navigates to your profile" msgstr "Przejdź do swojego profilu" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Jednak utwórz nazwę dla mnie" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nowa" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nowe hasło" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nowy wpis" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nowy wpis" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Najpierw najnowsze komentarze" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Aktualności" @@ -8088,15 +8142,15 @@ msgstr "Aktualności" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Kontynuuj" @@ -8108,12 +8162,16 @@ msgstr "Następne zdjęcie" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Brak polubień" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Już nie obserwujesz {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Brak powiadomień!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Nikt poza autorem nie może cytować tego wpisu." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Brak wyników" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Nie, dziękuję" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Nikt" @@ -8360,7 +8418,7 @@ msgstr "Nikt jeszcze tego nie zacytował. Możesz być pierwszą osobą, która msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Nikt jeszcze tego nie repostował. Możesz być pierwszą osobą, która to zrobi!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Nikt nie został odnaleziony. Spróbuj poszukać kogoś innego." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Nie znaleziono" @@ -8407,7 +8465,7 @@ msgstr "Nie znaleziono" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Uwaga o udostępnianiu" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Ustawienia powiadomień" @@ -8435,8 +8497,8 @@ msgstr "Ustawienia powiadomień" msgid "Notification sounds" msgstr "Dźwięki powiadomień" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Dźwięki powiadomień" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Powiadomienia" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Okej" @@ -8505,6 +8567,10 @@ msgstr "Najpierw najstarsze komentarze" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "na<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "W co najmniej jednym pliku GIF brakuje tekstu alternatywnego." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "W co najmniej jednym zdjęciu brakuje tekstu alternatywnego." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "W co najmniej jednym wideo brakuje tekstu alternatywnego." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Tylko {0} mogą komentować." @@ -8556,7 +8622,7 @@ msgstr "Tylko {0} mogą komentować." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Obsługiwane są tylko pliki obrazów" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Otwórz kreator zdjęcia profilowego" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Zmień ustawienia rozmowy" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Otwórz menu" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Wybierz emoji" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Otwórz link do {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Zmień ustawienia wiadomości" msgid "Open moderation debug page" msgstr "Otwórz stronę debugowania moderacji" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Zmień ustawienia wyciszonych słów i tagów" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Zmień ustawienia pakietu startowego" @@ -8759,9 +8825,8 @@ msgstr "Otwórz dziennik systemowy" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Otwiera dodatkowe szczegóły debugowania" msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Otwiera aplikację aparatu" @@ -8804,28 +8869,28 @@ msgstr "Otwiera okno zmiany nazwy" msgid "Opens composer" msgstr "Otwiera kompozytor wpisu" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Otwiera proces tworzenia nowego konta Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Otwiera proces logowania do istniejącego konta Bluesky" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Otwiera centrum pomocy w przeglądarce" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Otwiera ten profil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opcje:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Możesz też kontynuować na innym koncie." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Lub zaloguj się na inne konta." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Hasło" @@ -8993,7 +9094,7 @@ msgstr "Hasło" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "Hasło zostało zaktualizowane" msgid "Password updated!" msgstr "Hasło zostało zaktualizowane!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Zatrzymaj" @@ -9020,7 +9121,7 @@ msgstr "Zatrzymaj wideo" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Osoby" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Osoby obserwowane przez @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Osoby obserwujące @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Dodaj lub usuń osobę" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Zdjęcia przeznaczone dla dorosłych." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Przypnij kanał" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Przypnij do głównej" @@ -9131,8 +9232,8 @@ msgstr "Przypnij do głównej" msgid "Pin to Home" msgstr "Przypnij do głównej" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Przypnij do swojego profilu" @@ -9151,11 +9252,11 @@ msgstr "{0} przypięto do głównej" msgid "Pinned Feeds" msgstr "Przypięte kanały" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Przypięto kanał" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Odtwórz" @@ -9169,12 +9270,12 @@ msgstr "Odtwórz {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Odtwórz filmik" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Odtwórz filmik" @@ -9182,7 +9283,7 @@ msgstr "Odtwórz filmik" msgid "Plays or pauses the GIF" msgstr "Odtwarza lub wstrzymuje GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Odtwarza lub wstrzymuje wideo" @@ -9190,7 +9291,7 @@ msgstr "Odtwarza lub wstrzymuje wideo" msgid "Plays the GIF" msgstr "Odtwarza GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Odtwarza wideo" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Wybierz swoją nazwę." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Wybierz swoje hasło." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Wypełnij formularz captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "Wprowadź swoje hasło." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Wprowadź swój adres email." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Wprowadź swój kod zaproszenia." @@ -9306,8 +9407,8 @@ msgstr "Wyjaśnij, dlaczego uważasz, że czaty zostały wyłączone z niewłaś msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "Zaloguj się jako @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Polityka" @@ -9367,18 +9468,18 @@ msgstr "Polityka" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Opublikuj" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Opublikuj" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Opublikuj wszystko" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Wpis od @{0}" @@ -9423,10 +9529,10 @@ msgstr "Wpis usunięty" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Nie udało się opublikować wpisu. Sprawdź swoje połączenie internetowe i spróbuj ponownie." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Wpis został usunięty" @@ -9440,11 +9546,11 @@ msgstr "Wpis został ukryty przez wyciszone słowo" msgid "Post Hidden by You" msgstr "Wpis został ukryty przez ciebie" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Ustawienia interakcji wpisu" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Ustawienia interakcji wpisu" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Wpis nie został odnaleziony" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Wpis został przypięty" @@ -9478,7 +9584,7 @@ msgstr "Wpis został przypięty" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Wpis został odpięty" @@ -9487,7 +9593,7 @@ msgstr "Wpis został odpięty" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Wpisy" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Kliknij, aby ponowić próbę połączenia" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Prywatność" msgid "Privacy and security" msgstr "Prywatność i bezpieczeństwo" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Polityka prywatności" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Przetwarzanie wideo..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Publiczne listy osób do zbiorowego wyciszania lub blokowania." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "Kod QR został zapisany w galerii zdjęć!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Cytuj" @@ -9723,8 +9829,8 @@ msgstr "Przekroczono limit – próbowano zmienić nazwę zbyt wiele razy w zbyt msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Dołącz cytat ponownie" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Ponownie aktywuj swoje konto" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Czytaj mniej" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Czytaj więcej" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Czytaj blog Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Zapoznaj się z Polityką prywatności Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Zapoznaj się z Regulaminem Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Odśwież rozmowy" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Usuń" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Usuń {displayName} z pakietu startowego" @@ -9914,8 +10021,8 @@ msgstr "Usuń załącznik" msgid "Remove Avatar" msgstr "Usuń zdjęcie profilowe" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Usuń tło profilu" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Usuń z moich kanałów" @@ -9960,8 +10067,8 @@ msgstr "Usuń z moich kanałów" msgid "Remove from quick access?" msgstr "Usunąć z szybkiego dostępu?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Usuń z zapisanych kanałów" @@ -9970,7 +10077,7 @@ msgstr "Usuń z zapisanych kanałów" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Usuń ten kanał z zapisanych" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Usunięte przez autora" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Usunięte przez Ciebie" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Usunięto z twoich kanałów" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Komentarze" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Komentarze zostały wyłączone" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Komentarze do tego wpisu są wyłączone." @@ -10141,14 +10253,14 @@ msgstr "Komentarze do tego wpisu są wyłączone." msgid "Reply" msgstr "Skomentuj" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Skomentuj" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Skomentuj ({0, plural, one {# komentarz} few {# komentarze} other {# komentarzy}})" @@ -10162,7 +10274,7 @@ msgstr "Komentarz został ukryty przez autora wątku" msgid "Reply Hidden by You" msgstr "Komentarz został ukryty przez ciebie" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Ustawienia komentowania są wybierane przez autora wątku" @@ -10185,8 +10297,8 @@ msgstr "Komentarz został ukryty pomyślnie" msgid "Report" msgstr "Zgłoś" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Zgłoś rozmowę" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Okno zgłoszenia" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Zgłoś kanał" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "Zgłoś wiadomość" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Zgłoś wpis" @@ -10225,8 +10337,8 @@ msgstr "Zgłoś wpis" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Zgłoś pakiet startowy" @@ -10292,7 +10404,7 @@ msgstr "Repostuj ({0, plural, one {# repost} few {# reposty} other {# repostów} #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Repostuj lub zacytuj wpis" @@ -10330,12 +10442,12 @@ msgstr "Reposty tego wpisu" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Wymagaj tekstu alternatywnego przed opublikowaniem" msgid "Require an email code to sign in to your account." msgstr "Wymagaj kodu z wiadomości email, aby zalogować się na swoje konto." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Wymagane w przypadku tego dostawcy" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Wyślij wiadomość email ponownie" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Wyślij wiadomość email ponownie" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Wyślij email weryfikacyjny ponownie" @@ -10453,6 +10565,11 @@ msgstr "Zresetuj hasło" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Ponawia ostatnią akcję, która zakończyła się błędem" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Ponawia ostatnią akcję, która zakończyła się błędem" msgid "Retry" msgstr "Spróbuj ponownie" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Wróć do poprzedniej strony" @@ -10521,7 +10638,7 @@ msgstr "Wraca do strony głównej" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Wraca do poprzedniej strony" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Zapisz zmiany" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Zapisz zdjęcie" @@ -10608,8 +10725,8 @@ msgstr "Zapisz nową nazwę" msgid "Save QR code" msgstr "Zapisz kod QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Dodaj do moich kanałów" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Zapisane kanały" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Dodano do twoich kanałów" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Przywitaj się!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Przewiń na górę" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Szukaj" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Szukaj wpisów od @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Szukaj według nazwy lub zainteresowania" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Szukaj kanałów" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Szukaj kanałów, które chcesz polecać innym." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "Szukaj w moich wpisach" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Szukaj profili" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Szukaj..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Wyszukuje profile" @@ -10829,14 +10946,14 @@ msgstr "Zobacz wpisy na temat #{tag}" msgid "See #{tag} posts by user" msgstr "Zobacz wpisy tej osoby o #{tag}" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Zobacz oferty pracy w Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Wybierz kolor" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Wybierz konto" @@ -10910,7 +11022,7 @@ msgstr "Wybierz zdjęcie profilowe" msgid "Select an emoji" msgstr "Wybierz emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Wybierz istniejące konto" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Wybierz czas wyciszenia tego słowa." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Wybierz język..." msgid "Select languages" msgstr "Wybierz języki" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Wybierz, które języki mają być uwzględnione w subskrybowanych kanałach. Jeśli żaden nie zostanie wybrany, będą wyświetlane wszystkie języki." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Wprowadź swoją datę urodzenia" @@ -11045,7 +11157,7 @@ msgstr "Wybierz preferowany język tłumaczeń." msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Wyślij opinię" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Wyślij wiadomość" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Wyślij wpis do..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Wyślij email weryfikacyjny" @@ -11133,7 +11245,7 @@ msgstr "Zmień ikonę aplikacji na {0}" msgid "Set new password" msgstr "Ustaw nowe hasło" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Skonfiguruj konto" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Ustawia email do resetowania hasła" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Ustawienia" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Ustawienia zostały zapisane" @@ -11242,7 +11354,7 @@ msgstr "Sugestywne seksualnie" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Udostępnij" @@ -11251,7 +11363,7 @@ msgstr "Udostępnij" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Udostępnij mimo to" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Udostępnij link" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Okno udostępniania linku" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Udostępnij kod QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Udostępnij ten kanał" @@ -11318,22 +11430,22 @@ msgstr "Udostępnij ten kanał" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Udostępnij pakiet startowy" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Udostępnij ten pakiet startowy i pomóż innym dołączyć do twojej społeczności na Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Tester współdzielonych preferencji" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Pokaż" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Pokaż tekst alternatywny" @@ -11373,14 +11489,14 @@ msgstr "Pokaż tekst alternatywny" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Pokaż mimo to" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Pokazuj mniej podobnych treści" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Pokaż listę mimo to" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Pokazuj więcej podobnych treści" @@ -11445,8 +11561,8 @@ msgstr "Pokaż komentarze" msgid "Show replies as" msgstr "Pokaż komentarze jako" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Pokaż komentarz każdemu" @@ -11455,8 +11571,8 @@ msgstr "Pokaż komentarz każdemu" msgid "Show reposts" msgstr "Pokaż reposty" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Pokaż ostrzeżenie i odfiltruj z kanałów" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Pokazuje informacje o momencie utworzenia tego wpisu" @@ -11486,15 +11602,15 @@ msgstr "Pokazuje informacje o momencie utworzenia tego wpisu" msgid "Shows other accounts you can switch to" msgstr "Pokazuje inne konta, na które możesz się przełączyć" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Pokazuje zawartość" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Pokazuje zawartość" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Zaloguj się" msgid "Sign in as {0}" msgstr "Zaloguj się jako {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "Zaloguj się na Bluesky lub utwórz nowe konto" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Pomiń" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Programowanie" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Inne kanały, które mogą ci się spodobać" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Niektórzy mogą komentować" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Coś poszło nie tak" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Coś poszło nie tak, spróbuj ponownie" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Coś poszło nie tak? Daj nam znać." @@ -11759,8 +11881,8 @@ msgstr "Coś poszło nie tak? Daj nam znać." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Przepraszamy! Twoja sesja wygasła. Zaloguj się ponownie." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Zacznij czat z {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Pakiet startowy" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Pakiet startowy {0}" @@ -11841,12 +11968,12 @@ msgstr "Pakiet startowy {0}" msgid "Starter pack by <0/>" msgstr "Pakiet startowy <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Twój pakiet startowy" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Pakiet startowy jest nieprawidłowy" @@ -11854,7 +11981,7 @@ msgstr "Pakiet startowy jest nieprawidłowy" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Pakiety" @@ -11893,7 +12020,7 @@ msgstr "Pamięć została wyczyszczona, uruchom aplikację ponownie." msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Historia aktywności" @@ -11928,13 +12055,13 @@ msgstr "Złóż odwołanie" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Subskrybuj @{0}, aby użyć tych ostrzeżeń:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subskrybuj usługę" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subskrybuj tę usługę moderacji" @@ -11975,7 +12102,7 @@ msgstr "Subskrybuj tę usługę moderacji" msgid "Subscribe to this list" msgstr "Subskrybuj tę listę" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Tylko tagi" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Regulamin" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Dzięki, Twój adres email został zweryfikowany pomyślnie. Możesz zamknąć to okno." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Powinno zawierać następujące:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Ten pakiet startowy nie został odnaleziony." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "To już wszystko!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "To wszystko!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "To konto będzie mogło wchodzić z tobą w interakcje po odblokowaniu." @@ -12287,7 +12414,7 @@ msgstr "Autor tego wątku ukrył ten komentarz." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Aplikacja internetowa Bluesky" @@ -12352,32 +12479,32 @@ msgstr "Wpis, który komentujesz, został oznaczony przez autora jako napisany w msgid "The Privacy Policy has been moved to <0/>" msgstr "Polityka prywatności została przeniesiona do <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Wygląda na to, że serwer napotyka problemy. Spróbuj ponownie za jakiś czas." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Pakiet startowy, który próbujesz wyświetlić, jest nieprawidłowy. Możesz go usunąć." @@ -12402,7 +12529,7 @@ msgstr "Formularz wsparcia został przeniesiony. Jeśli potrzebujesz pomocy, <0/ msgid "The Terms of Service have been moved to" msgstr "Regulamin został przeniesiony do" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Podany kod weryfikacyjny jest nieprawidłowy. Sprawdź, czy został użyty prawidłowy link weryfikacyjny lub poproś o nowy." @@ -12412,7 +12539,7 @@ msgstr "Podany kod weryfikacyjny jest nieprawidłowy. Sprawdź, czy został uży msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Dezaktywacja konta nie jest ograniczona czasowo i można ją cofnąć w dowolnym momencie." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Wystąpił problem podczas łączenia z serwerem" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Wystąpił problem podczas łączenia z serwerem, sprawdź połączenie internetowe i spróbuj ponownie." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Wystąpił problem podczas wczytywania powiadomień. Kliknij tutaj, aby spróbować ponownie." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Wystąpił problem podczas wczytywania wpisów. Kliknij tutaj, aby spróbować ponownie." @@ -12495,25 +12622,25 @@ msgstr "Wystąpił problem podczas aktualizacji kanałów, sprawdź połączenie #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Wystąpił problem! {0}" @@ -12521,10 +12648,10 @@ msgstr "Wystąpił problem! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Wystąpił problem. Sprawdź połączenie internetowe i spróbuj ponowni msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Wystąpił nieoczekiwany błąd w aplikacji. Daj nam znać, jeśli tak się stało!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Do Bluesky dołączyło wiele nowych osób! Twoje konto zostanie aktywowane tak szybko, jak to możliwe." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Ten {screenDescription} został zgłoszony:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "Odwołanie zostanie wysłane do działu moderacji Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Ten czat został rozłączony" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Ta rozmowa dotyczy usuniętego lub dezaktywowanego konta. Kliknij, aby wyświetlić opcje" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Ta funkcja jest w wersji beta. Więcej informacji na temat eksportowania danych można znaleźć w <0>tym wpisie na blogu." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Ten link prowadzi do następującej strony:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Ten wpis został utworzony <0>{0}, ale po raz pierwszy pojawił się na Bluesky <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Ten wpis ma nieznany typ wątków. Twoja aplikacja może być nieaktualna." @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ten wpis zostanie ukryty w kanałach i wątkach. Nie można tego cofnąć." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Autor tego wpisu wyłączył możliwość cytowania." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Ten profil jest widoczny tylko dla zalogowanych. Nie będzie widoczny dla osób niezalogowanych." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Ten komentarz trafi do ukrytej sekcji na dole wątku. Spowoduje to wyciszenie powiadomień o kolejnych komentarzach – zarówno dla ciebie, jak i innych." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Usługa ta nie zawiera regulaminu ani polityki prywatności." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Ta osoba jest tu nowa. Kliknij, aby uzyskać więcej informacji o tym, k msgid "This user isn't following anyone." msgstr "Ta osoba nikogo nie obserwuje." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Spowoduje to usunięcie @{0} z listy szybkiego dostępu." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Spowoduje to usunięcie twojego wpisu z tego cytatu dla wszystkich i zastąpi go placeholderem." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Ustawienia wątków" msgid "Threaded" msgstr "Tryb wątkowy" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Ustawienia wątków" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Aby wyłączyć uwierzytelnianie dwuskładnikowe (2FA) sprawdź, czy masz dostęp do swojego adresu email." @@ -13012,7 +13134,7 @@ msgstr "Aby wyłączyć uwierzytelnianie dwuskładnikowe (2FA) sprawdź, czy mas msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Dziś" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Włącz lub wyłącz treści dla dorosłych" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Włącza lub wyłącza dźwięk" @@ -13053,7 +13175,7 @@ msgstr "Najlepsze" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Temat" @@ -13061,8 +13183,8 @@ msgstr "Temat" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Przetłumacz" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Popularne" @@ -13099,12 +13221,20 @@ msgstr "Popularne" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Nie udało się nawiązać połączenia. Sprawdź połączenie internetowe i spróbuj ponownie." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Nie udało się skontaktować z usługą. Sprawdź połączenie internetowe." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Nie udało się usunąć" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Odblokuj" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Odblokuj" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Odblokuj konto" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Odblokować konto?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Cofnij repost ({0, plural, one {# repost} few {# reposty} other {# repostów}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Nie obserwuj {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Nie obserwuj" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Nie lubię" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Nie lubię ({0, plural, one {# polubienie} few {# polubienia} other {# polubień}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Anuluj wyciszenie" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13379,8 +13536,8 @@ msgstr "" msgid "Unmute conversation" msgstr "Anuluj wyciszenie" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Anuluj wyciszenie" @@ -13397,14 +13554,14 @@ msgstr "Anuluj wyciszenie" msgid "Unmute video" msgstr "Anuluj wyciszenie" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Odepnij" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Odepnij kanał" @@ -13414,13 +13571,13 @@ msgstr "Odepnij kanał" msgid "Unpin from home" msgstr "Odepnij od głównej" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Odepnij od profilu" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Odepnij listę moderacji" @@ -13429,29 +13586,34 @@ msgstr "Odepnij listę moderacji" msgid "Unpinned {0} from Home" msgstr "{0} odpięto od głównej" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Odpięto kanał" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Nie subskrybuj" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Nie subskrybuj listy" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Nie subskrybuj tej moderacji" @@ -13463,7 +13625,7 @@ msgstr "Nie subskrybujesz już listy" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Zmień na {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Prześlij plik tekstowy do:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Prześlij z aparatu" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Prześlij z plików" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Prześlij z biblioteki" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Przesyłanie zdjęć..." msgid "Uploading link thumbnail..." msgstr "Przesyłanie miniatury..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Przesyłanie wideo..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Twoja lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Utworzono listę" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Zaktualizowano listę" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Nazwa lub adres email" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "obserwowani przez <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "obserwujący <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Wartość:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Zweryfikuj swój adres email" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Wideo" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Przetwarzanie wideo nie powiodło się" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Kanał wideo" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Wideo od {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Gry" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Wideo jest wstrzymane" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Wideo jest odtwarzane" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Wideo nie zostało odnalezione." @@ -13859,12 +14021,12 @@ msgstr "Wideo nie zostało odnalezione." msgid "Video settings" msgstr "Ustawienia wideo" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Wideo zostało przesłane" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Wideo: {0}" @@ -13872,19 +14034,13 @@ msgstr "Wideo: {0}" msgid "Videos" msgstr "Filmiki" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Wyświetl zdjęcie profilowe {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Wyświetl profil {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Wyświetl profil zablokowanej osoby" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Więcej informacji można znaleźć na blogu" @@ -13936,8 +14092,8 @@ msgstr "Więcej informacji można znaleźć na blogu" msgid "View debug entry" msgstr "Wyświetl dziennik systemowy" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Wyświetl szczegóły" @@ -13977,13 +14133,13 @@ msgstr "Pokaż więcej" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Wyświetl usługę moderacji dostarczoną przez @{0}" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Wyświetl osoby, które lubią ten kanał" @@ -14026,11 +14182,11 @@ msgstr "Wyświetl osoby, które lubią ten kanał" msgid "View video" msgstr "Wyświetl filmik" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Wyświetl zablokowane konta" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Wyświetl domyślne ustawienia interakcji z wpisami" @@ -14039,11 +14195,15 @@ msgstr "Wyświetl domyślne ustawienia interakcji z wpisami" msgid "View your feeds and explore more" msgstr "Wyświetl swoje kanały i odkryj więcej" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Wyświetl swoje listy moderacji" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Wyświetl wyciszone konta" @@ -14060,6 +14220,10 @@ msgstr "Wyświetla całe zdjęcie" msgid "Views video in immersive mode" msgstr "Wyświetla wideo w trybie immersyjnym" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Szacowany czas, zanim twoje konto będzie gotowe wynosi {estimatedTime}." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Kolejny email weryfikacyjny został wysłany do <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nie udało nam się potwierdzić, czy możesz przesyłać wideo. Spróbuj ponownie." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Nie udało nam się wczytać twoich ostrzeżeń." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Damy ci znać, gdy twoje konto będzie gotowe." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Mamy problemy z siecią, spróbuj ponownie" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Przepraszamy! Wpis, który komentujesz, został usunięty." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Witaj z powrotem!" @@ -14351,17 +14519,17 @@ msgstr "Jak chcesz nazwać swój pakiet startowy?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Jak się masz?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Kto może wchodzić w interakcje z tym wpisem?" @@ -14369,12 +14537,12 @@ msgstr "Kto może wchodzić w interakcje z tym wpisem?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Kto może komentować" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Utwórz wpis" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Skomentuj" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Tak, dezaktywuj" @@ -14495,19 +14663,19 @@ msgstr "Tak, dezaktywuj" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Tak, usuń ten pakiet startowy" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Tak, odłącz" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Tak, ukryj" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Tak, aktywuj ponownie moje konto" @@ -14519,7 +14687,7 @@ msgstr "Wczoraj" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Jesteś w kolejce." @@ -14558,11 +14726,11 @@ msgstr "Jesteś w kolejce." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Nie możesz przesyłać filmików." @@ -14570,7 +14738,7 @@ msgstr "Nie możesz przesyłać filmików." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Możesz również znaleźć nowe kanały niestandardowe do obserwowania." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Możesz teraz logować się przy użyciu nowego hasła." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Możesz ponownie aktywować swoje konto, aby się zalogować. Twój profil i wpisy znów będą widoczne dla innych." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Możesz to później zmienić w ustawieniach." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Nie obserwujesz nikogo, kto obserwuje @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Wprowadzono nieprawidłowy kod. Powinien on wyglądać następująco XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "To już koniec" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Limit przesłanych filmików został tymczasowo wyczerpany. Spróbuj ponownie później." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Aby wygenerować pakiet startowy, musisz obserwować co najmniej siedem msgid "You must grant access to your photo library to save a QR code" msgstr "Aby zapisać kod QR, przyznaj dostęp do galerii zdjęć" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Konto @{0} było poprzednio dezaktywowane." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Nastąpi wylogowanie ze wszystkich kont." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Jesteś w kolejce" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Znaleziono kilka osób do obserwowania" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "To już koniec! Znajdź więcej kont do obserwowania." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Dzienny limit przesyłania wideo został osiągnięty (zbyt dużo danych)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Dzienny limit przesyłania wideo został osiągnięty (zbyt dużo plików)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Nie mamy już więcej filmików do oglądania. Może to dobry czas na przerwę?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Twoje konto" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "Twoje konto zostało zawieszone" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Twoje konto jest jeszcze zbyt krótko aktywne, aby przesyłać filmiki. Spróbuj ponownie później." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Wszystkie publiczne dane konta można pobrać jako plik \"CAR\". Plik ten nie zawiera osadzonych multimediów, takich jak zdjęcia, ani prywatnych danych, które należy pobrać osobno." @@ -15086,7 +15274,7 @@ msgstr "Twoje konto zostało uznane za naruszające <0>Regulamin Bluesky Social< msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Twoje odwołanie zostało złożone. Jeśli zakończy się pomyślnie, otrzymasz wiadomość email." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Twoja data urodzenia" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Twoja aktualna nazwa <0>{0} zostanie automatycznie dla ciebie zajęta. Możesz do niej wrócić w dowolnym momencie za pomocą tego konta." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Twój adres email jest nieprawidłowy." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "Twoje pierwsze polubienie!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Twoi obserwujący" @@ -15157,7 +15345,7 @@ msgstr "Twoja nowa nazwa to <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Twój profil, wpisy, kanały i listy nie będą już widoczne dla innych na Bluesky. Możesz ponownie aktywować swoje konto w dowolnym momencie po zalogowaniu." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index 8c392fe3ef..9b72a122d2 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pt\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (ativa)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# seguindo} other {# seguindo}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# amigo encontrado!} other {# amigos encontrados!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#me} other {#me}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural,one {mais 1 postagem} other {mais # postagens}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {seguidor} other {seguidores}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguindo} other {seguindo}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {postagem} other {postagens}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {# pessoas se juntaram}} ao Bluesky usando este pacote inicial!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# mais}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {Você deve ter # anos ou mais para criar uma conta na sua região.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} está ao vivo" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} não está disponível" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} não é suportado pelo seu dispositivo." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {membro} other {membros}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} às {time}" msgid "{displayName}'s Starter Pack" msgstr "O pacote inicial de {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} se juntou com o seu pacote inicial" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verificou você" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} seguindo" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {postagem} other {postagens}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# hora} other {# horas}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ novas solicitações de entrada" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# usuários se juntaram}}!" @@ -767,7 +776,7 @@ msgstr "{profileName} se juntou ao Bluesky através de um pacote inicial {timeAg #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} e {2, plural, one {# outro} other {outros #}} foram incluídos em seu pacote inicial" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} e {2, plural, one {# outro} other {outros #}} for #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, e {2, plural, one {# outro} other {outros #}} estão inclusos no seu pacote inicial" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {salvo} other {salvos}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {curtida} other {curtidas}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} e<1> <2>{1} estão inclusos no seu pacote inicial" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} está incluso no seu pacote inicial" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} membros" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Toque aqui para atualizar sua localização com GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Você e<1> <2>{0} estão inclusos no seu pacote inicial" @@ -946,6 +955,12 @@ msgstr "7 dias" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Uma coleção de feeds populares que você pode encontrar no Bluesky, incluindo Notícias, Booksky, Desenvolvimento de Jogos, Blacksky e Canetas Tinteiro" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Ocorreu um erro de rede. Verifique sua conexão com a internet." msgid "A new code has been sent" msgstr "Um novo código foi enviado" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Uma nova forma de verificação" @@ -1005,7 +1020,7 @@ msgstr "Uma captura de tela do editor de postagens com um novo botão ao lado do msgid "A selected recipient is not followed by the sender." msgstr "Um destinatário selecionado não é seguido pelo remetente." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Acesso solicitado! O dono do grupo irá revisar sua solicitação." msgid "Accessibility" msgstr "Acessibilidade" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Acessibilidade" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Conta bloqueada" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Conta seguida" @@ -1086,8 +1101,8 @@ msgstr "A conta foi suspensa" msgid "Account is deactivated" msgstr "A conta está desativada" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Conta silenciada" @@ -1111,24 +1126,24 @@ msgstr "Conta removida do acesso rápido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Conta desbloqueada" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Conta deixada de seguir" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Conta dessilenciada" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Contas com um ponto de verificação azul ondulado <0><1/> podem verificar outras contas. Esses verificadores confiáveis são selecionados pelo Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Contas com um ponto de verificação azul ondulado <0><1/> podem ver msgid "Activity from others" msgstr "Atividade de terceiros" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Notificações de atividade" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Adicionar" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Adicione mais {0} para continuar" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Adicionar {displayName} ao pacote inicial" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Adicionar um usuário a esta lista" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Adicionar conta" @@ -1201,11 +1216,11 @@ msgstr "Adicionar texto alternativo (opcional)" msgid "Add another account" msgstr "Adicionar outra conta" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Adicionar outra postagem" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Adicionar outra postagem ao fio" @@ -1223,7 +1238,7 @@ msgstr "Adicionar senha do app" msgid "Add App Password" msgstr "Adicionar senha do app" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Adicionar rótulo de automação à conta" @@ -1239,12 +1254,12 @@ msgstr "Adicionar filtro" msgid "Add group chat members" msgstr "Adicionar membros à conversa em grupo" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Adicionar imagem" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Adicionar mídia à postagem" @@ -1254,8 +1269,8 @@ msgstr "Adicionar mídia à postagem" msgid "Add members" msgstr "Adicionar membros" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Adicionar mais detalhes (opcional)" @@ -1295,7 +1310,7 @@ msgstr "Adicionar Reação" msgid "Add recommended feeds" msgstr "Utilizar feeds recomendados" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Adicione alguns feeds ao seu pacote inicial!" @@ -1307,12 +1322,12 @@ msgstr "Adicionar o feed padrão com apenas as pessoas seguidas" msgid "Add the following DNS record to your domain:" msgstr "Adicione o seguinte registro DNS ao seu domínio:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Adicione este feed aos seus feeds" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Adicionar às listas" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Adicionar às postagens salvas" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Adicionar aos pacotes iniciais" @@ -1330,7 +1345,7 @@ msgstr "Adicionar aos pacotes iniciais" msgid "Add user to list" msgstr "Adicionar usuário à lista" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Adicione sua data de nascimento" @@ -1361,7 +1376,7 @@ msgstr "Adicionando membros à lista..." msgid "Additional details (limit 1000 characters)" msgstr "Detalhes adicionais (limite de 1000 caracteres)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Detalhes adicionais (limite de 300 caracteres)" @@ -1378,14 +1393,14 @@ msgstr "Adulto" msgid "Adult content" msgstr "Conteúdo adulto" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Conteúdo adulto" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "O conteúdo adulto só pode ser ativo pelo site em <0>bsky.app" @@ -1402,7 +1417,7 @@ msgstr "Rótulos de conteúdo adulto" msgid "Adult sexual abuse content" msgstr "Conteúdo de abuso sexual adulto" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avançado" @@ -1423,7 +1438,7 @@ msgstr "A solicitação de verificação de idade foi submetida" msgid "Age assurance only takes a few minutes" msgstr "A verificação de idade leva apenas alguns minutos" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "A verificação de idade leva apenas alguns minutos." @@ -1438,6 +1453,11 @@ msgstr "alice@exemplo.com" msgid "All" msgstr "Tudo" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Tudo" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Total {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Todas as contas foram seguidas!" @@ -1474,7 +1494,7 @@ msgstr "Todos os feeds que você salvou, em um único lugar." msgid "Allow access to your direct messages" msgstr "Permitir acesso às minhas mensagens diretas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Permitir que qualquer pessoa responda" @@ -1488,8 +1508,8 @@ msgstr "Permitir mensagens diretas de" msgid "Allow group chat invites from" msgstr "Permitir convites para conversas em grupo de" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Permitir acesso à localização" @@ -1498,24 +1518,24 @@ msgstr "Permitir acesso à localização" msgid "Allow others to be notified of your posts" msgstr "Permitir que outros sejam notificados das suas postagens" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Permitir que pessoas que você segue respondam" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Permitir que as pessoas mencionadas respondam" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Permitir citações" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Permitir que usuários em {0} respondam" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Permitir que seus seguidores respondam" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permite acesso a mensagens diretas" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Já tem um código?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Já tem uma conta?" @@ -1540,7 +1560,7 @@ msgstr "Já registrado como @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "O texto alternativo será truncado. {MAX_ALT_TEXT, plural, other {Limite: {0} caracteres.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Um e-mail foi enviado para {0}. Nele possui um código de confirmação que você pode inserir abaixo." @@ -1587,7 +1607,7 @@ msgstr "Ocorreu um erro" msgid "An error occurred" msgstr "Ocorreu um erro" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Ocorreu um erro ao compactar o vídeo." @@ -1596,7 +1616,7 @@ msgstr "Ocorreu um erro ao compactar o vídeo." msgid "An error occurred while fetching suggested accounts." msgstr "Ocorreu um erro ao obter as contas sugeridas." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Ocorreu um erro ao recuperar o feed." @@ -1609,15 +1629,15 @@ msgstr "Ocorreu um erro ao gerar seu pacote inicial. Tentar novamente?" msgid "An error occurred while hiding suggestion. {0}" msgstr "Ocorreu um erro ao ocultar a sugestão. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Ocorreu um erro ao carregar o vídeo. Tente novamente mais tarde." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Ocorreu um erro ao carregar o vídeo. Tente novamente." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Ocorreu um erro ao carregar suas listas :/" @@ -1628,16 +1648,16 @@ msgstr "Ocorreu um erro ao salvar o QR code!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Ocorreu um erro ao tentar seguir todos" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Ocorreu um erro ao enviar o vídeo. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Ocorreu um erro ao carregar o vídeo. Por favor, verifique sua conexão de internet e tente novamente." @@ -1661,8 +1681,8 @@ msgstr "Uma ilustração de várias postagens do Bluesky junto dos ícones de re msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Uma ilustração do app Bluesky com um avião de papel saindo, representando o convite de amigos" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Uma ilustração mostrando que o Bluesky seleciona verificadores confiáveis e estes, por sua vez, verificam contas de usuário individuais." @@ -1686,14 +1706,14 @@ msgstr "Ocorreu um erro ao iniciar a conversa em grupo, tente novamente." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Ocorreu um problema, tente novamente." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Um mockup de um iPhone mostrando o aplicativo Bluesky aberto ao perfil de um usuário verificado com uma marca de seleção azul ao lado de seu nome de exibição." @@ -1702,7 +1722,7 @@ msgstr "Um mockup de um iPhone mostrando o aplicativo Bluesky aberto ao perfil d msgid "an unknown labeler" msgstr "um rotulador desconhecido" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "e" @@ -1735,7 +1755,7 @@ msgstr "Anunciando verificação no Bluesky" msgid "Any date" msgstr "Qualquer data" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Todos" @@ -1767,7 +1787,7 @@ msgstr "Qualquer um que me segue" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Qualquer pessoa que o tenha não poderá mais entrar ou solicitar entrada. Você sempre pode criar um novo." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "A senha do app deve conter no mínimo 4 caracteres" msgid "App passwords" msgstr "Senhas de aplicativo" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Senhas de Aplicativo" @@ -1856,7 +1876,7 @@ msgstr "Recorrer desta decisão" msgid "Appeal this label" msgstr "Contestar este rótulo" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Aplicar Pull Request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arquivado desde {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Postagem arquivada" @@ -1914,7 +1934,7 @@ msgstr "Deseja mesmo excluir a senha do app \"{0}\"?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Deseja mesmo excluir esta mensagem? A mensagem será excluída para você, mas não para os demais participantes." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Deseja mesmo excluir este pacote inicial?" @@ -1936,7 +1956,7 @@ msgstr "Tem certeza de que deseja sair desta conversa?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Tem certeza de que deseja sair desta conversa? Suas mensagens serão excluídas para você, mas não para os outros participantes." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Deseja mesmo remover isso de seus feeds?" @@ -1945,7 +1965,7 @@ msgstr "Deseja mesmo remover isso de seus feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Tem certeza de que deseja cancelar sua solicitação para entrar em {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Tem certeza de que deseja descartar esta postagem?" @@ -1953,7 +1973,7 @@ msgstr "Tem certeza de que deseja descartar esta postagem?" msgid "Are you sure?" msgstr "Você tem certeza?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Você é a pessoa retratada ou um representante autorizado agindo em nome da pessoa retratada?" @@ -1969,8 +1989,8 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nudez artística ou não erótica." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Solicitar que apps e sites não mostrem minha conta para usuários desconectados" @@ -1979,12 +1999,12 @@ msgstr "Solicitar que apps e sites não mostrem minha conta para usuários desco msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Solicitar que apps ocultem minhas postagens das recomendações de algoritmos" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Atribuir tópico ao algoritmo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "No mínimo 8 caracteres" @@ -2017,8 +2037,8 @@ msgstr "Automático" msgid "Automation label" msgstr "Rótulo de automação" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Rótulo de Automação" @@ -2038,6 +2058,10 @@ msgstr "Disponível" msgid "Avatar creator" msgstr "Criador de foto de perfil" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Criador de foto de perfil" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Criador de foto de perfil" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Voltar" msgid "Back to Chats" msgstr "Voltar às Conversas" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Atividades banidas ou violações de segurança" @@ -2081,7 +2109,7 @@ msgstr "Atividades banidas ou violações de segurança" msgid "Banned user returning" msgstr "Usuário banido retornando" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Baseado na localização do seu dispositivo, acreditamos que você esteja em <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "Baseado na localização do seu dispositivo, acreditamos que você estej msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Baseado na localização do seu dispositivo, acreditamos que você esteja em <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Baseado em sua rede, acreditamos que você esteja em <0>{geolocationString}. Esta estimativa pode estar errada se você estiver usando VPN." @@ -2148,16 +2176,16 @@ msgstr "Comece o processo de verificação de idade preenchendo os campos abaixo msgid "Beta Feature" msgstr "Recurso em Teste" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Recursos em teste" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Recursos em teste ativados" @@ -2193,12 +2221,12 @@ msgstr "Bloquear {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bloquear conta" @@ -2255,15 +2283,15 @@ msgstr "Bloquear usuário e/ou excluir esta conversa" msgid "Block user and/or leave this conversation" msgstr "Bloquear usuário e/ou sair desta conversa" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Bloqueado" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Contas bloqueadas" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Contas bloqueadas" @@ -2288,7 +2316,7 @@ msgstr "Os bloqueios são públicos. Contas bloqueadas não podem te responder, 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." msgstr "Bloquear não impede que rótulos sejam colocados em sua conta, mas impedirá que esta conta responda aos seus tópicos e interaja com você." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "alfaiataria leitura" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "O Bluesky não pode confirmar que a data mostrada é legítima." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "O Bluesky ajuda amigos a encontrarem uns aos outros criando uma assinatura digital codificada, chamada de \"hash\" e, em seguida, procurando hashes correspondentes." @@ -2357,15 +2389,11 @@ msgstr "O Bluesky armazena seus contatos como dados codificados. Remover seus co msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "O Bluesky selecionará um grupo de contas recomendadas da sua rede." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "O Bluesky não mostrará sua conta para usuários desconectados e solicitará que outros apps façam o mesmo. Os outros apps talvez não respeitem esta solicitação. Isso não torna a sua conta privada." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "O Bluesky não mostrará suas postagens no feed de descoberta (exceto para seus seguidores) e solicitará que outros apps não mostrem suas postagens nas recomendações algorítmicas deles." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "O Bluesky irá proativamente verificar contas notáveis e autênticas." @@ -2424,29 +2452,29 @@ msgstr "Navegue por mais sugestões na página Explorar" msgid "Browse other feeds" msgstr "Navegar por mais feeds" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Navegar por mais postagens sobre {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Navegar por mais postagens marcadas com {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Buscar pacote inicial {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Navegar pelo assunto {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Navegar tópico {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Corporativo" @@ -2459,10 +2487,10 @@ msgstr "Botão para voltar à linha do tempo inicial" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Por {0}" @@ -2475,7 +2503,7 @@ msgstr "por @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Por <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Ao criar uma conta você concorda com os <0>Termos de Serviço e a < msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Ao criar uma conta você concorda com os <0>Termos de Serviço." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Por você" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Câmera" @@ -2521,16 +2549,16 @@ msgstr "Acesso à câmera necessário" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Acesso à câmera necessário" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Acesso à câmera necessário" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Cancelar" msgid "Cancel quote post" msgstr "Cancelar citação" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Cancelar reativação e desconectar" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Cancela o login para poder verificar seu nome de usuário" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Não é possível interagir com um usuário bloqueado" @@ -2609,7 +2637,7 @@ msgstr "Legendas (.vtt)" msgid "Captions & alt text" msgstr "Legendas e texto alternativo" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "carrossel" @@ -2651,24 +2679,24 @@ msgstr "Alterar nome de usuário" msgid "Change hosting provider" msgstr "Alterar provedor de hospedagem" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Alterar serviço de moderação" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Alterar senha" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Janela de alteração de senha" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Alterar categoria de relatório" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Alterar motivo da denúncia" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Alterações no pacote inicial não serão aplicadas à lista após a criação. A lista será uma cópia independente." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Conversas" @@ -2758,7 +2786,7 @@ msgstr "Donos de conversas não podem sair da conversa em grupo." msgid "Chat recipient is not followed by the sender." msgstr "O destinatário da conversa não é seguido pelo remetente." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Caixa de entrada de pedidos de conversa" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Pedidos de conversa" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Acesse <0>{currentEmail} e procure um email com o código de confirm msgid "Check back later!" msgstr "Volte mais tarde!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Verificar meu estado" @@ -2895,7 +2923,7 @@ msgstr "Escolha seu provedor de hospedagem" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Escolha sua própria linha do tempo! Feeds feitos pela comunidade ajudam a encontrar o conteúdo que você ama." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Escolha sua senha" @@ -2931,7 +2959,7 @@ msgstr "Limpar pesquisa de GIF" msgid "Clear image cache" msgstr "Limpar memória temporária de imagens" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Limpar pesquisa" @@ -2951,11 +2979,11 @@ msgstr "Clique aqui para adicionar pessoas nesta conversa em grupo" msgid "Click here to create or manage an invite link for this group chat" msgstr "Clique aqui para criar ou gerenciar um link de convite para esta conversa em grupo" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Clique aqui para excluir sua conta" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Clique aqui para terminar sessão" @@ -2968,8 +2996,8 @@ msgstr "Clique aqui para reenviar o email" msgid "Click here to restart the verification process." msgstr "Clique aqui para reiniciar o processo de verificação." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Clique aqui para atualizar sua data de nascimento" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Clique para tentar enviar novamente a mensagem" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Clique para tentar enviar novamente a mensagem" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Clique para tentar enviar novamente a mensagem" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Fechar" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Fechar janela ativa" @@ -3068,13 +3097,13 @@ msgstr "Fechar banner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Fechar janela" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Fechar menu lateral" @@ -3110,7 +3139,7 @@ msgstr "Fechar o banner de solicitações recebidas" msgid "Close this dialog" msgstr "Fechar esta janela" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Fechar janela de boas-vindas" @@ -3118,7 +3147,7 @@ msgstr "Fechar janela de boas-vindas" msgid "Closes password update alert" msgstr "Fecha o alerta de alteração de senha" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Fecha a janela de nova postagem e descarta o rascunho" @@ -3126,7 +3155,7 @@ msgstr "Fecha a janela de nova postagem e descarta o rascunho" msgid "Collapse list of users" msgstr "Esconder lista de usuários" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Esconde a lista de usuários para uma notificação" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Quadrinhos" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Diretrizes da Comunidade" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Complete e comece a utilizar sua conta" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Complete o captcha" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Escrever nova postagem" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Escreva postagens de até {0, plural, other {# caracteres}}" @@ -3180,11 +3209,11 @@ msgstr "Escreva postagens de até {0, plural, other {# caracteres}}" msgid "Compose reply" msgstr "Escrever resposta" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Comprimindo GIF..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Comprimindo vídeo..." @@ -3198,18 +3227,18 @@ msgstr "Configurado nas <0>opções de moderação." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirmar" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Código de confirmação" @@ -3226,12 +3255,12 @@ msgstr "Conectando ao serviço…" msgid "Connecting…" msgstr "Conectando…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Problema de conexão" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Contatar nossa equipe de apoio" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Entrar em contato com o suporte" @@ -3273,7 +3302,7 @@ msgstr "Conteúdo e mídia" msgid "Content and media" msgstr "Conteúdo e mídia" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Conteúdo e mídia" @@ -3281,7 +3310,7 @@ msgstr "Conteúdo e mídia" msgid "Content Blocked" msgstr "Conteúdo bloqueado" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtros de conteúdo" @@ -3421,8 +3450,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar senha do app" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copiar URI at://" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copiar código" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copiar DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Copiar link de convite" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copiar link" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copiar link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copiar link da lista" @@ -3472,12 +3501,12 @@ msgstr "Copiar link da lista" msgid "Copy link to post" msgstr "Copiar link da postagem" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copiar link para o perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copiar link para o pacote inicial" @@ -3491,8 +3520,8 @@ msgstr "Copiar texto da mensagem" msgid "Copy post at:// URI" msgstr "Copiar URI at:// da postagem" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copiar texto da postagem" @@ -3506,7 +3535,7 @@ msgstr "Copiar valor do registro TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Política de direitos autorais" @@ -3632,7 +3661,7 @@ msgstr "Criar" msgid "Create a list" msgstr "Criar uma lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Criar uma lista a partir deste pacote inicial" @@ -3642,7 +3671,7 @@ msgstr "Criar um QR code para o pacote inicial" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Criar um pacote inicial" @@ -3655,12 +3684,12 @@ msgstr "Criar um pacote inicial" msgid "Create a starter pack for me" msgstr "Crie um pacote inicial para mim" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Criar conversa em grupo" msgid "Create list" msgstr "Criar lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Criar lista a partir dos membros" @@ -3708,13 +3737,13 @@ msgstr "Criar lista a partir dos membros" msgid "Create list from starter pack" msgstr "Criar lista a partir de pacote inicial" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Criar lista de moderação" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Criar nova conta" @@ -3724,8 +3753,8 @@ msgstr "Criar ou modificar um link de convite para esta conversa em grupo" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Criar denúncia para {0}" @@ -3734,7 +3763,7 @@ msgstr "Criar denúncia para {0}" msgid "Create starter pack" msgstr "Criar pacote inicial" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Criar lista de usuários" @@ -3747,7 +3776,7 @@ msgstr "Criar lista de usuários" msgid "Created {0}" msgstr "Criou {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "O criador foi bloqueado" @@ -3800,7 +3829,7 @@ msgstr "Escuro" msgid "Dark theme" msgstr "Tema escuro" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data de nascimento" @@ -3814,7 +3843,7 @@ msgstr "Dia" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Desativar conta" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Ícones padrão" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Excluir" @@ -3892,8 +3921,8 @@ msgstr "Excluir conversa" msgid "Delete for me" msgstr "Excluir para mim" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Excluir lista" @@ -3909,30 +3938,30 @@ msgstr "Excluir mensagem para mim" msgid "Delete my account" msgstr "Excluir minha conta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Excluir postagem" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Excluir pacote inicial" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Excluir pacote inicial?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Excluir esta lista?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Excluir esta postagem?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Excluído" @@ -3953,7 +3982,7 @@ msgstr "Excluído pelo Plivo após a verificação" msgid "Deleted list" msgstr "Lista excluída" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Descrição (máximo de 1000 caracteres)" msgid "Descriptive alt text" msgstr "Texto alternativo descritivo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Desanexar citação" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Desanexar citação?" @@ -3993,11 +4022,11 @@ msgstr "Modo de desenvolvedor ativado" msgid "Developer options" msgstr "Opções do desenvolvedor" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "O dispositivo falhou em traduzir :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Ajuste quem pode interagir com esta postagem" @@ -4009,6 +4038,11 @@ msgstr "Diálogo: Definir filtros de busca" msgid "Dim" msgstr "Menos escuro" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Desativar legendas" msgid "Disable email 2FA" msgstr "Desabilitar 2FA por e-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Desativar 2FA por e-mail" @@ -4041,11 +4075,11 @@ msgstr "Desativar feedback tátil" msgid "Disable link" msgstr "Desativar link" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Desativar citações desta postagem" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Desativar respostas completamente" @@ -4056,17 +4090,17 @@ msgstr "Desativar este link de convite?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Desativado" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Descartar" @@ -4075,23 +4109,28 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "Descartar alterações?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Descartar rascunho?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Descartar postagem?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Desconectar Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Descobrir feeds" @@ -4106,8 +4145,8 @@ msgstr "Descobrir novos feeds personalizados" msgid "Discover New Feeds" msgstr "Descobrir novos feeds" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Dispensar" @@ -4115,7 +4154,7 @@ msgstr "Dispensar" msgid "Dismiss banner" msgstr "Dispensar banner" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Dispensar erro" @@ -4217,8 +4256,9 @@ msgstr "Não se preocupe! Todas as mensagens e configurações existentes estão #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Concluído" msgid "Double tap or long press the message to add a reaction" msgstr "Toque duas vezes ou pressione longamente a mensagem para adicionar uma reação" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Toque duas vezes para fechar diálogo" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Toque duas vezes para curtir" @@ -4248,11 +4288,11 @@ msgstr "Baixar" msgid "Download Bluesky" msgstr "Baixar o Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Baixar dados da conversa" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Baixar dados da conversa" @@ -4266,11 +4306,11 @@ msgstr "Baixar imagem" msgid "Download invite QR code" msgstr "Baixar código QR do convite" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Baixar dados do perfil" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Baixar dados do perfil" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Doxxing" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Rascunhos" @@ -4318,19 +4358,19 @@ msgstr "ex. alice.com" msgid "E.g. artistic nudes." msgstr "Ex. nudez artística." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "p. e.x. \"Perfis legais\"" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "ex.: Spammers" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "ex.: Meus perfis favoritos." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "ex.: Perfis que são irritantes." @@ -4341,7 +4381,7 @@ msgstr "Transtornos alimentares" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Editar" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Editar foto de perfil" @@ -4373,8 +4413,8 @@ msgstr "Editar nome do grupo" msgid "Edit image" msgstr "Editar imagem" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Editar opções de interação" @@ -4396,21 +4436,21 @@ msgstr "Editar link de convite" msgid "Edit link settings" msgstr "Editar configurações do link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Editar detalhes da lista" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Editar status ao vivo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Editar lista de moderação" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Editar meus feeds" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Editar Pessoas" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Editar opções de interação de postagens" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Editar perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Editar perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Editar pacote inicial" @@ -4454,15 +4494,15 @@ msgstr "Editar pacote inicial" msgid "Edit this group chat’s name" msgstr "Editar o nome deste grupo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Editar lista de usuários" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Editar quem pode responder" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Editar pacote inicial" @@ -4470,16 +4510,16 @@ msgstr "Editar pacote inicial" msgid "Education" msgstr "Educação" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Você bloqueou o criador desta lista ou o criador desta lista bloqueou você." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA por e-mail desativada" @@ -4492,7 +4532,7 @@ msgstr "Ativado 2FA por e-mail" msgid "Email address" msgstr "Endereço de e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mail reenviado" @@ -4508,7 +4548,7 @@ msgstr "Email enviado! <0>Clique aqui para reenviar." msgid "Email verification complete!" msgstr "Verificação de email concluída!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-mail verificado" @@ -4527,7 +4567,7 @@ msgstr "Incorporar postagem" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incorpore esta postagem no seu site. É só copiar o trecho seguinte e colar no código HTML do seu site." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Reprodutor interno de vídeo" @@ -4542,12 +4582,7 @@ msgstr "Ativar" msgid "Enable {0} only" msgstr "Ativar somente {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Ativa os envios de vídeo de 10 minutos." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Habilitar conteúdo adulto" @@ -4583,7 +4618,7 @@ msgstr "Ative as notificações de uma conta ao visitar seu perfil e pressionar msgid "Enable push notifications" msgstr "Ativar notificações no dispositivo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Ativar citações desta postagem" @@ -4601,7 +4636,7 @@ msgstr "Ativar assuntos em alta" msgid "Enable trending videos in your Discover feed" msgstr "Ativar vídeos em alta no feed Descobrir" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Ativado" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Adicione sua data de nascimento" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Insira seu endereço de e-mail" @@ -4670,15 +4705,15 @@ msgstr "Insira sua senha" msgid "Enter your username and password" msgstr "Insira seu nome de usuário e senha" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Entra em tela cheia" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Entretenimento" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erro" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Mensagem de erro" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Não foi possível salvar o arquivo" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Não foi possível processar o captcha." @@ -4712,11 +4747,11 @@ msgstr "Não foi possível processar o captcha." msgid "Error: {error}" msgstr "Erro: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Todos podem responder" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Todos podem responder esta postagem." @@ -4783,7 +4818,7 @@ msgstr "Expandir ou esconder a postagem que você está respondendo" msgid "Expand post text" msgstr "Expandir texto da postagem" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Expande ou esconde o texto da postagem" @@ -4826,21 +4861,21 @@ msgstr "Mídia explícita ou pertubadora" msgid "Explicit sexual images." msgstr "Imagens sexualmente explícitas." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Explorar" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Explorar o aplicativo" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Exportar meus dados de conversa" @@ -4849,7 +4884,7 @@ msgstr "Exportar meus dados de conversa" msgid "Export my data" msgstr "Exportar meus dados" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Exportar meus dados de perfil" @@ -4868,7 +4903,7 @@ msgstr "Mídia externa" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Mídias externas podem permitir que sites coletem informações sobre você e seu dispositivo. Nenhuma informação é enviada ou solicitada até que você pressione o botão de \"play\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferências de Mídia Externa" @@ -4946,7 +4981,7 @@ msgstr "Não foi possível excluir esta mensagem" msgid "Failed to delete post, please try again" msgstr "Não foi possível excluir a postagem, por favor tente novamente." -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Falha ao excluir o pacote inicial" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Falha ao desativar link de convite" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Falha ao desconectar Germ DM. Erro: {0}" @@ -5003,16 +5038,16 @@ msgstr "Falha ao sair da conversa em grupo" msgid "Failed to load conversations" msgstr "Falha ao carregar conversas" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Não foi possível carregar os feeds" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Falha ao carregar preferências de feeds" @@ -5037,14 +5072,14 @@ msgstr "Falha ao carregar preferências." msgid "Failed to load profiles" msgstr "Falha ao carregar perfis" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Falha ao carregar feeds sugeridos" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Falha ao carregar sugestões a seguir" @@ -5067,12 +5102,12 @@ msgstr "Falha ao marcar todos os pedidos como lidos" msgid "Failed to mute group chat" msgstr "Falha ao silenciar conversa em grupo" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Falha ao fixar postagem" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Falha ao reconectar Germ DM. Erro: {0}" @@ -5121,7 +5156,7 @@ msgstr "Falha ao cancelar sua solicitação. Por favor, tente novamente." msgid "Failed to resolve location. Please try again." msgstr "Falha ao determinar localização. Por favor, tente novamente." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Não foi possível salvar o rascunho" @@ -5135,7 +5170,7 @@ msgstr "Não foi possível salvar a imagem" msgid "Failed to save image: {0}" msgstr "Não foi possível salvar a imagem: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Falha ao salvar as opções. Tente novamente." @@ -5168,7 +5203,7 @@ msgstr "Falha ao alterar o silenciamento do fio, tente novamente" msgid "Failed to unlock group chat" msgstr "Falha ao destrancar conversa em grupo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Falha ao desafixar lista" @@ -5185,7 +5220,7 @@ msgstr "Falha ao atualizar configurações de 2FA por email" msgid "Failed to update email, please try again." msgstr "Falha ao atualizar o email, por favor tente novamente." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Falha ao atualizar os feeds" @@ -5197,12 +5232,10 @@ msgstr "Falha ao atualizar a declaração de notificação" msgid "Failed to update settings" msgstr "Falha ao atualizar as configurações" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Falha ao carregar o vídeo" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Conta falsa ou bot" msgid "False information about elections" msgstr "Informações falsas sobre eleições" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "Criador do feed" msgid "Feed identifier" msgstr "Identificador do feed" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menu do feed" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Alternar feed" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Comentários enviados para o operador do feed" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feeds" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Os feeds são algoritmos personalizados que os usuários podem criar utilizando programação. <0>Veja este guia para mais informações." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Buscar atualização" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Arquivo salvo com sucesso!" @@ -5306,6 +5343,10 @@ msgstr "Filtrar por autor (atual: {currentLabel})" msgid "Filter from feeds" msgstr "Filtrar dos feeds" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar pesquisa por idioma (atual: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtros" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Finalizando" @@ -5358,15 +5399,15 @@ msgstr "Finanças" msgid "Find accounts to follow" msgstr "Encontre contas para seguir" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Encontrar e convidar amigos" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Encontrar Contatos" @@ -5378,7 +5419,7 @@ msgstr "Encontrar meus amigos" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Encontre pessoas para seguir" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Focar o campo de busca" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Seguir {0}" @@ -5458,7 +5499,7 @@ msgstr "Seguir {0}" msgid "Follow {displayName}" msgstr "Seguir {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Seguir {handle}" @@ -5474,8 +5515,8 @@ msgstr "Siga 10 pessoas para começar" msgid "Follow 7 accounts" msgstr "Seguir 7 contas" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Seguir conta" @@ -5486,8 +5527,8 @@ msgstr "Seguir conta" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Seguir todos" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Seguir todas as contas" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Seguidores podem entrar" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Seguidores de @{0} que você conhece" @@ -5552,28 +5593,29 @@ msgstr "Seguidores que você conhece" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Seguindo" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Seguindo" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Seguindo {0}" @@ -5582,7 +5624,7 @@ msgstr "Seguindo {0}" msgid "Following {displayName}" msgstr "Seguindo {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Seguindo {handle}" @@ -5591,7 +5633,7 @@ msgstr "Seguindo {handle}" msgid "Following feed preferences" msgstr "Preferências do feed principal" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferências do feed principal" @@ -5613,7 +5655,7 @@ msgstr "Tamanho da fonte" msgid "Food" msgstr "Comida" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Para contas de organizações, use a data de nascimento da pessoa responsável pela conta." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Gerar novo link" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM desconectado" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Link do Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM reconectado" @@ -5812,7 +5854,7 @@ msgstr "Vamos começar" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF enviado" @@ -5835,8 +5877,8 @@ msgstr "Glorificação da violência" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorificação da violência" msgid "Go back" msgstr "Voltar" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Voltar" @@ -5867,8 +5909,8 @@ msgstr "Voltar para a etapa anterior" msgid "Go home" msgstr "Voltar para a tela inicial" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Entrar ao vivo" @@ -5879,8 +5921,8 @@ msgstr "Entrar ao vivo" msgid "Go Live" msgstr "Entrar Ao Vivo" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Entrar ao vivo (desabilitado)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Entrar ao vivo por" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Ir para o perfil de {0}" @@ -5900,7 +5942,7 @@ msgstr "Ir para perfil de {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Ir para as configurações da conta" @@ -5943,8 +5985,8 @@ msgstr "O modo Ao Vivo está desabilitado para a sua conta no momento" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Entendi" @@ -5953,6 +5995,11 @@ msgstr "Entendi" msgid "Grant access" msgstr "Conceder acesso" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Nome da conversa em grupo atualizado" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Configurações da conversa em grupo" @@ -6083,6 +6130,11 @@ msgstr "GIFs felizes" msgid "Haptics" msgstr "Feedback tátil" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Assédio ou ódio" @@ -6095,7 +6147,7 @@ msgstr "Atividades nocivas ou de alto risco" msgid "Harming or endangering minors" msgstr "Prejudicar ou colocar menores em perigo" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "Discurso de ódio" msgid "Have a code? <0>Click here." msgstr "Tem um código? <0>Clique aqui." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Sua localização está errada? <0>Toque aqui para atualizar sua localização com GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Precisa de ajuda?" @@ -6145,11 +6197,11 @@ msgstr "Aqui está a sua senha de aplicativo!" msgid "Hey there 👋" msgstr "Olá 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Olá!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Olá!" @@ -6158,7 +6210,7 @@ msgstr "Olá!" msgid "Hidden" msgstr "Oculto" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Oculto por suas opções de moderação." @@ -6166,23 +6218,19 @@ msgstr "Oculto por suas opções de moderação." msgid "Hidden list" msgstr "Lista oculta" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -6195,7 +6243,7 @@ msgstr "Ocultar opções de personalização" msgid "Hide group chat updates" msgstr "Ocultar atualizações da conversa em grupo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Ocultar listas" @@ -6203,23 +6251,23 @@ msgstr "Ocultar listas" msgid "Hide password" msgstr "Ocultar senha" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Ocultar postagem para mim" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Ocultar resposta para todos" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Ocultar resposta para mim" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Ocultar repostagens nos feeds" @@ -6227,38 +6275,31 @@ msgstr "Ocultar repostagens nos feeds" msgid "Hide this card" msgstr "Ocultar este cartão" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Ocultar esta postagem?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Ocultar esta resposta?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Ocultar tradução" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Ocultar assuntos em alta" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Ocultar assuntos em alta?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Ocultar vídeos em alta?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Ocultar lista de usuários" @@ -6267,12 +6308,12 @@ msgstr "Ocultar lista de usuários" msgid "Hide verification badges" msgstr "Ocultar insígnias de verificação" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Oculta o conteúdo" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Oculta o banner promocional de convidar amigos" @@ -6308,7 +6349,7 @@ msgstr "Hmm, o servidor do feed teve algum problema. Por favor, avise o criador msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, estamos com problemas para encontrar este feed. Ele pode ter sido excluído." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm, parece que estamos com problemas pra carregar os dados. Veja mais detalhes abaixo. Se o problema continuar, por favor, entre em contato." @@ -6316,14 +6357,14 @@ msgstr "Hmmmm, parece que estamos com problemas pra carregar os dados. Veja mais msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, não foi possível carregar este serviço de moderação." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Espere! Estamos gradualmente dando acesso ao vídeo, e você ainda está esperando na fila. Volte em breve!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Página Inicial" @@ -6369,8 +6410,8 @@ msgstr "Tráfico humano" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Eu concordo com o Bluesky usando meus contatos para descoberta de amigos mútuos e mantendo dados codificados para correspondência até eu escolher não usar o recurso." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Eu tenho um código" @@ -6400,15 +6441,15 @@ msgstr "Se nenhum for selecionado, todos os idiomas serão exibidos em seus feed 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." msgstr "Se você tem 18 anos de idade ou mais e quer tentar de novo, clique no botão abaixo e use um método de verificação diferente caso haja algum disponível na sua região. Caso tenha dúvidas ou preocupações, <0>nossa equipe de apoio pode ajudar." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Se você ainda não é um adulto de acordo com as leis do seu país, seu responsável ou guardião legal deve ler estes Termos por você." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Se você acredita que sua data de nascimento está incorreta, você pode atualizá-la <0>clicando aqui." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Se você deletar esta lista, você não poderá recuperá-la." @@ -6420,7 +6461,7 @@ msgstr "Se você tem um domínio próprio, você pode usá-lo como seu nome de u msgid "If you need to update your email, <0>click here." msgstr "Se precisar atualizar seu email, <0>clique aqui." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Se você remover esta postagem, você não poderá recuperá-la." @@ -6441,7 +6482,7 @@ msgstr "Se você deseja restringir quem pode receber notificações da atividade msgid "If you're a developer, you can host your own server." msgstr "Se você for um desenvolvedor, você pode hospedar seu próprio servidor." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se você estiver tentando alterar seu nome de usuário ou e-mail, faça isso antes de desativar." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Imagem" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Imagem {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Imagem {0} de {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Imagem {0} de {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Memória temporária de imagens removida, {0} liberados" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Galeria de imagens, {0} imagens" @@ -6526,7 +6567,7 @@ msgstr "Importar contatos" msgid "Import Contacts" msgstr "Importar Contatos" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importar contatos ou convidar seus amigos" @@ -6540,7 +6581,7 @@ msgstr "Importar contatos para encontrar seus amigos" msgid "Imported on {0}" msgstr "Importados em {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Para fornecermos uma experiência apropriada para a idade, precisamos saber a sua data de nascimento. Esta é uma solicitação única, e seus dados serão mantidos privados." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Incluir postagens feitas até esta data" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Incluir marca de tempo do vídeo ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Insira o código que você recebeu por e-mail" msgid "Interaction limited" msgstr "Interação limitada" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Ajustes de interação" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Apresentando as postagens salvas, ou favoritos" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Código de confirmação da autenticação de dois fatores inválido." @@ -6691,7 +6732,7 @@ msgstr "Assunto da denúncia inválido" msgid "Invalid rescind request." msgstr "Solicitação de cancelamento inválida." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Código de Verificação Inválido" @@ -6703,15 +6744,15 @@ msgstr "Convidar" msgid "Invite {name} to join Bluesky" msgstr "Convidar {name} para se juntar ao Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Convite" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Convite inválido. Verifique se você o inseriu corretamente e tente novamente." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Convidar amigos" @@ -6761,7 +6802,7 @@ msgstr "Link de convite editado" msgid "Invite link enabled" msgstr "Link de convite ativado" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Convide pessoas para este pacote inicial!" @@ -6786,26 +6827,26 @@ msgstr "Convites, mas pessoais" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Parece que alguns dos seus contatos ainda não tentaram encontrar você aqui. Você pode convidá-los pessoalmente personalizando uma mensagem que vamos fornecer." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Está correto" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "No momento apenas <0>{0} está aqui! Adicione mais pessoas ao seu pacote inicial pesquisando acima." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "É só você por enquanto! Adicione mais pessoas ao seu pacote inicial pesquisando acima." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID da requisição: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Carreiras" @@ -6816,8 +6857,8 @@ msgstr "Entrar" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Crie uma conta no Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Participar da conversa" msgid "Journalism" msgstr "Jornalismo" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Continuar editando" @@ -6854,17 +6895,17 @@ msgstr "Mantenha-me informado" msgid "KWS website" msgstr "Página web do KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" -msgstr "" +msgstr "Rotular reposta para o algoritmo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Rotulado por {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Rotulado pelo autor." @@ -6893,7 +6934,7 @@ msgstr "Rótulos sobre sua conta" msgid "Language" msgstr "Idioma" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Configurações de Idiomas" @@ -6907,12 +6948,12 @@ msgstr "Idiomas" msgid "Larger" msgstr "Maior" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Iniciado pela última vez {timeAgo} atrás" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Iniciado pela última vez agora mesmo" @@ -6923,8 +6964,8 @@ msgstr "Iniciado pela última vez agora mesmo" msgid "Latest" msgstr "Mais recentes" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Saiba mais sobre <0>como usar a busca avançada." msgid "Learn more about age assurance" msgstr "Saiba mais sobre a verificação de idade" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Saiba mais sobre o Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Saiba mais sobre a importação de contatos" msgid "Learn more about self hosting your PDS." msgstr "Saiba mais sobre a auto-hospedagem do seu Servidor de Dados Pessoais." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Saber mais sobre o aviso colocado no conteúdo" @@ -6984,8 +7025,8 @@ msgstr "Saiba mais sobre essas mudanças e como compartilhar suas ideias conosco msgid "Learn more about this warning" msgstr "Saiba mais sobre este aviso" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Saiba mais sobre verificação no Bluesky (em inglês)" @@ -6995,7 +7036,7 @@ msgstr "Saiba mais sobre verificação no Bluesky (em inglês)" msgid "Learn more about what is public on Bluesky." msgstr "Saiba mais sobre o que é público no Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Saiba mais sobre o seu link para Germ DM" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Saiba mais nas suas <0>configurações da conta." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Saiba mais." @@ -7067,7 +7108,7 @@ msgstr "Sair desta conversa irá bloqueá-la permanentemente e você não poder msgid "Left group chat." msgstr "Você saiu da conversa em grupo." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "na sua frente." @@ -7080,7 +7121,7 @@ msgstr "Deixe-me escolher" msgid "Let's get your password reset!" msgstr "Vamos redefinir sua senha!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Vamos lá!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claro" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Curtir" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Curtidas ({0, plural, one {# curtida} other {# curtidas}})" @@ -7114,7 +7155,7 @@ msgstr "Curtir 10 postagens" msgid "Like 10 posts to train the Discover feed" msgstr "Curta 10 postagens para treinar o feed de Descobertas" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Curtir este feed" @@ -7122,8 +7163,8 @@ msgstr "Curtir este feed" msgid "Like this labeler" msgstr "Curtir este rotulador" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Curtido por" @@ -7140,26 +7181,26 @@ msgstr "Curtido Por" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Curtido por {0, plural, one {# usuário} other {# usuários}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Curtido por {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Curtido por {0} e {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Curtidas" msgid "Likes of your reposts" msgstr "Curtidas das suas repostagens" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Curtidas nesta postagem" @@ -7191,11 +7232,16 @@ msgstr "Linear" msgid "Link copied to clipboard" msgstr "Link copiado para a área de transferência" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Avatar da lista" @@ -7227,20 +7273,20 @@ msgstr "Lista criada, mas não foi possível adicionar alguns membros" msgid "List creator" msgstr "Criador da lista" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lista excluída" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Descrição da lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Descrição da lista muito longa. {DESCRIPTION_MAX_GRAPHEMES, plural, other {O número máximo de caracteres é #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Lista foi ocultada" @@ -7248,7 +7294,7 @@ msgstr "Lista foi ocultada" msgid "List Hidden" msgstr "Lista Oculta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "A lista deve ter um nome." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Lista silenciada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Nome da lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Nome da lista muito longo. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {O número máximo de caracteres é #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Lista desbloqueada" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Lista dessilenciada" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listas" @@ -7326,12 +7372,12 @@ msgstr "O recurso Ao Vivo está em fase de testes" msgid "Live link" msgstr "Link ao vivo" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Carregar mais" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Carregar mais sugestões de feeds" @@ -7346,16 +7392,16 @@ msgstr "Carregar novas notificações" msgid "Load new posts" msgstr "Carregar novas postagens" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Carregando conversa…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Carregando listas..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Carregando configurações de interações..." @@ -7383,7 +7429,7 @@ msgstr "Trancar esta conversa em grupo" msgid "Locked" msgstr "Trancado" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Registros" @@ -7405,11 +7451,6 @@ msgstr "Logo por <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Toque e segure para abrir o menu de tag para {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Vídeos mais longos" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Tem este formato: XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Certifique-se de onde está indo!" msgid "Manage saved feeds" msgstr "Gerenciar feeds salvos" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Gerenciar configurações de verificação" @@ -7461,8 +7502,14 @@ msgstr "Gerencie suas palavras/tags silenciadas" msgid "Manual" msgstr "Manual" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Marcar todas como lidas" @@ -7473,6 +7520,10 @@ msgstr "Marcar todas como lidas" msgid "Mark all chats as read" msgstr "Marcar todas as conversas como lidas" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Mídia" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Mídia armazenada em {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Mídia armazenada em outro dispositivo" @@ -7540,7 +7591,7 @@ msgstr "Membros" msgid "Members can still read chat history but can’t send new messages." msgstr "Membros ainda podem ler o histórico do chat, mas não podem enviar novas mensagens." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "usuários mencionados" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Mensagem" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Mensagem" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Mensagem {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Mensagem excluída" @@ -7603,7 +7655,7 @@ msgstr "Mensagem de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Caixa de texto da mensagem" @@ -7615,7 +7667,7 @@ msgstr "A mensagem é muito longa ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Opções de mensagem" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mensagens" @@ -7640,12 +7692,12 @@ msgstr "Assédio ou bullying de menores" msgid "Misleading" msgstr "Enganoso" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Mídia ausente" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderação" @@ -7658,6 +7710,12 @@ msgstr "Moderação e filtros de conteúdo" msgid "Moderation details" msgstr "Detalhes da moderação" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Caixa de entrada de moderação" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Lista de moderação por <0/>" msgid "Moderation list by you" msgstr "Lista de moderação por você" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Lista de moderação criada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Lista de moderação atualizada" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Listas de moderação" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Listas de Moderação" @@ -7697,11 +7755,11 @@ msgstr "Listas de Moderação" msgid "moderation settings" msgstr "configurações de Moderação" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderação" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Ferramentas de moderação" @@ -7710,8 +7768,8 @@ msgstr "Ferramentas de moderação" msgid "Moderator has chosen to set a general warning on the content." msgstr "O moderador escolheu aplicar um aviso geral neste conteúdo." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Mais feeds" @@ -7720,10 +7778,10 @@ msgstr "Mais feeds" msgid "More languages..." msgstr "Mais idiomas..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Mais opções" @@ -7747,7 +7805,7 @@ msgstr "Música" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Silenciar" msgid "Mute {0}" msgstr "Silenciar {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Silenciar conta" @@ -7816,13 +7874,13 @@ msgstr "Silenciar esta palavra apenas nas tags de uma postagem" msgid "Mute this word until you unmute it" msgstr "Silenciar esta palavra até que você a reative" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silenciar fio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silenciar palavras/tags" @@ -7834,11 +7892,11 @@ msgstr "Silencie, saia ou remova pessoas a qualquer momento. A conversa é sua." msgid "Muted" msgstr "Silenciado" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Contas silenciadas" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Contas Silenciadas" @@ -7852,7 +7910,7 @@ msgstr "Contas silenciadas não aparecem no seu feed ou nas suas notificações. msgid "Muted by \"{0}\"" msgstr "Silenciado por \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Palavras/tags silenciadas" @@ -7881,7 +7939,7 @@ msgstr "Meus Feeds" msgid "My starter pack" msgstr "Meu pacote inicial" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nome" @@ -7891,12 +7949,12 @@ msgstr "Natureza" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navegar para {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Navegar até o pacote inicial" @@ -7910,8 +7968,8 @@ msgstr "Navega para próxima tela" msgid "Navigates to your profile" msgstr "Navega para seu perfil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Precisa relatar uma violação de direitos autorais, uma solicitação legal ou um problema de conformidade regulatória?" @@ -7919,10 +7977,6 @@ msgstr "Precisa relatar uma violação de direitos autorais, uma solicitação l msgid "Nevermind, create a handle for me" msgstr "Deixa pra lá, crie um nome de usuário pra mim" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Novo" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Novo endereço de e-mail" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Novo Recurso" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Novas mensagens" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nova senha" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Postar" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nova postagem" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Respostas mais recentes primeiro" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Notícias" @@ -8088,15 +8142,15 @@ msgstr "Notícias" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Próximo" @@ -8108,12 +8162,16 @@ msgstr "Próxima imagem" msgid "Night" msgstr "Noite" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Não" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Sem anúncios, sem rastreamento invasivo, sem armadilhas de engajamento. O Bluesky respeita seu tempo e atenção." @@ -8194,11 +8252,11 @@ msgstr "Sem curtidas ainda" msgid "No lists" msgstr "Sem listas" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Você não está mais seguindo {0}" @@ -8224,7 +8282,7 @@ msgstr "Chega de algoritmos de rolagem eterna cheios de lixo. Encontre feeds que msgid "No name" msgstr "Sem nome" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Nenhuma notificação!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Ninguém" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Ninguém além do autor pode citar esta postagem." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Nenhum resultados" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Sem resultados para \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "Nenhum resultado encontrado para \"<0>{query}”." msgid "No results found for your query with advanced search filters applied." msgstr "Nenhum resultado encontrado para sua busca com filtros de busca avançada." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Sem resultados." @@ -8335,7 +8393,7 @@ msgstr "Ainda não há Pacotes Iniciais" msgid "No thanks" msgstr "Não, obrigado" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Nenhuma tradução recebida do seu dispositivo." @@ -8343,7 +8401,7 @@ msgstr "Nenhuma tradução recebida do seu dispositivo." msgid "No video posts yet" msgstr "Ainda não há postagens de vídeo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Ninguém" @@ -8360,7 +8418,7 @@ msgstr "Ninguém citou isso ainda. Você pode se tornar o primeiro!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ninguém repostou isso ainda. Você pode se tornar o primeiro!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Ninguém foi encontrado. Tente procurar por outra pessoa." @@ -8398,7 +8456,7 @@ msgstr "Indisponível nesta plataforma." msgid "Not followed by anyone you’re following" msgstr "Não é seguido por ninguém que você segue" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Não encontrado" @@ -8407,7 +8465,7 @@ msgstr "Não encontrado" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Não sente que é a hora certa para publicar? Guarde as suas melhores ideias nos Rascunhos para utilizar no momento certo." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nota sobre compartilhamento" @@ -8419,13 +8477,17 @@ msgstr "Nota: o Bluesky faz parte da Atmosphere, uma rede pública aberta. Estas msgid "Note: This post is only visible to logged-in users." msgstr "Nota: Esta postagem só é visível para usuários conectados." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Nada foi salvo ainda" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Configurações de notificação" @@ -8435,8 +8497,8 @@ msgstr "Configurações de notificação" msgid "Notification sounds" msgstr "Sons de notificação" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sons de notificação" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notificações" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Ok" @@ -8505,6 +8567,10 @@ msgstr "Respostas mais antigas primeiro" msgid "On" msgstr "Ativado" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "No Bluesky, isso significa que seus posts só aparecerão no feed Discover para as pessoas que seguem você. Outros aplicativos podem optar por usar essa preferência em suas próprias recomendações algorítmicas." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "no<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Um dos destinatários selecionados não permite chats em grupo." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Um dos destinatários selecionados bloqueou você e não pode ser enviado." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Um ou mais GIFs estão sem texto alternativo." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens estão sem texto alternativo." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Um ou mais arquivos selecionados não são suportados." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Um ou mais arquivos selecionados são muito grandes. O tamanho máximo é {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Uma ou mais postagens são muito longas para salvar como um rascunho. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {O número máximo de caracteres é # caractere.} other {O número máximo de caracteres é # caracteres.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Um ou mais vídeos estão sem texto alternativo." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Apenas {0} pode responder." @@ -8556,7 +8622,7 @@ msgstr "Apenas {0} pode responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Apenas {0} de {1} {2, plural, one {imagem adicionada} other {imagens adicionadas}}; o limite é {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Apenas seguidores podem entrar nesta conversa em grupo." msgid "Only followers who I follow" msgstr "Apenas seguidores que eu sigo" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Apenas arquivos de imagem são suportados" @@ -8637,7 +8703,7 @@ msgstr "Abrir opções de busca avançada" msgid "Open avatar creator" msgstr "Abrir criador de avatar" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Abrir câmera" @@ -8655,7 +8721,7 @@ msgstr "Abrir opções de membro do chat para {displayName}" msgid "Open conversation options" msgstr "Abrir opções de conversa" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Abrir rascunho" @@ -8663,8 +8729,8 @@ msgstr "Abrir rascunho" msgid "Open drawer menu" msgstr "Abrir menu" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Abrir seletor de emoji" @@ -8695,12 +8761,12 @@ msgstr "Abrir conversa em grupo" msgid "Open group chat settings" msgstr "Abrir configurações de conversa em grupo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Abrir no Google Tradutor" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Abrir link para {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Abrir opções de mensagem" msgid "Open moderation debug page" msgstr "Abrir página de debug da moderação" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Abrir opções de palavras/tags silenciadas" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Abrir pacote" @@ -8743,7 +8809,7 @@ msgstr "Abrir configurações" msgid "Open share menu" msgstr "Abrir menu de compartilhamento" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Abrir o menu do pacote inicial" @@ -8759,10 +8825,9 @@ msgstr "Abrir registros do sistema" msgid "Open this group chat" msgstr "Abrir esta conversa em grupo" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Abrir feed {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Abre detalhes adicionais para um registro de depuração" msgid "Opens alt text dialog" msgstr "Abrir janela de texto alternativo" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Abre a câmera do dispositivo" @@ -8804,28 +8869,28 @@ msgstr "Abre a janela de alteração de usuário" msgid "Opens composer" msgstr "Abre o editor de postagem" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Abre a câmera do dispositivo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Abre a galeria do dispositivo para selecionar até {MAX_GALLERY_IMAGES, plural, other {# imagens}} ou um único vídeo ou GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Abre o fluxo de criação de conta do Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Abre a tela para entrar com uma conta Bluesky existente" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Abre imagem completa" @@ -8833,7 +8898,7 @@ msgstr "Abre imagem completa" msgid "Opens helpdesk in browser" msgstr "Abre a central de ajuda no navegador" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Abre seletor de imagens" @@ -8854,7 +8919,7 @@ msgstr "Abre configurações de idioma da postagem" msgid "Opens profile" msgstr "Abre perfil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Abre as configurações de encontrar e convidar amigos" @@ -8867,11 +8932,11 @@ msgstr "Abre o seletor de GIF" msgid "Opens the invite friends sheet to share your profile" msgstr "Abre a tela de convidar amigos para compartilhar seu perfil" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Abrir o compositor de post" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Abre este rascunho no editor" @@ -8879,15 +8944,51 @@ msgstr "Abre este rascunho no editor" msgid "Opens this profile" msgstr "Abre este perfil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opções:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Ou continue com outra conta." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Ou conecte em uma das suas outras contas." @@ -8985,7 +9086,7 @@ msgstr "GIFs festivos" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Senha" @@ -8993,7 +9094,7 @@ msgstr "Senha" msgid "Password changed" msgstr "Senha atualizada" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "A senha deve ter no mínimo 8 caracteres." @@ -9005,7 +9106,7 @@ msgstr "Senha atualizada" msgid "Password updated!" msgstr "Senha atualizada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausar" @@ -9020,7 +9121,7 @@ msgstr "Pausar vídeo" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Pessoas" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Pessoas que {ownerName} segue podem pedir para entrar" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Pessoas seguidas por @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Pessoas seguindo @{0}" @@ -9070,11 +9171,11 @@ msgstr "Pessoas que eu sigo podem entrar instantaneamente" msgid "People I follow can request to join" msgstr "Pessoas que eu sigo podem solicitar entrada" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Pessoas que você segue" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Pessoas que você mencionou" @@ -9082,7 +9183,7 @@ msgstr "Pessoas que você mencionou" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "A permissão para acessar sua galeria de fotos foi negada. Por favor, habilite-a nas configurações do dispositivo." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Alternar pessoa" @@ -9115,15 +9216,15 @@ msgstr "Escolha um tema de cor" msgid "Pictures meant for adults." msgstr "Imagens destinadas a adultos." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Fixar feed" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fixar na tela inicial" @@ -9131,8 +9232,8 @@ msgstr "Fixar na tela inicial" msgid "Pin to Home" msgstr "Fixar na Tela Inicial" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fixar no seu perfil" @@ -9151,11 +9252,11 @@ msgstr "{0} fixado na Tela Inicial" msgid "Pinned Feeds" msgstr "Feeds Fixados" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Fixado em seus feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Tocar" @@ -9169,12 +9270,12 @@ msgstr "Reproduzir {0}" msgid "Play GIF" msgstr "Reproduzir GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Reproduzir vídeo" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Reproduzir Vídeo" @@ -9182,7 +9283,7 @@ msgstr "Reproduzir Vídeo" msgid "Plays or pauses the GIF" msgstr "Reproduz ou para o GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Reproduz ou para o vídeo" @@ -9190,7 +9291,7 @@ msgstr "Reproduz ou para o vídeo" msgid "Plays the GIF" msgstr "Reproduz o GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Reproduz o vídeo" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Por favor, escolha seu nome de usuário." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Por favor, escolha sua senha." @@ -9219,12 +9320,12 @@ msgstr "Por favor, clique no link do email que acabamos de enviar para verificar msgid "Please complete the verification captcha." msgstr "Por favor, complete o captcha de verificação." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Confirme o seu endereço de email para enviar vídeos." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Por favor, verifique se você digitou seu endereço de e-mail corretamente." @@ -9232,7 +9333,7 @@ msgstr "Por favor, verifique se você digitou seu endereço de e-mail corretamen msgid "Please enter a password." msgstr "Insira uma senha." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Por favor, insira uma senha. Ela deve ter no mínimo 8 caracteres." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Digite o código de segurança que enviamos para o seu endereço de email anterior." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Por favor, digite o seu e-mail." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Por favor, insira seu código de convite." @@ -9306,8 +9407,8 @@ msgstr "Por favor, explique por que você acha que suas conversas foram desativa msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Por favor, explique por que você acredita que seu acesso ao recurso Ao Vivo foi desabilitado incorretamente." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Por favor, volte ou ative este elemento para retornar ao início do conteúdo ativo." @@ -9333,7 +9434,7 @@ msgstr "Por favor, escolha um motivo para esta denúncia" msgid "Please sign in as @{0}" msgstr "Por favor entre como @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Envie sua denúncia através do formulário de denúncia de imagens íntimas não consensuais (NCII)." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Escreva sua mensagem abaixo:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Política" @@ -9367,18 +9468,18 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Postar" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Postagem" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Postagem {index} de {count}" @@ -9393,12 +9494,12 @@ msgstr "Postar uma foto" msgid "Post a video" msgstr "Postar um vídeo" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Postar Tudo" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Postar mesmo assim" @@ -9406,11 +9507,16 @@ msgstr "Postar mesmo assim" msgid "Post blocked" msgstr "Postagem bloqueada" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Postagem por @{0}" @@ -9423,10 +9529,10 @@ msgstr "Postagem excluída" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Falha ao enviar a postagem. Por favor verifique sua conexão de internet e tente novamente." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Postagem excluída" @@ -9440,11 +9546,11 @@ msgstr "Postagem Escondida por Palavra Silenciada" msgid "Post Hidden by You" msgstr "Postagem Escondida por Você" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Configurações de interação de postagem" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Opções de interação em postagens" @@ -9468,7 +9574,7 @@ msgstr "Link da postagem" msgid "Post not found" msgstr "Postagem não encontrada" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Postagem fixada" @@ -9478,7 +9584,7 @@ msgstr "Postagem fixada" msgid "Post type" msgstr "Tipo de postagem" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Postagem desafixada" @@ -9487,7 +9593,7 @@ msgstr "Postagem desafixada" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Postagens" @@ -9520,7 +9626,7 @@ msgstr "Idioma preferido" msgid "Press to attempt reconnection" msgstr "Tentar reconexão" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacidade" msgid "Privacy and security" msgstr "Privacidade e segurança" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Configurações de Privacidade e Segurança" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Política de Privacidade" msgid "Privacy violation of a minor" msgstr "Violação da privacidade de um menor" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Processando GIF..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Processando vídeo..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "perfil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas públicas e compartilháveis de usuários para silenciar ou bloquear em massa." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publicar postagem" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publicar postagens" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publicar respostas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publicar resposta" @@ -9685,7 +9791,7 @@ msgstr "QR code salvo no rolo da sua câmera!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citar postagem" @@ -9723,8 +9829,8 @@ msgstr "Limite de operações excedido – você tentou mudar seu nome de usuár msgid "Rate limit exceeded. Please try again later." msgstr "Limite de tentativas excedido. Por favor, tente novamente mais tarde." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Reanexar citação" @@ -9745,7 +9851,7 @@ msgstr "Reagir com {emoji}" msgid "Reactions" msgstr "Reações" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reative sua conta" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Leia sobre como usar filtros de busca avançada" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Ler postagem do blog (em inglês)" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Ver menos" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Ver mais" @@ -9780,7 +9886,7 @@ msgstr "Ler mais respostas" msgid "Read our blog post" msgstr "Leia nosso post do blog" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Leia o blog do Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Leia a Política de Privacidade do Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Leia os Termos de Serviço do Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Conversas reais." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Pessoas reais." @@ -9862,23 +9968,24 @@ msgstr "Recarregar conversas" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Remover" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Remover {displayName} do chat em grupo" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Remover {displayName} do pacote inicial" @@ -9914,8 +10021,8 @@ msgstr "Remover anexo" msgid "Remove Avatar" msgstr "Remover avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Remover banner" @@ -9950,8 +10057,8 @@ msgstr "Remover da conversa" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Remover dos meus feeds" @@ -9960,8 +10067,8 @@ msgstr "Remover dos meus feeds" msgid "Remove from quick access?" msgstr "Remover do acesso rápido?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Remover dos feeds salvos" @@ -9970,7 +10077,7 @@ msgstr "Remover dos feeds salvos" msgid "Remove from saved posts" msgstr "Remover das postagens salvas" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Remover dos seus feeds?" @@ -10010,7 +10117,7 @@ msgstr "Remover sugestão" msgid "Remove this feed from your saved feeds" msgstr "Remover este feed dos feeds salvos" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Remover serviços de moderação indisponíveis" @@ -10018,10 +10125,14 @@ msgstr "Remover serviços de moderação indisponíveis" msgid "Remove user from list" msgstr "Remover usuário da lista" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Remover verificação" @@ -10029,11 +10140,11 @@ msgstr "Remover verificação" msgid "Remove your verification for this account?" msgstr "Remover a sua verificação para essa conta?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Removido pelo autor" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Removido por você" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Removido das postagens salvas" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Removido do pacote inicial" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Removido dos feeds salvos" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Serviços indisponíveis removidos" @@ -10128,11 +10240,11 @@ msgstr "Mensagem respondida, toque para rolar até ela" msgid "Replies" msgstr "Respostas" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Respostas desabilitadas" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Respostas para esta postagem estão desativadas." @@ -10141,14 +10253,14 @@ msgstr "Respostas para esta postagem estão desativadas." msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responder ({0, plural, one {# resposta} other {# respostas}})" @@ -10162,7 +10274,7 @@ msgstr "Resposta Ocultada pelo Autor do Fio" msgid "Reply Hidden by You" msgstr "Resposta ocultada por você" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Configurações de resposta são escolhidas pelo autor do fio" @@ -10185,8 +10297,8 @@ msgstr "Resposta foi ocultada com sucesso" msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Denunciar conta" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Denunciar conversa" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Janela de denúncia" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Denunciar feed" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Denunciar lista" @@ -10216,8 +10328,8 @@ msgstr "Denunciar lista" msgid "Report message" msgstr "Denunciar mensagem" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Denunciar postagem" @@ -10225,8 +10337,8 @@ msgstr "Denunciar postagem" msgid "Report sent" msgstr "Relatório enviado" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Denunciar pacote inicial" @@ -10292,7 +10404,7 @@ msgstr "Repostar ({0, plural, one {# repostagem} other {# repostagens}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Repostar ou citar uma postagem" @@ -10330,12 +10442,12 @@ msgstr "Repostagens" msgid "Reposts of your reposts" msgstr "Repostagens das suas repostagens" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "As repostagens ficarão ocultas nos feeds" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "As repostagens serão exibidas nos feeds" @@ -10348,8 +10460,8 @@ msgstr "Solicitar acesso à conversa em grupo" msgid "Request approved." msgstr "Solicitação aprovada." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Solicitar código" @@ -10371,7 +10483,7 @@ msgstr "Solicitado" msgid "Requests" msgstr "Solicitações" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Exigir texto alternativo antes de postar" msgid "Require an email code to sign in to your account." msgstr "Requer um código de email para entrar em sua conta." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Obrigatório para este provedor" @@ -10418,16 +10530,16 @@ msgstr "Reenviar código" msgid "Resend code in <0>00:{0}" msgstr "Reenviar código em <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Reenviar e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Reenviar E-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Reenviar E-mail de Verificação" @@ -10453,6 +10565,11 @@ msgstr "Redefinir senha" msgid "Reset your password by sending a code to your email" msgstr "Redefina sua senha mandando um código para seu email" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Restaurar padrão" @@ -10479,9 +10596,9 @@ msgstr "Tenta a última ação, que deu erro" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Tenta a última ação, que deu erro" msgid "Retry" msgstr "Tente novamente" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Recarregar opções de denúncia" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Voltar para página anterior" @@ -10521,7 +10638,7 @@ msgstr "Voltar para a tela inicial" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Voltar para página anterior" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIFs tristes" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Salvar data de nascimento" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Salvar alterações" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Salvar alterações?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Salvar rascunho" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Salvar rascunho?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Salvar imagem" @@ -10608,8 +10725,8 @@ msgstr "Salvar novo nome de usuário" msgid "Save QR code" msgstr "Salvar QR code" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Salvar estas opções para a próxima vez" @@ -10618,7 +10735,7 @@ msgstr "Salvar estas opções para a próxima vez" msgid "Save to my feeds" msgstr "Salvar nos meus feeds" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Feeds Salvos" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Postagens Salvas" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Adicionado aos seus feeds" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Diga olá!" @@ -10661,7 +10778,7 @@ msgstr "Escanear" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Escanear código QR" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Ir para o topo" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Pesquisar" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Pesquisar postagens de @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Pesquisar por nome ou interesse" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Pesquisar feeds" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Pesquisar por \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Pesquisar por \"{interestsDisplayName}\" (ativo)" @@ -10734,19 +10851,19 @@ msgstr "Buscar por “{searchText}”" msgid "Search for {q}" msgstr "Buscar por {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Procure por feeds que você queira sugerir para outros." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Pesquisar por mais contas" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Pesquisar por mais feeds" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Procurar pessoas" @@ -10774,14 +10891,14 @@ msgstr "Procurar idiomas" msgid "Search my posts" msgstr "Pesquisar minhas postagens" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Pesquisar postagens" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Pesquisar por usuários" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Pesquisar..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Pesquisa por perfis" @@ -10829,14 +10946,14 @@ msgstr "Ver postagens com #{tag}" msgid "See #{tag} posts by user" msgstr "Ver postagens com #{tag} deste usuário" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Veja empregos na Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Ver mais" @@ -10844,16 +10961,11 @@ msgstr "Ver mais" msgid "See more suggested profiles" msgstr "Ver mais perfis sugeridos" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Ver mais tópicos em alta" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Exibir selos numerados (1/3, 2/3, etc.) nas postagens do mesmo autor em um fio." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Selecionar {langName}" msgid "Select a color" msgstr "Selecione uma cor" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Selecione um motivo" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Selecione uma conta" @@ -10910,7 +11022,7 @@ msgstr "Selecione um avatar" msgid "Select an emoji" msgstr "Selecione um emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Selecionar opção" @@ -10946,11 +11058,11 @@ msgstr "Selecionar tipo de filtro (atual: {0})" msgid "Select from an existing account" msgstr "Selecionar de uma conta existente" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Selecione a partir de suas listas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Selecione a partir de suas listas <0>{numberOfListsSelected, plural, one {(# selecionada)} other {(# selecionadas)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Selecione por quanto tempo esta palavra deve ser silenciada." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Selecione o idioma" @@ -10987,7 +11099,7 @@ msgstr "Selecione o idioma..." msgid "Select languages" msgstr "Selecionar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Escolher serviço de moderação" @@ -11028,7 +11140,7 @@ msgstr "Selecione qual idioma usar para a interface do aplicativo." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selecione quais idiomas você deseja ver nos seus feeds. Se nenhum for selecionado, todos os idiomas serão exibidos." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Selecione sua data de nascimento" @@ -11045,7 +11157,7 @@ msgstr "Selecione seu idioma preferido para as traduções no seu feed." msgid "Select your preferred notification channels" msgstr "Selecione seus canais preferidos de notificação" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Não é possível selecionar múltiplos tipos de mídia." @@ -11076,7 +11188,7 @@ msgstr "Enviar relatório de erro" msgid "Send feedback" msgstr "Enviar comentários" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Enviar mensagem" @@ -11089,7 +11201,7 @@ msgstr "Enviar postagem para {name}" msgid "Send post to..." msgstr "Enviar postagem para..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Enviar denúncia para {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Envie a mensagem do seu telefone" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Enviar e-mail de verificação" @@ -11133,7 +11245,7 @@ msgstr "Definir ícone do aplicativo como {0}" msgid "Set new password" msgstr "Definir uma nova senha" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Definir precisamente quais grupos de pessoas podem responder à sua postagem" @@ -11141,11 +11253,11 @@ msgstr "Definir precisamente quais grupos de pessoas podem responder à sua post msgid "Set up your account" msgstr "Configure sua conta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Definir quem pode responder à sua postagem" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Defina sua data de nascimento abaixo e rapidinho você poderá voltar a postar e explorar!" @@ -11161,9 +11273,9 @@ msgstr "Defina seu provedor de hospedagem manualmente" msgid "Sets email for password reset" msgstr "Configura o e-mail para recuperação de senha" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Configurações" @@ -11222,7 +11334,7 @@ msgstr "Configurações para notificações de resposta" msgid "Settings for repost notifications" msgstr "Configurações para notificações de repostagem" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Ajustes salvos" @@ -11242,7 +11354,7 @@ msgstr "Sexualmente Sugestivo" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Compartilhar" @@ -11251,7 +11363,7 @@ msgstr "Compartilhar" msgid "Share age range" msgstr "Compartilhar faixa etária" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Compartilhar mesmo assim" @@ -11279,13 +11391,13 @@ msgstr "Compartilhar link de convite" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Compartilhar link" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Compartilhar Link de diálogo" @@ -11304,12 +11416,12 @@ msgstr "Compartilhar URI at:// da postagem" msgid "Share Profile" msgstr "Compartilhar Perfil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Compartilhar QR code" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Compartilhar este feed" @@ -11318,22 +11430,22 @@ msgstr "Compartilhar este feed" msgid "Share this search" msgstr "Compartilhar esta busca" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Compartilhar este pacote inicial" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Compartilhe este pacote inicial e ajude as pessoas a se juntarem à sua comunidade no Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Compartilhar via..." @@ -11345,7 +11457,7 @@ msgstr "Compartilhe os seus contatos para encontrar amigos" msgid "Share your thoughts…" msgstr "Compartilhe seus pensamentos…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Testador de Preferências Compartilhadas" @@ -11359,12 +11471,16 @@ msgstr "Compartilhar sua faixa etária revela somente a faixa associada à sua c msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Compartilhar sua faixa etária revela somente a faixa associada à sua conta do Google. – por exemplo, se você tiver pelo menos 18 anos. <0>Sua idade exata e aniversário nunca são compartilhadas, e estes dados nunca saem do dispositivo. Portanto, ele só permite acesso a este dispositivo. Alternativamente <1>você pode usar nosso parceiro confiável, KWS, para concluir sua verificação e habilitar acesso em todas as plataformas." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Mostrar" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Mostrar texto alternativo" @@ -11373,14 +11489,14 @@ msgstr "Mostrar texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Mostrar mesmo assim" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Mostrar rótulo de automação" @@ -11401,16 +11517,16 @@ msgstr "Mostrar opções de personalização" msgid "Show group chat updates" msgstr "Mostrar atualizações do chat em grupo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Mostrar menos disso" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Mostrar lista de qualquer maneira" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Mostrar listas de usuários para selecionar" @@ -11418,8 +11534,8 @@ msgstr "Mostrar listas de usuários para selecionar" msgid "Show more" msgstr "Ver mais" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Mostrar mais disso" @@ -11445,8 +11561,8 @@ msgstr "Mostrar respostas" msgid "Show replies as" msgstr "Mostrar respostas como" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Mostrar resposta para todos" @@ -11455,8 +11571,8 @@ msgstr "Mostrar resposta para todos" msgid "Show reposts" msgstr "Mostrar repostagens" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Exibir repostagens nos feeds" @@ -11478,7 +11594,7 @@ msgstr "Mostrar aviso e filtrar dos feeds" msgid "Show when you’re live" msgstr "Mostrar quando você estiver ao vivo" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Mostra informações sobre quando esta postagem foi criada" @@ -11486,15 +11602,15 @@ msgstr "Mostra informações sobre quando esta postagem foi criada" msgid "Shows other accounts you can switch to" msgstr "Exibe suas outras contas que você pode acessar" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Exibe o conteúdo" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Exibe o conteúdo" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Entrar" msgid "Sign in as {0}" msgstr "Entrar como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Entrar como…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Entrar ou criar uma conta" @@ -11551,16 +11667,17 @@ msgstr "Registre-se no Bluesky ou crie uma conta" msgid "Sign in to request access to this group chat." msgstr "Entre para solicitar acesso a esta conversa em grupo." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Faça login para ver a postagem" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Desde" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Pular" msgid "Skip contact sharing and continue to the app" msgstr "Pular compartilhamento de contatos e continuar para o app" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Pular publicações vazias?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Pular introdução e começar a usar a sua conta" @@ -11628,7 +11745,7 @@ msgstr "Pular introdução e começar a usar a sua conta" msgid "Skip to next step" msgstr "Pular para a próxima etapa" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "slide" @@ -11644,19 +11761,24 @@ msgstr "Adiar o lembrete" msgid "So many thoughts, you should post one" msgstr "Tantos pensamentos, você deveria postar um deles" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "A rede social que você controla." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Desenvolvimento de software" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Alguns serviços de moderação na sua lista não estão mais disponíveis." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Algumas de suas verificações são inválidas." @@ -11664,7 +11786,7 @@ msgstr "Algumas de suas verificações são inválidas." msgid "Some other feeds you might like" msgstr "Alguns outros feeds que você pode gostar" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Algumas pessoas podem responder" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Algo deu errado" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Algo deu errado, tente novamente" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Algo deu errado. Por favor, tente novamente mais tarde." msgid "Something went wrong. Please try again." msgstr "Algo deu errado. Por favor, tente novamente." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Algo de errado? Nos avise." @@ -11759,8 +11881,8 @@ msgstr "Algo de errado? Nos avise." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Desculpe, não foi possível carregar as contas sugeridas no momento." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Desculpe! Sua sessão expirou. Entre novamente." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam ou outros comportamentos inautênticos ou enganosos" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Esportes" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Inicie uma conversa e ela aparecerá aqui." @@ -11826,14 +11953,14 @@ msgstr "Iniciar conversa" msgid "Start chat with {displayName}" msgstr "Comece a conversar com {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Pacote Inicial" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Pacote inicial por {0}" @@ -11841,12 +11968,12 @@ msgstr "Pacote inicial por {0}" msgid "Starter pack by <0/>" msgstr "Pacote inicial por <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Seu pacote inicial" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Pacote inicial é inválido" @@ -11854,7 +11981,7 @@ msgstr "Pacote inicial é inválido" msgid "Starter packs" msgstr "Pacotes iniciais" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Pacotes Iniciais" @@ -11893,7 +12020,7 @@ msgstr "Armazenamento limpo, você precisa reiniciar o aplicativo agora." msgid "Stored as part of a secure code for matching with others" msgstr "Armazenado como parte de um código seguro para correspondência com outros" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "Enviar Recurso" msgid "Submit feedback" msgstr "Enviar comentário" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Enviar denúncia" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Envie sua denúncia através do formulário de imagens íntimas não consensuais (NCII)" @@ -11963,11 +12090,11 @@ msgstr "Inscreva-se em @{0} para utilizar estes rótulos:" msgid "Subscribe to account activity" msgstr "Inscrever-se na atividade da conta" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Inscrever-se no rotulador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Inscrever-se neste rotulador" @@ -11975,7 +12102,7 @@ msgstr "Inscrever-se neste rotulador" msgid "Subscribe to this list" msgstr "Inscreva-se nesta lista" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Sucesso" @@ -11998,7 +12125,7 @@ msgstr "Verificado com sucesso" msgid "Suggested" msgstr "Sugestões" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Contas sugeridas" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Entardecer" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Apenas Tags" msgid "Take the conversation private." msgstr "Leve a conversa para o particular." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Toque abaixo para permitir o acesso à sua localização GPS. Usaremos esses dados para determinar com mais precisão o conteúdo e os recursos disponíveis em sua região." @@ -12103,8 +12230,8 @@ msgstr "Toque para informações" msgid "Tap for more information" msgstr "Toque para mais informações" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Toque aqui para atualizar sua localização com GPS." @@ -12206,7 +12333,7 @@ msgstr "Termos" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Obrigado por seu comentário! Ele foi enviado ao operador." msgid "Thanks for your feedback!" msgstr "Obrigado pelo seu comentário!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Obrigado, você verificou seu endereço de e-mail com sucesso. Você pode fechar esta janela." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Obrigado! Está tudo pronto." @@ -12246,16 +12373,16 @@ msgstr "Obrigado! Está tudo pronto." msgid "That contains the following:" msgstr "Contém o seguinte:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Este pacote inicial não pôde ser encontrado." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Este nome de usuário já está em uso" @@ -12263,13 +12390,13 @@ msgstr "Este nome de usuário já está em uso" msgid "That's all, folks!" msgstr "Isso é tudo, pessoal!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Isso é tudo!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interagir com você após o desbloqueio." @@ -12287,7 +12414,7 @@ msgstr "O autor deste fio ocultou esta resposta." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "A data de nascimento que você inseriu significa que você tem menos de 18 anos. Certos conteúdos e recursos podem não estar disponíveis para você." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "A aplicação web Bluesky" @@ -12352,32 +12479,32 @@ msgstr "A postagem que você está respondendo foi marcada como sido escrita em msgid "The Privacy Policy has been moved to <0/>" msgstr "A Política de Privacidade foi movida para <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "O vídeo processado é muito grande. Tente novamente com um arquivo menor." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "O vídeo selecionado não pôde ser codificado." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "O vídeo selecionado não pôde ser processado." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "O vídeo selecionado tem uma proporção de imagem não suportada." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "O vídeo selecionado é maior que {VIDEO_MAX_SIZE_MB} MB. Tente novamente com um arquivo menor." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "O vídeo selecionado é muito longo." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "O vídeo selecionado usa um formato não suportado." @@ -12386,7 +12513,7 @@ msgstr "O vídeo selecionado usa um formato não suportado." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "O servidor parece estar passando por instabilidade. Por favor tente novamente em alguns instantes." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "O pacote inicial que você está tentando visualizar é inválido. Você pode excluir este pacote inicial em vez disso." @@ -12402,7 +12529,7 @@ msgstr "O formulário de suporte foi movido. Se precisar de ajuda, <0/> ou visit msgid "The Terms of Service have been moved to" msgstr "Os Termos de Serviço foram movidos para" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "O código de verificação que você forneceu é inválido. Certifique-se de que você usou o link de verificação correto ou solicite novamente." @@ -12412,7 +12539,7 @@ msgstr "O código de verificação que você forneceu é inválido. Certifique-s msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "O provedor de verificação não conseguiu enviar um código para o seu número de telefone. Por favor, verifique o seu número de telefone e tente novamente." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Não foi possível enviar o vídeo para seu provedor de hospedagem. Tente novamente." @@ -12428,7 +12555,7 @@ msgstr "Há um limite de quantas vezes você pode alterar sua data de nascimento msgid "There is no invite link for this group chat." msgstr "Não há nenhum link de convite para esse chat em grupo." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Não há limite de tempo para desativação da conta, volte quando quiser." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Houve um problema com a sua conexão de internet, por favor tente novamente" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Tivemos um problema ao contatar o servidor deste feed" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Houve um problema ao comunicar com o servidor, por favor verifique sua conexão de internet e tente novamente." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Tivemos um problema ao carregar notificações. Toque aqui para tentar de novo." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Tivemos um problema ao carregar as postagens. Toque aqui para tentar de novo." @@ -12495,25 +12622,25 @@ msgstr "Houve um problema ao atualizar seus feeds, por favor verifique sua conex #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Tivemos um problema! {0}" @@ -12521,10 +12648,10 @@ msgstr "Tivemos um problema! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Houve algum problema. Por favor verifique sua conexão com a internet e msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Houve um problema inesperado no aplicativo. Por favor, deixe-nos saber se isso aconteceu com você!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Muitos usuários estão tentando acessar o Bluesky! Ativaremos sua conta assim que possível." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Estas são as suas configurações padrão" @@ -12576,7 +12703,7 @@ msgstr "Eles não poderão voltar a entrar a menos que você os convide novament msgid "This {screenDescription} has been flagged:" msgstr "Este {screenDescription} foi reportado:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Esta conta tem um selo de verificação porque ela foi verificada por fontes confiáveis." @@ -12584,7 +12711,7 @@ msgstr "Esta conta tem um selo de verificação porque ela foi verificada por fo msgid "This account has been marked as automated by its owner." msgstr "Esta conta foi marcada como automatizada pelo seu proprietário." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Esta conta tem uma ou mais tentativas de verificação, mas não está verificada no momento." @@ -12618,7 +12745,7 @@ msgstr "Este recurso será enviado ao serviço de moderação do Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Este autor escolheu tornar suas postagens visíveis apenas para as pessoas que estão conectadas." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Este botão permite que outros abram o aplicativo Germ DM para lhe enviar uma mensagem. Você pode gerenciar a visibilidade dele através do aplicativo Germ DM, ou você pode desconectar completamente o Germ DM da sua conta Bluesky ao clicar no botão abaixo." @@ -12649,7 +12776,7 @@ msgstr "Esta conversa foi desconectada" msgid "This code is invalid. Resend to get a new code." msgstr "Este código é inválido. Reenvie para obter um novo código." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Este código de confirmação não é válido. Por favor, tente novamente." @@ -12683,7 +12810,7 @@ msgstr "Esta conversa está trancada." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Esta conversa é com uma conta desativada ou excluída. Pressione para ver as ações" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Este rascunho será excluído permanentemente." @@ -12700,7 +12827,7 @@ msgstr "Esta frase exata" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Esta função permite que usuários recebam notificações das suas postagens e respostas. Para quem você deseja ativar isto?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Este recurso está em fase de testes. Você pode ler mais sobre exportação de repositórios <0>nesta postagem do nosso blog." @@ -12763,7 +12890,7 @@ msgstr "Esta é uma verificação de segurança única, já que não vimos esta msgid "This is not a valid link" msgstr "Este não é um link válido" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Este rótulo deixa o mundo saber que esta conta é automatizada. Se ativado, este rótulo aparece ao lado do nome da conta em seu perfil e postagens. Pode ser ativado ou desativado a qualquer momento." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Este link está levando você ao seguinte site:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Esta lista – criada por <0>{0} – contém possíveis violações das diretrizes da comunidade Bluesky em seu nome ou descrição." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Esta lista – criada por você – contém possíveis violações das diretrizes da comunidade Bluesky em seu nome ou descrição." @@ -12829,11 +12956,11 @@ msgstr "Esta pessoa está bloqueando você" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Esta postagem alega ter sido criada em <0>{0}, mas ela apareceu no Bluesky em <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Essa postagem possui uma configuração desconhecida de interações permitidas. O app talvez esteja desatualizado." @@ -12845,19 +12972,19 @@ msgstr "Esta postagem só é visível para usuários conectados." msgid "This post was deleted by its author" msgstr "Esta postagem foi excluída pelo autor" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta postagem será ocultada dos feeds e dos fios. Isso não pode ser desfeito." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "O autor desta postagem desabilitou as postagens de citação." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Este perfil será visível apenas para usuários registrados. Ele não será visível para usuários desconectados." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Esta resposta será inserida em uma seção oculta na parte inferior do seu tópico e silenciará as notificações para respostas subsequentes, tanto para você quanto para outras pessoas." @@ -12870,7 +12997,7 @@ msgstr "Esta tela está disponível apenas para conversas em grupo." msgid "This service has not provided terms of service or a privacy policy." msgstr "Este serviço não proveu termos de serviço ou política de privacidade." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Este serviço não é suportado enquanto o recurso Ao Vivo estiver em testes. Serviços permitidos: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Este usuário é novo aqui. Toque para mais informações sobre quando e msgid "This user isn't following anyone." msgstr "Este usuário não segue ninguém ainda." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Este vídeo não pode ser reproduzido no seu dispositivo. Seu navegador ou sistema pode estar sem os codecs de vídeo necessários (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Isso irá excluir irreversivelmente sua conta Bluesky <0>{currentHandle} msgid "This will remove @{0} from the quick access list." msgstr "Isso removerá @{0} da lista de acesso rápido." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Isso removerá sua postagem desta postagem de citação para todos os usuários e a substituirá por um espaço reservado." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Numeração nos fios" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferências dos Fios" msgid "Threaded" msgstr "Alinhado" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferências dos Fios" @@ -13002,7 +13124,7 @@ msgstr "Título" msgid "Title (100 characters max)" msgstr "Título (máximo de 100 caracteres)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Para desabilitar o 2FA via e-mail, por favor verifique seu acesso a este endereço de e-mail." @@ -13012,7 +13134,7 @@ msgstr "Para desabilitar o 2FA via e-mail, por favor verifique seu acesso a este msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Para desabilitar o 2FA via email, por favor verifique que você tem acesso a <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Para encerrar a sessão, <0>clique aqui. Ou, se preferir, você pode <1>excluir sua conta." @@ -13020,11 +13142,11 @@ msgstr "Para encerrar a sessão, <0>clique aqui. Ou, se preferir, você pode msgid "Today" msgstr "Hoje" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Ligar ou desligar conteúdo adulto" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Alterna o som" @@ -13053,7 +13175,7 @@ msgstr "Principais" msgid "Top replies first" msgstr "Respostas populares primeiro" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Assunto" @@ -13061,8 +13183,8 @@ msgstr "Assunto" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traduzir" @@ -13074,12 +13196,12 @@ msgstr "Traduzido" msgid "Translating" msgstr "Traduzindo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Traduzindo…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Tradução para o mesmo idioma não está disponível no seu dispositivo." @@ -13088,9 +13210,9 @@ msgstr "Tradução para o mesmo idioma não está disponível no seu dispositivo msgid "Tree view" msgstr "Visualização em árvore" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Em alta" @@ -13099,12 +13221,20 @@ msgstr "Em alta" msgid "Trending GIFs" msgstr "GIFs em alta" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Opções dos assuntos em alta" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Tópicos em alta" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Os tópicos em alta são baseados no que as pessoas estão falando na rede. Os títulos e descrições dos tópicos são gerados por IA." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Vídeos em alta" @@ -13113,7 +13243,7 @@ msgstr "Vídeos em alta" msgid "Trolling" msgstr "Trollagem" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "A confiança emerge de relacionamentos, comunidades e contexto compartilhado, por isso também estamos permitindo <0>verificadores confiáveis: organizações que podem conceder verificação diretamente." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Não foi possível conectar. Verifique a sua conexão de internet e tente novamente." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Não foi possível conectar. Verifique a sua conexão de internet e tente novamente." @@ -13187,7 +13317,7 @@ msgstr "Não foi possível conectar. Verifique a sua conexão de internet e tent msgid "Unable to contact your service. Please check your Internet connection." msgstr "Não foi possível entrar em contato com seu serviço. Por favor, verifique sua conexão à internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Não foi possível excluir" @@ -13205,6 +13335,10 @@ msgstr "Não foi possível encontrar um destinatário selecionado." msgid "Unable to find the selected recipient." msgstr "Não foi possível encontrar o destinatário selecionado." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Não foi possível encontrar o usuário" @@ -13233,14 +13367,14 @@ msgstr "Informação do feed indisponível" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -13251,8 +13385,8 @@ msgstr "Desbloquear {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Desbloquear Conta" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Desbloquear conta?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Desbloquear Conta?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Desbloquear lista" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Desfazer" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Desfazer" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desfazer repostagem ({0, plural, one {# repostagem} other {# repostagens}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Parar de seguir conta" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Para de seguir o usuário" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Infelizmente, nenhum dos rotuladores em que você se inscreveu suporta esse tipo de denúncia." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Infelizmente, a data de aniversário que você salvou no seu perfil torna você jovem demais para acessar o Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Infelizmente, a sua idade declarada indica que você não tem idade suficiente para acessar o Bluesky na sua região." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Verificador desconhecido" @@ -13333,13 +13490,13 @@ msgstr "Conteúdo adulto não sinalizado" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Conteúdo adulto não sinalizado, abusivo ou não consensual" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Descurtir" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Descurtir ({0, plural, one {# curtida} other {# curtidas}})" @@ -13351,12 +13508,12 @@ msgstr "Destrancar conversa" msgid "Unlock this group chat" msgstr "Destrancar esta conversa em grupo" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Dessilenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Dessilenciar" msgid "Unmute {0}" msgstr "Dessilenciar {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Dessilenciar conta" @@ -13379,8 +13536,8 @@ msgstr "Dessilenciar conta" msgid "Unmute conversation" msgstr "Dessilenciar conversa" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Dessilenciar lista" @@ -13388,8 +13545,8 @@ msgstr "Dessilenciar lista" msgid "Unmute this group chat" msgstr "Dessilenciar esta conversa em grupo" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Dessilenciar fio" @@ -13397,14 +13554,14 @@ msgstr "Dessilenciar fio" msgid "Unmute video" msgstr "Ativar o áudio do vídeo" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Desafixar" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Desafixar feed" @@ -13414,13 +13571,13 @@ msgstr "Desafixar feed" msgid "Unpin from home" msgstr "Desafixar da tela inicial" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Desafixar do seu perfil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Desafixar lista de moderação" @@ -13429,29 +13586,34 @@ msgstr "Desafixar lista de moderação" msgid "Unpinned {0} from Home" msgstr "{0} desafixado da Tela Inicial" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Desafixado dos seus feeds" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Lista desafixada" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Reativar lembretes de email" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Cancelar inscrição" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Cancelar inscrição da lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Cancelar inscrição deste rotulador" @@ -13463,7 +13625,7 @@ msgstr "Cancelada inscrição na lista" msgid "Unsupported clipboard content" msgstr "Conteúdo da área de transferência não suportado" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Formato de vídeo não suportado: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Alterar para {domain}" msgid "Update your email" msgstr "Atualizar seu email" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Atualizar sua localização" @@ -13539,24 +13701,24 @@ msgstr "Carregar um arquivo de texto para:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Tirar uma foto" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Carregar um arquivo" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Carregar da galeria" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Enviando GIF..." @@ -13570,7 +13732,7 @@ msgstr "Enviando imagens..." msgid "Uploading link thumbnail..." msgstr "Enviando prévia de link..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Enviando vídeo..." @@ -13659,25 +13821,25 @@ msgstr "Lista de Usuários por {0}" msgid "User list by you" msgstr "Sua lista de usuários" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Lista de usuários criada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Lista de usuários atualizada" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "O nome de usuário não pode ter mais que {MAX_SERVICE_HANDLE_LENGTH, plural, other {# caracteres}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Nome de usuário não pode começar ou terminar com hífen" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Nome de usuário deve conter apenas letras (a-z), números e hífens" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Nome de usuário ou endereço de e-mail" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "usuários seguidos por <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "usuários seguindo <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Conteúdo:" msgid "Verification failed, please try again." msgstr "Falha na verificação, por favor tente novamente." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Configurações de verificação" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Configurações de Verificação" @@ -13720,14 +13882,14 @@ msgstr "Configurações de Verificação" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "As verificações no Bluesky funcionam de forma diferente das outras plataformas. <0>Saiba mais aqui." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verificado por:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verificar conta" @@ -13790,12 +13952,12 @@ msgstr "Verificar sua idade" msgid "Verify your email" msgstr "Verificar seu email" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Verificando" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Verificando o estado da sua validação de idade" @@ -13815,16 +13977,16 @@ msgstr "Versão {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "através do pacote de iniciante <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Vídeo" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Falha no processamento do vídeo" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Feed de vídeos" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Vídeo de {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Vídeo de {0}. Toque para reproduzir ou pausar o vídeo" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videogames" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "O vídeo está pausado" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "O vídeo está reproduzindo" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Vídeo não encontrado." @@ -13859,12 +14021,12 @@ msgstr "Vídeo não encontrado." msgid "Video settings" msgstr "Configurações de vídeo" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Vídeo enviado" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Vídeo: {0}" @@ -13872,19 +14034,13 @@ msgstr "Vídeo: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Os vídeos devem ter 10 minutos ou menos." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Vídeos devem ter menos de 3 minutos de duração." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Visualizar" @@ -13903,9 +14059,9 @@ msgstr "Ver o avatar de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Ver perfil de {0}" @@ -13924,11 +14080,11 @@ msgstr "Ver perfil de {displayName}" msgid "View {publicationTitle}" msgstr "Ver {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Ver perfil do usuário bloqueado" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Veja a postagem no blog para mais detalhes" @@ -13936,8 +14092,8 @@ msgstr "Veja a postagem no blog para mais detalhes" msgid "View debug entry" msgstr "Ver depuração" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Ver detalhes" @@ -13977,13 +14133,13 @@ msgstr "Ver mais" msgid "View more trending videos" msgstr "Ver mais vídeos em alta" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Visualizar postagem" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Ver este rotulador fornecido por @{0}" msgid "View this user's verifications" msgstr "Ver as verificações deste usuário" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Ver usuários que curtiram este feed" @@ -14026,11 +14182,11 @@ msgstr "Ver usuários que curtiram este feed" msgid "View video" msgstr "Ver vídeo" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Ver suas contas bloqueadas" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Ver suas opções padrão de interação em postagens" @@ -14039,11 +14195,15 @@ msgstr "Ver suas opções padrão de interação em postagens" msgid "View your feeds and explore more" msgstr "Veja seus feeds e explore mais" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Veja sua caixa de entrada de moderação" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Veja suas listas de moderação" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Veja suas contas silenciadas" @@ -14060,6 +14220,10 @@ msgstr "Ver imagem completa" msgid "Views video in immersive mode" msgstr "Abre o vídeo no modo paisagem" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Violência" @@ -14136,6 +14300,10 @@ msgstr "Não foi possível carregar as solicitações para entrar nesta conversa msgid "We couldn’t load this conversation’s settings" msgstr "Não foi possível carregar as configurações desta conversa" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Não foi possível verificar o provedor de hospedagem. Verifique a conexão com a internet ou <0>defina manualmente seu provedor de hospedagem." @@ -14148,7 +14316,7 @@ msgstr "Nós excluímos os hashes após as correspondências serem feitas" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Nós não armazenamos o número de telefone dos seus amigos nem enviamos mensagens" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Estimamos que sua conta estará pronta em mais ou menos {estimatedTime}." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Fizemos uma parceria com a <0>KWS para lidar com a verificação de idade. Quando você clicar em \"Iniciar\" abaixo, a KWS enviará por e-mail instruções para completar o processo de verificação. Se seu endereço de e-mail já foi usado para verificar sua idade para outro jogo ou serviço que use KWS, você não precisará fazer isso novamente. Quando tiver terminado, você será levado de volta para continuar usando o Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Enviamos outro e-mail de verificação para <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Recomendamos a escolha de pelo menos dois interesses." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Enviamos um email para <0>{0} contendo um link. Clique nele para concluir o processo de verificação de email." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Não conseguimos determinar se você tem permissão para enviar vídeos. Tente novamente." @@ -14198,16 +14366,16 @@ msgstr "Não foi possível carregar a configuração de validação de idade par msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Não foi possível carregar sua data de nascimento. Por favor, tente novamente." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Não foi possível carregar seus rotuladores." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Não foi possível obter a verificação devido a problemas de conexão. A verificação pode chegar mais tarde. Se isso acontecer, sua conta será atualizada automaticamente." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Avisaremos quando sua conta estiver pronta." @@ -14236,7 +14404,7 @@ msgstr "Também estamos atualizando nossas <0>Diretrizes da Comunidade e que msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Também estamos atualizando nossas Diretrizes da Comunidade e queremos sua opinião! Essas novas diretrizes entrarão em vigor em 15 de outubro de 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Estamos confirmando a sua verificação de idade com os servidores. Isso deve levar apenas alguns segundos." @@ -14255,7 +14423,7 @@ msgstr "Estamos com problemas de rede, tente novamente" msgid "We’re having network issues, try again" msgstr "Estamos com problemas de rede, tente novamente" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Estamos introduzindo uma nova camada de verificação no Bluesky — uma marca de verificação fácil de ver." @@ -14267,7 +14435,7 @@ msgstr "Estamos muito contentes em receber você!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Lamentamos, mas com base nos dados compartilhados pelo seu dispositivo, você não tem idade suficiente para acessar o Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Lamentamos, mas com base na localização do seu dispositivo, você está localizado em uma região que requer verificação de idade." @@ -14296,7 +14464,7 @@ msgstr "Lamentamos, mas sua pesquisa não pôde ser concluída. Por favor, tente msgid "We're sorry, you cannot access this screen at this time." msgstr "Desculpe, você não pode acessar esta tela no momento." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sentimos muito! A postagem que você está respondendo foi excluída." @@ -14325,12 +14493,12 @@ msgstr "Estamos atualizando nossos Termos de Serviço, Política de Privacidade msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Estamos atualizando nossos Termos de Serviço, Política de Privacidade e Política de Direitos Autorais, com vigência a partir de 15 de setembro de 2025. Também estamos atualizando nossas Diretrizes da Comunidade e queremos sua opinião! Essas novas diretrizes entrarão em vigor em 15 de outubro de 2025. Saiba mais sobre essas mudanças e como compartilhar seus pensamentos conosco lendo nosso post do blog." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Nós confirmamos a sua verificação de idade. Você pode fechar esta janela." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Olá novamente!" @@ -14351,17 +14519,17 @@ msgstr "Como você quer chamar seu pacote inicial?" msgid "what’s up" msgstr "e aí" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "E aí, qual é a boa?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Quando você tocar em uma verificação, verá quais organizações concederam verificação." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Quem pode interagir com esta postagem?" @@ -14369,12 +14537,12 @@ msgstr "Quem pode interagir com esta postagem?" msgid "Who can join this group chat and how" msgstr "Quem pode entrar nesta conversa e como" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Quem pode responder" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Quem pode verificar?" @@ -14434,11 +14602,11 @@ msgstr "Você gostaria de bloquear esse usuário e/ou excluir esta conversa?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Gostaria de bloquear este usuário e/ou sair desta conversa?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Gostaria de salvar isto como um rascunho antes de visualizar os seus rascunhos?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Gostaria de salvar isto como um rascunho para editar mais tarde?" @@ -14447,12 +14615,12 @@ msgstr "Gostaria de salvar isto como um rascunho para editar mais tarde?" msgid "Write a post" msgstr "Escrever uma postagem" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Escrever postagem" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Escreva sua resposta" @@ -14475,8 +14643,8 @@ msgstr "Tipo de conversa incorreto" msgid "www.mylivestream.tv" msgstr "p. ex. www.minhalive.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Sim" @@ -14486,8 +14654,8 @@ msgstr "Sim" msgid "Yes GIFs" msgstr "GIFs de sim" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Sim, desativar" @@ -14495,19 +14663,19 @@ msgstr "Sim, desativar" msgid "Yes, delete my account" msgstr "Sim, excluir minha conta" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Sim, excluir este pacote inicial" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Sim, desvincular" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Sim, ocultar" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Sim, reativar minha conta" @@ -14519,7 +14687,7 @@ msgstr "Ontem" msgid "You are a trusted verifier" msgstr "Você é um verificador confiável" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Você está acessando o Bluesky de uma região que exige legalmente a verificação da sua idade antes de permitir o acesso ao app." @@ -14544,12 +14712,12 @@ msgstr "Você está criando uma conta em" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "No momento, você está bloqueado de usar o recurso Ao Vivo. Para recorrer dessa decisão da moderação, por favor envie o formulário abaixo." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "No momento você não pode acessar o fluxo de verificação de idade do Bluesky. Por favor <0>entre em contato com nossa equipe de moderação se você acredita que isto é um erro." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Você está na fila." @@ -14558,11 +14726,11 @@ msgstr "Você está na fila." msgid "You are Live" msgstr "Você está ao vivo" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Você não está mais ao vivo" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Você não tem permissão para enviar vídeos." @@ -14570,7 +14738,7 @@ msgstr "Você não tem permissão para enviar vídeos." msgid "You are not following anyone yet" msgstr "Você ainda não está seguindo ninguém" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Agora você está ao vivo!" @@ -14599,7 +14767,7 @@ msgstr "Você também pode <0>desativar temporariamente a sua conta. Seu per msgid "You can also discover new Custom Feeds to follow." msgstr "Você também pode descobrir novos feeds customizados para seguir." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Você também pode baixar os dados das suas conversas como um arquivo \"JSONL\". Esse arquivo inclui apenas as mensagens de conversa que você enviou e não inclui as mensagens de conversa que você recebeu." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Agora você pode entrar com a sua nova senha." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Você pode adicionar no máximo {MAX_GALLERY_IMAGES, plural, other {# imagens}} por postagem" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Você só pode salvar rascunhos com até 1000 caracteres." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Você só pode salvar rascunhos de até 1000 caracteres. Gostaria de descartar esta postagem antes de visualizar seus rascunhos?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Você só pode selecionar um GIF por vez." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Você só pode selecionar um vídeo por vez." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Você pode reativar sua conta para continuar fazendo login. Seu perfil e suas postagens ficarão visíveis para outros usuários." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Você pode ler o histórico da conversa, mas não pode enviar novas mensagens." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Você pode selecionar até {MAX_GALLERY_IMAGES, plural, other {# imagens}} no total." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Você pode alterar esta opção depois nas suas configurações." @@ -14690,7 +14855,7 @@ msgstr "Você não pode atualizar sua data de nascimento enquanto usa uma senha msgid "You don't follow any users who follow @{name}." msgstr "Você não segue nenhum usuário que segue @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Você ainda não tem nenhuma lista." @@ -14728,7 +14893,7 @@ msgstr "Você desativou completamente as notificações de resposta, citação e #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Você utilizou um código inválido. O código segue este padrão: XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Você chegou ao fim" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Você verificou com sucesso o seu endereço de e-mail. Você pode fechar esta janela." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Você atingiu temporariamente o limite de envios de vídeo. Tente novamente mais tarde." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Você tem alterações não salvas neste rascunho, gostaria de salvá-las?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Você tem alterações não salvas. Gostaria de salvá-las antes de visualizar os seus rascunhos?" @@ -14858,7 +15023,7 @@ msgstr "Você deve estar seguindo pelo menos sete outras pessoas para gerar um p msgid "You must grant access to your photo library to save a QR code" msgstr "Você deve conceder acesso à sua galeria de fotos para salvar o QR code" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Você precisa permitir acesso à sua biblioteca de mídia." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Você é dono desta conversa" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Você desativou @{0} anteriormente." @@ -14911,11 +15076,21 @@ msgstr "Você respondeu a si mesmo" msgid "You requested to join" msgstr "Você solicitou entrada" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Você será desconectado de todas as suas contas." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "Tudo pronto! Entretanto, certos recursos talvez estejam restritos até v msgid "You’re in control" msgstr "Você está no controle" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Você está na fila" @@ -15010,7 +15185,7 @@ msgstr "Você negou acesso aos seus contatos" msgid "You've found some people to follow" msgstr "Você encontrou algumas pessoas para seguir" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Você chegou ao fim do conteúdo ativo." @@ -15018,7 +15193,7 @@ msgstr "Você chegou ao fim do conteúdo ativo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Você chegou ao fim do seu feed! Encontre novas contas para seguir." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Você atingiu o número máximo de rascunhos" @@ -15030,22 +15205,23 @@ msgstr "Você atingiu o número máximo de solicitações permitidas. Tente nova msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Você alcançou o limite máximo de {MAX_FILTERS, plural, one {# filtro} other {# filtros}}. Adicione mais valores a um filtro existente em vez de criar novos." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Você chegou ao início do conteúdo ativo." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Você atingiu seu limite diário de uploads de vídeo (muitos bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Você atingiu seu limite diário de uploads de vídeos (muitos vídeos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Você esgotou os vídeos disponíveis para assistir. Que tal descansar um pouco?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Sua conta" @@ -15062,7 +15238,19 @@ msgstr "Sua conta foi excluída. Até mais✌️" msgid "Your account has been suspended" msgstr "Sua conta foi suspensa" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Sua conta ainda não tem idade suficiente para enviar vídeos. Por favor, tente novamente mais tarde." @@ -15074,7 +15262,7 @@ msgstr "Sua conta é muito nova" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Sua conta deve ter pelo menos 7 dias para criar uma nova conversa em grupo." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "O repositório da sua conta, contendo todos os seus dados públicos, pode ser baixado como um arquivo \"CAR\". Este arquivo não inclui imagens ou dados privados, estes devem ser exportados separadamente." @@ -15086,7 +15274,7 @@ msgstr "Sua conta violou os <0>Termos de Serviço do Bluesky Social. Foi env msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Seu recurso foi enviado. Se o seu recurso for aceito, você receberá um e-mail." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Sua data de nascimento" @@ -15115,7 +15303,7 @@ msgstr "Seu contato {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Seu nome de usuário atual <0>{0} permanecerá automaticamente reservado para você. Você pode trocar de volta para ele a qualquer momento nesta conta." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "A sua idade declarada é inferior a 18 anos. Algumas configurações abaixo podem estar desativadas. Se isto foi um engano, você pode editar sua data de nascimento nas <0>configurações da conta." @@ -15128,7 +15316,7 @@ msgstr "Seu email" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Seu e-mail parece ser inválido." @@ -15140,7 +15328,7 @@ msgstr "Seu email ainda não foi verificado. Por favor, verifique seu email para msgid "Your first like!" msgstr "Sua primeira curtida!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Seus seguidores" @@ -15157,7 +15345,7 @@ msgstr "Seu nome de usuário completo será <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Seu provedor de hospedagem não pode ser detectado a partir de um endereço de email, portanto o serviço Bluesky padrão será usado. Ao invés disso, insira seu nome de usuário ou defina seu provedor manualmente." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Seu provedor de hospedagem não suporta vídeos deste tamanho. Tente novamente com um arquivo menor." @@ -15165,7 +15353,7 @@ msgstr "Seu provedor de hospedagem não suporta vídeos deste tamanho. Tente nov msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Seu provedor de hospedagem é detectado automaticamente pelo nome de usuário que você inserir." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Seus interesses foram atualizados!" msgid "Your interests help us find what you like!" msgstr "Seus interesses nos ajudam a encontrar o que você gosta!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Sua localização foi atualizada." @@ -15198,15 +15386,20 @@ msgstr "Seu nome, foto, o nome da conversa em grupo e o número de membros estar msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Sua senha foi alterada com sucesso! Use a sua nova senha quando entrar no Bluesky daqui em diante." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Sua senha deve ter no mínimo 8 caracteres." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Sua postagem foi enviada" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Suas postagens foram enviadas" @@ -15214,7 +15407,7 @@ msgstr "Suas postagens foram enviadas" msgid "Your preferred language" msgstr "Seu idioma de preferência" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Sua foto de perfil" @@ -15223,24 +15416,28 @@ msgstr "Sua foto de perfil" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Sua foto de perfil cercada por círculos concêntricos das fotos de perfil de outros usuários" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Seu perfil, postagens, feeds e listas não serão mais visíveis para outros usuários do Bluesky. Você pode reativar sua conta a qualquer momento fazendo login." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Sua resposta foi enviada" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Sua denúncia será enviada para <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Seus interesses escolhidos nos ajudam a entregar o conteúdo que interessa a você." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Seu fio tem postagens vazias que serão ignoradas. As postagens restantes serão publicadas como um fio." diff --git a/src/locale/locales/pt-PT/messages.po b/src/locale/locales/pt-PT/messages.po index 254f906214..87e46db295 100644 --- a/src/locale/locales/pt-PT/messages.po +++ b/src/locale/locales/pt-PT/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pt\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (ativo)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# a seguir} other {# a seguir}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# amigo encontrado !} other {# amigos encontrados !}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#me} other {#me}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {Mais 1 post} other {Mais # posts}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {seguidor} other {seguidores}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {a seguir} other {a seguir}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {publicação} other {publicações}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, one {}other {# pessoas}} aderiram ao Bluesky através deste pacote de iniciante!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {+# outro}other {+# outros}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, one {}other {Você precisa ter # anos de idade ou mais para criar uma conta na sua região.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} está em direto" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} não está disponível" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} não é suportado pelo seu dispositivo." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {membro} other {membros}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} às {time}" msgid "{displayName}'s Starter Pack" msgstr "Pacote de iniciante de {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} registou-se com o seu pacote de iniciante" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verificou-te" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} a seguir" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {publicação} other {publicações}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# hora} other {# horas}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ novos pedidos de adesão" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# utilizadores aderiram}}!" @@ -767,7 +776,7 @@ msgstr "{profileName} aderiu ao Bluesky utilizando um pacote de iniciante há {t #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, {2, plural, one {# outro} other {# outros}} estão incluídos no seu pacote de iniciante" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, {2, plural, one {# outro} other {# outros}} est #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, {2, plural, one {# outro} other {# outros}} estão incluídos no seu pacote de iniciante" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {guardado} other {guardados}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {gosto} other {gostos}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} e<1> <2>{1} estão incluídos no seu pacote de iniciante" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} está incluído no seu pacote de iniciante" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} membros" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Toque aqui para atualizar a sua localização com o GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Tu e<1> <2>{0} estão incluídos no seu pacote de iniciante" @@ -946,6 +955,12 @@ msgstr "7 dias" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Uma coleção de feeds populares que pode encontrar no Bluesky, incluindo News, Booksky, Game Dev, Blacksky, e Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Ocorreu um erro de rede. Por favor, verifique a sua conexão à internet msgid "A new code has been sent" msgstr "Um novo código foi enviado" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Uma nova forma de verificação" @@ -1005,7 +1020,7 @@ msgstr "Uma captura de ecrã do compositor de publicações com um novo botão a msgid "A selected recipient is not followed by the sender." msgstr "Um destinatário selecionado não é seguido pelo remetente." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Acesso solicitado! O proprietário do grupo irá rever o seu pedido." msgid "Accessibility" msgstr "Acessibilidade" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Definições de acessibilidade" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Conta bloqueada" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Conta seguida" @@ -1086,8 +1101,8 @@ msgstr "Esta conta foi suspensa" msgid "Account is deactivated" msgstr "Esta conta está desativada" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Conta silenciada" @@ -1111,24 +1126,24 @@ msgstr "Conta removida do acesso rápido" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Conta desbloqueada" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Deixou de seguir conta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Removeu silenciamento da conta" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Contas com um selo de verificação azul recortado <0><1/> podem verificar outras. Estes verificadores confiáveis são selecionados pelo Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Contas com um selo de verificação azul recortado <0><1/> podem ver msgid "Activity from others" msgstr "Atividade de outros" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Notificações de atividade" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Adicionar" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Adicione mais {0} para prosseguir" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Adicionar {displayName} ao pacote de iniciante" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Adicionar um utilizador a esta lista" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Adicionar conta" @@ -1201,11 +1216,11 @@ msgstr "Adicionar texto alternativo (opcional)" msgid "Add another account" msgstr "Adicionar outra conta" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Adicionar outra publicação" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Adicionar outra publicação ao fio" @@ -1223,7 +1238,7 @@ msgstr "Adicionar palavra-passe da aplicação" msgid "Add App Password" msgstr "Adicionar Palavra-passe da Aplicação" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Adicionar rótulo de automação à conta" @@ -1239,12 +1254,12 @@ msgstr "Adicionar filtro" msgid "Add group chat members" msgstr "Adicionar membros à conversa de grupo" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Adicionar imagem" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Adicionar conteúdo multimédia à publicação" @@ -1254,8 +1269,8 @@ msgstr "Adicionar conteúdo multimédia à publicação" msgid "Add members" msgstr "Adicionar membros" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Adicionar mais detalhes (opcional)" @@ -1295,7 +1310,7 @@ msgstr "Adicionar Reação" msgid "Add recommended feeds" msgstr "Adicionar feeds recomendados" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Adicione alguns feeds ao seu pacote de iniciante!" @@ -1307,12 +1322,12 @@ msgstr "Adicionar o feed padrão com apenas utilizadores que segue" msgid "Add the following DNS record to your domain:" msgstr "Adicione o seguinte registo DNS ao seu domínio:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Adicionar este feed aos seus feeds" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Adicionar a Listas" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Adicionar a publicações guardadas" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Adicionar a pacotes de iniciante" @@ -1330,7 +1345,7 @@ msgstr "Adicionar a pacotes de iniciante" msgid "Add user to list" msgstr "Adicionar utilizador à lista" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Adicionar a sua data de nascimento" @@ -1361,7 +1376,7 @@ msgstr "A adicionar membros à lista..." msgid "Additional details (limit 1000 characters)" msgstr "Detalhes adicionais (máximo de 1000 caracteres)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Detalhes adicionais (limite de 300 caracteres)" @@ -1378,14 +1393,14 @@ msgstr "Adulto" msgid "Adult content" msgstr "Conteúdo adulto" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Conteúdo adulto" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "O conteúdo adulto só pode ser permitido através da Web em <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Rótulos de Conteúdo Adulto" msgid "Adult sexual abuse content" msgstr "Conteúdo de abuso sexual adulto" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avançado" @@ -1423,7 +1438,7 @@ msgstr "O inquérito de verificação de idade foi enviado" msgid "Age assurance only takes a few minutes" msgstr "A verificação de idade demora apenas alguns minutos" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "A verificação de idade demora apenas alguns minutos." @@ -1438,6 +1453,11 @@ msgstr "alice@exemplo.com" msgid "All" msgstr "Tudo" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Tudo" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Todas {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Todas as contas foram seguidas!" @@ -1474,7 +1494,7 @@ msgstr "Todos os feeds que guardou, num único lugar." msgid "Allow access to your direct messages" msgstr "Permitir acesso às suas mensagens diretas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Permitir que qualquer pessoa responda" @@ -1488,8 +1508,8 @@ msgstr "Permitir mensagens de" msgid "Allow group chat invites from" msgstr "Permitir convites para conversas de grupo de" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Permitir acesso à localização" @@ -1498,24 +1518,24 @@ msgstr "Permitir acesso à localização" msgid "Allow others to be notified of your posts" msgstr "Permitir que outros sejam notificados sobre as suas publicações" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Permitir que pessoas que segue respondam" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Permitir que pessoas mencionadas respondam" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Permitir citações" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Permitir que utilizadores em {0} respondam" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Permitir que os seus seguidores respondam" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permite acesso às mensagens em direto" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Já tem um código?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Já possui uma conta?" @@ -1540,7 +1560,7 @@ msgstr "Já iniciou sessão como @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "O texto alternativo será truncado. {MAX_ALT_TEXT, plural, one {}other {Limite: {0} caracteres.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Um e-mail foi enviado para {0}. Ele inclui um código de confirmação que pode inserir abaixo." @@ -1587,7 +1607,7 @@ msgstr "Ocorreu um erro" msgid "An error occurred" msgstr "Ocorreu um erro" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Ocorreu um erro ao comprimir o vídeo." @@ -1596,7 +1616,7 @@ msgstr "Ocorreu um erro ao comprimir o vídeo." msgid "An error occurred while fetching suggested accounts." msgstr "Ocorreu um erro ao obter as contas sugeridas." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Ocorreu um erro ao obter o feed." @@ -1609,15 +1629,15 @@ msgstr "Ocorreu um erro enquanto gerava o seu pacote de iniciante. Deseja tentar msgid "An error occurred while hiding suggestion. {0}" msgstr "Ocorreu um erro ao ocultar a sugestão. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Ocorreu um erro enquanto carregava o vídeo. Tente novamente mais tarde." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Ocorreu um erro enquanto carregava o vídeo. Tente novamente." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Ocorreu um erro ao carregar as suas listas :/" @@ -1628,16 +1648,16 @@ msgstr "Ocorreu um erro enquanto guardava o Código QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Ocorreu um erro enquanto tentava seguir todos" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Ocorreu um erro ao carregar o vídeo. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Ocorreu um erro ao carregar o vídeo. Por favor, verifique a sua conexão à internet e tente novamente." @@ -1661,8 +1681,8 @@ msgstr "Uma ilustração de várias publicações do Bluesky ao lado dos ícones msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Uma ilustração da aplicação Bluesky com um avião de papel a voar para fora dela, a representar amigos convidados" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Uma imagem a mostrar que o Bluesky seleciona verificadores confiáveis e, por sua vez, verificadores confiáveis verificam contas de utilizadores individuais." @@ -1686,14 +1706,14 @@ msgstr "Ocorreu um problema ao iniciar a conversa de grupo. Por favor, tente nov #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Ocorreu um problema, tente novamente." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Uma réplica de um iPhone a mostrar a aplicação Bluesky aberta no perfil de um utilizador verificado com um selo de verificação azul ao lado do seu nome de exibição." @@ -1702,7 +1722,7 @@ msgstr "Uma réplica de um iPhone a mostrar a aplicação Bluesky aberta no perf msgid "an unknown labeler" msgstr "um rotulador desconhecido" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "e" @@ -1735,7 +1755,7 @@ msgstr "Anunciando verificação no Bluesky" msgid "Any date" msgstr "Qualquer data" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Todos" @@ -1767,7 +1787,7 @@ msgstr "Qualquer um que me segue" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Qualquer pessoa que o tenha deixará de poder entrar ou pedir para entrar. Pode sempre criar um novo." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "A palavra-passe da aplicação deve conter pelo menos 4 caracteres" msgid "App passwords" msgstr "Palavras-passe da Aplicação" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Palavras-passe da Aplicação" @@ -1856,7 +1876,7 @@ msgstr "Recorrer desta decisão" msgid "Appeal this label" msgstr "Recorrer deste rótulo" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Aplicar Pull Request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arquivado desde {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Publicação arquivada" @@ -1914,7 +1934,7 @@ msgstr "Tem a certeza que deseja eliminar a palavra-passe da aplicação \"{0}\" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Tem a certeza de que deseja eliminar esta mensagem? A mensagem será eliminada para si, mas não para os outros participantes." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Tem a certeza que deseja eliminar este pacote de iniciante?" @@ -1936,7 +1956,7 @@ msgstr "Tem a certeza que deseja sair desta conversa?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Tem a certeza de que quer sair desta conversa? As suas mensagens serão eliminadas para si, mas não para os outros participantes." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Tem a certeza que deseja eliminar isto dos seus feeds?" @@ -1945,7 +1965,7 @@ msgstr "Tem a certeza que deseja eliminar isto dos seus feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Tem a certeza de que quer cancelar o seu pedido para aderir a {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Tem a certeza que deseja descartar esta publicação?" @@ -1953,7 +1973,7 @@ msgstr "Tem a certeza que deseja descartar esta publicação?" msgid "Are you sure?" msgstr "Tem a certeza?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "É a pessoa retratada nas imagens ou um representante autorizado a agir em nome da pessoa retratada?" @@ -1969,8 +1989,8 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nudez artística ou não erótica." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Pedir a aplicações e sites para não mostrarem a minha conta a utilizadores sem sessão iniciada" @@ -1979,12 +1999,12 @@ msgstr "Pedir a aplicações e sites para não mostrarem a minha conta a utiliza msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Pedir às aplicações para ocultarem as minhas publicações das recomendações algorítmicas" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Atribuir tópico para o algoritmo" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "No mínimo 8 caracteres" @@ -2017,8 +2037,8 @@ msgstr "Automático" msgid "Automation label" msgstr "Rótulo de automação" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Rótulo de Automação" @@ -2038,6 +2058,10 @@ msgstr "Disponível" msgid "Avatar creator" msgstr "Criador de foto de perfil" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Criador de foto de perfil" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Criador de foto de perfil" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Voltar" msgid "Back to Chats" msgstr "Voltar às Conversas" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Atividades banidas ou violações de segurança" @@ -2081,7 +2109,7 @@ msgstr "Atividades banidas ou violações de segurança" msgid "Banned user returning" msgstr "Regresso de um utilizador banido" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Com base na localização do seu dispositivo, acreditamos que está em <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "Com base na localização do seu dispositivo, acreditamos que está em < msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Com base na localização do seu dispositivo, acreditamos que está em <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Com base na sua rede, acreditamos que se encontre em <0>{geolocationString}. Esta estimativa pode ser imprecisa se estiver a usar uma VPN." @@ -2148,16 +2176,16 @@ msgstr "Comece o processo de verificação de idade, preenchendo os campos abaix msgid "Beta Feature" msgstr "Funcionalidade Beta" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Funcionalidades beta" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Funcionalidades beta ativadas" @@ -2193,12 +2221,12 @@ msgstr "Bloquear {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Bloquear conta" @@ -2255,15 +2283,15 @@ msgstr "Bloquear utilizador e/ou eliminar esta conversa" msgid "Block user and/or leave this conversation" msgstr "Bloquear utilizador e/ou sair desta conversa" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Bloqueado" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Contas bloqueadas" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Contas Bloqueadas" @@ -2288,7 +2316,7 @@ msgstr "A lista de contas que bloqueou é pública. Contas bloqueadas não podem 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." msgstr "Bloquear não impedirá a aplicação de rótulos na sua conta, mas impedirá esta conta de responder aos seus fios ou de interagir consigo." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "O Bluesky não pode confirmar a veracidade da data aplicada." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "O Bluesky ajuda amigos a encontrarem-se uns aos outros ao criar uma impressão digital codificada, chamada \"hash\" e, em seguida, procurando hashes correspondentes." @@ -2357,15 +2389,11 @@ msgstr "O Bluesky guarda os seus contactos como dados codificados. Ao remover os msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "O Bluesky escolherá um conjunto de contas recomendadas de pessoas na sua rede." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "O Bluesky não irá mostrar a sua conta a utilizadores sem sessão iniciada e vai pedir a outras aplicações que façam o mesmo. Outras aplicações podem não respeitar este pedido. Isto não torna a sua conta privada." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "O Bluesky não irá mostrar as suas publicações no feed Descobrir (exceto aos seus seguidores) e vai pedir a outras aplicações que não mostrem as suas publicações nas suas próprias recomendações algorítmicas." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "O Bluesky irá verificar proativamente contas notáveis e autênticas." @@ -2424,29 +2452,29 @@ msgstr "Procure mais sugestões na página Explorar" msgid "Browse other feeds" msgstr "Procurar outros feeds" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Procurar por publicações sobre {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Procurar por publicações marcadas com {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Procurar pacote de iniciante {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Navegar tópico {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Procurar tópico {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Emprego" @@ -2459,10 +2487,10 @@ msgstr "Botão para voltar à cronologia do início" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Por {0}" @@ -2475,7 +2503,7 @@ msgstr "por @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Por <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Ao criar uma conta, concorda com os <0>Termos de Aplicação e a <1> msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Ao criar uma conta, concorda com os <0>Termos de Aplicação." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Por si" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Câmara" @@ -2521,16 +2549,16 @@ msgstr "Acesso à câmara necessário" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Acesso à câmara necessário" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Acesso à câmara necessário" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Cancelar" msgid "Cancel quote post" msgstr "Cancelar citação" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Cancelar reativação e terminar sessão" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Cancela o início de sessão para que possa verificar o seu nome de utilizador" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Não pode interagir com um utilizador bloqueado" @@ -2609,7 +2637,7 @@ msgstr "Legendas (.vtt)" msgid "Captions & alt text" msgstr "Legendas e texto alternativo" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "carrossel" @@ -2651,24 +2679,24 @@ msgstr "Alterar Nome de Utilizador" msgid "Change hosting provider" msgstr "Alterar fornecedor de hospedagem" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Alterar serviço de moderação" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Alterar palavra-passe" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Janela de diálogo de alteração da palavra-passe" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Alterar categoria da denúncia" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Alterar motivo da denúncia" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Alterações ao pacote de iniciante não se irão refletir na lista após a sua criação. A lista será uma cópia independente." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Conversas" @@ -2758,7 +2786,7 @@ msgstr "Os proprietários da conversa não podem sair de uma conversa de grupo." msgid "Chat recipient is not followed by the sender." msgstr "O destinatário da conversa não é seguido pelo remetente." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Caixa de pedidos de conversa" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Pedidos de conversa" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Procure em <0>{currentEmail} por um e-mail com o código de confirma msgid "Check back later!" msgstr "Volte mais tarde!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Verificar o meu estado" @@ -2895,7 +2923,7 @@ msgstr "Escolha o seu fornecedor de hospedagem" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Escolha a sua própria cronologia! Feeds construídos pela comunidade permitem-lhe encontrar o conteúdo que tanto ama." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Escolha a sua palavra-passe" @@ -2931,7 +2959,7 @@ msgstr "Limpar a pesquisa de GIFs" msgid "Clear image cache" msgstr "Limpar cache de imagem" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Limpar pesquisa" @@ -2951,11 +2979,11 @@ msgstr "Clique aqui para adicionar pessoas a esta conversa de grupo" msgid "Click here to create or manage an invite link for this group chat" msgstr "Clique aqui para criar ou gerir um link de convite para esta conversa de grupo" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Clique aqui para eliminar a sua conta" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Clique aqui para terminar sessão" @@ -2968,8 +2996,8 @@ msgstr "Clique aqui para reenviar o e-mail" msgid "Click here to restart the verification process." msgstr "Clique aqui para reiniciar o processo de verificação." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Clique aqui para atualizar a sua data de nascimento" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Clique para reenviar a mensagem falha" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Clique para reenviar a mensagem falha" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Clique para reenviar a mensagem falha" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Fechar" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Fechar janela de diálogo em execução" @@ -3068,13 +3097,13 @@ msgstr "Fechar banner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Fechar janela de diálogo" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Fechar menu lateral" @@ -3110,7 +3139,7 @@ msgstr "Fechar o banner de pedidos de adesão" msgid "Close this dialog" msgstr "Fechar esta janela de diálogo" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Fechar modal de boas-vindas" @@ -3118,7 +3147,7 @@ msgstr "Fechar modal de boas-vindas" msgid "Closes password update alert" msgstr "Fecha o aviso de atualização de palavra-passe" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Fecha o compositor de publicação e descarta o rascunho de publicação" @@ -3126,7 +3155,7 @@ msgstr "Fecha o compositor de publicação e descarta o rascunho de publicação msgid "Collapse list of users" msgstr "Colapsar lista de utilizadores" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Colapsa lista de utilizadores para uma notificação" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Banda Desenhada" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Diretrizes da Comunidade" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Complete e comece a utilizar a sua conta" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Conclua o desafio" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Escrever nova publicação" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Compor publicações com até {0, plural, other {# caracteres}} de comprimento" @@ -3180,11 +3209,11 @@ msgstr "Compor publicações com até {0, plural, other {# caracteres}} de compr msgid "Compose reply" msgstr "Escrever resposta" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "A comprimir GIF..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "A comprimir vídeo..." @@ -3198,18 +3227,18 @@ msgstr "Configurado nas <0>definições de moderação." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirmar" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Código de confirmação" @@ -3226,12 +3255,12 @@ msgstr "A conectar ao serviço…" msgid "Connecting…" msgstr "A conectar…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Problema de conexão" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Contacte a nossa equipa de suporte" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contactar suporte" @@ -3273,7 +3302,7 @@ msgstr "Conteúdo e Multimédia" msgid "Content and media" msgstr "Conteúdo e multimédia" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Conteúdo e Multimédia" @@ -3281,7 +3310,7 @@ msgstr "Conteúdo e Multimédia" msgid "Content Blocked" msgstr "Conteúdo Bloqueado" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtros de conteúdo" @@ -3421,8 +3450,8 @@ msgstr "Copiar" msgid "Copy App Password" msgstr "Copiar Palavra-passe da Aplicação" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copiar at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copiar código" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copiar DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Copiar link de convite" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copiar link" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copiar Link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copiar Link para a Lista" @@ -3472,12 +3501,12 @@ msgstr "Copiar Link para a Lista" msgid "Copy link to post" msgstr "Copiar Link para a Publicação" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copiar link para o perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copiar link para pacote de iniciante" @@ -3491,8 +3520,8 @@ msgstr "Copiar texto da mensagem" msgid "Copy post at:// URI" msgstr "Copiar at:// URI da publicação" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copiar texto da publicação" @@ -3506,7 +3535,7 @@ msgstr "Copiar valor de registo TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Política de Direitos de Autor" @@ -3632,7 +3661,7 @@ msgstr "Criar" msgid "Create a list" msgstr "Criar uma Lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Criar uma lista a partir deste pacote de iniciante" @@ -3642,7 +3671,7 @@ msgstr "Criar um código QR para um pacote de iniciante" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Criar um pacote de iniciante" @@ -3655,12 +3684,12 @@ msgstr "Criar um Pacote de Iniciante" msgid "Create a starter pack for me" msgstr "Criar um pacote de iniciante para mim" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Criar conversa de grupo" msgid "Create list" msgstr "Criar lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Criar lista a partir dos membros" @@ -3708,13 +3737,13 @@ msgstr "Criar lista a partir dos membros" msgid "Create list from starter pack" msgstr "Criar lista a partir de pacote de iniciante" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Criar lista de moderação" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Criar conta nova" @@ -3724,8 +3753,8 @@ msgstr "Criar ou modificar um link de convite para esta conversa de grupo" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Criar um relatório para {0}" @@ -3734,7 +3763,7 @@ msgstr "Criar um relatório para {0}" msgid "Create starter pack" msgstr "Criar pacote de iniciante" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Criar lista de utilizadores" @@ -3747,7 +3776,7 @@ msgstr "Criar lista de utilizadores" msgid "Created {0}" msgstr "Criado {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "O criador foi bloqueado" @@ -3800,7 +3829,7 @@ msgstr "Escuro" msgid "Dark theme" msgstr "Tema escuro" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data de nascimento" @@ -3814,7 +3843,7 @@ msgstr "Dia" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Desativar conta" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Ícones padrões" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Eliminar" @@ -3892,8 +3921,8 @@ msgstr "Eliminar conversa" msgid "Delete for me" msgstr "Eliminar para mim" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Eliminar lista" @@ -3909,30 +3938,30 @@ msgstr "Eliminar mensagem para mim" msgid "Delete my account" msgstr "Eliminar a minha conta" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Eliminar publicação" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Eliminar pacote de iniciante" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Eliminar pacote de iniciante?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Eliminar esta lista?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Eliminar esta publicação?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Eliminado" @@ -3953,7 +3982,7 @@ msgstr "Eliminado pelo Plivo após verificação" msgid "Deleted list" msgstr "Lista eliminada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Descrição (1000 caracteres no máximo)" msgid "Descriptive alt text" msgstr "Texto alternativo descritivo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Desvincular citação" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Desvincular citação?" @@ -3993,11 +4022,11 @@ msgstr "Modo programador habilitado" msgid "Developer options" msgstr "Definições de programador" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "O dispositivo não conseguiu traduzir :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Janela de diálogo: ajustar quem pode interagir com esta publicação" @@ -4009,6 +4038,11 @@ msgstr "Diálogo: Definir filtros de pesquisa" msgid "Dim" msgstr "Escuro" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Desativar legendas" msgid "Disable email 2FA" msgstr "Desativar 2FA por e-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Desativar 2FA por e-mail" @@ -4041,11 +4075,11 @@ msgstr "Desativar feedback tátil" msgid "Disable link" msgstr "Desativar link" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Desativar citações desta publicação" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Desativar respostas completamente" @@ -4056,17 +4090,17 @@ msgstr "Desativar este link de convite?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Desativado" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Descartar" @@ -4075,23 +4109,28 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "Descartar alterações?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Descartar rascunho?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Descartar publicação?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Desconectar Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Descobrir feeds" @@ -4106,8 +4145,8 @@ msgstr "Descobrir novos feeds personalizados" msgid "Discover New Feeds" msgstr "Descobrir Feeds Novos" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Ignorar" @@ -4115,7 +4154,7 @@ msgstr "Ignorar" msgid "Dismiss banner" msgstr "Ignorar banner" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Ignorar falha" @@ -4217,8 +4256,9 @@ msgstr "Não se preocupe! Todas as mensagens e configurações existentes serão #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Concluído" msgid "Double tap or long press the message to add a reaction" msgstr "Toque duplo ou toque prolongadamente a mensagem para adicionar uma reação" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Toque duplo para fechar janela de diálogo" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Toque duplo para dar um gosto" @@ -4248,11 +4288,11 @@ msgstr "Transferir" msgid "Download Bluesky" msgstr "Transferir Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Descarregar dados de conversas" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Descarregar dados de conversas" @@ -4266,11 +4306,11 @@ msgstr "Descarregar imagem" msgid "Download invite QR code" msgstr "Transferir código QR de convite" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Descarregar dados do perfil" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Descarregar dados do perfil" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Doxxing" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Rascunhos" @@ -4318,19 +4358,19 @@ msgstr "p. ex. alice.com" msgid "E.g. artistic nudes." msgstr "p. ex. nudez artística." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "p. ex. Grandes Autores" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "p. ex. Spammers" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "p. ex. Os autores que nunca falham." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "p. ex. Utilizadores que repetidamente respondem com anúncios." @@ -4341,7 +4381,7 @@ msgstr "Desordens alimentares" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Editar" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Editar foto de perfil" @@ -4373,8 +4413,8 @@ msgstr "Editar nome do grupo" msgid "Edit image" msgstr "Editar imagem" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Editar definições de interação" @@ -4396,21 +4436,21 @@ msgstr "Editar link de convite" msgid "Edit link settings" msgstr "Editar definições do link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Editar detalhes da lista" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Editar estado \"em direto\"" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Editar lista de moderação" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Editar os Meus Feeds" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Editar Pessoas" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Editar definições de interação da publicação" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Editar perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Editar Perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Editar pacote de iniciante" @@ -4454,15 +4494,15 @@ msgstr "Editar pacote de iniciante" msgid "Edit this group chat’s name" msgstr "Editar nome da conversa de grupo" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Editar lista de utilizadores" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Editar quem pode responder" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Editar o seu pacote de iniciante" @@ -4470,16 +4510,16 @@ msgstr "Editar o seu pacote de iniciante" msgid "Education" msgstr "Educação" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Ou foi bloqueado pelo criador desta lista ou bloqueou o criador." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA por e-mail desativada" @@ -4492,7 +4532,7 @@ msgstr "2FA por e-mail ativada" msgid "Email address" msgstr "Endereço de e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mail reenviado" @@ -4508,7 +4548,7 @@ msgstr "E-mail enviado! <0>Clique aqui para reenviar." msgid "Email verification complete!" msgstr "Verificação de e-mail concluída!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-mail Verificado" @@ -4527,7 +4567,7 @@ msgstr "Incorporar publicação" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incorpore esta publicação no seu site. Simplesmente copie o seguinte excerto e cole-o no código HTML do seu site." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Reprodutor de vídeos incorporado" @@ -4542,12 +4582,7 @@ msgstr "Ativar" msgid "Enable {0} only" msgstr "Habilitar {0} apenas" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Ativar carregamento de vídeos de 10 minutos." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Permitir conteúdo adulto" @@ -4583,7 +4618,7 @@ msgstr "Ative as notificações de uma conta visitando o perfil desta e pression msgid "Enable push notifications" msgstr "Ativar notificações push" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Ativar citações desta publicação" @@ -4601,7 +4636,7 @@ msgstr "Ativar assuntos do momento" msgid "Enable trending videos in your Discover feed" msgstr "Permitir vídeos do momento no seu feed Descobrir" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Permitido" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Insira a sua data de nascimento" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Insira o seu e-mail" @@ -4670,15 +4705,15 @@ msgstr "Insira a sua palavra-passe" msgid "Enter your username and password" msgstr "Insira o seu nome de utilizador e palavra-passe" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Entra em ecrã cheio" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Entretenimento" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erro" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Mensagem de erro" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Ocorreu um erro ao guardar o ficheiro" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Ocorreu um erro ao obter a resposta do captcha." @@ -4712,11 +4747,11 @@ msgstr "Ocorreu um erro ao obter a resposta do captcha." msgid "Error: {error}" msgstr "Erro: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Todos podem responder" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Todos podem responder a esta publicação." @@ -4783,7 +4818,7 @@ msgstr "Expandir ou colapsar a publicação completa a que está a responder" msgid "Expand post text" msgstr "Expandir texto da publicação" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Expande ou colapsa o texto da publicação" @@ -4826,21 +4861,21 @@ msgstr "Conteúdo multimédia explícito ou perturbador." msgid "Explicit sexual images." msgstr "Imagens sexuais explícitas." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Explorar" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Explorar a aplicação" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Descarregar dados das minhas conversas" @@ -4849,7 +4884,7 @@ msgstr "Descarregar dados das minhas conversas" msgid "Export my data" msgstr "Exportar os meus dados" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Descarregar dados do meu perfil" @@ -4868,7 +4903,7 @@ msgstr "Conteúdo Multimédia Externo" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "O conteúdo multimédia externo pode permitir que sites recolham informações sobre si ou o seu dispositivo. Nenhuma informação é enviada ou solicitada até pressionar o botão \"Reproduzir\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferências de Conteúdo Multimédia Externo" @@ -4946,7 +4981,7 @@ msgstr "Falha ao eliminar mensagem" msgid "Failed to delete post, please try again" msgstr "Falha ao eliminar a publicação, tente novamente" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Falha ao eliminar o pacote de iniciante" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Falha ao desativar link de convite" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Falha ao desconectar Germ DM. Erro: {0}" @@ -5003,16 +5038,16 @@ msgstr "Falha ao sair da conversa de grupo" msgid "Failed to load conversations" msgstr "Falha ao carregar as conversas" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Falha ao carregar feeds" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Falha ao carregar preferências de feeds" @@ -5037,14 +5072,14 @@ msgstr "Falha ao carregar preferência." msgid "Failed to load profiles" msgstr "Falha ao carregar perfis" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Falha ao carregar feeds sugeridos" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Falha ao carregar contas sugeridas" @@ -5067,12 +5102,12 @@ msgstr "Falha ao marcar todas as solicitações como lidas" msgid "Failed to mute group chat" msgstr "Falha ao silenciar conversa de grupo" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Falha ao afixar a publicação" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Falha ao reconectar Germ DM. Erro: {0}" @@ -5121,7 +5156,7 @@ msgstr "Falha ao rescindir o seu pedido. Por favor, tente novamente." msgid "Failed to resolve location. Please try again." msgstr "Falha ao determinar localização. Por favor, tente novamente." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Falha ao guardar rascunho" @@ -5135,7 +5170,7 @@ msgstr "Falha ao guardar a imagem" msgid "Failed to save image: {0}" msgstr "Falha ao guardar a imagem: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Falha ao guardar as definições. Por favor, tente novamente." @@ -5168,7 +5203,7 @@ msgstr "Falha ao alterar o estado de silenciamento do fio de discussão, por fav msgid "Failed to unlock group chat" msgstr "Falha ao destrancar a conversa de grupo" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Falha ao desafixar lista" @@ -5185,7 +5220,7 @@ msgstr "Falha ao atualizar as definições de 2FA por e-mail" msgid "Failed to update email, please try again." msgstr "Falha ao atualizar o e-mail. Por favor, tente novamente." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Falha ao atualizar feeds" @@ -5197,12 +5232,10 @@ msgstr "Falha ao atualizar declaração de notificação" msgid "Failed to update settings" msgstr "Falha ao atualizar definições" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Falha ao carregar vídeo" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Conta falsa ou bot" msgid "False information about elections" msgstr "Informação falsa sobre eleições" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Feed" @@ -5241,11 +5274,11 @@ msgstr "Criador do feed" msgid "Feed identifier" msgstr "Identificador do feed" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menu de feed" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Alternar feed" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Feedback enviado ao operador do feed" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Feeds" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Os feeds são algoritmos personalizados que os utilizadores criam com um pouco de experiência em programação. <0>Veja este guia para mais informações." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Obter atualização" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Ficheiro guardado com sucesso!" @@ -5306,6 +5343,10 @@ msgstr "Filtrar por autor (atualmente: {currentLabel})" msgid "Filter from feeds" msgstr "Filtrar de feeds" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar pesquisa por idioma (atualmente: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtros" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "A finalizar" @@ -5358,15 +5399,15 @@ msgstr "Finanças" msgid "Find accounts to follow" msgstr "Encontrar contas para seguir" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Encontrar e convidar amigos" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Encontrar Contactos" @@ -5378,7 +5419,7 @@ msgstr "Encontrar os meus amigos" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Encontrar pessoas para seguir" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Focar o campo de pesquisa" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Seguir" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Seguir {0}" @@ -5458,7 +5499,7 @@ msgstr "Seguir {0}" msgid "Follow {displayName}" msgstr "Seguir {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Seguir {handle}" @@ -5474,8 +5515,8 @@ msgstr "Siga 10 pessoas para começar" msgid "Follow 7 accounts" msgstr "Siga 7 contas" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Seguir conta" @@ -5486,8 +5527,8 @@ msgstr "Seguir conta" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Seguir todos" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Seguir todas as contas" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Seguidores podem aderir" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Seguidores de @{0} que conhece" @@ -5552,28 +5593,29 @@ msgstr "Seguidores que conhece" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "A seguir" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "A seguir" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "A seguir {0}" @@ -5582,7 +5624,7 @@ msgstr "A seguir {0}" msgid "Following {displayName}" msgstr "A seguir {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "A seguir {handle}" @@ -5591,7 +5633,7 @@ msgstr "A seguir {handle}" msgid "Following feed preferences" msgstr "Preferências do feed A seguir" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferências do feed A seguir" @@ -5613,7 +5655,7 @@ msgstr "Tamanho de letra" msgid "Food" msgstr "Comida" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Para contas de organizações, use a data de nascimento da pessoa responsável pela conta." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Gerar novo link" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM desconectada" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Link Germ DM" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM reconectada" @@ -5812,7 +5854,7 @@ msgstr "Vamos começar" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF carregado" @@ -5835,8 +5877,8 @@ msgstr "Glorificação de violência" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorificação de violência" msgid "Go back" msgstr "Voltar" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Voltar" @@ -5867,8 +5909,8 @@ msgstr "Voltar ao passo anterior" msgid "Go home" msgstr "Ir para o início" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Entrar em direto" @@ -5879,8 +5921,8 @@ msgstr "Entrar em direto" msgid "Go Live" msgstr "Entrar em direto" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Entrar em direto (desativado)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Entrar em direto por" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Ir para o perfil de {0}" @@ -5900,7 +5942,7 @@ msgstr "Ir para o perfil de {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Ir para as definições da conta" @@ -5943,8 +5985,8 @@ msgstr "A funcionalidade \"Entrar em direto\" está desativada para a sua conta" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Entendido" @@ -5953,6 +5995,11 @@ msgstr "Entendido" msgid "Grant access" msgstr "Conceder acesso" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Nome da conversa de grupo atualizado" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Definições de conversa de grupo" @@ -6083,6 +6130,11 @@ msgstr "GIFs felizes" msgid "Haptics" msgstr "Vibração" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Assédio ou ódio" @@ -6095,7 +6147,7 @@ msgstr "Atividades perigosas ou de alto risco" msgid "Harming or endangering minors" msgstr "Prejudicar ou colocar menores em perigo" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "Discurso de ódio" msgid "Have a code? <0>Click here." msgstr "Tem um código? <0>Clique aqui." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "A sua localização está errada? <0>Toque aqui para atualizar a sua localização com o GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Está com problemas?" @@ -6145,11 +6197,11 @@ msgstr "Aqui está a sua palavra-passe de aplicação!" msgid "Hey there 👋" msgstr "Olá 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Olá!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Olá!" @@ -6158,7 +6210,7 @@ msgstr "Olá!" msgid "Hidden" msgstr "Oculto" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Oculto pelas suas definições de moderação." @@ -6166,23 +6218,19 @@ msgstr "Oculto pelas suas definições de moderação." msgid "Hidden list" msgstr "Lista oculta" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -6195,7 +6243,7 @@ msgstr "Ocultar definições de personalização" msgid "Hide group chat updates" msgstr "Ocultar atualizações da conversa de grupo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Esconder listas" @@ -6203,23 +6251,23 @@ msgstr "Esconder listas" msgid "Hide password" msgstr "Ocultar palavra-passe" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Ocultar publicação para mim" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Ocultar resposta para todos" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Ocultar resposta para mim" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Ocultar republicações nos feeds" @@ -6227,38 +6275,31 @@ msgstr "Ocultar republicações nos feeds" msgid "Hide this card" msgstr "Ocultar este cartão" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Ocultar esta publicação?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Ocultar essa resposta?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Ocultar tradução" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Ocultar tendências" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Ocultar tendências?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Ocultar vídeos do momento?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Ocultar lista de utilizadores" @@ -6267,12 +6308,12 @@ msgstr "Ocultar lista de utilizadores" msgid "Hide verification badges" msgstr "Ocultar selos de verificação" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Oculta o conteúdo" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Oculta o banner promocional de convidar amigos" @@ -6308,7 +6349,7 @@ msgstr "Hmm, o servidor de feed forneceu uma resposta incorreta. Por favor, info msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, estamos com dificuldade em encontrar este feed. Ele pode ter sido eliminado." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm, parece que estamos com dificuldade em carregar estes dados. Veja abaixo para mais detalhes. Se este problema persistir, por favor, entre em contacto connosco." @@ -6316,14 +6357,14 @@ msgstr "Hmmmm, parece que estamos com dificuldade em carregar estes dados. Veja msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, não foi possível carregar esse serviço de moderação." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Aguarde! Estamos a dar acesso a vídeo gradualmente e ainda está em fila de espera. Volte mais tarde!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Início" @@ -6369,8 +6410,8 @@ msgstr "Tráfico humano" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Eu dou consentimento ao Bluesky para usar os meus contactos na descoberta de amigos mútuos e reter dados \"hashed\" para correspondência até que o retire." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Tenho um código" @@ -6400,15 +6441,15 @@ msgstr "Se nenhum for selecionado, todos os idiomas serão exibidos nos seus fee 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." msgstr "Se tem 18 anos ou mais e quer tentar de novo, clique no botão abaixo e use um método de verificação diferente se houver essa possibilidade na sua região. Caso tenha dúvidas, <0>a nossa equipa de suporte pode ajudar." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Se ainda não é considerado um adulto pelas leis do seu país, um parente ou responsável legal deve ler estes Termos em seu nome." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Se acredita que a sua data de nascimento está incorreta, pode atualizá-la clicando <0>aqui." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Se eliminar esta lista, não será capaz de a recuperar." @@ -6420,7 +6461,7 @@ msgstr "Se tiver o seu próprio domínio, pode usá-lo como nome de utilizador. msgid "If you need to update your email, <0>click here." msgstr "Se precisa de atualizar o seu e-mail, <0>clique aqui." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Se remover esta publicação, não será capaz de a recuperar." @@ -6441,7 +6482,7 @@ msgstr "Se quer restringir quem pode receber notificações da atividade da sua msgid "If you're a developer, you can host your own server." msgstr "Se é programador, pode hospedar o seu próprio servidor." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se está a tentar alterar o seu nome de utilizador ou e-mail, faça-o antes de desativar." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Imagem" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Imagem {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Imagem {0} de {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Imagem {0} de {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache de imagem limpa, {0} libertado" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Galeria de imagens, {0} imagens" @@ -6526,7 +6567,7 @@ msgstr "Importar contactos" msgid "Import Contacts" msgstr "Importar Contactos" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importe contactos ou convide os seus amigos" @@ -6540,7 +6581,7 @@ msgstr "Importe contactos para encontrar os seus amigos" msgid "Imported on {0}" msgstr "Importado em {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "De modo a fornecer uma experiência apropriada à sua idade, precisamos de saber a sua data de nascimento. Isto só lhe será pedido uma vez, e os seus dados serão mantidos privados." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Incluir publicações feitas até esta data" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Incluir marca de tempo do vídeo ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Introduza o código que lhe foi enviado por e-mail" msgid "Interaction limited" msgstr "Interação limitada" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Definições de interação" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Introduzindo publicações guardadas" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Código de confirmação de 2FA inválido." @@ -6691,7 +6732,7 @@ msgstr "Motivo de denúncia inválido" msgid "Invalid rescind request." msgstr "Pedido de rescisão inválido." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Código de Verificação Inválido" @@ -6703,15 +6744,15 @@ msgstr "Convidar" msgid "Invite {name} to join Bluesky" msgstr "Convidar {name} para aderir ao Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Código de convite" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "O código de convite não foi aceite. Verifique se o inseriu corretamente e tente novamente." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Convidar amigos" @@ -6761,7 +6802,7 @@ msgstr "Link de convite editado" msgid "Invite link enabled" msgstr "Link de convite ativado" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Convide pessoas para este pacote de iniciante!" @@ -6786,26 +6827,26 @@ msgstr "Convites, mas pessoais" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Parece que alguns dos seus contactos ainda não tentaram encontrar a sua conta aqui. Pode convidá-los pessoalmente, personalizando uma mensagem de rascunho que iremos fornecer." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Está correto" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "De momento é só <0>{0} ! Adicione mais pessoas ao seu pacote de iniciante procurando acima." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "De momento é só você! Adicione mais pessoas ao seu pacote de iniciante pesquisando acima." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID do trabalho: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Empregos" @@ -6816,8 +6857,8 @@ msgstr "Aderir" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Junte-se ao Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Junte-se à conversa" msgid "Journalism" msgstr "Jornalismo" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Continuar a editar" @@ -6854,17 +6895,17 @@ msgstr "Mantenha-me informado" msgid "KWS website" msgstr "Website da KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Rotular resposta para o algoritmo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Rotulado por {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Rotulado pelo autor." @@ -6893,7 +6934,7 @@ msgstr "Rótulos na sua conta" msgid "Language" msgstr "Idioma" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Definições de Idioma" @@ -6907,12 +6948,12 @@ msgstr "Idiomas" msgid "Larger" msgstr "Maior" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Iniciado pela última vez há {timeAgo}" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Iniciado pela última vez agora mesmo" @@ -6923,8 +6964,8 @@ msgstr "Iniciado pela última vez agora mesmo" msgid "Latest" msgstr "Mais recentes" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Saiba mais sobre <0>como utilizar a pesquisa avançada." msgid "Learn more about age assurance" msgstr "Saiba mais sobre a verificação de idade" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Saiba mais sobre o Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Saiba mais sobre importar contactos" msgid "Learn more about self hosting your PDS." msgstr "Saiba mais sobre como hospedar o seu PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Saiba mais sobre a moderação aplicada a este conteúdo" @@ -6984,8 +7025,8 @@ msgstr "Saiba mais sobre estas alterações e como partilhar as suas ideias conn msgid "Learn more about this warning" msgstr "Saiba mais sobre este aviso" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Saiba mais sobre a verificação no Bluesky (em inglês)" @@ -6995,7 +7036,7 @@ msgstr "Saiba mais sobre a verificação no Bluesky (em inglês)" msgid "Learn more about what is public on Bluesky." msgstr "Saiba mais sobre o que é público no Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Saiba mais sobre o seu link Germ DM" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Saiba mais nas suas <0>definições de conta." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Saber mais." @@ -7067,7 +7108,7 @@ msgstr "Sair desta conversa irá trancá-la permanentemente e não poderá volta msgid "Left group chat." msgstr "Saiu da conversa de grupo." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "à sua frente na fila." @@ -7080,7 +7121,7 @@ msgstr "Deixe-me escolher" msgid "Let's get your password reset!" msgstr "Vamos redefinir a sua palavra-passe!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Vamos lá!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claro" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Gostar" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Gosto ({0, plural, one {# gosto} other {# gostos}})" @@ -7114,7 +7155,7 @@ msgstr "Deixe um \"gosto\" em 10 publicações" msgid "Like 10 posts to train the Discover feed" msgstr "Deixe um \"gosto\" em 10 publicações para ajudar a treinar o seu feed \"Descobrir\"" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Gostar deste feed" @@ -7122,8 +7163,8 @@ msgstr "Gostar deste feed" msgid "Like this labeler" msgstr "Gostar deste rotulador" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Gostado por" @@ -7140,26 +7181,26 @@ msgstr "Gostado por" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Gostado por {0, plural, one {# utilizador} other {# utilizadores}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Gostado por {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Gostado por {0} e {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Gostos" msgid "Likes of your reposts" msgstr "Gostos das suas republicações" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Gostos nesta publicação" @@ -7191,11 +7232,16 @@ msgstr "Linear" msgid "Link copied to clipboard" msgstr "Link copiado para área de transferência" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Foto de perfil da lista" @@ -7227,20 +7273,20 @@ msgstr "Lista criada, mas ocorreu um erro ao adicionar alguns membros" msgid "List creator" msgstr "Criador da lista" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Lista eliminada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Descrição da lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "A descrição da lista é demasiado longa {DESCRIPTION_MAX_GRAPHEMES, plural, other {O número máximo de caracteres é #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Lista ocultada" @@ -7248,7 +7294,7 @@ msgstr "Lista ocultada" msgid "List Hidden" msgstr "Lista Oculta" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "A lista deve ter um nome." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Lista silenciada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Nome da lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "O nome da lista é demasiado longo {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {O número máximo de caracteres é #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Lista desbloqueada" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Silenciamento da lista removido " -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listas" @@ -7326,12 +7372,12 @@ msgstr "A funcionalidade \"Entrar em direto\" está em beta" msgid "Live link" msgstr "Link de transmissão em direto" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Carregar mais" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Carregar mais feeds sugeridos" @@ -7346,16 +7392,16 @@ msgstr "Carregar novas notificações" msgid "Load new posts" msgstr "Carregar novas publicações" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "A carregar conversa…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "A carregar listas..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "A carregar definições de interação da publicação..." @@ -7383,7 +7429,7 @@ msgstr "Trancar esta conversa de grupo" msgid "Locked" msgstr "Trancada" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Registo" @@ -7405,11 +7451,6 @@ msgstr "Logótipo por <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Toque prolongadamente para abrir o menu da tag para {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Vídeos mais longos" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Tem o seguinte formato: XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Certifique-se de que é para aqui que pretende ir!" msgid "Manage saved feeds" msgstr "Gerir feeds guardados" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Gerir definições de verificação" @@ -7461,8 +7502,14 @@ msgstr "Gerir as suas palavras silenciadas e tags" msgid "Manual" msgstr "Manual" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Marcar tudo como lido" @@ -7473,6 +7520,10 @@ msgstr "Marcar tudo como lido" msgid "Mark all chats as read" msgstr "Marcar todas as conversas como lidas" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Multimédia" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Conteúdo multimédia armazenado em {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Conteúdo multimédia armazenado noutro dispositivo" @@ -7540,7 +7591,7 @@ msgstr "Membros" msgid "Members can still read chat history but can’t send new messages." msgstr "Membros ainda podem ler o histórico da conversa, mas não podem enviar novas mensagens." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "utilizadores mencionados" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Enviar mensagem" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Mensagem" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Enviar mensagem a {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Mensagem eliminada" @@ -7603,7 +7655,7 @@ msgstr "Mensagem de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Campo de entrada de mensagem" @@ -7615,7 +7667,7 @@ msgstr "A mensagem é demasiado longa ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH}) msgid "Message options" msgstr "Opções de mensagem" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mensagens" @@ -7640,12 +7692,12 @@ msgstr "Assédio ou bullying de menores" msgid "Misleading" msgstr "Enganador" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Conteúdo multimédia em falta" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderação" @@ -7658,6 +7710,12 @@ msgstr "Moderação e filtros de conteúdo" msgid "Moderation details" msgstr "Detalhes de moderação" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Caixa de entrada de moderação" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Lista de moderação por <0/>" msgid "Moderation list by you" msgstr "Lista de moderação por si" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Lista de moderação criada" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Lista de moderação atualizada" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Listas de moderação" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Listas de Moderação" @@ -7697,11 +7755,11 @@ msgstr "Listas de Moderação" msgid "moderation settings" msgstr "definições de moderação" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Estados de moderação" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Ferramentas de moderação" @@ -7710,8 +7768,8 @@ msgstr "Ferramentas de moderação" msgid "Moderator has chosen to set a general warning on the content." msgstr "O moderador optou por definir um aviso geral sobre o conteúdo." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Mais feeds" @@ -7720,10 +7778,10 @@ msgstr "Mais feeds" msgid "More languages..." msgstr "Mais idiomas..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Mais opções" @@ -7747,7 +7805,7 @@ msgstr "Música" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Silenciar" msgid "Mute {0}" msgstr "Silenciar {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Silenciar conta" @@ -7816,13 +7874,13 @@ msgstr "Silenciar esta palavra em tags apenas" msgid "Mute this word until you unmute it" msgstr "Silenciar esta palavra até que a deixe de silenciar" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Silenciar fio" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Silenciar palavras e tags" @@ -7834,11 +7892,11 @@ msgstr "Silencie, saia ou remova pessoas a qualquer momento. A conversa é sua." msgid "Muted" msgstr "Silenciado" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Contas silenciadas" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Contas Silenciadas" @@ -7852,7 +7910,7 @@ msgstr "Contas silenciadas têm as suas publicações removidas do seu feed e da msgid "Muted by \"{0}\"" msgstr "Silenciado por \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Palavras e tags silenciadas" @@ -7881,7 +7939,7 @@ msgstr "Os Meus Feeds" msgid "My starter pack" msgstr "O meu pacote de iniciante" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nome" @@ -7891,12 +7949,12 @@ msgstr "Natureza" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navegar para {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Navegar até ao pacote de iniciante" @@ -7910,8 +7968,8 @@ msgstr "Navega para o próximo ecrã" msgid "Navigates to your profile" msgstr "Navega para o seu perfil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Precisa de denunciar uma violação de direitos de autor, uma solicitação legal ou um problema de conformidade regulatória?" @@ -7919,10 +7977,6 @@ msgstr "Precisa de denunciar uma violação de direitos de autor, uma solicitaç msgid "Nevermind, create a handle for me" msgstr "Deixe estar, crie um nome de utilizador para mim" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Novo" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Novo endereço de e-mail" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Nova Funcionalidade" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Novas mensagens" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nova palavra-passe" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nova publicação" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nova publicação" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Respostas mais recentes primeiro" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Notícias" @@ -8088,15 +8142,15 @@ msgstr "Notícias" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Próximo" @@ -8108,12 +8162,16 @@ msgstr "Imagem seguinte" msgid "Night" msgstr "Noite" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Não" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Sem anúncios, sem rastreamento invasivo, sem armadilhas de engajamento. O Bluesky respeita o seu tempo e atenção." @@ -8194,11 +8252,11 @@ msgstr "Sem gostos ainda" msgid "No lists" msgstr "Nenhuma lista" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Já não segue {0}" @@ -8224,7 +8282,7 @@ msgstr "Chega de \"doomscrolling\" em algoritmos cheios de lixo. Encontre feeds msgid "No name" msgstr "Sem nome" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Sem notificações ainda!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Ninguém" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Ninguém, para além do autor, pode citar esta publicação." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Sem resultados" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Sem resultados para \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "Nenhum resultado encontrado para “<0>{query}”." msgid "No results found for your query with advanced search filters applied." msgstr "Nenhum resultado encontrado para a sua pesquisa com os filtros de pesquisa avançada aplicados." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Sem resultados." @@ -8335,7 +8393,7 @@ msgstr "Nenhum Pacote de Iniciante ainda" msgid "No thanks" msgstr "Não, obrigado" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Nenhuma tradução recebida do seu dispositivo." @@ -8343,7 +8401,7 @@ msgstr "Nenhuma tradução recebida do seu dispositivo." msgid "No video posts yet" msgstr "Sem vídeos ainda" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Ninguém" @@ -8360,7 +8418,7 @@ msgstr "Ainda ninguém citou isto. Talvez deva ser o primeiro!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ainda ninguém republicou isto. Talvez deva ser o primeiro!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Ninguém foi encontrado. Tente pesquisar por outra pessoa." @@ -8398,7 +8456,7 @@ msgstr "Indisponível nesta plataforma." msgid "Not followed by anyone you’re following" msgstr "Não é seguido por ninguém seguido por si" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Não Encontrado" @@ -8407,7 +8465,7 @@ msgstr "Não Encontrado" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Não está pronto para publicar? Mantenha as suas melhores ideias nos Rascunhos até o timing ser perfeito." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Nota sobre partilhar" @@ -8419,13 +8477,17 @@ msgstr "Nota: o Bluesky faz parte da Atmosphere, uma rede pública aberta. Estas msgid "Note: This post is only visible to logged-in users." msgstr "Nota: Esta publicação é apenas visível para utilizadores com sessão iniciada." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Nada foi guardado ainda" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Definições de notificações" @@ -8435,8 +8497,8 @@ msgstr "Definições de notificações" msgid "Notification sounds" msgstr "Sons de notificações" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sons de notificações" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notificações" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "OK" @@ -8505,6 +8567,10 @@ msgstr "Respostas mais antigas primeiro" msgid "On" msgstr "Ativo" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "No Bluesky, isto significa que as suas publicações só aparecerão no feed Descobrir para as pessoas que o seguem. Outras aplicações podem optar por usar esta preferência nas suas próprias recomendações algorítmicas." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "em<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Um dos destinatários selecionados não permite conversas de grupo." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Foi bloqueado por um dos destinatários selecionados e não o pode contactar." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Um ou mais GIFs sem texto alternativo." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens sem texto alternativo." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Um ou mais dos seus ficheiros selecionados não são suportados." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Um ou mais dos ficheiros selecionados são demasiado grandes. O tamanho máximo é {VIDEO_MAX_SIZE_MB}  MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Uma ou mais publicações são demasiado longas para guardar como um rascunho {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {O número máximo de caracteres é # caracter.} other {O número máximo de caracteres é # caracteres.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Um ou mais vídeos sem texto alternativo." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Apenas {0} pode responder." @@ -8556,7 +8622,7 @@ msgstr "Apenas {0} pode responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Somente {0} de {1} {2, plural, one {imagem} other {imagens}} foram adicionadas; o limite é {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Apenas seguidores podem aderir a esta conversa de grupo." msgid "Only followers who I follow" msgstr "Apenas seguidores que eu sigo" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Apenas ficheiros de imagem são suportados" @@ -8637,7 +8703,7 @@ msgstr "Abrir opções de pesquisa avançada" msgid "Open avatar creator" msgstr "Abrir criador de foto de perfil" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Abrir câmara" @@ -8655,7 +8721,7 @@ msgstr "Abrir opções de membro da conversa para {displayName}" msgid "Open conversation options" msgstr "Abrir opções de conversa" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Abrir rascunho" @@ -8663,8 +8729,8 @@ msgstr "Abrir rascunho" msgid "Open drawer menu" msgstr "Abrir menu lateral" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Abrir selecionador de emojis" @@ -8695,12 +8761,12 @@ msgstr "Abrir conversa de grupo" msgid "Open group chat settings" msgstr "Abrir definições da conversa de grupo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Abrir no Google Tradutor" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Abrir link para {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Abrir opções de mensagem" msgid "Open moderation debug page" msgstr "Abrir página de debug da moderação" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Abrir definições de palavras e tags silenciadas" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Abrir pacote" @@ -8743,7 +8809,7 @@ msgstr "Abrir definições" msgid "Open share menu" msgstr "Abrir menu de partilha" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Abrir menu de pacote de iniciante" @@ -8759,10 +8825,9 @@ msgstr "Abrir registo do sistema" msgid "Open this group chat" msgstr "Abrir esta conversa de grupo" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Abre o feed {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Abre detalhes adicionais para uma entrada de debug" msgid "Opens alt text dialog" msgstr "Abre janela de diálogo de texto alternativo" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Abre câmara no dispositivo" @@ -8804,28 +8869,28 @@ msgstr "Abre janela de diálogo para alteração de nome de utilizador" msgid "Opens composer" msgstr "Abre o compositor" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Abre a câmara do dispositivo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Abre a galeria do dispositivo para selecionar até {MAX_GALLERY_IMAGES, plural, one{# imagem}other {# imagens}} ou um único vídeo ou GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Abre processo para criar uma nova conta no Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Abre o processo para iniciar sessão com a sua conta Bluesky existente" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Abre a imagem completa" @@ -8833,7 +8898,7 @@ msgstr "Abre a imagem completa" msgid "Opens helpdesk in browser" msgstr "Abre central de suporte no navegador" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Abre o selecionador de imagens" @@ -8854,7 +8919,7 @@ msgstr "Abre as definições de idioma da publicação" msgid "Opens profile" msgstr "Abre perfil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Abre as definições de encontrar e convidar amigos" @@ -8867,11 +8932,11 @@ msgstr "Abre a janela de diálogo do selecionador de GIFs" msgid "Opens the invite friends sheet to share your profile" msgstr "Abre a folha de convidar amigos para partilhar o seu perfil" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Abre o compositor de publicação" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Abre este rascunho no compositor" @@ -8879,15 +8944,51 @@ msgstr "Abre este rascunho no compositor" msgid "Opens this profile" msgstr "Abre este perfil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opções:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Ou, continue com outra conta." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Ou, inicie sessão com uma das suas outras contas." @@ -8985,7 +9086,7 @@ msgstr "GIFs de festa" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Palavra-passe" @@ -8993,7 +9094,7 @@ msgstr "Palavra-passe" msgid "Password changed" msgstr "Palavra-passe alterada" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "A palavra-passe deve ter pelo menos 8 caracteres." @@ -9005,7 +9106,7 @@ msgstr "Palavra-passe atualizada" msgid "Password updated!" msgstr "Palavra-passe atualizada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausa" @@ -9020,7 +9121,7 @@ msgstr "Pausar vídeo" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Pessoas" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Pessoas seguidas por {ownerName} podem pedir para se juntar" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Pessoas seguidas por @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Pessoas a seguir @{0}" @@ -9070,11 +9171,11 @@ msgstr "Pessoas que eu sigo podem se juntar instantaneamente" msgid "People I follow can request to join" msgstr "Pessoas que eu sigo podem pedir para se juntar" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Pessoas que segue" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Pessoas que menciona" @@ -9082,7 +9183,7 @@ msgstr "Pessoas que menciona" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "A permissão para aceder à sua galeria de fotos foi negada. Por favor, ative-a nas suas definições de sistema." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Alternar pessoa" @@ -9115,15 +9216,15 @@ msgstr "Escolher um tema de cor" msgid "Pictures meant for adults." msgstr "Imagens destinadas a adultos." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Afixar feed" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Afixar a início" @@ -9131,8 +9232,8 @@ msgstr "Afixar a início" msgid "Pin to Home" msgstr "Afixar a Início" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Afixar ao seu perfil" @@ -9151,11 +9252,11 @@ msgstr "{0} afixado a Início" msgid "Pinned Feeds" msgstr "Feeds Afixados" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Afixado aos seus feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Reproduzir" @@ -9169,12 +9270,12 @@ msgstr "Reproduzir {0}" msgid "Play GIF" msgstr "Reproduzir GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Reproduzir vídeo" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Reproduzir Vídeo" @@ -9182,7 +9283,7 @@ msgstr "Reproduzir Vídeo" msgid "Plays or pauses the GIF" msgstr "Reproduz ou pausa o GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Reproduz ou pausa o vídeo" @@ -9190,7 +9291,7 @@ msgstr "Reproduz ou pausa o vídeo" msgid "Plays the GIF" msgstr "Reproduz o GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Reproduz o vídeo" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Por favor, escolha o seu nome de utilizador." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Por favor, escolha a sua palavra-passe." @@ -9219,12 +9320,12 @@ msgstr "Por favor, clique no link contido no e-mail que lhe acabamos de enviar p msgid "Please complete the verification captcha." msgstr "Por favor complete o captcha de verificação." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Por favor, confirme o seu endereço de e-mail para carregar vídeos." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Por favor, verifique se introduziu o seu endereço de e-mail corretamente." @@ -9232,7 +9333,7 @@ msgstr "Por favor, verifique se introduziu o seu endereço de e-mail corretament msgid "Please enter a password." msgstr "Por favor, insira uma palavra-passe." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Por favor, introduza uma palavra-passe. Esta deve ter pelo menos 8 caracteres." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Por favor, introduza o código de segurança que enviámos para o seu endereço de e-mail anterior." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Por favor, introduza o seu e-mail." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Por favor, introduza o seu código de convite." @@ -9306,8 +9407,8 @@ msgstr "Por favor, explique por que pensa que as suas conversas foram incorretam msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Por favor, explique o motivo pelo qual pensa que o seu acesso à funcionalidade \"Entrar em direto\" foi desativado incorretamente." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Por favor, retroceda ou ative este elemento para voltar ao início do conteúdo ativo." @@ -9333,7 +9434,7 @@ msgstr "Selecione um motivo para esta denúncia" msgid "Please sign in as @{0}" msgstr "Por favor, inicie sessão como @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Por favor, submeta a sua denúncia através do formulário de denúncia de imagens íntimas não consensuais (NCII, non-consensual intimate imagery)." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Por favor, escreva a sua mensagem abaixo:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Política" @@ -9367,18 +9468,18 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Publicação" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Publicação" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Publicação {index} de {count}" @@ -9393,12 +9494,12 @@ msgstr "Publicar uma foto" msgid "Post a video" msgstr "Publicar um vídeo" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Publicar tudo" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Publicar mesmo assim" @@ -9406,11 +9507,16 @@ msgstr "Publicar mesmo assim" msgid "Post blocked" msgstr "Publicação bloqueada" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Publicação por @{0}" @@ -9423,10 +9529,10 @@ msgstr "Publicação eliminada" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Falha no carregamento da publicação. Por favor, verifique a sua conexão à internet e tente novamente." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "A publicação foi eliminada" @@ -9440,11 +9546,11 @@ msgstr "Publicação ocultada por palavra silenciada" msgid "Post Hidden by You" msgstr "Publicação ocultada por si" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Definições de interação com publicação" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Definições de Interação com Publicação" @@ -9468,7 +9574,7 @@ msgstr "Publicar link" msgid "Post not found" msgstr "Publicação não encontrada" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Publicação afixada" @@ -9478,7 +9584,7 @@ msgstr "Publicação afixada" msgid "Post type" msgstr "Tipo de publicação" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Publicação desafixada" @@ -9487,7 +9593,7 @@ msgstr "Publicação desafixada" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Publicações" @@ -9520,7 +9626,7 @@ msgstr "Idioma preferido" msgid "Press to attempt reconnection" msgstr "Pressione para tentar reconectar-se" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Privacidade" msgid "Privacy and security" msgstr "Privacidade e segurança" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Definições de privacidade e segurança" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Política de Privacidade" msgid "Privacy violation of a minor" msgstr "Violação da privacidade de um menor" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "A processar GIF..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "A processar o vídeo..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "perfil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas públicas e partilháveis de utilizadores para silenciar ou bloquear em massa." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publicar publicação" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publicar publicações" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publicar respostas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publicar resposta" @@ -9685,7 +9791,7 @@ msgstr "O código QR foi guardado no rolo da sua câmara!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citar publicação" @@ -9723,8 +9829,8 @@ msgstr "Limite excedido — tentou alterar o seu nome de utilizador muitas vezes msgid "Rate limit exceeded. Please try again later." msgstr "Limite de pedidos excedido. Por favor, tente novamente mais tarde." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Vincular citação de novo" @@ -9745,7 +9851,7 @@ msgstr "Reagir com {emoji}" msgid "Reactions" msgstr "Reações" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reative a sua conta" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Leia sobre como usar os filtros de pesquisa avançada" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Ler a publicação do blog (em inglês)" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Ler menos" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Ler mais" @@ -9780,7 +9886,7 @@ msgstr "Ler mais respostas" msgid "Read our blog post" msgstr "Ler a nossa publicação no blog" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Leia o blogue do Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Leia a Política de Privacidade do Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Leia os Termos de Serviço do Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Conversas reais." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Pessoas reais." @@ -9862,23 +9968,24 @@ msgstr "Recarregar conversas" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Remover" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Remover {displayName} da conversa de grupo" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Remover {displayName} do pacote de iniciante" @@ -9914,8 +10021,8 @@ msgstr "Remover anexo" msgid "Remove Avatar" msgstr "Remover foto de perfil" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Remover Banner" @@ -9950,8 +10057,8 @@ msgstr "Remover da conversa" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Remover dos meus feeds" @@ -9960,8 +10067,8 @@ msgstr "Remover dos meus feeds" msgid "Remove from quick access?" msgstr "Remover de acesso rápido?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Remover dos feeds guardados" @@ -9970,7 +10077,7 @@ msgstr "Remover dos feeds guardados" msgid "Remove from saved posts" msgstr "Remover das publicações salvas" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Remover dos seus feeds?" @@ -10010,7 +10117,7 @@ msgstr "Remover sugestão" msgid "Remove this feed from your saved feeds" msgstr "Remover este feed dos seus feeds guardados" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Remover serviços de moderação indisponíveis" @@ -10018,10 +10125,14 @@ msgstr "Remover serviços de moderação indisponíveis" msgid "Remove user from list" msgstr "Remover utilizador da lista" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Remover verificação" @@ -10029,11 +10140,11 @@ msgstr "Remover verificação" msgid "Remove your verification for this account?" msgstr "Remover a sua verificação para esta conta?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Removido pelo autor" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Removido por si" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Removida das publicações salvas" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Removido do pacote de iniciante" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Removido dos seus feeds" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Serviços indisponíveis removidos" @@ -10128,11 +10240,11 @@ msgstr "Mensagem a que respondeu, toque para ir até ela" msgid "Replies" msgstr "Respostas" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Respostas desativadas" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "As respostas a esta publicação estão desativadas." @@ -10141,14 +10253,14 @@ msgstr "As respostas a esta publicação estão desativadas." msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responder ({0, plural, one {# resposta} other {# respostas}})" @@ -10162,7 +10274,7 @@ msgstr "Resposta ocultada pelo autor do fio" msgid "Reply Hidden by You" msgstr "Resposta ocultada por você" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "As definições de resposta são escolhidas pelo autor do fio" @@ -10185,8 +10297,8 @@ msgstr "A resposta foi ocultada com sucesso" msgid "Report" msgstr "Denunciar" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Denunciar conta" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Denunciar conversa" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Janela de denúncia" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Denunciar feed" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Denunciar lista" @@ -10216,8 +10328,8 @@ msgstr "Denunciar lista" msgid "Report message" msgstr "Denunciar mensagem" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Denunciar publicação" @@ -10225,8 +10337,8 @@ msgstr "Denunciar publicação" msgid "Report sent" msgstr "Relatório enviado" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Denunciar pacote de iniciante" @@ -10292,7 +10404,7 @@ msgstr "Republicar ({0, plural, one {# republicação} other {# republicações} #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Republicar ou citar publicação" @@ -10330,12 +10442,12 @@ msgstr "Republicações desta publicação" msgid "Reposts of your reposts" msgstr "Republicações das suas republicações" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "As republicações serão ocultadas nos feeds" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "As republicações serão mostradas nos feeds" @@ -10348,8 +10460,8 @@ msgstr "Pedir para aceder à conversa de grupo" msgid "Request approved." msgstr "Pedido aprovado." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Solicitar código" @@ -10371,7 +10483,7 @@ msgstr "Solicitado" msgid "Requests" msgstr "Pedidos" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Exigir texto alternativo antes de publicar" msgid "Require an email code to sign in to your account." msgstr "Requerer um código de e-mail para iniciar sessão com a sua conta." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Obrigatório para este fornecedor" @@ -10418,16 +10530,16 @@ msgstr "Reenviar código" msgid "Resend code in <0>00:{0}" msgstr "Reenviar código em <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Reenviar email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Reenviar Email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Reenviar Email de Verificação" @@ -10453,6 +10565,11 @@ msgstr "Redefinir palavra-passe" msgid "Reset your password by sending a code to your email" msgstr "Redefina a sua palavra-passe enviando um código para o seu e-mail" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Restaurar padrão" @@ -10479,9 +10596,9 @@ msgstr "Repete a última ação, que resultou em erro" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Repete a última ação, que resultou em erro" msgid "Retry" msgstr "Tentar novamente" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Recarregar opções de denúncia" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Voltar à página anterior" @@ -10521,7 +10638,7 @@ msgstr "Voltar à página de início" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Volta à página anterior" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIFs tristes" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Guardar data de nascimento" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Guardar alterações" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Guardar alterações?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Guardar rascunho" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Guardar rascunho?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Guardar imagem" @@ -10608,8 +10725,8 @@ msgstr "Guardar novo nome de utilizador" msgid "Save QR code" msgstr "Guardar código QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Guardar estas opções para a próxima vez" @@ -10618,7 +10735,7 @@ msgstr "Guardar estas opções para a próxima vez" msgid "Save to my feeds" msgstr "Guardar nos meus feeds" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Feeds Guardados" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Publicações Guardadas" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Guardado nos seus feeds" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Diga olá!" @@ -10661,7 +10778,7 @@ msgstr "Ler" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Ler código QR" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Voltar ao topo" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Procurar" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Pesquisar nas publicações de @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Procurar por nome ou interesse" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Pesquisar feeds" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Procurar por \"{interestsDisplayName}\"" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Procurar por \"{interestsDisplayName}\" (ativo)" @@ -10734,19 +10851,19 @@ msgstr "Procurar por “{searchText}”" msgid "Search for {q}" msgstr "Pesquisar por {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Procurar por feeds que deseja sugerir para outros." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Procurar por mais contas" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Procurar mais feeds" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Procurar pessoas" @@ -10774,14 +10891,14 @@ msgstr "Procurar idiomas" msgid "Search my posts" msgstr "Procurar nas minhas publicações" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Procurar publicações" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Procurar perfis" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Procurar..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Procura por perfis" @@ -10829,14 +10946,14 @@ msgstr "Ver publicações em #{tag}" msgid "See #{tag} posts by user" msgstr "Ver publicações em #{tag} por utilizador" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Ver empregos no Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Ver mais" @@ -10844,16 +10961,11 @@ msgstr "Ver mais" msgid "See more suggested profiles" msgstr "Ver mais perfis sugeridos" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Ver mais assuntos do momento" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Ver selos numerados (1/3, 2/3, etc.) em publicações num fio do mesmo autor." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Selecionar {langName}" msgid "Select a color" msgstr "Selecionar uma cor" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Selecione um motivo" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Selecionar conta" @@ -10910,7 +11022,7 @@ msgstr "Selecionar uma foto de perfil" msgid "Select an emoji" msgstr "Selecionar um emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Selecione uma opção" @@ -10946,11 +11058,11 @@ msgstr "Selecionar tipo de filtro (atualmente: {0})" msgid "Select from an existing account" msgstr "Selecionar de uma conta existente" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Selecionar das suas listas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Selecionar das suas listas <0>{numberOfListsSelected, plural, one {(# selecionada)}other {(# selecionadas)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Selecione a duração do silenciamento desta palavra." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Selecionar idioma" @@ -10987,7 +11099,7 @@ msgstr "Selecionar idioma..." msgid "Select languages" msgstr "Selecionar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Selecionar um serviço de moderação" @@ -11028,7 +11140,7 @@ msgstr "Selecione que idioma usar para a interface da aplicação." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selecione quais idiomas deseja que os feeds que subscreve incluam. Se nenhum for selecionado, todos os idiomas serão mostrados." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Selecione a sua data de nascimento" @@ -11045,7 +11157,7 @@ msgstr "Selecione o seu idioma preferido para traduções no seu feed." msgid "Select your preferred notification channels" msgstr "Selecione os seus canais de notificação preferidos" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "A seleção de vários tipos de conteúdo multimédia não é suportada." @@ -11076,7 +11188,7 @@ msgstr "Enviar relatório de erro" msgid "Send feedback" msgstr "Enviar feedback" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Enviar mensagem" @@ -11089,7 +11201,7 @@ msgstr "Enviar publicação para {name}" msgid "Send post to..." msgstr "Enviar publicação para..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Enviar denúncia para {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Enviar mensagem a partir do seu telefone" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Enviar e-mail de verificação" @@ -11133,7 +11245,7 @@ msgstr "Definir ícone da aplicação para {0}" msgid "Set new password" msgstr "Definir nova palavra-passe" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Defina exatamente que grupos de pessoas podem responder à sua publicação" @@ -11141,11 +11253,11 @@ msgstr "Defina exatamente que grupos de pessoas podem responder à sua publicaç msgid "Set up your account" msgstr "Configure a sua conta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Definir quem pode responder à sua publicação" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Defina a sua data de nascimento abaixo e poderá voltar a publicar e a explorar num piscar de olhos!" @@ -11161,9 +11273,9 @@ msgstr "Definir o seu provedor de hospedagem manualmente" msgid "Sets email for password reset" msgstr "Define o e-mail para recuperação de senha" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Definições" @@ -11222,7 +11334,7 @@ msgstr "Definições para notificações de respostas" msgid "Settings for repost notifications" msgstr "Definições para notificações de republicações" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Definições guardadas" @@ -11242,7 +11354,7 @@ msgstr "Sexualmente Sugestivo" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Partilhar" @@ -11251,7 +11363,7 @@ msgstr "Partilhar" msgid "Share age range" msgstr "Partilhar intervalo etário" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Partilhar mesmo assim" @@ -11279,13 +11391,13 @@ msgstr "Partilhar link de convite" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Partilhar link" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Janela de diálogo para partilha de link" @@ -11304,12 +11416,12 @@ msgstr "Partilhar publicação em:// URI" msgid "Share Profile" msgstr "Partilhar perfil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Partilhar código QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Partilhar este feed" @@ -11318,22 +11430,22 @@ msgstr "Partilhar este feed" msgid "Share this search" msgstr "Partilhar esta pesquisa" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Partilhar este pacote de iniciante" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Partilhe este pacote de iniciante e ajude pessoas a juntarem-se à sua comunidade no Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Partilhar via..." @@ -11345,7 +11457,7 @@ msgstr "Partilhe os seus contactos para encontrar amigos" msgid "Share your thoughts…" msgstr "Partilhe o que achou…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Testador de Preferências Partilhadas" @@ -11359,12 +11471,16 @@ msgstr "Partilhar o seu intervalo etário revela apenas o intervalo associado à msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Partilhar o seu intervalo etário revela apenas o intervalo associado à sua Conta Google – por exemplo, que tem pelo menos 18 anos. <0>A sua idade exata e a sua data de nascimento nunca são partilhadas, e estes dados nunca saem deste dispositivo. Por isso, apenas permitem o acesso neste dispositivo. Em alternativa, <1>pode utilizar o nosso parceiro de confiança, o KWS, para concluir a verificação e ativar o acesso em todas as plataformas." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Mostrar" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Mostrar texto alternativo" @@ -11373,14 +11489,14 @@ msgstr "Mostrar texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Mostrar mesmo assim" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Mostrar rótulo de automação" @@ -11401,16 +11517,16 @@ msgstr "Exibir definições de personalização" msgid "Show group chat updates" msgstr "Mostrar atualizações da conversa de grupo" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Mostrar menos como esta" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Mostrar lista mesmo assim" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Mostrar listas de utilizadores de onde escolher" @@ -11418,8 +11534,8 @@ msgstr "Mostrar listas de utilizadores de onde escolher" msgid "Show more" msgstr "Ver mais" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Mostrar mais como esta" @@ -11445,8 +11561,8 @@ msgstr "Mostrar respostas" msgid "Show replies as" msgstr "Mostrar respostas como" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Mostrar resposta para todos" @@ -11455,8 +11571,8 @@ msgstr "Mostrar resposta para todos" msgid "Show reposts" msgstr "Mostrar republicações" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Mostrar republicações nos feeds" @@ -11478,7 +11594,7 @@ msgstr "Mostrar aviso e filtrar de feeds" msgid "Show when you’re live" msgstr "Mostre quando você estiver ao vivo" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Mostra informação sobre quando esta publicação foi criada" @@ -11486,15 +11602,15 @@ msgstr "Mostra informação sobre quando esta publicação foi criada" msgid "Shows other accounts you can switch to" msgstr "Mostra outras contas para as quais pode mudar" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Mostra o conteúdo" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Mostra o conteúdo" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Iniciar sessão" msgid "Sign in as {0}" msgstr "Iniciar sessão como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Iniciar sessão como…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Iniciar sessão ou criar uma conta" @@ -11551,16 +11667,17 @@ msgstr "Inicie sessão no Bluesky ou crie uma conta nova" msgid "Sign in to request access to this group chat." msgstr "Inicie sessão para pedir para aderir a esta conversa de grupo." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Inicie sessão para ver esta publicação" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Desde" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "Ignorar partilha de contactos e continuar para a aplicação" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Ignorar publicações vazias?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Saltar introdução e começar a usar a sua conta" @@ -11628,7 +11745,7 @@ msgstr "Saltar introdução e começar a usar a sua conta" msgid "Skip to next step" msgstr "Saltar para o próximo passo" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "slide" @@ -11644,19 +11761,24 @@ msgstr "Adia o lembrete" msgid "So many thoughts, you should post one" msgstr "Tantos pensamentos, deveria publicar um" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "A rede social que você controla." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Provas sociais nas publicações" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Programador" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Alguns serviços de moderação na sua lista já não estão disponíveis." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Algumas das suas verificações são inválidas." @@ -11664,7 +11786,7 @@ msgstr "Algumas das suas verificações são inválidas." msgid "Some other feeds you might like" msgstr "Outros feeds que talvez possa gostar" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Algumas pessoas podem responder" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Aconteceu algo de errado" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Aconteceu algo de errado, por favor tente novamente" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Aconteceu algo de errado. Por favor, tente novamente dentro de um moment msgid "Something went wrong. Please try again." msgstr "Aconteceu algo de errado. Por favor, tente novamente." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Aconteceu algo de errado? Informe-nos." @@ -11759,8 +11881,8 @@ msgstr "Aconteceu algo de errado? Informe-nos." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Lamentamos, mas de momento não conseguimos carregar as sugestões de contas. " -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Desculpe! A sua sessão expirou. Por favor, inicie sessão novamente." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam ou outros comportamentos inautênticos ou enganadores" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Desportos" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Identifique publicações que os seus amigos e pessoas que segue gostaram." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Inicie uma conversa, e ela aparecerá aqui." @@ -11826,14 +11953,14 @@ msgstr "Iniciar conversa" msgid "Start chat with {displayName}" msgstr "Iniciar conversa com {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Pacote de Iniciante" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Pacote de iniciante por {0}" @@ -11841,12 +11968,12 @@ msgstr "Pacote de iniciante por {0}" msgid "Starter pack by <0/>" msgstr "Pacote de iniciante por <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Pacote de iniciante por si" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Pacote de iniciante é inválido" @@ -11854,7 +11981,7 @@ msgstr "Pacote de iniciante é inválido" msgid "Starter packs" msgstr "Pacotes de iniciante" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Pacotes de Iniciante" @@ -11893,7 +12020,7 @@ msgstr "Armazenamento limpo, precisa de reiniciar a aplicação agora." msgid "Stored as part of a secure code for matching with others" msgstr "Armazenado como parte de um código seguro para correspondência com outros" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "Submeter Recurso" msgid "Submit feedback" msgstr "Enviar feedback" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Submeter denúncia" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Submeta a sua denúncia através do formulário de denúncia de imagens íntimas não consensuais (NCII, non-consensual intimate imagery)" @@ -11963,11 +12090,11 @@ msgstr "Subscrever @{0} para usar estes rótulos:" msgid "Subscribe to account activity" msgstr "Subscrever a atividade de conta" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subscrever Rotulador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subscrever este rotulador" @@ -11975,7 +12102,7 @@ msgstr "Subscrever este rotulador" msgid "Subscribe to this list" msgstr "Subscrever esta lista" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Sucesso" @@ -11998,7 +12125,7 @@ msgstr "Verificado com sucesso" msgid "Suggested" msgstr "Sugeridos" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Contas sugeridas" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Pôr do sol" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Apenas tags" msgid "Take the conversation private." msgstr "Torne a conversa privada." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Toque abaixo para permitir que o Bluesky aceda à sua localização GPS. Em seguida, usaremos esses dados para determinar com maior precisão o conteúdo e as funcionalidades disponíveis na sua região." @@ -12103,8 +12230,8 @@ msgstr "Toque para mais informação" msgid "Tap for more information" msgstr "Toque para mais informação" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Toque aqui para atualizar a sua localização com o GPS." @@ -12206,7 +12333,7 @@ msgstr "Termos" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Obrigado pelo seu feedback! Ele foi enviado para o operador do feed." msgid "Thanks for your feedback!" msgstr "Obrigado pelo seu feedback!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Obrigado, verificou o seu endereço de e-mail com sucesso. Pode fechar esta janela de diálogo." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Obrigado! Está tudo pronto." @@ -12246,16 +12373,16 @@ msgstr "Obrigado! Está tudo pronto." msgid "That contains the following:" msgstr "Que contém o seguinte:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Não foi possível encontrar esse pacote de iniciante." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Este nome de utilizador já está em uso" @@ -12263,13 +12390,13 @@ msgstr "Este nome de utilizador já está em uso" msgid "That's all, folks!" msgstr "É tudo!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "É tudo!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interagir consigo após a desbloquear." @@ -12287,7 +12414,7 @@ msgstr "O autor deste fio ocultou a sua resposta." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "A data de nascimento que inseriu indica que tem menos de 18 anos. Certos conteúdos e funcionalidades podem estar indisponíveis para si." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "A aplicação web do Bluesky" @@ -12352,32 +12479,32 @@ msgstr "A publicação a que está a responder foi marcado como estando escrita msgid "The Privacy Policy has been moved to <0/>" msgstr "A Política de Privacidade foi movida para <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "O vídeo processado é demasiado grande. Por favor, tente novamente com um ficheiro menor." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "O vídeo selecionado não pôde ser codificado." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "O vídeo selecionado não pôde ser processado." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "O vídeo selecionado tem uma razão de aspeto não suportada." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "O vídeo selecionado é maior que {VIDEO_MAX_SIZE_MB} MB. Por favor, tente novamente com um ficheiro menor." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "O vídeo selecionado é demasiado longo." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "O vídeo selecionado usa um formato não suportado." @@ -12386,7 +12513,7 @@ msgstr "O vídeo selecionado usa um formato não suportado." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "O servidor parece estar a passar por problemas. Por favor, tente novamente em alguns instantes." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "O pacote de iniciante que está a tentar visualizar é inválido. Em vez disso, pode eliminar este pacote de iniciante." @@ -12402,7 +12529,7 @@ msgstr "O formulário de suporte foi movido. Se precisar de ajuda, por favor <0/ msgid "The Terms of Service have been moved to" msgstr "Os Termos de Serviço foram movidos para" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "O código de verificação que forneceu é inválido. Certifique-se de que usou o link de verificação correto ou solicite um novo." @@ -12412,7 +12539,7 @@ msgstr "O código de verificação que forneceu é inválido. Certifique-se de q msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "O fornecedor de verificação não conseguiu enviar um código para o seu número de telefone. Por favor, verifique o seu número de telefone e tente novamente." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Não foi possível enviar o vídeo para o seu fornecedor de hospedagem. Por favor, tente novamente." @@ -12428,7 +12555,7 @@ msgstr "Há um limite para o quão frequentemente pode alterar a sua data de nas msgid "There is no invite link for this group chat." msgstr "Não há nenhum link de convite para esta conversa de grupo." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Não há limite de tempo para a desativação da conta, volte a qualquer momento." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Houve um problema com a sua conexão à internet. Por favor, tente novamente" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Ocorreu um problema ao contactar o servidor" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Ocorreu um problema ao contactar o servidor. Por favor, verifique a sua conexão de internet e tente novamente." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Houve um problema ao obter as notificações. Toque aqui para tentar novamente." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Houve um problema ao obter as publicações. Toque aqui para tentar novamente." @@ -12495,25 +12622,25 @@ msgstr "Ocorreu um problema ao atualizar os seus feeds. Por favor, verifique a s #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Ocorreu um problema! {0}" @@ -12521,10 +12648,10 @@ msgstr "Ocorreu um problema! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Ocorreu um problema. Por favor, verifique a sua conexão de internet e t msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Houve um problema inesperado com a aplicação. Por favor, informe-nos se isto se passou consigo!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Houve um largo influxo de novos utilizadores para o Bluesky! Iremos ativar a sua conta assim que possível." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Estas são as suas definições padrão" @@ -12576,7 +12703,7 @@ msgstr "Não poderão voltar a entrar a não ser que os convide novamente." msgid "This {screenDescription} has been flagged:" msgstr "Este {screenDescription} foi sinalizado:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Esta conta possui um selo de verificação porque foi verificada por fontes confiáveis." @@ -12584,7 +12711,7 @@ msgstr "Esta conta possui um selo de verificação porque foi verificada por fon msgid "This account has been marked as automated by its owner." msgstr "Esta conta foi marcada como sendo automatizada pelo seu proprietário." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Esta conta tem uma ou mais tentativas de verificação, mas não é atualmente verificada." @@ -12618,7 +12745,7 @@ msgstr "Este recurso será enviado para o serviço de moderação do Bluesky." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Este autor optou por tornar as suas publicações visíveis apenas para as pessoas com sessão iniciada." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Este botão permite que outros abram a aplicação Germ DM para lhe enviar uma mensagem. Pode gerir a visibilidade da aplicação Germ DM, ou pode desconectar a sua conta do Bluesky da Germ DM por completo ao clicar no botão abaixo." @@ -12649,7 +12776,7 @@ msgstr "Este conversa foi desconectada" msgid "This code is invalid. Resend to get a new code." msgstr "Este código é inválido. Peça um reenvio para obter um código novo." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Este código de confirmação não é válido. Por favor, tente novamente." @@ -12683,7 +12810,7 @@ msgstr "Esta conversa está trancada." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Esta conversa é com uma conta eliminada ou desativada. Pressione para opções" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Este rascunho será permanentemente eliminado." @@ -12700,7 +12827,7 @@ msgstr "Esta frase exata" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Esta funcionalidade permite que utilizadores recebam notificações das suas novas publicações e respostas. Para quem deseja habilitar isto?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Esta funcionalidade está em beta. Pode ler mais sobre exportações de repositórios <0>neste post." @@ -12763,7 +12890,7 @@ msgstr "Esta é apenas uma verificação de segurança única, pois é a primeir msgid "This is not a valid link" msgstr "Este não é um link válido" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Este rótulo deixa as pessoas saberem que esta conta é automatizada. Se estiver ativo, este rótulo aparece ao lado do nome da conta no perfil e publicações da mesma. O rótulo pode ser ativado ou desativado a qualquer momento." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Esse link está a levá-lo para o seguinte site:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Esta lista - criada por <0>{0} - contém possíveis violações das diretrizes da comunidade do Bluesky no seu nome ou descrição." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Esta lista - criada por si - contém possíveis violações das diretrizes da comunidade do Bluesky no seu nome ou descrição." @@ -12829,11 +12956,11 @@ msgstr "Está bloqueado por esta pessoa" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Este post afirma ter sido criado em <0>{0}, mas foi primeiro visto por Bluesky em <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Esta publicação tem um tipo de \"threadgate\" desconhecido. É possível que a sua aplicação esteja desatualizada." @@ -12845,19 +12972,19 @@ msgstr "Esta publicação é apenas visível para utilizadores com sessão inici msgid "This post was deleted by its author" msgstr "Esta publicação foi eliminada pelo seu autor" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta publicação será ocultada de feeds e fios. Isto não pode ser revertido." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "O autor desta publicação desativou as citações." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Este perfil é apenas visível para utilizadores com sessão iniciada. Não será visível para quem não tenha sessão iniciada." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Esta resposta será colocada numa secção oculta no final do seu fio de discussão e silenciará notificações de futuras respostas - tanto para si como para outros." @@ -12870,7 +12997,7 @@ msgstr "Este ecrã só está disponível para conversas de grupo." msgid "This service has not provided terms of service or a privacy policy." msgstr "Este serviço não forneceu termos de serviço ou uma política de privacidade." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Este serviço não é suportado enquanto a funcionalidade \"Entrar em direto\" estiver em beta. Serviços permitidos: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Este utilizador é novo aqui. Toque para mais informações acerca do mo msgid "This user isn't following anyone." msgstr "Este utilizador não segue ninguém." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Este vídeo não pode ser reproduzido no seu dispositivo. O seu navegador ou sistema podem estar sem os codecs de vídeo necessários (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Isto irá eliminar de forma irreversível a sua conta no Bluesky <0>{cur msgid "This will remove @{0} from the quick access list." msgstr "Isto irá remover @{0} da lista de acesso rápido." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Isto irá remover a sua publicação desta citação para todos os utilizadores e substituí-la por um espaço reservado." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Numeração nos fios" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferências de Resposta" msgid "Threaded" msgstr "Em fio" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferências de Fios" @@ -13002,7 +13124,7 @@ msgstr "Título" msgid "Title (100 characters max)" msgstr "Título (100 caracteres no máximo)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Para desativar o método de 2FA por e-mail, verifique o seu acesso ao endereço de e-mail." @@ -13012,7 +13134,7 @@ msgstr "Para desativar o método de 2FA por e-mail, verifique o seu acesso ao en msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Para desativar o método de 2FA por e-mail, verifique o seu acesso a <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Para terminar sessão, <0>clique aqui. Ou, se preferir, pode <1>eliminar a sua conta." @@ -13020,11 +13142,11 @@ msgstr "Para terminar sessão, <0>clique aqui. Ou, se preferir, pode <1>elim msgid "Today" msgstr "Hoje" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Alternar para ativar ou desativar conteúdo adulto" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Ativa/desativa o som" @@ -13053,7 +13175,7 @@ msgstr "Melhor" msgid "Top replies first" msgstr "Respostas principais primeiro" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Tópico" @@ -13061,8 +13183,8 @@ msgstr "Tópico" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traduzir" @@ -13074,12 +13196,12 @@ msgstr "Tradução" msgid "Translating" msgstr "A traduzir" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "A traduzir…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "A tradução para o mesmo idioma não está disponível no seu dispositivo." @@ -13088,9 +13210,9 @@ msgstr "A tradução para o mesmo idioma não está disponível no seu dispositi msgid "Tree view" msgstr "Vista em árvore" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Tendências" @@ -13099,12 +13221,20 @@ msgstr "Tendências" msgid "Trending GIFs" msgstr "GIFs nas tendências" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Opções de assuntos do momento" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Assuntos do momento" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Os assuntos do momento são baseados no que as pessoas estão a falar na rede. Os títulos e descrições dos tópicos são gerados com IA." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Vídeos do momento" @@ -13113,7 +13243,7 @@ msgstr "Vídeos do momento" msgid "Trolling" msgstr "Trolling" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "A confiança surge de relações, comunidades e contexto compartilhado, por isso também estamos a permitir <0>verificadores de confiança: organizações que podem fornecer verificações diretamente." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Não foi possível conectar. Verifique a sua conexão à internet e tente novamente." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Não foi possível contactar o seu serviço. Por favor, verifique a sua conexão com a internet e tente novamente." @@ -13187,7 +13317,7 @@ msgstr "Não foi possível contactar o seu serviço. Por favor, verifique a sua msgid "Unable to contact your service. Please check your Internet connection." msgstr "Não foi possível contactar o seu serviço. Verifique a sua conexão à internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Não é possível eliminar" @@ -13205,6 +13335,10 @@ msgstr "Não foi possível encontrar um destinatário selecionado." msgid "Unable to find the selected recipient." msgstr "Não foi possível encontrar o destinatário selecionado." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Não foi possível resolver o nome de utilizador" @@ -13233,14 +13367,14 @@ msgstr "Informação do feed indisponível" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -13251,8 +13385,8 @@ msgstr "Desbloquear {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Desbloquear conta" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Desbloquear conta?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Desbloquear conta?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Desbloquear lista" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Desfazer" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Desfazer" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Reverter ({0, plural, one {# republicação} other {# republicações}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Deixar de seguir conta" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Deixa de seguir o utilizador" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Infelizmente, nenhum dos rotuladores que subscreve suportam este tipo de denúncia." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Infelizmente, a data de aniversário que guardou no seu perfil indica que não tem idade suficiente para aceder ao Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Infelizmente, a sua idade declarada indica que não tem idade suficiente para aceder ao Bluesky na sua região." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Verificador desconhecido" @@ -13333,13 +13490,13 @@ msgstr "Conteúdo adulto não rotulado" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Conteúdo adulto não rotulado, abusivo ou não consensual" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Remover gosto" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Remover gosto ({0, plural, one {# gosto} other {# gostos}})" @@ -13351,12 +13508,12 @@ msgstr "Destrancar conversa" msgid "Unlock this group chat" msgstr "Destrancar esta conversa de grupo" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Remover silenciamento" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Remover silenciamento" msgid "Unmute {0}" msgstr "Remover silenciamento de {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Remover silenciamento da conta" @@ -13379,8 +13536,8 @@ msgstr "Remover silenciamento da conta" msgid "Unmute conversation" msgstr "Remover silenciamento da conversa" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Remover silenciamento da lista" @@ -13388,8 +13545,8 @@ msgstr "Remover silenciamento da lista" msgid "Unmute this group chat" msgstr "Remover silenciamento desta conversa de grupo" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Deixar de silenciar fio" @@ -13397,14 +13554,14 @@ msgstr "Deixar de silenciar fio" msgid "Unmute video" msgstr "Remover silenciamento do vídeo" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Desafixar" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Desafixar feed" @@ -13414,13 +13571,13 @@ msgstr "Desafixar feed" msgid "Unpin from home" msgstr "Desafixar de início" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Desafixar do perfil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Desafixar lista de moderação" @@ -13429,29 +13586,34 @@ msgstr "Desafixar lista de moderação" msgid "Unpinned {0} from Home" msgstr "{0} desafixado de início" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Desafixado dos seus feeds" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Lista desafixada" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Deixar de adiar lembrete de e-mail" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Remover subscrição" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Remover subscrição da lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Deixar de subscrever este rotulador" @@ -13463,7 +13625,7 @@ msgstr "Removeu subscrição da lista" msgid "Unsupported clipboard content" msgstr "Conteúdo da área de transferência não suportado" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Tipo de vídeo não suportado: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Atualizar para {domain}" msgid "Update your email" msgstr "Atualize o seu e-mail" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Atualize a sua localização" @@ -13539,24 +13701,24 @@ msgstr "Carregue um ficheiro de texto para:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Carregar da Câmara" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Carregar de Ficheiros" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Carregar da Biblioteca" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "A carregar GIF..." @@ -13570,7 +13732,7 @@ msgstr "A carregar imagens..." msgid "Uploading link thumbnail..." msgstr "A carregar miniatura do link..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "A carregar vídeo..." @@ -13659,25 +13821,25 @@ msgstr "Lista de utilizadores por {0}" msgid "User list by you" msgstr "Lista de utilizadores por si" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Lista de utilizador criado" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Lista de utilizador atualizado" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "O nome de utilizador não pode ter mais que {MAX_SERVICE_HANDLE_LENGTH, plural, other {# caracteres}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "O nome de utilizador não pode começar ou terminar com um hífen" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "O nome de utilizador deve conter apenas letras (a-z), números e hífenes" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Nome de utilizador ou endereço de e-mail" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "utilizadores seguidos por <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "utilizadores que seguem <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Valor:" msgid "Verification failed, please try again." msgstr "Falha na verificação. Por favor, tente novamente." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Definições de verificação" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Definições de Verificação" @@ -13720,14 +13882,14 @@ msgstr "Definições de Verificação" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "As verificações no Bluesky funcionam de forma diferente das outras plataformas. <0>Saiba mais aqui." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verificado por:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verificar conta" @@ -13790,12 +13952,12 @@ msgstr "Verifique a sua idade" msgid "Verify your email" msgstr "Verifique o seu e-mail" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "A verificar" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "A verificar o seu estado de verificação de idade" @@ -13815,16 +13977,16 @@ msgstr "Versão {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "através do pacote de iniciante <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Vídeo" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Falha ao processar o vídeo" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Feed de Vídeo" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Vídeo de {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Vídeo de {0}. Toque para reproduzir ou meter em pausa o vídeo" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Videojogos" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Vídeo em pausa" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Vídeo em reprodução" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Vídeo não encontrado." @@ -13859,12 +14021,12 @@ msgstr "Vídeo não encontrado." msgid "Video settings" msgstr "Definições de vídeo" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Vídeo carregado" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Vídeo: {0}" @@ -13872,19 +14034,13 @@ msgstr "Vídeo: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Os vídeos devem ter 10 minutos ou menos." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Os vídeos devem ter menos de 3 minutos." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Visualizar" @@ -13903,9 +14059,9 @@ msgstr "Ver foto de perfil de {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Ver perfil de {0}" @@ -13924,11 +14080,11 @@ msgstr "Ver perfil de {displayName}" msgid "View {publicationTitle}" msgstr "Ver {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Ver perfil de utilizador bloqueado" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Veja a publicação no blog para mais detalhes" @@ -13936,8 +14092,8 @@ msgstr "Veja a publicação no blog para mais detalhes" msgid "View debug entry" msgstr "Ver entrada de debug" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Ver detalhes" @@ -13977,13 +14133,13 @@ msgstr "Ver mais" msgid "View more trending videos" msgstr "Ver mais vídeos do momento" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Visualizar publicação" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Ver o serviço de rotulação fornecido por @{0}" msgid "View this user's verifications" msgstr "Ver as verificações deste utilizador" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Ver utilizadores que gostaram deste feed" @@ -14026,11 +14182,11 @@ msgstr "Ver utilizadores que gostaram deste feed" msgid "View video" msgstr "Ver vídeo" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Ver as contas que bloqueou" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Veja as suas definições padrão de interação" @@ -14039,11 +14195,15 @@ msgstr "Veja as suas definições padrão de interação" msgid "View your feeds and explore more" msgstr "Veja os seus feeds e explore mais" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Ver a sua caixa de entrada de moderação" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Ver as suas listas de moderação" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Ver as contas que silenciou" @@ -14060,6 +14220,10 @@ msgstr "Mostra a imagem em tamanho completo" msgid "Views video in immersive mode" msgstr "Visualiza vídeo no modo imersivo" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Violência" @@ -14136,6 +14300,10 @@ msgstr "Não foi possível carregar os pedidos de adesão desta conversa" msgid "We couldn’t load this conversation’s settings" msgstr "Não foi possível carregar as definições desta conversa" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Não foi possível verificar o seu fornecedor de hospedagem. Verifique a sua conexão com a internet ou <0>defina o seu fornecedor de hospedagem manualmente." @@ -14148,7 +14316,7 @@ msgstr "Apagamos as \"hashes\" assim que as correspondências são feitas" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Nós não armazenamos os números de telefone dos seus amigos nem lhes enviamos mensagens" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Estimamos que a sua conta estará pronta em aproximadamente {estimatedTime}." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Fizemos uma parceria com a <0>KWS para fazer a verificação de idade. Quando clicar em \"Iniciar\" abaixo, a KWS vai-lhe enviar por e-mail instruções para completar o processo de verificação. Se o seu endereço de e-mail já foi usado para verificar a sua idade para outro jogo ou serviço que use a KWS, não terá de a repetir. Quando tiver terminado, será levado de volta para continuar a usar o Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Enviámos outro e-mail de verificação para <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Recomendamos a seleção de pelo menos dois interesses." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Enviámos um e-mail com um link para <0>{0}. Clique nele para concluir o processo de verificação de e-mail." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Não conseguimos determinar se tem permissão para carregar vídeos. Por favor, tente novamente." @@ -14198,16 +14366,16 @@ msgstr "Não foi possível carregar a configuração de verificação de idade p msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Não foi possível carregar as suas preferências de data de nascimento. Por favor, tente novamente." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Não conseguimos carregar os seus rotuladores configurados neste momento." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Não conseguimos receber a verificação devido a um problema de conexão. Poderá chegar mais tarde. Se isso acontecer, a sua conta será atualizada automaticamente." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Iremos avisá-lo quando a sua conta estiver pronta." @@ -14236,7 +14404,7 @@ msgstr "Também estamos a atualizar as nossas <0>Diretrizes da Comunidade e msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Também estamos a atualizar as nossas Diretrizes da Comunidade, e queremos a sua opinião! Estas novas diretrizes entrarão em vigor a 15 de outubro de 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Estamos a confirmar o seu estado de verificação de idade com os nossos servidores. Isto deve demorar apenas alguns segundos." @@ -14255,7 +14423,7 @@ msgstr "Estamos com problemas de rede, tente novamente" msgid "We’re having network issues, try again" msgstr "Estamos a ter problemas de rede, tente novamente" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Estamos a introduzir uma nova camada de verificação no Bluesky — um selo de verificação fácil de ver." @@ -14267,7 +14435,7 @@ msgstr "Estamos muito contentes por se ter juntado a nós!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Pedimos desculpa, mas com base nos dados partilhados pelo seu dispositivo, não tem idade suficiente para aceder ao Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Pedimos desculpa, mas com base na localização do seu dispositivo, está atualmente numa região que requer verificação de idade." @@ -14296,7 +14464,7 @@ msgstr "Lamentamos, mas não foi possível concluir a sua pesquisa. Por favor, t msgid "We're sorry, you cannot access this screen at this time." msgstr "Pedimos desculpa, não pode aceder de momento a esta janela." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Pedimos desculpa! A publicação à qual está a responder foi eliminada." @@ -14325,12 +14493,12 @@ msgstr "Estamos a atualizar os nossos Termos de Serviço, Política de Privacida msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Estamos a atualizar os nossos Termos de Serviço, Política de Privacidade e Política de Direitos de Autor, em vigor a partir de dia 15 de setembro de 2025. Também estamos a atualizar as nossas Diretrizes da Comunidade, e queremos a sua opinião! Estas novas diretrizes entrarão em vigor a 15 de outubro de 2025. Saiba mais sobre estas alterações e como partilhar as suas ideias connosco lendo a nossa publicação no blog." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Confirmámos o seu estado de verificação de idade. Pode agora fechar esta caixa de diálogo." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Bem-vindo(a) de volta!" @@ -14351,17 +14519,17 @@ msgstr "Que nome quer dar ao seu pacote de iniciante?" msgid "what’s up" msgstr "tudo bem?" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Como está?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Quando tocar num selo, verá quais organizações concederam a verificação." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Quem pode interagir com esta publicação?" @@ -14369,12 +14537,12 @@ msgstr "Quem pode interagir com esta publicação?" msgid "Who can join this group chat and how" msgstr "Quem pode se juntar a esta conversa de grupo e como" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Quem pode responder" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Quem pode verificar?" @@ -14434,11 +14602,11 @@ msgstr "Deseja bloquear este utilizador e/ou eliminar esta conversa?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "Gostaria de bloquear este utilizador e/ou deixar esta conversa?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Gostaria de guardar isto como rascunho antes de ver os seus rascunhos?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Gostaria de guardar isto como rascunho para editar mais tarde?" @@ -14447,12 +14615,12 @@ msgstr "Gostaria de guardar isto como rascunho para editar mais tarde?" msgid "Write a post" msgstr "Escrever uma publicação" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Escrever publicação" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Escreva a sua resposta" @@ -14475,8 +14643,8 @@ msgstr "Tipo de conversa errado" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Sim" @@ -14486,8 +14654,8 @@ msgstr "Sim" msgid "Yes GIFs" msgstr "GIFs Sim" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Sim, desativar" @@ -14495,19 +14663,19 @@ msgstr "Sim, desativar" msgid "Yes, delete my account" msgstr "Sim, eliminem a minha conta" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Sim, eliminar este pacote de iniciante" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Sim, desvincular" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Sim, ocultar" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Sim, reativar a minha conta" @@ -14519,7 +14687,7 @@ msgstr "Ontem" msgid "You are a trusted verifier" msgstr "Você é um verificador confiável" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Está a aceder ao Bluesky a partir de uma região cuja lei nos obriga a verificar a sua idade antes de permitir que aceda à aplicação." @@ -14544,12 +14712,12 @@ msgstr "Está a criar uma conta em" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "De momento, o seu acesso à funcionalidade \"Entrar em direto\" está bloqueado. Para recorrer dessa decisão de moderação, por favor envie o formulário abaixo." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "De momento não pode aceder ao processo de verificação de idade do Bluesky. Por favor, <0>contacte a nossa equipa de moderação se acredita que isto é um erro." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Está na fila." @@ -14558,11 +14726,11 @@ msgstr "Está na fila." msgid "You are Live" msgstr "Está em direto" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Já não está em direto" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Não tem permissão para carregar vídeos." @@ -14570,7 +14738,7 @@ msgstr "Não tem permissão para carregar vídeos." msgid "You are not following anyone yet" msgstr "Ainda não segue ninguém" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Está agora em direto!" @@ -14599,7 +14767,7 @@ msgstr "Também pode <0>desativar temporariamente a sua conta. O seu perfil, msgid "You can also discover new Custom Feeds to follow." msgstr "Pode também descobrir novos Feeds Personalizados para seguir." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Também pode descarregar os seus dados de conversas como um ficheiro \"JSONL\". Esse arquivo inclui apenas mensagens que tenha enviado e não inclui mensagens que recebeu." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Agora pode iniciar sessão com a sua nova palavra-passe." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Só pode adicionar até {MAX_GALLERY_IMAGES, plural, one {}other {# imagens}} por publicação" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Só pode guardar rascunhos com um máximo de 1000 caracteres." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Só pode guardar rascunhos com um máximo de 1000 caracteres. Gostaria de descartar esta publicação antes de ver os seus rascunhos?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Só pode selecionar um GIF de cada vez." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Só pode selecionar um vídeo de cada vez." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Pode reativar a sua conta para continuar o início de sessão. As suas publicações ficarão visíveis para outros utilizadores." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Pode ler o histórico da conversa, mas não pode enviar novas mensagens." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Pode selecionar {MAX_GALLERY_IMAGES, plural, one {# imagem}other {# imagens}} no total." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Pode atualizar isto mais tarde a partir das suas definições." @@ -14690,7 +14855,7 @@ msgstr "Não pode atualizar a sua data de nascimento ao usar uma palavra-passe d msgid "You don't follow any users who follow @{name}." msgstr "Não segue nenhum utilizador que siga @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Ainda não tem listas." @@ -14728,7 +14893,7 @@ msgstr "Desativou por completo notificações de respostas, citações e mençõ #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Introduziu um código inválido. Ele deve parecer-se com XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Chegou ao fim" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Verificou o seu endereço de e-mail com sucesso. Pode fechar esta janela de diálogo." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Atingiu temporariamente o limite para carregamento de vídeos. Por favor, tente novamente mais tarde." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Tem alterações não guardadas a este rascunho. Gostaria de guardá-las?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Tem alterações não guardadas. Gostaria de guardá-las antes de ver os seus rascunhos?" @@ -14858,7 +15023,7 @@ msgstr "Deve seguir pelo menos sete outras pessoas para gerar um pacote de inici msgid "You must grant access to your photo library to save a QR code" msgstr "Precisa de conceder acesso à sua biblioteca de fotos para guardar um código QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Precisa de conceder acesso à sua biblioteca de conteúdo multimédia." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Você é o proprietário desta conversa" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Desativou @{0} anteriormente." @@ -14911,11 +15076,21 @@ msgstr "Respondeu a si mesmo" msgid "You requested to join" msgstr "Pediu para aderir" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "A sua sessão será terminada em todas as suas contas." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "Está tudo pronto! No entanto, algumas funcionalidades podem continuar r msgid "You’re in control" msgstr "O controlo é seu" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Encontra-se na fila" @@ -15010,7 +15185,7 @@ msgstr "Negou o acesso aos seus contactos" msgid "You've found some people to follow" msgstr "Encontrou algumas pessoas para seguir" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Chegou ao fim do conteúdo ativo." @@ -15018,7 +15193,7 @@ msgstr "Chegou ao fim do conteúdo ativo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Chegou ao fim do seu feed! Encontre mais algumas contas para seguir." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Alcançou o número máximo de rascunhos" @@ -15030,22 +15205,23 @@ msgstr "Atingiu o número máximo de solicitações permitidas. Tente novamente msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Atingiu o máximo de {MAX_FILTERS, plural, one {# filtro} other {# filtros}}. Adicione mais valores a um filtro existente em vez de criar novos." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Chegou ao início do conteúdo ativo." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Atingiu o seu limite diário de carregamento de vídeos (demasiados bytes)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Atingiu o seu limite diário de carregamento de vídeos (demasiados vídeos)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Esgotou os vídeos disponíveis para assistir. Que tal uma pausa?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "A sua conta" @@ -15062,7 +15238,19 @@ msgstr "A sua conta foi eliminada! ✌️" msgid "Your account has been suspended" msgstr "A sua conta foi suspensa" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "A sua conta não tem antiguidade suficiente para carregar vídeos. Por favor, tente novamente mais tarde." @@ -15074,7 +15262,7 @@ msgstr "A sua conta é demasiado recente" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "A sua conta precisa de ter pelo menos 7 dias antes de poder criar uma nova conversa de grupo." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "O repositório da sua conta, que contém todos os registos de dados públicos, pode ser descarregado como um ficheiro \"CAR\". Este ficheiro não inclui conteúdo multimédia incorporado, como imagens, ou os seus dados privados, que devem ser obtidos separadamente." @@ -15086,7 +15274,7 @@ msgstr "A sua conta foi identificada como estando em violação dos <0>Termos So msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "O seu recurso foi enviado. Se o seu recurso for bem-sucedido, receberá um e-mail." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "A sua data de nascimento" @@ -15115,7 +15303,7 @@ msgstr "O seu contacto {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "O seu nome de utilizador atual <0>{0} será automaticamente reservado para si. Pode voltar a usá-lo a qualquer momento a partir desta conta." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "A sua idade declarada é inferior a 18 anos. Algumas definições abaixo podem estar desativadas. Se isto foi um erro, pode editar a sua data de nascimento nas suas <0>definições de conta." @@ -15128,7 +15316,7 @@ msgstr "O seu e-mail" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "O seu e-mail parece ser inválido." @@ -15140,7 +15328,7 @@ msgstr "O seu email ainda não foi verificado. Por favor, verifique o seu email msgid "Your first like!" msgstr "O seu primeiro \"gosto\"!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Os seus seguidores" @@ -15157,7 +15345,7 @@ msgstr "O seu nome de utilizador completo será <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "O seu fornecedor de hospedagem não pode ser detetado a partir de um endereço de e-mail, portanto o serviço padrão do Bluesky será utilizado. Insira o seu nome de utilizador, ou defina o seu fornecedor manualmente." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "O seu fornecedor de hospedagem não suporta vídeos tão grandes. Por favor, tente novamente com um ficheiro mais pequeno." @@ -15165,7 +15353,7 @@ msgstr "O seu fornecedor de hospedagem não suporta vídeos tão grandes. Por fa msgid "Your hosting provider is detected automatically from the username you enter." msgstr "O seu fornecedor de hospedagem é detetado automaticamente a partir do nome de utilizador que inserir." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Os seus interesses foram atualizados!" msgid "Your interests help us find what you like!" msgstr "Os seus interesses ajudam-nos a encontrar aquilo que gosta!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "A sua localização foi atualizada." @@ -15198,15 +15386,20 @@ msgstr "O seu nome, foto de perfil, o nome da conversa de grupo e o número de m msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "A sua palavra-passe foi alterada com sucesso! Por favor, use a sua nova palavra-passe quando entrar no Bluesky a partir de agora." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "A sua palavra-passe deve ter pelo menos 8 caracteres." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "A sua publicação foi enviada" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "As suas publicações foram enviadas" @@ -15214,7 +15407,7 @@ msgstr "As suas publicações foram enviadas" msgid "Your preferred language" msgstr "O seu idioma preferido" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "A sua foto de perfil" @@ -15223,24 +15416,28 @@ msgstr "A sua foto de perfil" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "A sua foto de perfil cercada por círculos concêntricos com as fotos de perfil de outros utilizadores" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "O seu perfil, publicações, feeds e listas não serão mais visíveis para outros utilizadores do Bluesky. Pode reativar a sua conta a qualquer momento ao fazer login novamente." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "A sua resposta foi enviada" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "A sua denúncia será enviada para <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Os seus interesses selecionados ajudam-nos a servir-lhe conteúdo com o qual se importa." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "O seu fio tem publicações vazias que serão ignoradas. As restantes publicações serão publicadas como um fio." diff --git a/src/locale/locales/ro/messages.po b/src/locale/locales/ro/messages.po index 1cdd6bbbbe..696a4a5685 100644 --- a/src/locale/locales/ro/messages.po +++ b/src/locale/locales/ro/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ro\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria „{interestsDisplayName}” (activă)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {urmăriți un utilizator} few {urmăriți # utilizatori msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# prieten găsit!} few {# prieteni găsiți!} other {# de prieteni găsiți!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {o oră} few {# ore} other {# de ore}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {o lună} few {# luni} other {# de luni}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {Încă o postare} few {Încă # postări} other {Încă # de postări}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {urmăritor} few {urmăritori} other {de urmăritori}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {urmărit} few {urmăriți} other {de urmăriți}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {postare} few {postări} other {de postări}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, one {} few {# persoane s-au}other {# de persoane s-au}} alăturat la Bluesky folosind acest pachet de pornire!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {} few {+încă #}other {+încă #}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, one {} few {Trebuie să aveți # ani sau mai mult pentru a crea un cont în regiunea dvs.}other {Trebuie să aveți # de ani sau mai mult pentru a crea un cont în regiunea dvs.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} este în direct" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} nu este disponibil" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "Limba {0} nu este acceptată de dispozitivul dvs." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {membru} few {membrii} other {de membrii}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "Peste {0}" @@ -476,11 +485,11 @@ msgstr "{date} la {time}" msgid "{displayName}'s Starter Pack" msgstr "Pachetul de pornire al lui {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {oră} few {ore} other {de ore}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} few {minute} other {de minute}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} s-a înregistrat cu pachetul dvs. de pornire" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} v-a verificat" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} urmăriți" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {postare} few {postări} other {de postări}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# oră } few {# ore} other {# de ore}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "Peste {JOIN_REQUESTS_THRESHOLD} de cereri noi de alăturare" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, one {Un utilizator s-a} few {# utilizatori s-au}other {# de utilizatori s-au}} alăturat!" @@ -767,7 +776,7 @@ msgstr "{profileName} s-a alăturat la Bluesky folosind un pachet de pornire cu #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, și {2, plural, one {un alt utilizator} few {alți # utilizatori} other {alți # de utilizatori}} sunt incluși în pachetul dvs. de pornire" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, și {2, plural, one {un alt utilizator} few {al #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, și {2, plural, one {un alt utilizator} few {alți # utilizatori} other {alți # de utilizatori}} sunt incluși în pachetul dvs. de pornire" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {salvare} few {salvări} other {de salvări}} #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {apreciere} few {aprecieri} other {de aprecieri}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} și<1> <2>{1} sunt incluși în pachetul dvs. de pornire" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} este inclus în pachetul dvs. de pornire" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} membri" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Atingeți aici pentru a vă actualiza locația cu GPS-ul." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Dvs. și<1> <2>{0} sunteți incluși în pachetul dvs. de pornire" @@ -946,6 +955,12 @@ msgstr "7 zile" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "O colecție de fluxuri populare pe care le puteți găsi pe Bluesky, inclusiv News, Booksky, Game Dev, Blacksky și Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "A apărut o eroare de rețea. Vă rugăm să verificați conexiunea la i msgid "A new code has been sent" msgstr "A fost trimis un nou cod" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "O nouă formă de verificare" @@ -1005,7 +1020,7 @@ msgstr "O captură de ecran a unui compozitor de postări cu un buton nou lâng msgid "A selected recipient is not followed by the sender." msgstr "Un destinatar selectat nu este urmărit de expeditor." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Acces solicitat! Proprietarul grupului va analiza cererea dvs." msgid "Accessibility" msgstr "Accesibilitate" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Setări de accesibilitate" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Cont" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Cont blocat" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Cont urmărit" @@ -1086,8 +1101,8 @@ msgstr "Contul a fost suspendat" msgid "Account is deactivated" msgstr "Contul este dezactivat" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Cont amuțit" @@ -1111,24 +1126,24 @@ msgstr "Cont eliminat din acces rapid" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Cont deblocat" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Nu mai urmăriți acest cont" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Cont dezamuțit" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Conturile cu bifa albastră în formă de feston <0><1/> pot verifica alte persoane. Acești verificatori de încredere sunt selectați de Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Conturile cu bifa albastră în formă de feston <0><1/> pot verific msgid "Activity from others" msgstr "Activitate de la alții" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Notificări de activitate" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Adăugare" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Adăugați încă {0} pentru a continua" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Adăugați {displayName} la pachetul de pornire" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Adăugați un utilizator la această listă" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Adăugați un cont" @@ -1201,11 +1216,11 @@ msgstr "Adăugați text alternativ (opțional)" msgid "Add another account" msgstr "Adăugați un alt cont" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Adăugați o altă postare" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Adăugați o altă postare firului" @@ -1223,7 +1238,7 @@ msgstr "Adăugare parolă de aplicație" msgid "Add App Password" msgstr "Adăugare parolă de aplicație" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Adăugați o etichetă de automatizare contului" @@ -1239,12 +1254,12 @@ msgstr "Adăugare filtru" msgid "Add group chat members" msgstr "Adăugați membrii la conversația de grup" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Adăugare imagine" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Adăugare conținut media la postare" @@ -1254,8 +1269,8 @@ msgstr "Adăugare conținut media la postare" msgid "Add members" msgstr "Adăugare membri" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Adăugați mai multe detalii (opțional)" @@ -1295,7 +1310,7 @@ msgstr "Adăugare Reacție" msgid "Add recommended feeds" msgstr "Adăugați fluxuri recomandate" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Adăugați niște fluxuri la pachetul de pornire!" @@ -1307,12 +1322,12 @@ msgstr "Adăugați fluxul implicit doar pentru persoanele pe care le urmăriți" msgid "Add the following DNS record to your domain:" msgstr "Adăugați următoarea înregistrare DNS la domeniul dvs:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Adăugați acest flux la fluxurile dvs." -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Adăugare la liste" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Adăugare la postările salvate" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Adăugare la pachete de pornire" @@ -1330,7 +1345,7 @@ msgstr "Adăugare la pachete de pornire" msgid "Add user to list" msgstr "Adăugare utilizator la listă" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Adăugați data nașterii" @@ -1361,7 +1376,7 @@ msgstr "Se adaugă membrii la listă..." msgid "Additional details (limit 1000 characters)" msgstr "Detalii suplimentare (limită de 1000 de caractere)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Detalii suplimentare (limită de 300 de caractere)" @@ -1378,14 +1393,14 @@ msgstr "Adulți" msgid "Adult content" msgstr "Conținut pentru adulți" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Conținut pentru adulți" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Conținutul pentru adulți poate fi activat doar pe Web la <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etichete conținut pentru adulți" msgid "Adult sexual abuse content" msgstr "Abuz sexual asupra adulților" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Complex" @@ -1423,7 +1438,7 @@ msgstr "Cererea de verificare a vârstei a fost înregistrată" msgid "Age assurance only takes a few minutes" msgstr "Verificarea vârstei durează doar câteva minute" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "Verificarea vârstei durează doar câteva minute." @@ -1438,6 +1453,11 @@ msgstr "andreea@exemplu.ro" msgid "All" msgstr "Toate" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Toate" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Toate {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Toate conturile au fost urmărite!" @@ -1474,7 +1494,7 @@ msgstr "Toate fluxurile pe care le-ați salvat, într-un singur loc." msgid "Allow access to your direct messages" msgstr "Permiteți accesul la mesajele dvs. directe" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Permiteți oricui să răspundă" @@ -1488,8 +1508,8 @@ msgstr "Permiteți mesaje directe de la" msgid "Allow group chat invites from" msgstr "Permiteți invitații în conversații de grup de la" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Permiteți accesul la locație" @@ -1498,24 +1518,24 @@ msgstr "Permiteți accesul la locație" msgid "Allow others to be notified of your posts" msgstr "Permiteți celorlalți să fie notificați despre postările dvs." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Permiteți persoanelor pe care le urmăriți să răspundă" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Permiteți persoanelor pe care le menționați să răspundă" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Permiteți postări citat" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Permiteți utilizatorilor din {0} să răspundă" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Permiteți urmăritorilor dvs. să răspundă" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Permiteți accesul la mesajele directe" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Aveți deja un cod?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Aveți deja un cont?" @@ -1540,7 +1560,7 @@ msgstr "Deja conectat ca @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Textul alternativ va fi trunchiat. {MAX_ALT_TEXT, plural, other {Limită: {0} caractere.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Un e-mail a fost trimis la {0}. Acesta include un cod de confirmare pe care îl puteți introduce mai jos." @@ -1587,7 +1607,7 @@ msgstr "A apărut o eroare" msgid "An error occurred" msgstr "A apărut o eroare" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "A apărut o eroare la comprimarea videoclipului." @@ -1596,7 +1616,7 @@ msgstr "A apărut o eroare la comprimarea videoclipului." msgid "An error occurred while fetching suggested accounts." msgstr "A apărut o eroare la preluarea conturilor sugerate." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "A apărut o eroare în timpul preluării fluxului." @@ -1609,15 +1629,15 @@ msgstr "A apărut o eroare la generarea pachetului de pornire. Doriți să înce msgid "An error occurred while hiding suggestion. {0}" msgstr "A apărut o eroare la ascunderea sugestiei. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "A apărut o eroare la încărcarea videoclipului. Vă rugăm să încercați din nou mai târziu." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "A apărut o eroare la încărcarea videoclipului. Vă rugăm să încercați din nou." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "A apărut o eroare la încărcarea listelor dvs. :/" @@ -1628,16 +1648,16 @@ msgstr "A apărut o eroare la salvarea codului QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "A apărut o eroare în timp ce se încerca urmărirea tuturor" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "A apărut o eroare la încărcarea videoclipului. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "A apărut o eroare la încărcarea videoclipului. Vă rugăm să vă verificați conexiunea la internet și să încercați din nou." @@ -1661,8 +1681,8 @@ msgstr "O ilustrație a mai multor postări Bluesky alături de pictograme de re msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "O ilustrare a aplicației Bluesky cu un avion de hârtie care zboară în afara acesteia, reprezentând invitații trimise prietenilor" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "O ilustrație care arată că Bluesky selectează verificatori de încredere, iar verificatorii de încredere verifică la rândul lor conturile de utilizator individuale." @@ -1686,14 +1706,14 @@ msgstr "A apărut o problemă la pornirea conversației de grup, vă rugăm să #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "A apărut o problemă, vă rugăm să încercați din nou." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "O machetă a unui iPhone care arată aplicația Bluesky deschisă la profilul unui utilizator verificat cu o bifă albastră lângă numele afișat." @@ -1702,7 +1722,7 @@ msgstr "O machetă a unui iPhone care arată aplicația Bluesky deschisă la pro msgid "an unknown labeler" msgstr "un etichetator necunoscut" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "și" @@ -1735,7 +1755,7 @@ msgstr "Anunțăm verificarea pe Bluesky" msgid "Any date" msgstr "Orice dată" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Oricine" @@ -1767,7 +1787,7 @@ msgstr "Oricine mă urmărește" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Oricine îl are nu va mai putea să se alăture sau să solicite să se alăture. Puteți oricând să creați unul nou." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Numele parolelor de aplicație trebuie să aibă cel puțin 4 caractere" msgid "App passwords" msgstr "Parole de aplicații" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Parole de aplicație" @@ -1856,7 +1876,7 @@ msgstr "Contestați această decizie" msgid "Appeal this label" msgstr "Contestați această etichetă" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Aplicați solicitarea de tragere" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arhivat de la {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Postare arhivată" @@ -1914,7 +1934,7 @@ msgstr "Sigur doriți să ștergeți parola de aplicație „{0}”?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Sunteți sigur că doriți să ștergeți acest mesaj? Mesajul va fi șters pentru dvs., dar nu și pentru ceilalți participanți." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Sunteți sigur că doriți să ștergeți acest pachet de pornire?" @@ -1936,7 +1956,7 @@ msgstr "Sunteți sigur că doriți să părăsiți această conversație?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Sunteți sigur că doriți să părăsiți această conversație? Mesajele dvs. vor fii șterse pentru dvs. dar nu și pentru ceilalți participanți." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Sunteți sigur că doriți să eliminați asta din fluxurile dvs.?" @@ -1945,7 +1965,7 @@ msgstr "Sunteți sigur că doriți să eliminați asta din fluxurile dvs.?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Sunteți sigur că doriți să anulați cererea dvs. de a vă alătura la {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Sunteți sigur că doriți să renunțați la această postare?" @@ -1953,7 +1973,7 @@ msgstr "Sunteți sigur că doriți să renunțați la această postare?" msgid "Are you sure?" msgstr "Sunteți sigur?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Sunteți persoana reprezentată sau un reprezentant autorizat care acționează în numele persoanei reprezentate?" @@ -1969,8 +1989,8 @@ msgstr "Artă" msgid "Artistic or non-erotic nudity." msgstr "Nuditate artistică sau non-erotică." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Solicitați aplicațiilor și site-urilor să nu arate contul meu utilizatorilor deconectați" @@ -1979,12 +1999,12 @@ msgstr "Solicitați aplicațiilor și site-urilor să nu arate contul meu utiliz msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Solicitați aplicațiilor să ascundă postările mele din recomandările algoritmice" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Atribuiți subiectul pentru algoritm" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Cel puțin 8 caractere" @@ -2017,8 +2037,8 @@ msgstr "Automat" msgid "Automation label" msgstr "Etichetă cont automatizat" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Etichetă cont automatizat" @@ -2038,6 +2058,10 @@ msgstr "Disponibil" msgid "Avatar creator" msgstr "Creator de avatar" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Creator de avatar" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Creator de avatar" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Înapoi" msgid "Back to Chats" msgstr "Înapoi la conversații" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Activități interzise sau încălcări ale securității" @@ -2081,7 +2109,7 @@ msgstr "Activități interzise sau încălcări ale securității" msgid "Banned user returning" msgstr "Utilizator interzis care s-a întoarce" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Pe baza locației dispozitivului dvs., credem că vă aflați în <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "Pe baza locației dispozitivului dvs., credem că vă aflați în <0>{ge msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Pe baza locației dispozitivului dvs., credem că vă aflați în <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Pe baza locației dispozitivului dvs., credem că vă aflați în <0>{geolocationString}. Această estimare poate fi inexactă dacă utilizați un serviciu VPN." @@ -2148,16 +2176,16 @@ msgstr "Începeți procesul de verificare a vârstei completând câmpurile de m msgid "Beta Feature" msgstr "Caracteristică beta" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Caracteristici beta" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Caracteristici beta activate" @@ -2193,12 +2221,12 @@ msgstr "Blocați pe {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Blocare cont" @@ -2255,15 +2283,15 @@ msgstr "Blocați utilizatorul și/sau ștergeți această conversație" msgid "Block user and/or leave this conversation" msgstr "Blocați utilizatorului și/sau părăsiți această conversație" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blocat" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Conturi blocate" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Conturi blocate" @@ -2288,7 +2316,7 @@ msgstr "Blocarea este publică. Conturile blocate nu pot răspunde în firele dv 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." msgstr "Blocarea nu va împiedica aplicarea etichetelor pe contul dvs., dar va împiedica acest cont să răspundă în firele dvs. sau să interacționeze cu dvs." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nu poate confirma autenticitatea datei revendicate." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky ajută prietenii să se găsească reciproc prin crearea unei amprente digitale codificate, numită „hash”, și apoi căutând hash-uri potrivite." @@ -2357,15 +2389,11 @@ msgstr "Bluesky stochează contactele dvs. sub formă de date codificate. Elimin msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky va alege un set de conturi recomandate de la persoanele din rețeaua dvs." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky nu va afișa contul dvs. pentru utilizatorii deconectați și va cere altor aplicații să facă la fel. Este posibil ca alte aplicații să nu onoreze această cerere. Acest lucru nu face contul dvs. privat." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky nu va afișa postările dvs. în fluxul Descoperă (cu excepția urmăritorilor dvs.) și va cere altor aplicații să nu vă afișeze postările în propriile lor recomandări algoritmice." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky va verifica proactiv conturile notabile și autentice." @@ -2424,29 +2452,29 @@ msgstr "Răsfoiți mai multe sugestii pe pagina Explorare" msgid "Browse other feeds" msgstr "Răsfoiți alte fluxuri" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Răsfoiți postări despre {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Răsfoiți postări etichetate cu {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Răsfoiți pachetul de pornire {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Răsfoiți subiectul {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Răsfoiți subiectul {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Afaceri" @@ -2459,10 +2487,10 @@ msgstr "Buton pentru a reveni la cronologia principală" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "De {0}" @@ -2475,7 +2503,7 @@ msgstr "de @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "de <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Prin crearea unui cont sunteți de acord cu <0>Termenii de Serviciu msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Prin crearea unui cont sunteți de acord cu <0>Termenii de Serviciu." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "De dvs." -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Cameră" @@ -2521,16 +2549,16 @@ msgstr "Este necesar accesul la cameră" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Este necesar accesul la cameră" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Este necesar accesul la cameră" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Anulare" msgid "Cancel quote post" msgstr "Anulare citat postare" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Anulați reactivarea și deconectați-vă" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Anulează conectarea pentru a putea verifica numele de utilizator" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Nu se poate interacționa cu un utilizator blocat" @@ -2609,7 +2637,7 @@ msgstr "Subtitrări (.vtt)" msgid "Captions & alt text" msgstr "Subtitrări și text alternativ" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "carusel" @@ -2651,24 +2679,24 @@ msgstr "Modificare identificator" msgid "Change hosting provider" msgstr "Schimbați furnizorul de găzduire" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Schimbați serviciul de moderare" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Modificare parolă" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Dialog modificare parolă" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Modificați categoria raportului" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Modificați motivul raportului" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Modificările la pachetul de pornire nu se vor reflecta în listă după creare. Lista va fi o copie independentă." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Conversații" @@ -2758,7 +2786,7 @@ msgstr "Proprietarii conversațiilor nu pot părăsi o conversație de grup." msgid "Chat recipient is not followed by the sender." msgstr "Destinatarul conversației nu este urmărit de expeditor." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Inbox cerere de conversație" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Cereri de conversație" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Verificați <0>{currentEmail} pentru un e-mail cu codul de confirmar msgid "Check back later!" msgstr "Reveniți mai târziu!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Verificați-mi statusul" @@ -2895,7 +2923,7 @@ msgstr "Alegeți-vă furnizorul de găzduire" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Alegeți propria cronologie! Fluxurile create de comunitate vă ajută să găsiți conținutul care vă place." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Alegeți-vă parola" @@ -2931,7 +2959,7 @@ msgstr "Ștergeți căutarea GIF-urilor" msgid "Clear image cache" msgstr "Golire cache imagini" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Ștergeți interogarea de căutare" @@ -2951,11 +2979,11 @@ msgstr "Faceți clic aici pentru a adăuga persoane la această conversație de msgid "Click here to create or manage an invite link for this group chat" msgstr "Faceți clic aici pentru a crea sau a gestiona un link de invitație pentru această conversație de grup" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Faceți clic aici pentru a vă șterge contul" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Faceți clic aici pentru a vă deconecta" @@ -2968,8 +2996,8 @@ msgstr "Faceți clic aici pentru a retrimite e-mailul" msgid "Click here to restart the verification process." msgstr "Faceți clic aici pentru a reporni procesul de verificare." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Faceți clic aici pentru a vă actualiza data nașterii" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Faceți clic pentru a reîncerca mesajul eșuat" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Faceți clic pentru a reîncerca mesajul eșuat" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Faceți clic pentru a reîncerca mesajul eșuat" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Închidere" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Închideți dialogul activ" @@ -3068,13 +3097,13 @@ msgstr "Închidere banner" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Închideți dialogul" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Închideți meniul sertar" @@ -3110,7 +3139,7 @@ msgstr "Închideți bannerul cu cereri primite" msgid "Close this dialog" msgstr "Închideți acest dialog" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Închideți fereastra de bun venit" @@ -3118,7 +3147,7 @@ msgstr "Închideți fereastra de bun venit" msgid "Closes password update alert" msgstr "Închideți alerta pentru actualizarea parolei" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Închide compozitorul de postări și elimină ciorna" @@ -3126,7 +3155,7 @@ msgstr "Închide compozitorul de postări și elimină ciorna" msgid "Collapse list of users" msgstr "Restrângeți lista de utilizatori" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Restrânge lista de utilizatori pentru o anumită notificare" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Benzi Desenate" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Regulile Comunității" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Finalizați înregistrarea și începeți să vă folosiți contul" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Finalizați provocarea" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Compuneți o nouă postare" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Compuneți postări de până la {0, plural, one {} few {# caractere}other {# de caractere}} lungime" @@ -3180,11 +3209,11 @@ msgstr "Compuneți postări de până la {0, plural, one {} few {# caractere}oth msgid "Compose reply" msgstr "Compunere răspuns" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Se comprimă GIF-ul..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Se comprimă videoclipul..." @@ -3198,18 +3227,18 @@ msgstr "Configurat în <0>setările de moderare." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Confirmare" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Cod de confirmare" @@ -3226,12 +3255,12 @@ msgstr "Se conectează la serviciu…" msgid "Connecting…" msgstr "Se conectează…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Problemă de conexiune" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Contactați echipa noastră de asistență" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Contactați asistența" @@ -3273,7 +3302,7 @@ msgstr "Conținut & media" msgid "Content and media" msgstr "Conținut și media" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Conținut și media" @@ -3281,7 +3310,7 @@ msgstr "Conținut și media" msgid "Content Blocked" msgstr "Conținut blocat" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Filtre de conținut" @@ -3421,8 +3450,8 @@ msgstr "Copiere" msgid "Copy App Password" msgstr "Copiere parolă de aplicație" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Copiere at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Copiere cod" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Copiere DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Copiere link de invitație" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Copiere link" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Copiere Link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Copiere link listă" @@ -3472,12 +3501,12 @@ msgstr "Copiere link listă" msgid "Copy link to post" msgstr "Copiere link postare" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Copiere link profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Copiere link pachet de pornire" @@ -3491,8 +3520,8 @@ msgstr "Copiere mesaj text" msgid "Copy post at:// URI" msgstr "Copiere at:// URI postare" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Copiere text postare" @@ -3506,7 +3535,7 @@ msgstr "Copiați valoarea înregistrării TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Politica Privind Drepturile de Autor" @@ -3632,7 +3661,7 @@ msgstr "Creare" msgid "Create a list" msgstr "Creați o listă" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Creați o listă din acest pachet de pornire" @@ -3642,7 +3671,7 @@ msgstr "Creați un cod QR pentru un pachet de pornire" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Creați un pachet de pornire" @@ -3655,12 +3684,12 @@ msgstr "Creați un pachet de pornire" msgid "Create a starter pack for me" msgstr "Creați un pachet de pornire pentru mine" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Creare conversație de grup" msgid "Create list" msgstr "Creare listă" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Creare listă de la membri" @@ -3708,13 +3737,13 @@ msgstr "Creare listă de la membri" msgid "Create list from starter pack" msgstr "Creare listă din pachet de pornire" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Creare listă de moderare" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Creare cont nou" @@ -3724,8 +3753,8 @@ msgstr "Creați sau modificați un link de invitație pentru această conversaț #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Creați un raport pentru {0}" @@ -3734,7 +3763,7 @@ msgstr "Creați un raport pentru {0}" msgid "Create starter pack" msgstr "Creare pachet de pornire" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Creare listă de utilizatori" @@ -3747,7 +3776,7 @@ msgstr "Creare listă de utilizatori" msgid "Created {0}" msgstr "Creat {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Creatorul a fost blocat" @@ -3800,7 +3829,7 @@ msgstr "Întunecată" msgid "Dark theme" msgstr "Temă întunecată" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Data nașterii" @@ -3814,7 +3843,7 @@ msgstr "Zi" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Dezactivare cont" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Pictograme implicite" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Ștergere" @@ -3892,8 +3921,8 @@ msgstr "Ștergere conversație" msgid "Delete for me" msgstr "Ștergeți pentru mine" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Ștergere listă" @@ -3909,30 +3938,30 @@ msgstr "Ștergere mesaj pentru mine" msgid "Delete my account" msgstr "Șterge-mi contul" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Ștergere postare" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Ștergere pachet de pornire" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Ștergeți pachetul de pornire?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Ștergeți această listă?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Ștergeți această postare?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Șters" @@ -3953,7 +3982,7 @@ msgstr "Șterse de Plivo după verificare" msgid "Deleted list" msgstr "Listă ștearsă" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Descriere (maxim 1000 de caractere)" msgid "Descriptive alt text" msgstr "Text alternativ descriptiv" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Detașare citat" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Detașați postarea citat?" @@ -3993,11 +4022,11 @@ msgstr "Mod dezvoltator activat" msgid "Developer options" msgstr "Opțiuni dezvoltator" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Dispozitivul nu a reușit să traducă :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: ajustați cine poate interacționa cu această postare" @@ -4009,6 +4038,11 @@ msgstr "Dialog: Setare filtre de căutare" msgid "Dim" msgstr "Luminozitate redusă" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Dezactivare subtitrări" msgid "Disable email 2FA" msgstr "Dezactivați e-mailul A2F" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Dezactivare A2F prin e-mail" @@ -4041,11 +4075,11 @@ msgstr "Dezactivați feedback-ul haptic" msgid "Disable link" msgstr "Dezactivare link" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Dezactivați postările citat ale acestei postări" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Dezactivați răspunsurile în întregime" @@ -4056,17 +4090,17 @@ msgstr "Dezactivați acest link de invitație?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Dezactivat" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Renunțare" @@ -4075,23 +4109,28 @@ msgstr "Renunțare" msgid "Discard changes?" msgstr "Renunțați la modificări?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Renunțați la schiță?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Renunțați la postare?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Deconectare conversație Germ" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Descoperiți fluxuri" @@ -4106,8 +4145,8 @@ msgstr "Descoperiți fluxuri personalizate noi" msgid "Discover New Feeds" msgstr "Descoperiți fluxuri noi" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Închidere" @@ -4115,7 +4154,7 @@ msgstr "Închidere" msgid "Dismiss banner" msgstr "Închideți bannerul" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Închidere eroare" @@ -4217,8 +4256,9 @@ msgstr "Nu vă faceți griji! Toate mesajele existente și setările sunt salvat #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Finalizare" msgid "Double tap or long press the message to add a reaction" msgstr "Atingeți de două ori sau apăsați lung mesajul pentru a adăuga o reacție" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Atingeți de două ori pentru a închide dialogul" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Atingeți de două ori pentru a aprecia" @@ -4248,11 +4288,11 @@ msgstr "Descărcare" msgid "Download Bluesky" msgstr "Descărcați Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Descărcare date de conversație" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Descărcare date de conversație" @@ -4266,11 +4306,11 @@ msgstr "Descărcare imagine" msgid "Download invite QR code" msgstr "Descărcați codul QR de invitație" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Descărcare date profil" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Descărcare date profil" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Doxxing" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Schițe" @@ -4318,19 +4358,19 @@ msgstr "de ex. andreea.com" msgid "E.g. artistic nudes." msgstr "ex: nuduri artistice." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "de ex. Creatori de top" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "de ex: Spammeri" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "de ex. Cei mai buni creatori." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "de ex. Utilizatori care răspund în mod repetat cu reclame." @@ -4341,7 +4381,7 @@ msgstr "Tulburări de alimentație" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Editare" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Editare avatar" @@ -4373,8 +4413,8 @@ msgstr "Editare nume grup" msgid "Edit image" msgstr "Editare imagine" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Editare setări de interacțiune" @@ -4396,21 +4436,21 @@ msgstr "Editare link de invitație" msgid "Edit link settings" msgstr "Editare setări link" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Editare detalii listă" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Editare stare în direct" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Editare listă de moderare" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Editați fluxurile mele" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Editare persoane" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Editați setările de interacțiune ale postărilor" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Editare profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Editare profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Editare pachet de pornire" @@ -4454,15 +4494,15 @@ msgstr "Editare pachet de pornire" msgid "Edit this group chat’s name" msgstr "Editați numele acestei conversații de grup" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Editare listă de utilizatori" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Editați cine poate răspunde" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Editați-vă pachetul de pornire" @@ -4470,16 +4510,16 @@ msgstr "Editați-vă pachetul de pornire" msgid "Education" msgstr "Educație" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Fie creatorul acestei liste v-a blocat sau dvs. ați blocat creatorul." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-mail" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "A2F prin e-mail dezactivată" @@ -4492,7 +4532,7 @@ msgstr "A2F prin e-mail activată" msgid "Email address" msgstr "Adresă de e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-mailul a fost retrimis" @@ -4508,7 +4548,7 @@ msgstr "E-mailul a fost trimis! <0>Faceți clic aici pentru a-l retrimite." msgid "Email verification complete!" msgstr "Verificarea e-mailului este finalizată!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-mail verificat" @@ -4527,7 +4567,7 @@ msgstr "Încorporare postare" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Încorporați această postare în website-ul dvs. Pur și simplu copiați următorul fragment și lipiți-l în codul HTML al website-ului dvs." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Cititor video încorporat" @@ -4542,12 +4582,7 @@ msgstr "Activare" msgid "Enable {0} only" msgstr "Activare doar {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Activați încărcarea videoclipurilor de 10 minute." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Activare conținut pentru adulți" @@ -4583,7 +4618,7 @@ msgstr "Activați notificările pentru un cont accesând profilul acestuia și a msgid "Enable push notifications" msgstr "Activare notificări push" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Activați postările citat ale acestei postări" @@ -4601,7 +4636,7 @@ msgstr "Activare subiecte în tendințe" msgid "Enable trending videos in your Discover feed" msgstr "Activare videoclipuri în tendințe în fluxul dvs. Descoperă" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Activat" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Introduceți-vă data nașterii" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Introduceți-vă adresa de e-mail" @@ -4670,15 +4705,15 @@ msgstr "Introduceți-vă parola" msgid "Enter your username and password" msgstr "Introduceți-vă numele de utilizator și parola" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Intrați în modul Ecran complet" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Divertisment" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Eroare" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Mesaj de eroare" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "A apărut o eroare la salvarea fișierului" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Eroare la primirea răspunsului captcha." @@ -4712,11 +4747,11 @@ msgstr "Eroare la primirea răspunsului captcha." msgid "Error: {error}" msgstr "Eroare: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Toată lumea poate răspunde" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Toată lumea poate răspunde la această postare." @@ -4783,7 +4818,7 @@ msgstr "Extindeți sau restrângeți postarea completă la care răspundeți" msgid "Expand post text" msgstr "Extindeți textul postării" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Extinde sau restrânge text postare" @@ -4826,21 +4861,21 @@ msgstr "Conținut media explicit sau potențial deranjant." msgid "Explicit sexual images." msgstr "Imagini sexuale explicite." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Explorare" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Explorați aplicația" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Exportați datele mele de conversație" @@ -4849,7 +4884,7 @@ msgstr "Exportați datele mele de conversație" msgid "Export my data" msgstr "Exportați datele mele" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Exportați datele profilului meu" @@ -4868,7 +4903,7 @@ msgstr "Conținut media extern" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Conținut media extern poate permite website-urilor să colecteze informații despre dvs. și dispozitivul dvs. Nicio informație nu este trimisă sau solicitată până nu apăsați butonul „redare”." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Preferințe conținut media extern" @@ -4946,7 +4981,7 @@ msgstr "Ștergerea mesajului a eșuat" msgid "Failed to delete post, please try again" msgstr "Ștergerea postării a eșuat, vă rugăm să încercați din nou" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Ștergerea pachetului de pornire a eșuat" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Dezactivarea linkului de invitație a eșuat" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Nu s-a reușit deconectarea conversației Germ. Eroare: {0}" @@ -5003,16 +5038,16 @@ msgstr "Nu s-a reușit părăsirea conversației de grup" msgid "Failed to load conversations" msgstr "Încărcarea conversațiilor a eșuat" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Încărcarea fluxurilor a eșuat" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Încărcarea preferințelor fluxurilor a eșuat" @@ -5037,14 +5072,14 @@ msgstr "Nu s-a putut încărca preferința." msgid "Failed to load profiles" msgstr "Încărcarea profilurilor a eșuat" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Încărcarea fluxurilor sugerate a eșuat" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Încărcarea sugestiilor de urmărire a eșuat" @@ -5067,12 +5102,12 @@ msgstr "Nu s-a reușit marcarea tuturor cererilor ca fiind citite" msgid "Failed to mute group chat" msgstr "Nu s-a reușit amuțirea conversației de grup" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Nu s-a reușit fixarea postării" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Nu s-a reușit reconectarea la conversația Germ. Eroare: {0}" @@ -5121,7 +5156,7 @@ msgstr "Nu s-a putut anula solicitarea. Vă rugăm să încercați din nou." msgid "Failed to resolve location. Please try again." msgstr "Nu s-a putut determina locația. Vă rugăm să încercați din nou." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Nu s-a putut salva schița" @@ -5135,7 +5170,7 @@ msgstr "Salvarea imaginii a eșuat" msgid "Failed to save image: {0}" msgstr "Salvarea imaginii a eșuat: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Salvarea setărilor a eșuat. Vă rugăm să încercați din nou." @@ -5168,7 +5203,7 @@ msgstr "Nu s-a putut comuta amuțirea firului, vă rugăm încercați din nou" msgid "Failed to unlock group chat" msgstr "Deblocarea conversației de grup a eșuat" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Anularea fixării listei a eșuat" @@ -5185,7 +5220,7 @@ msgstr "Nu s-au actualizat setările de e-mail A2F" msgid "Failed to update email, please try again." msgstr "E-mailul nu a fost actualizat, vă rugăm să încercați din nou." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Actualizarea fluxurilor a eșuat" @@ -5197,12 +5232,10 @@ msgstr "Nu s-a putut actualiza declarația de notificare" msgid "Failed to update settings" msgstr "Nu s-a reușit actualizarea setărilor" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Încărcarea videoclipului a eșuat" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Cont fals sau bot" msgid "False information about elections" msgstr "Informații false despre alegeri" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Flux" @@ -5241,11 +5274,11 @@ msgstr "Creator flux" msgid "Feed identifier" msgstr "Identificator flux" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Meniu flux" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Comutare flux" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Feedback trimis operatorului fluxului" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Fluxuri" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Fluxurile sunt algoritmi personalizați creați de utilizatori cu puțină experiență în programare. <0>Consultați acest ghid pentru mai multe informații." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Preluare actualizare" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Fișier salvat cu succes!" @@ -5306,6 +5343,10 @@ msgstr "Filtrare după autor (în prezent: {currentLabel})" msgid "Filter from feeds" msgstr "Filtrare din fluxuri" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrați căutarea după limbă (în prezent: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtre" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Se finalizează" @@ -5358,15 +5399,15 @@ msgstr "Finanțe" msgid "Find accounts to follow" msgstr "Găsiți conturi de urmărit" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Găsire și invitare prieteni" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Găsire contacte" @@ -5378,7 +5419,7 @@ msgstr "Găsiți-mi prietenii" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Găsiți persoane pe care să le urmăriți" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Focalizați câmpul de căutare" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Urmărire" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Urmăriți pe {0}" @@ -5458,7 +5499,7 @@ msgstr "Urmăriți pe {0}" msgid "Follow {displayName}" msgstr "Urmărire pe {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Urmăriți pe {handle}" @@ -5474,8 +5515,8 @@ msgstr "Urmăriți 10 persoane pentru a începe" msgid "Follow 7 accounts" msgstr "Urmăriți 7 conturi" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Urmăriți contul" @@ -5486,8 +5527,8 @@ msgstr "Urmăriți contul" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Urmăriții pe toți" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Urmăriți toate conturile" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Urmăritorii se pot alătura" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Urmăritori ai lui @{0} pe care îi știți" @@ -5552,28 +5593,29 @@ msgstr "Urmăritori pe care îi știți" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Urmăriți" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Urmăriți" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Urmăriți pe {0}" @@ -5582,7 +5624,7 @@ msgstr "Urmăriți pe {0}" msgid "Following {displayName}" msgstr "Urmăriți pe {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Urmăriți pe {handle}" @@ -5591,7 +5633,7 @@ msgstr "Urmăriți pe {handle}" msgid "Following feed preferences" msgstr "Preferințe flux Urmăriți" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Preferințe flux urmăriți" @@ -5613,7 +5655,7 @@ msgstr "Dimensiune font" msgid "Food" msgstr "Gastronomie" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Pentru conturile de organizație, utilizați data nașterii persoanei responsabile pentru cont." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Generare link nou" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Conversație Germ" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Conversație Germ deconectată" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Link conversație Germ" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Conversație Germ reconectată" @@ -5812,7 +5854,7 @@ msgstr "Începeți" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF încărcat" @@ -5835,8 +5877,8 @@ msgstr "Glorificarea violenței" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Glorificarea violenței" msgid "Go back" msgstr "Mergeți înapoi" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Mergeți înapoi" @@ -5867,8 +5909,8 @@ msgstr "Reveniți la pasul anterior" msgid "Go home" msgstr "Mergeți la pagina acasă" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Intrați în direct" @@ -5879,8 +5921,8 @@ msgstr "Intrați în direct" msgid "Go Live" msgstr "Intrați în direct" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Intrați în direct (dezactivat)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Intrați în direct pentru" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Mergeți la profilul lui {0}" @@ -5900,7 +5942,7 @@ msgstr "Mergeți la profilul lui {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Mergeți la setările contului" @@ -5943,8 +5985,8 @@ msgstr "Intrarea în direct este momentan dezactivată pentru contul dvs." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Am înțeles" @@ -5953,6 +5995,11 @@ msgstr "Am înțeles" msgid "Grant access" msgstr "Acordați acces" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Numele conversației de grup a fost actualizat" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Setări conversație în grup" @@ -6083,6 +6130,11 @@ msgstr "GIF-uri fericite" msgid "Haptics" msgstr "Vibrații" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Hărțuire sau ură" @@ -6095,7 +6147,7 @@ msgstr "Activități dăunătoare sau cu risc ridicat" msgid "Harming or endangering minors" msgstr "Exploatarea minorilor sau punerea lor în pericol" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "Discurs de ură" msgid "Have a code? <0>Click here." msgstr "Aveți un cod? <0>Faceți clic aici." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Am greșit locația dvs.? <0>Atingeți aici pentru a vă actualiza locația cu GPS-ul." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Aveți dificultăți?" @@ -6145,11 +6197,11 @@ msgstr "Iată parola dvs. de aplicație!" msgid "Hey there 👋" msgstr "Salut 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Salut!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Salut!" @@ -6158,7 +6210,7 @@ msgstr "Salut!" msgid "Hidden" msgstr "Ascuns" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Ascuns de setările dvs. de moderare." @@ -6166,23 +6218,19 @@ msgstr "Ascuns de setările dvs. de moderare." msgid "Hidden list" msgstr "Listă ascunsă" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ascundere" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ascundere" @@ -6195,7 +6243,7 @@ msgstr "Ascundere opțiuni de personalizare" msgid "Hide group chat updates" msgstr "Ascundere actualizări conversației de grup" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Ascundere liste" @@ -6203,23 +6251,23 @@ msgstr "Ascundere liste" msgid "Hide password" msgstr "Ascundere parolă" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Ascundere postare pentru mine" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Ascundere răspuns pentru toată lumea" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Ascundere răspuns pentru mine" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Ascundeți repostările în fluxuri" @@ -6227,38 +6275,31 @@ msgstr "Ascundeți repostările în fluxuri" msgid "Hide this card" msgstr "Ascundeți acest card" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Ascundeți această postare?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Ascundeți acest răspuns?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Ascundere traducere" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Ascundeți subiectele în tendințe" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Ascundeți subiectele în tendințe?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Ascundeți videoclipurile în tendințe?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Ascundere listă de utilizatori" @@ -6267,12 +6308,12 @@ msgstr "Ascundere listă de utilizatori" msgid "Hide verification badges" msgstr "Ascundere insigne de verificare" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Ascundere conținut" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Ascunde bannerul promoțional de invitare a prietenilor" @@ -6308,7 +6349,7 @@ msgstr "Hmm, serverul fluxului a dat un răspuns rău. Vă rugăm să comunicaț msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, avem probleme cu găsirea acestui flux. S-ar putea să fi fost șters." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm, se pare că avem probleme la încărcarea acestor date. Vedeți mai jos pentru mai multe detalii. Dacă această problemă persistă, vă rugăm să ne contactați." @@ -6316,14 +6357,14 @@ msgstr "Hmmmm, se pare că avem probleme la încărcarea acestor date. Vedeți m msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, nu am putut încărca acest serviciu de moderare." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Stați așa! Oferim acces la videoclipuri treptat și încă sunteți pe lista de așteptare. Verificați din nou în curând!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Acasă" @@ -6369,8 +6410,8 @@ msgstr "Trafic de persoane" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Sunt de acord ca Bluesky să folosească contactele mele pentru descoperirea reciprocă a prietenilor și să mențină datele hashed (criptate) pentru potrivire până când voi renunța la această opțiune." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Am un cod" @@ -6400,15 +6441,15 @@ msgstr "Dacă nu selectați una, toate limbile vor fi afișate în fluxurile dvs 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." msgstr "Dacă aveți 18 ani sau mai mult și doriți să încercați din nou, faceți clic pe butonul de mai jos și utilizați o altă metodă de verificare, dacă este disponibilă una în regiunea dvs. Dacă aveți întrebări sau nelămuriri, <0>echipa noastră de asistență vă poate ajuta" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Dacă nu sunteți încă adult în conformitate cu legile țării dvs., părintele sau tutorele legal trebuie să citească acești Termeni în numele dvs." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Dacă credeți că data nașterii este incorectă, o puteți actualiza făcând <0>clic aici." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Dacă ștergeți această listă, nu o veți putea recupera." @@ -6420,7 +6461,7 @@ msgstr "Dacă aveți propriul domeniu, îl puteți folosi ca identificator. Aces msgid "If you need to update your email, <0>click here." msgstr "Dacă trebuie să vă actualizați adresa de e-mail, <0>faceți clic aici." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Dacă eliminați această postare, nu o veți putea recupera." @@ -6441,7 +6482,7 @@ msgstr "Dacă doriți să restricționați cine poate primi notificări pentru a msgid "If you're a developer, you can host your own server." msgstr "Dacă sunteți dezvoltator, vă puteți găzdui propriul server." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Dacă încercați să vă modificați identificatorul sau adresa de e-mail, faceți acest lucru înainte de a dezactiva." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Imagine" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Imagine {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Imaginea {0} din {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Imaginea {0} din {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache-ul imaginilor a fost golit, s-au eliberat {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Galerie imagini, {0} imagini" @@ -6526,7 +6567,7 @@ msgstr "Importare contacte" msgid "Import Contacts" msgstr "Importare contacte" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importați contacte sau invitați-vă prietenii" @@ -6540,7 +6581,7 @@ msgstr "Importați contacte pentru a vă găsi prietenii" msgid "Imported on {0}" msgstr "Importate pe {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Pentru a oferi o experiență adecvată vârstei, trebuie să vă știm data nașterii. Acest proces este un lucru unic, iar datele dvs. vor fi private." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Includeți postările create până la această dată" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Includeți marcajul temporal al videoclipului ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Introduceți codul care v-a fost trimis prin e-mail" msgid "Interaction limited" msgstr "Interacțiune limitată" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Setări de interacțiune" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Vă prezentăm salvarea postărilor adică marcaje" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Cod de confirmare A2F invalid." @@ -6691,7 +6732,7 @@ msgstr "Subiect raport nevalid" msgid "Invalid rescind request." msgstr "Cerere de anulare invalidă." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Cod de verificare nevalid" @@ -6703,15 +6744,15 @@ msgstr "Invitați" msgid "Invite {name} to join Bluesky" msgstr "Invitați pe {name} să se alăture la Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Cod de invitație" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codul de invitație nu este acceptat. Verificați dacă l-ați introdus corect și încercați din nou." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Invitați prieteni" @@ -6761,7 +6802,7 @@ msgstr "Link de invitație editat" msgid "Invite link enabled" msgstr "Link de invitație activat" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Invitați persoane la acest pachet de pornire!" @@ -6786,26 +6827,26 @@ msgstr "Invitații, dar personale" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Se pare că unele dintre contactele dvs. nu au încercat încă să vă găsească aici. Îi puteți invita personal personalizând o schiță de mesaj pe care o să-l furnizăm pentru dvs." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Este corect" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Acum doar <0>{0} e aici! Adăugați mai multe persoane la pachetul dvs. de pornire căutând mai sus." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Sunteți doar dvs. acum! Adăugați mai multe persoane la pachetul dvs. de pornire căutând mai sus." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID loc de muncă: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Locuri de muncă" @@ -6816,8 +6857,8 @@ msgstr "Alăturați-vă" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Alăturați-vă la Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Alăturați-vă conversației" msgid "Journalism" msgstr "Jurnalism" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Continuați editarea" @@ -6854,17 +6895,17 @@ msgstr "Ține-mă la curent" msgid "KWS website" msgstr "Website-ul KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Etichetare răspuns pentru algoritm" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Etichetat de {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Etichetat de autor." @@ -6893,7 +6934,7 @@ msgstr "Etichete de pe contul dvs." msgid "Language" msgstr "Limbă" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Setări limbă" @@ -6907,12 +6948,12 @@ msgstr "Limbi" msgid "Larger" msgstr "Mai mare" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Ultima inițiere acum {timeAgo}" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Ultima inițiere chiar acum" @@ -6923,8 +6964,8 @@ msgstr "Ultima inițiere chiar acum" msgid "Latest" msgstr "Cele mai recente" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Aflați mai multe despre <0>cum să folosiți căutarea avansată." msgid "Learn more about age assurance" msgstr "Aflați mai multe despre verificarea vârstei" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Află mai multe despre Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Aflați mai multe despre importarea contactelor" msgid "Learn more about self hosting your PDS." msgstr "Aflați mai multe despre găzduirea automată a SDP-ului dvs." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Aflați mai multe despre moderarea aplicată acestui conținut" @@ -6984,8 +7025,8 @@ msgstr "Aflați mai multe despre aceste modificări și cum să vă împărtăș msgid "Learn more about this warning" msgstr "Aflați mai multe despre acest avertisment" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Aflați mai multe despre verificarea pe Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Aflați mai multe despre verificarea pe Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Aflați mai multe despre ce este public pe Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Aflați mai multe despre link-ul dvs. de conversație Germ" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Aflați mai multe în <0>setările contului." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Aflați mai multe." @@ -7067,7 +7108,7 @@ msgstr "Părăsirea acestei conversații o va bloca permanent și nu vă veți m msgid "Left group chat." msgstr "Ați părăsit conversația de grup." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "rămas de făcut." @@ -7080,7 +7121,7 @@ msgstr "Doresc să aleg" msgid "Let's get your password reset!" msgstr "Să vă resetăm parola!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Să începem!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Luminoasă" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Apreciere" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Apreciere ({0, plural, one {o apreciere} few {# aprecieri} other {# de aprecieri}})" @@ -7114,7 +7155,7 @@ msgstr "Apreciați 10 postări" msgid "Like 10 posts to train the Discover feed" msgstr "Apreciați 10 postări pentru a instrui fluxul Descoperă" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Apreciați acest flux" @@ -7122,8 +7163,8 @@ msgstr "Apreciați acest flux" msgid "Like this labeler" msgstr "Apreciați acest etichetator" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Apreciat de" @@ -7140,26 +7181,26 @@ msgstr "Apreciat De" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Apreciat de {0, plural, one {un utilizator} few {# utilizatori} other {# de utilizatori}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Apreciat de {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Apreciat de {0} și {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Aprecieri" msgid "Likes of your reposts" msgstr "Aprecieri pentru repostările dvs." -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Aprecieri la această postare" @@ -7191,11 +7232,16 @@ msgstr "Liniar" msgid "Link copied to clipboard" msgstr "Link copiat în clipboard" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Listă" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Avatar listă" @@ -7227,20 +7273,20 @@ msgstr "Listă creată, dar nu s-a reușit adăugarea unor membri" msgid "List creator" msgstr "Creator listă" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Listă ștearsă" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Descriere listă" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Descrierea listei este prea lungă. {DESCRIPTION_MAX_GRAPHEMES, plural, one {Numărul maxim de caractere este #.} few {Numărul maxim de caractere este #.}other {Numărul maxim de caractere este #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Lista a fost ascunsă" @@ -7248,7 +7294,7 @@ msgstr "Lista a fost ascunsă" msgid "List Hidden" msgstr "Listă ascunsă" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Lista trebuie să aibă un nume." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Listă amuțită" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Numele listei" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Numele listei este prea lung. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {Numărul maxim de caractere este #.} few {Numărul maxim de caractere este #.}other {Numărul maxim de caractere este #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Listă deblocată" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Listă dezamuțită" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Liste" @@ -7326,12 +7372,12 @@ msgstr "Caracteristica „în direct” este în beta" msgid "Live link" msgstr "Link transmisiune în direct" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Încărcați mai multe" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Încărcați mai multe fluxuri sugerate" @@ -7346,16 +7392,16 @@ msgstr "Încărcați notificări noi" msgid "Load new posts" msgstr "Încărcați postări noi" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Se încarcă conversația…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Se încarcă listele..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Se încarcă setările de interacțiune pentru postări..." @@ -7383,7 +7429,7 @@ msgstr "Blocați această conversație de grup" msgid "Locked" msgstr "Blocat" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Jurnal" @@ -7405,11 +7451,6 @@ msgstr "Logo de <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Apăsați lung pentru a deschide meniul de etichete pentru {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Videoclipuri mai lungi" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Arată ca XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Asigurați-vă că aici intenționați să mergeți!" msgid "Manage saved feeds" msgstr "Gestionați fluxurile salvate" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Gestionați setările de verificare" @@ -7461,8 +7502,14 @@ msgstr "Gestionați-vă cuvintele și etichetele amuțite" msgid "Manual" msgstr "Manual" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Marcați toate ca citite" @@ -7473,6 +7520,10 @@ msgstr "Marcați toate ca citite" msgid "Mark all chats as read" msgstr "Marcați toate conversațiile ca citite" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Conținut media" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Conținut media stocat pe {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Conținut media stocat pe un alt dispozitiv" @@ -7540,7 +7591,7 @@ msgstr "Membri" msgid "Members can still read chat history but can’t send new messages." msgstr "Membrii încă pot citi istoricul conversațiilor, dar nu pot trimite mesaje noi." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "utilizatori menționați" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Mesaj" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Mesaj" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Trimiteți mesaj lui {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Mesaj șters" @@ -7603,7 +7655,7 @@ msgstr "Mesaj de la @{0}: {1}" msgid "Message from server: {0}" msgstr "Mesaj de la server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Câmp introducere mesaj" @@ -7615,7 +7667,7 @@ msgstr "Mesajul este prea lung ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Opțiuni mesaj" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mesaje" @@ -7640,12 +7692,12 @@ msgstr "Hărțuire minoră sau bullying" msgid "Misleading" msgstr "Conținut înșelător" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Conținut media lipsă" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderare" @@ -7658,6 +7710,12 @@ msgstr "Moderare și filtre de conținut" msgid "Moderation details" msgstr "Detalii moderare" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Inbox moderare" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Listă de moderare creată de <0/>" msgid "Moderation list by you" msgstr "Listă de moderare creată de dvs." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Listă de moderare creată" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Listă de moderare actualizată" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Liste de moderare" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Liste de moderare" @@ -7697,11 +7755,11 @@ msgstr "Liste de moderare" msgid "moderation settings" msgstr "setări de moderare" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Stări moderare" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Instrumente de moderare" @@ -7710,8 +7768,8 @@ msgstr "Instrumente de moderare" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderatorul a decis să seteze un avertisment general asupra acestui conținutului." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Mai multe fluxuri" @@ -7720,10 +7778,10 @@ msgstr "Mai multe fluxuri" msgid "More languages..." msgstr "Mai multe limbi..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Mai multe opțiuni" @@ -7747,7 +7805,7 @@ msgstr "Muzică" msgid "Mute" msgstr "Amuțire" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Dezactivare sunet" msgid "Mute {0}" msgstr "Amuțiți {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Amuțire cont" @@ -7816,13 +7874,13 @@ msgstr "Amuțiți acest cuvânt doar în etichete" msgid "Mute this word until you unmute it" msgstr "Amuțiți acest cuvânt până îl dezamuțiți" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Amuțire fir" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Amuțire cuvinte & etichete" @@ -7834,11 +7892,11 @@ msgstr "Amuțiți, părăsiți sau eliminați persoane oricând. Este conversaț msgid "Muted" msgstr "Amuțită" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Conturi amuțite" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Conturi Amuțite" @@ -7852,7 +7910,7 @@ msgstr "Conturile amuțite au postările lor eliminate din fluxul dvs. și din n msgid "Muted by \"{0}\"" msgstr "Amuțit de „{0}”" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Cuvinte & etichete amuțite" @@ -7881,7 +7939,7 @@ msgstr "Fluxurile mele" msgid "My starter pack" msgstr "Pachetul meu de pornire" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Nume" @@ -7891,12 +7949,12 @@ msgstr "Natură" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navigare la {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Navigați la pachetul de pornire" @@ -7910,8 +7968,8 @@ msgstr "Navighează la următorul ecran" msgid "Navigates to your profile" msgstr "Navighează la profilul dvs." -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Doriți să raportați o încălcare a drepturilor de autor, o solicitare legală sau o problemă de conformitate cu reglementările?" @@ -7919,10 +7977,6 @@ msgstr "Doriți să raportați o încălcare a drepturilor de autor, o solicitar msgid "Nevermind, create a handle for me" msgstr "Nu mai contează, creează-mi un nume de utilizator" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Noi" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Adresă e-mail nouă" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Caracteristică nouă" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Mesaje noi" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Parolă nouă" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Postare nouă" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Postare nouă" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Cele mai noi răspunsuri primele" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Știri" @@ -8088,15 +8142,15 @@ msgstr "Știri" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Următorul" @@ -8108,12 +8162,16 @@ msgstr "Imaginea următoare" msgid "Night" msgstr "Noapte" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Nu" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Fără reclame, fără urmărire invazivă, fără capcane de implicare. Bluesky vă respectă timpul și atenția." @@ -8194,11 +8252,11 @@ msgstr "Încă nu există aprecieri" msgid "No lists" msgstr "Nicio listă" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Nu mai urmăriți pe {0}" @@ -8224,7 +8282,7 @@ msgstr "Gata cu algoritmii plini cu informații inutile. Găsiți fluxuri care f msgid "No name" msgstr "Niciun nume" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Nu există notificări încă!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Nimeni" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Nimeni în afară de autor nu poate cita această postare." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Niciun rezultat" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Niciun rezultat pentru „{0}”." @@ -8322,7 +8380,7 @@ msgstr "Niciun rezultat găsit pentru „<0>{query}”." msgid "No results found for your query with advanced search filters applied." msgstr "Nu s-au găsit rezultate pentru interogarea dvs. cu filtrele de căutare avansată aplicate." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Niciun rezultat." @@ -8335,7 +8393,7 @@ msgstr "Niciun pachet de pornire încă" msgid "No thanks" msgstr "Nu, mulțumesc" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Nicio traducere primită de la dispozitivul dvs." @@ -8343,7 +8401,7 @@ msgstr "Nicio traducere primită de la dispozitivul dvs." msgid "No video posts yet" msgstr "Niciun videoclip încă" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Nimeni" @@ -8360,7 +8418,7 @@ msgstr "Nimeni nu a citat asta încă. Poate ar trebui să fiți primul!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Nimeni nu a redistribuit asta încă. Poate ar trebui să fiți primul!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Nimeni nu a fost găsit. Încercați să căutați pe altcineva." @@ -8398,7 +8456,7 @@ msgstr "Indisponibil pe această platformă." msgid "Not followed by anyone you’re following" msgstr "Nu este urmărit de cineva pe care urmăriți" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Nu a fost găsit" @@ -8407,7 +8465,7 @@ msgstr "Nu a fost găsit" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Nu sunteți gata să postați? Păstrați-vă cele mai bune idei în schițe până când va veni momentul potrivit." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Notă despre partajare" @@ -8419,13 +8477,17 @@ msgstr "Notă: Bluesky face parte din Atmosferă, o rețea publică deschisă. A msgid "Note: This post is only visible to logged-in users." msgstr "Notă: Această postare este vizibilă numai pentru utilizatorii conectați." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Nimic salvat încă" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Setări pentru notificări" @@ -8435,8 +8497,8 @@ msgstr "Setări pentru notificări" msgid "Notification sounds" msgstr "Sunete notificare" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Sunete notificare" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notificări" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Ok" @@ -8505,6 +8567,10 @@ msgstr "Cele mai vechi răspunsuri primele" msgid "On" msgstr "Activată" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "Pe Bluesky, acest lucru înseamnă că postările dvs. vor apărea în fluxul „Descoperă” doar pentru persoanele care vă urmăresc. Alte aplicații pot alege să țină cont de această preferință în propriile sisteme de recomandare bazate pe algoritmi." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "pe<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Unul dintre destinatarii selectați nu permite conversații de grup." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Unul dintre destinatarii selectați v-a blocat și nu-i se pot scrie mesaje." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Unei sau mai multor GIF-uri le lipsește textul alternativ." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Unei sau mai multor imagini le lipsește textul alternativ." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Unul sau mai multe dintre fișierele selectate nu sunt acceptate." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Unul sau mai multe dintre fișierele selectate sunt prea mari. Dimensiunea maximă este de {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Una sau mai multe postări sunt prea lungi pentru a fi salvate ca o schiță. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Numărul maxim de caractere este de un caracter.} few {Numărul maxim de caractere este de # caractere.} other {Numărul maxim de caractere este de # de caractere.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Unei sau mai multor videoclipuri le lipsește textul alternativ." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Doar {0} poate răspunde." @@ -8556,7 +8622,7 @@ msgstr "Doar {0} poate răspunde." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Doar {0} din {1} {2, plural, one {imagine a fost adăugată} few {imagini au fost adăugate} other {de imagini au fost adăugate}}; limita este {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "Doar urmăritorii se pot alătura acestei conversații de grup." msgid "Only followers who I follow" msgstr "Doar urmăritorii pe care îi urmăresc" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Doar fișierele imagine sunt acceptate" @@ -8637,7 +8703,7 @@ msgstr "Deschidere opțiuni de căutare avansată" msgid "Open avatar creator" msgstr "Deschideți creatorul de avatar" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Deschidere cameră" @@ -8655,7 +8721,7 @@ msgstr "Deschideți opțiunile pentru membrii conversației pentru {displayName} msgid "Open conversation options" msgstr "Deschideți opțiunile conversației" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Deschideți schița" @@ -8663,8 +8729,8 @@ msgstr "Deschideți schița" msgid "Open drawer menu" msgstr "Deschideți meniul sertar" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Deschideți selectorul de emoji" @@ -8695,12 +8761,12 @@ msgstr "Deschidere conversație de grup" msgid "Open group chat settings" msgstr "Deschideți setările de conversație de grup" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Deschidere în Google Translate" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Deschideți link-ul către {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Deschideți opțiunile pentru mesaje" msgid "Open moderation debug page" msgstr "Deschideți pagina de depanare pentru moderare" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Deschideți cuvinte amuțite și setări etichete" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Deschidere pachet" @@ -8743,7 +8809,7 @@ msgstr "Deschidere setări" msgid "Open share menu" msgstr "Deschidere meniu distribuire" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Deschideți meniul pachetului de pornire" @@ -8759,10 +8825,9 @@ msgstr "Deschideți jurnalul sistemului" msgid "Open this group chat" msgstr "Deschideți această conversație de grup" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Deschide fluxul {0}" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Deschide detalii suplimentare pentru o intrare de depanare" msgid "Opens alt text dialog" msgstr "Deschide dialogul de text alternativ" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Deschide camera pe dispozitiv" @@ -8804,28 +8869,28 @@ msgstr "Deschideți dialogul de modificare a identificatorului" msgid "Opens composer" msgstr "Deschide compozitorul" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Deschide camera foto a dispozitivului" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Deschide galeria dispozitivului pentru a selecta până la {MAX_GALLERY_IMAGES, plural, one {} few {# imagini}other {# de imagini}}, sau un singur videoclip sau GIF." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Deschide interfața pentru a crea un nou cont Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Deschide procesul pentru a vă conecta la contul dvs. Bluesky existent" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Deschide imaginea completă" @@ -8833,7 +8898,7 @@ msgstr "Deschide imaginea completă" msgid "Opens helpdesk in browser" msgstr "Deschide serviciul de asistență în browser" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Deschide selectorul de imagini" @@ -8854,7 +8919,7 @@ msgstr "Deschide setările de limbă pentru postări" msgid "Opens profile" msgstr "Deschide profilul" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Deschide setările de găsire și invitație a prietenilor" @@ -8867,11 +8932,11 @@ msgstr "Deschide dialogul de selectare a GIF-urilor" msgid "Opens the invite friends sheet to share your profile" msgstr "Deschide fișa de invitație prieteni pentru a vă partaja profilul" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Deschide compozitorul de postări" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Deschideți această schiță în compozitor" @@ -8879,15 +8944,51 @@ msgstr "Deschideți această schiță în compozitor" msgid "Opens this profile" msgstr "Deschide acest profil" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Opțiuni:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Sau, continuați cu un alt cont." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Sau, conectați-vă la unul dintre celelalte conturi ale dvs." @@ -8985,7 +9086,7 @@ msgstr "GIF-uri de petrecere" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Parolă" @@ -8993,7 +9094,7 @@ msgstr "Parolă" msgid "Password changed" msgstr "Parolă modificată" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Parola trebuie să aibă cel puțin 8 caractere." @@ -9005,7 +9106,7 @@ msgstr "Parolă actualizată" msgid "Password updated!" msgstr "Parolă actualizată!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pauză" @@ -9020,7 +9121,7 @@ msgstr "Pauză videoclip" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Persoane" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Persoanele urmărite de {ownerName} pot solicita să se alăture" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Persoane urmărite de @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Persoane care urmăresc @{0}" @@ -9070,11 +9171,11 @@ msgstr "Persoanele pe care le urmăresc se pot alătura imediat" msgid "People I follow can request to join" msgstr "Persoanele pe care le urmăresc pot solicita să se alăture" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Persoane pe care le urmăriți" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Persoane pe care le menționați" @@ -9082,7 +9183,7 @@ msgstr "Persoane pe care le menționați" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Permisiunea de a vă accesa biblioteca de fotografii a fost refuzată. Vă rugăm să o activați în setările sistemului." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Comutare persoană" @@ -9115,15 +9216,15 @@ msgstr "Alegeți o temă de culoare" msgid "Pictures meant for adults." msgstr "Imagini destinate adulților." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Fixați fluxul" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fixare la acasă" @@ -9131,8 +9232,8 @@ msgstr "Fixare la acasă" msgid "Pin to Home" msgstr "Fixare la Acasă" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fixați la profilul dvs." @@ -9151,11 +9252,11 @@ msgstr "Fixat {0} la pagina acasă" msgid "Pinned Feeds" msgstr "Fluxuri fixate" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Fixat la fluxurile dvs." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Redare" @@ -9169,12 +9270,12 @@ msgstr "Redați {0}" msgid "Play GIF" msgstr "Redare GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Redați videoclipul" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Redați videoclipul" @@ -9182,7 +9283,7 @@ msgstr "Redați videoclipul" msgid "Plays or pauses the GIF" msgstr "Redă sau întrerupe GIF-ul" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Redă sau întrerupe videoclipul" @@ -9190,7 +9291,7 @@ msgstr "Redă sau întrerupe videoclipul" msgid "Plays the GIF" msgstr "Redă GIF-ul" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Redă videoclipul" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Vă rugăm să vă alegeți identificatorul." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Vă rugăm să vă alegeți parola." @@ -9219,12 +9320,12 @@ msgstr "Vă rugăm faceți clic pe linkul din e-mailul pe care tocmai vi l-am tr msgid "Please complete the verification captcha." msgstr "Vă rugăm să completați verificarea captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Vă rugăm să vă confirmați adresa de e-mail pentru a încărca videoclipuri." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Vă rugăm să verificați din nou dacă ați introdus corect adresa de e-mail." @@ -9232,7 +9333,7 @@ msgstr "Vă rugăm să verificați din nou dacă ați introdus corect adresa de msgid "Please enter a password." msgstr "Vă rugăm să introduceți o parolă." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Vă rugăm să introduceți o parolă. Trebuie să aibă cel puțin 8 caractere." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Vă rugăm să introduceți codul de securitate pe care l-am trimis la adresa dvs. de e-mail anterioară." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Vă rugăm să introduceți adresa dvs. de e-mail." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Vă rugăm să introduceți codul de invitație." @@ -9306,8 +9407,8 @@ msgstr "Vă rugăm să explicați de ce credeți că conversațiile dvs. au fost msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Vă rugăm să explicați de ce credeți că intrarea dvs. în direct a fost dezactivată incorect." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Vă rugăm să reveniți, sau să activați acest element pentru a reveni la începutul conținutului activ." @@ -9333,7 +9434,7 @@ msgstr "Vă rugăm să selectați un motiv pentru acest raport" msgid "Please sign in as @{0}" msgstr "Vă rugăm conectați-vă ca @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Vă rugăm să transmiteți raportul prin intermediul formularului pentru raportarea imaginilor intime partajate fără consimțământ (NCII)." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Vă rugăm să vă scrieți mesajul mai jos:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politică" @@ -9367,18 +9468,18 @@ msgstr "Politică" msgid "Porn" msgstr "Pornografie" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Postare" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Postare" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Postarea {index} din {count}" @@ -9393,12 +9494,12 @@ msgstr "Postați o fotografie" msgid "Post a video" msgstr "Postați un videoclip" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Postați-le pe toate" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Postați oricum" @@ -9406,11 +9507,16 @@ msgstr "Postați oricum" msgid "Post blocked" msgstr "Postare blocată" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Postare de @{0}" @@ -9423,10 +9529,10 @@ msgstr "Postare ștearsă" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Postarea nu a putut fi încărcată. Vă rugăm să vă verificați conexiunea la internet și să încercați din nou." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Postarea a fost ștearsă" @@ -9440,11 +9546,11 @@ msgstr "Postare ascunsă de un cuvânt amuțit" msgid "Post Hidden by You" msgstr "Postare ascunsă de dvs." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Setări interacțiune postare" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Setări de interacțiune postare" @@ -9468,7 +9574,7 @@ msgstr "Postați linkul" msgid "Post not found" msgstr "Postarea nu a fost găsită" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Postare fixată" @@ -9478,7 +9584,7 @@ msgstr "Postare fixată" msgid "Post type" msgstr "Tip de postare" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Fixarea postării a fost anulată" @@ -9487,7 +9593,7 @@ msgstr "Fixarea postării a fost anulată" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Postări" @@ -9520,7 +9626,7 @@ msgstr "Limba dvs. preferată" msgid "Press to attempt reconnection" msgstr "Apăsați pentru a încerca reconectarea" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Confidențialitate" msgid "Privacy and security" msgstr "Confidențialitate și securitate" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Setări de confidențialitate și securitate" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Politica de Confidențialitate" msgid "Privacy violation of a minor" msgstr "Încălcarea confidențialității unui minor" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Se procesează GIF-ul..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Se procesează videoclipul..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Liste publice, care pot fi partajate, cu utilizatori de amuțit sau blocat în bloc." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publicați postarea" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publicați postările" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publicați răspunsurile" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publicați răspunsul" @@ -9685,7 +9791,7 @@ msgstr "Cod QR salvat în galeria dvs!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citați postarea" @@ -9723,8 +9829,8 @@ msgstr "Limita ratei a fost depășită – ați încercat să vă modificați i msgid "Rate limit exceeded. Please try again later." msgstr "Limită de solicitări depășită. Vă rugăm încercați din nou mai târziu." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Reatașați citatul" @@ -9745,7 +9851,7 @@ msgstr "Reacționează cu {emoji}" msgid "Reactions" msgstr "Reacții" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Reactivați-vă contul" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Citiți despre cum să utilizați filtrele de căutare avansată" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Citiți postarea de pe blog" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Citiți mai puțin" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Citiți mai multe" @@ -9780,7 +9886,7 @@ msgstr "Citiți mai multe răspunsuri" msgid "Read our blog post" msgstr "Citiți postarea noastră de pe blog" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Citiți blogul Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Citiți Politica de Confidențialitate Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Citiți Termenii de Serviciu Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Conversații reale." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Oameni reali." @@ -9862,23 +9968,24 @@ msgstr "Reîncărcați conversațiile" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Eliminare" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Eliminați pe {displayName} din conversația de grup" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Eliminați pe {displayName} din pachetul de pornire" @@ -9914,8 +10021,8 @@ msgstr "Eliminare atașament" msgid "Remove Avatar" msgstr "Eliminare avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Eliminare banner" @@ -9950,8 +10057,8 @@ msgstr "Eliminare din conversație" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Eliminați din fluxurile mele" @@ -9960,8 +10067,8 @@ msgstr "Eliminați din fluxurile mele" msgid "Remove from quick access?" msgstr "Eliminați din acces rapid?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Eliminați din fluxurile salvate" @@ -9970,7 +10077,7 @@ msgstr "Eliminați din fluxurile salvate" msgid "Remove from saved posts" msgstr "Eliminare din postări salvate" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Eliminați din fluxurile dvs.?" @@ -10010,7 +10117,7 @@ msgstr "Eliminați sugestia" msgid "Remove this feed from your saved feeds" msgstr "Eliminați acest flux din fluxurile dvs. salvate" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Eliminați serviciile de moderare indisponibile" @@ -10018,10 +10125,14 @@ msgstr "Eliminați serviciile de moderare indisponibile" msgid "Remove user from list" msgstr "Eliminați utilizatorul din listă" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Eliminați verificarea" @@ -10029,11 +10140,11 @@ msgstr "Eliminați verificarea" msgid "Remove your verification for this account?" msgstr "Eliminați verificarea dvs. pentru acest cont?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Eliminat de autor" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Eliminat de dvs." @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Eliminat din postări salvate" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Eliminat din pachetul de pornire" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Eliminat din fluxurile dvs." -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Eliminați serviciile indisponibile" @@ -10128,11 +10240,11 @@ msgstr "Mesaj la care s-a răspuns, atingeți pentru a derula la el" msgid "Replies" msgstr "Răspunsuri" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Răspunsuri dezactivate" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Răspunsurile la această postare sunt dezactivate." @@ -10141,14 +10253,14 @@ msgstr "Răspunsurile la această postare sunt dezactivate." msgid "Reply" msgstr "Răspundeți" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Răspundeți" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Răspundeți ({0, plural, one {# răspuns} few {# răspunsuri} other {# de răspunsuri}})" @@ -10162,7 +10274,7 @@ msgstr "Răspuns ascuns de autorul firului" msgid "Reply Hidden by You" msgstr "Răspuns ascuns de dvs." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Setările pentru răspunsuri sunt alese de autorul firului" @@ -10185,8 +10297,8 @@ msgstr "Răspunsul a fost ascuns cu succes" msgid "Report" msgstr "Raportare" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Raportare cont" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Raportați conversația" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Dialog raportare" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Raportați fluxul" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Raportare listă" @@ -10216,8 +10328,8 @@ msgstr "Raportare listă" msgid "Report message" msgstr "Raportare mesaj" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Raportare postare" @@ -10225,8 +10337,8 @@ msgstr "Raportare postare" msgid "Report sent" msgstr "Raport trimis" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Raportare pachet de pornire" @@ -10292,7 +10404,7 @@ msgstr "Repostare ({0, plural, one {O repostare} few {# repostări} other {# de #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Repostați sau citați postarea" @@ -10330,12 +10442,12 @@ msgstr "Repostări ale acestei postări" msgid "Reposts of your reposts" msgstr "Repostări ale repostărilor dvs." -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Repostările vor fi ascunse în fluxuri" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Repostările vor fi afișate în fluxuri" @@ -10348,8 +10460,8 @@ msgstr "Cereți acces la conversația de grup" msgid "Request approved." msgstr "Cerere aprobată." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Solicitare cod" @@ -10371,7 +10483,7 @@ msgstr "Solicitat" msgid "Requests" msgstr "Cereri" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Solicitați text alternativ înainte de a posta" msgid "Require an email code to sign in to your account." msgstr "Solicitați un cod de e-mail pentru a vă conecta la contul dvs." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Necesar pentru acest furnizor" @@ -10418,16 +10530,16 @@ msgstr "Retrimitere cod" msgid "Resend code in <0>00:{0}" msgstr "Retrimitere cod în <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Retrimitere e-mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Retrimite E-Mail" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Retrimiteți e-mailul de verificare" @@ -10453,6 +10565,11 @@ msgstr "Resetați parola" msgid "Reset your password by sending a code to your email" msgstr "Resetați-vă parola prin trimiterea unui cod la adresa dvs. de e-mail" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Restaurare la valoarea implicită" @@ -10479,9 +10596,9 @@ msgstr "Reîncearcă ultima acțiune, care a eșuat" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Reîncearcă ultima acțiune, care a eșuat" msgid "Retry" msgstr "Încercați din nou" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Reîncercați să încărcați opțiunile de raport" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Reveniți la pagina anterioară" @@ -10521,7 +10638,7 @@ msgstr "Revine la acasă" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Revine la pagina anterioară" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "GIF-uri triste" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Salvați ziua de naștere" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Salvare modificări" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Salvați modificările?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Salvare schiță" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Salvați schița?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Salvați imaginea" @@ -10608,8 +10725,8 @@ msgstr "Salvați noul identificator" msgid "Save QR code" msgstr "Salvați codul QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Salvați aceste opțiuni pentru data viitoare" @@ -10618,7 +10735,7 @@ msgstr "Salvați aceste opțiuni pentru data viitoare" msgid "Save to my feeds" msgstr "Salvare în fluxurile mele" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Fluxuri salvate" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Postări salvate" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Salvat în fluxurile dvs." #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Spuneți salut!" @@ -10661,7 +10778,7 @@ msgstr "Scanare" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Scanare cod QR" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Derulați până sus" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Căutare" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Căutați în postările lui @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Căutare după nume sau interes" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Căutare fluxuri" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Căutați „{interestsDisplayName}”" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Căutați „{interestsDisplayName}”(activ)" @@ -10734,19 +10851,19 @@ msgstr "Căutați „{searchText}”" msgid "Search for {q}" msgstr "Căutați {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Căutați fluxuri pe care doriți să le sugerați altora." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Căutați mai multe conturi" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Căutați mai multe fluxuri" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Căutare persoane" @@ -10774,14 +10891,14 @@ msgstr "Căutați limbi" msgid "Search my posts" msgstr "Căutați în postările mele" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Căutare postări" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Căutați profile" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Căutare..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Cautați profiluri" @@ -10829,14 +10946,14 @@ msgstr "Vedeți postările #{tag}" msgid "See #{tag} posts by user" msgstr "Vedeți postările #{tag} de la utilizator" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Vedeți locuri de muncă la Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Vedeți mai multe" @@ -10844,16 +10961,11 @@ msgstr "Vedeți mai multe" msgid "See more suggested profiles" msgstr "Vedeți mai multe profiluri sugerate" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Vizualizați mai multe subiecte în tendințe" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Vedeți insigne numerotate (1/3, 2/3 etc.) pe postările dintr-un fir ale aceluiași autor." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Selectați {langName}" msgid "Select a color" msgstr "Selectați o culoare" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Selectați un motiv" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Selectare cont" @@ -10910,7 +11022,7 @@ msgstr "Selectați un avatar" msgid "Select an emoji" msgstr "Selectați un emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Selectați o opțiune" @@ -10946,11 +11058,11 @@ msgstr "Selectați tipul de filtru (în prezent: {0})" msgid "Select from an existing account" msgstr "Selectați dintr-un cont existent" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Selectați din listele dvs." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Selectați din listele dvs. <0>{numberOfListsSelected, plural, one {} few {(# selectate)}other {(# selectate)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Selectați pentru cât timp amuțiți acest cuvânt." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Selectați limba" @@ -10987,7 +11099,7 @@ msgstr "Selectare limbă..." msgid "Select languages" msgstr "Selectați limbile" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Selectați serviciul de moderare" @@ -11028,7 +11140,7 @@ msgstr "Selectați ce limbă să utilizați pentru interfața de utilizator a ap msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Selectați limbile pe care doriți ca fluxurile la care sunteți abonat să le includă. Dacă nu selectați nimic, toate limbile vor fi afișate." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Selectați-vă data de naștere" @@ -11045,7 +11157,7 @@ msgstr "Selectați limba preferată pentru traduceri în flux." msgid "Select your preferred notification channels" msgstr "Selectați canalele de notificare preferate" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Selectarea mai multor tipuri de conținut media nu este acceptată." @@ -11076,7 +11188,7 @@ msgstr "Trimitere raport de eroare" msgid "Send feedback" msgstr "Trimiteți feedback" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Trimitere mesaj" @@ -11089,7 +11201,7 @@ msgstr "Trimitere postare către {name}" msgid "Send post to..." msgstr "Trimitere postare către..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Trimitere raport către {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Trimiteți mesajul de pe telefonul dvs." #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Trimitere e-mail de verificare" @@ -11133,7 +11245,7 @@ msgstr "Setați pictograma aplicației la {0}" msgid "Set new password" msgstr "Setați parola nouă" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Stabiliți cu precizie grupurile de persoane care pot răspunde la postarea dvs." @@ -11141,11 +11253,11 @@ msgstr "Stabiliți cu precizie grupurile de persoane care pot răspunde la posta msgid "Set up your account" msgstr "Configurați-vă contul" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Stabiliți cine poate răspunde la postarea dvs." -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Stabiliți data nașterii mai jos și vă veți întoarce la creat postări și explorat în cel mai scurt timp!" @@ -11161,9 +11273,9 @@ msgstr "Setați manual furnizorul de găzduire" msgid "Sets email for password reset" msgstr "Setează e-mailul pentru resetarea parolei" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Setări" @@ -11222,7 +11334,7 @@ msgstr "Setări pentru notificări de răspuns" msgid "Settings for repost notifications" msgstr "Setări pentru notificări de repostare" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Setări salvate" @@ -11242,7 +11354,7 @@ msgstr "Sugestiv Sexual" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Distribuiți" @@ -11251,7 +11363,7 @@ msgstr "Distribuiți" msgid "Share age range" msgstr "Partajați intervalul de vârstă" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Distribuiți oricum" @@ -11279,13 +11391,13 @@ msgstr "Partajați linkul de invitație" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Distribuiți link-ul" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Dialogul de distribuire link" @@ -11304,12 +11416,12 @@ msgstr "Distribuiți postarea at:// URI" msgid "Share Profile" msgstr "Partajare profil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Distribuiți codul QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Distribuiți acest flux" @@ -11318,22 +11430,22 @@ msgstr "Distribuiți acest flux" msgid "Share this search" msgstr "Partajați această căutare" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Distribuiți acest pachet de pornire" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Distribuiți acest pachet de pornire și ajutați oamenii să se alăture comunității dvs. pe Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Partajare via..." @@ -11345,7 +11457,7 @@ msgstr "Partajați-vă contactele pentru a găsi prieteni" msgid "Share your thoughts…" msgstr "Împărtășiți-vă gândurile…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Tester Preferințe Partajate" @@ -11359,12 +11471,16 @@ msgstr "Partajarea intervalului dvs. de vârstă dezvăluie doar intervalul asoc msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Partajarea intervalului dvs. de vârstă dezvăluie doar intervalul asociat cu contul dvs. Google – de exemplu, faptul că aveți cel puțin 18 ani. <0>Vârsta dvs. exactă și ziua de naștere nu sunt niciodată partajate, iar aceste date nu părăsesc niciodată acest dispozitiv. Prin urmare, se activează accesul doar pe acest dispozitiv. Alternativ, <1>puteți folosi partenerul nostru de încredere, KWS, pentru a finaliza verificarea și a activa accesul pe toate platformele." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Afișare" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Afișare text alternativ" @@ -11373,14 +11489,14 @@ msgstr "Afișare text alternativ" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Afișați oricum" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Afișare etichetă de automatizare" @@ -11401,16 +11517,16 @@ msgstr "Afișare opțiuni de personalizare" msgid "Show group chat updates" msgstr "Afișare actualizări conversație de grup" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Afișați mai puține asemănătoare" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Afișați lista oricum" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Afișați liste de utilizatori din care puteți selecta" @@ -11418,8 +11534,8 @@ msgstr "Afișați liste de utilizatori din care puteți selecta" msgid "Show more" msgstr "Afișați mai multe" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Afișați mai multe asemănătoare" @@ -11445,8 +11561,8 @@ msgstr "Afișați răspunsurile" msgid "Show replies as" msgstr "Afișați răspunsurile ca" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Afișați răspunsul pentru toată lumea" @@ -11455,8 +11571,8 @@ msgstr "Afișați răspunsul pentru toată lumea" msgid "Show reposts" msgstr "Afișați repostările" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Afișare repostări în fluxuri" @@ -11478,7 +11594,7 @@ msgstr "Afișează avertismente și filtrează din fluxuri" msgid "Show when you’re live" msgstr "Afișați când sunteți în direct" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Afișează informații despre când a fost creată această postare" @@ -11486,15 +11602,15 @@ msgstr "Afișează informații despre când a fost creată această postare" msgid "Shows other accounts you can switch to" msgstr "Afișează alte conturi la care vă puteți comuta" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Afișează conținutul" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Afișează conținutul" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Conectați-vă" msgid "Sign in as {0}" msgstr "Conectați-vă ca {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Conectare ca…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Conectați-vă sau creați un cont" @@ -11551,16 +11667,17 @@ msgstr "Conectați-vă la Bluesky sau creați un cont nou" msgid "Sign in to request access to this group chat." msgstr "Conectați-vă pentru a solicita acces la această conversație de grup." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Conectați-vă pentru a vizualiza postarea" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Începând cu" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Omitere" msgid "Skip contact sharing and continue to the app" msgstr "Omiteți partajarea contactelor și continuați spre aplicație" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Omiteți postările goale?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Omiteți introducerea și începeți să vă folosiți contul" @@ -11628,7 +11745,7 @@ msgstr "Omiteți introducerea și începeți să vă folosiți contul" msgid "Skip to next step" msgstr "Omiteți la pasul următor" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "glisare" @@ -11644,19 +11761,24 @@ msgstr "Amânare memento" msgid "So many thoughts, you should post one" msgstr "Atât de multe gânduri, ar trebui să postați măcar unul" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "O rețea socială pe care dvs. o controlați." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Dovada socială ale postărilor" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Dezvoltare software" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Unele servicii de moderare din lista dvs. nu mai sunt disponibile." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Unele dintre verificările dvs. sunt invalide." @@ -11664,7 +11786,7 @@ msgstr "Unele dintre verificările dvs. sunt invalide." msgid "Some other feeds you might like" msgstr "Alte fluxuri care v-ar putea plăcea" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Unele persoane pot răspunde" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Ceva nu a mers bine" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Ceva n-a mers bine, vă rugăm să încercați din nou" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Ceva nu a mers bine, vă rugăm încercați din nou." msgid "Something went wrong. Please try again." msgstr "Ceva n-a mers bine. Vă rugăm să încercați din nou." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "E ceva în neregulă? Anunțați-ne." @@ -11759,8 +11881,8 @@ msgstr "E ceva în neregulă? Anunțați-ne." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Ne pare rău, nu putem încărca sugestiile de conturi în acest moment." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Ne pare rău! Sesiunea dvs. a expirat. Vă rugăm să vă conectați din nou." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam sau alt comportament inautentic sau înșelăciune" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Descoperiți postările apreciate de prietenii și de persoanele pe care le urmăriți." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Începeți o conversație și ea va apărea aici." @@ -11826,14 +11953,14 @@ msgstr "Începeți conversația" msgid "Start chat with {displayName}" msgstr "Începeți conversația cu {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Pachet de pornire" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Pachet de pornire de {0}" @@ -11841,12 +11968,12 @@ msgstr "Pachet de pornire de {0}" msgid "Starter pack by <0/>" msgstr "Pachet de pornire de <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Pachet de pornire de dvs." -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Pachetul de pornire nu este valid" @@ -11854,7 +11981,7 @@ msgstr "Pachetul de pornire nu este valid" msgid "Starter packs" msgstr "Pachete de pornire" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Pachete de pornire" @@ -11893,7 +12020,7 @@ msgstr "Spațiu de stocare curățat, trebuie să reporniți aplicația acum." msgid "Stored as part of a secure code for matching with others" msgstr "Stocat ca parte a unui cod securizat pentru a se potrivi cu alții" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "Depuneți contestație" msgid "Submit feedback" msgstr "Trimitere feedback" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Trimiteți raportul" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Trimiteți raportul prin intermediul formularului pentru raportarea imaginilor intime partajate fără consimțământ (NCII)" @@ -11963,11 +12090,11 @@ msgstr "Abonați-vă la @{0} pentru a utiliza aceste etichete:" msgid "Subscribe to account activity" msgstr "Abonați-vă la activitatea contului" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Abonați-vă la Etichetator" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Abonează-vă la acest etichetator" @@ -11975,7 +12102,7 @@ msgstr "Abonează-vă la acest etichetator" msgid "Subscribe to this list" msgstr "Abonați-vă la această listă" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Succes" @@ -11998,7 +12125,7 @@ msgstr "Verificat cu succes" msgid "Suggested" msgstr "Sugerate" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Conturi sugerate" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Apus de soare" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Doar etichete" msgid "Take the conversation private." msgstr "Treceți conversația în privat." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Atingeți mai jos pentru a permite aplicației Bluesky să vă acceseze locația GPS. Vom folosi apoi aceste date pentru a determina cu mai multă precizie conținutul și caracteristicile disponibile în regiunea dvs." @@ -12103,8 +12230,8 @@ msgstr "Atingeți pentru informații" msgid "Tap for more information" msgstr "Atingeți pentru mai multe informații" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Atingeți aici pentru a vă actualiza locația cu GPS-ul." @@ -12206,7 +12333,7 @@ msgstr "Termeni" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Vă mulțumim pentru feedback! Acesta a fost trimis operatorului fluxulu msgid "Thanks for your feedback!" msgstr "Vă mulțumim pentru feedback!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Vă mulțumim, v-ați verificat cu succes adresa de e-mail. Puteți închide această fereastră." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Vă mulțumim! Totul este gata." @@ -12246,16 +12373,16 @@ msgstr "Vă mulțumim! Totul este gata." msgid "That contains the following:" msgstr "Acesta conține următoarele:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Acest pachet de pornire nu a putut fi găsit." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Acel nume de utilizator este deja luat" @@ -12263,13 +12390,13 @@ msgstr "Acel nume de utilizator este deja luat" msgid "That's all, folks!" msgstr "Asta-i tot, oameni buni!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Asta e tot!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Contul va putea interacționa cu dvs. după deblocare." @@ -12287,7 +12414,7 @@ msgstr "Autorul acestui fir a ascuns acest răspuns." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "Data nașterii pe care ați introdus-o indică faptul că aveți sub 18 ani. Anumite conținuturi și caracterisitici pot fi indisponibile pentru dvs." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Aplicația web Bluesky" @@ -12352,32 +12479,32 @@ msgstr "Postarea la care răspundeți a fost marcată ca fiind scrisă în {sugg msgid "The Privacy Policy has been moved to <0/>" msgstr "Politica de Confidențialitate a fost mutată la <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "Videoclipul procesat este prea mare. Vă rugăm să încercați din nou cu un fișier mai mic." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "Videoclipul selectat nu a putut fi codificat." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "Videoclipul selectat nu a putut fi procesat." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "Videoclipul selectat are un raport de aspect neacceptat." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Videoclipul selectat este mai mare de {VIDEO_MAX_SIZE_MB} MB. Vă rugăm să încercați din nou cu un fișier mai mic." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "Videoclipul selectat este prea lung." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "Videoclipul selectat folosește un format neacceptat." @@ -12386,7 +12513,7 @@ msgstr "Videoclipul selectat folosește un format neacceptat." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Serverul pare să întâmpine probleme. Vă rugăm să încercați din nou în câteva momente." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Pachetul de pornire pe care încercați să îl vizualizați este nevalid. În schimb, puteți șterge acest pachet de pornire." @@ -12402,7 +12529,7 @@ msgstr "Formularul de suport a fost mutat. Dacă aveți nevoie de ajutor, vă ru msgid "The Terms of Service have been moved to" msgstr "Termenii de Serviciului au fost mutați la" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Codul de verificare pe care l-ați furnizat este nevalid. Asigurați-vă că ați folosit linkul de verificare corect sau solicitați unul nou." @@ -12412,7 +12539,7 @@ msgstr "Codul de verificare pe care l-ați furnizat este nevalid. Asigurați-vă msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Furnizorul de verificare nu a putut trimite un cod la numărul dvs. de telefon. Vă rugăm să verificați numărul de telefon și să încercați din nou." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Videoclipul nu a putut fi încărcat la furnizorul dvs de găzduire. Vă rugăm să încercați din nou." @@ -12428,7 +12555,7 @@ msgstr "Există o limită pentru cât de des vă puteți schimba data nașterii. msgid "There is no invite link for this group chat." msgstr "Nu există niciun link de invitație pentru această conversație de grup." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Nu există limită de timp pentru dezactivarea contului, puteți revenii oricând." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "A apărut o problemă cu conexiunea dvs. la internet, vă rugăm să încercați din nou" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "A apărut o problemă la contactarea serverului" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "A apărut o problemă la contactarea serverului, vă rugăm să vă verificați conexiunea la internet și încercați din nou." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "A apărut o problemă la preluarea notificărilor. Atingeți aici pentru a încerca din nou." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "A apărut o problemă la preluarea postărilor. Atingeți aici pentru a încerca din nou." @@ -12495,25 +12622,25 @@ msgstr "A apărut o problemă la actualizarea fluxurilor dvs., vă rugăm să v #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "A apărut o problemă! {0}" @@ -12521,10 +12648,10 @@ msgstr "A apărut o problemă! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "A apărut o problemă. Vă rugăm să vă verificați conexiunea la inte msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "A apărut o problemă neașteptată în aplicație. Vă rugăm să ne spuneți dacă vi s-a întâmplat acest lucru!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Au fost o grămadă de utilizatori noi pe Bluesky! Vă vom activa contul cât mai curând posibil." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Acestea sunt setările dvs. implicite" @@ -12576,7 +12703,7 @@ msgstr "Nu se vor putea realătura decât dacă îi invitați din nou." msgid "This {screenDescription} has been flagged:" msgstr "Acest {screenDescription} a fost etichetat:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Acest cont are o bifă deoarece a fost verificat de surse de încredere." @@ -12584,7 +12711,7 @@ msgstr "Acest cont are o bifă deoarece a fost verificat de surse de încredere. msgid "This account has been marked as automated by its owner." msgstr "Acest cont a fost marcat ca automatizat de către proprietarul său." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Acest cont are una sau mai multe verificări, dar nu este verificat în prezent." @@ -12618,7 +12745,7 @@ msgstr "Această contestație va fi trimisă la serviciul de moderare al compani msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Acest autor a ales să facă postările vizibile doar persoanelor care sunt conectate." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Acest buton permite celorlalți să deschidă aplicația Germ DM pentru a vă trimite un mesaj. Puteți gestiona vizibilitatea din aplicația Germ DM, sau puteți deconecta contul Bluesky de la Germ DM apăsând butonul de mai jos." @@ -12649,7 +12776,7 @@ msgstr "Această conversație a fost deconectată" msgid "This code is invalid. Resend to get a new code." msgstr "Acest cod este invalid. Retrimiteți pentru a obține un cod nou." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Acest cod de confirmare nu este valid. Vă rugăm să încercați din nou." @@ -12683,7 +12810,7 @@ msgstr "Această conversație este blocată." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Această conversație este cu un cont șters sau dezactivat. Apăsați pentru opțiuni" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Această schiță va fi ștearsă permanent." @@ -12700,7 +12827,7 @@ msgstr "Această frază exactă" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Această caracteristică permite utilizatorilor să primească notificări pentru noile dvs. postări și răspunsuri. Pentru cine doriți să activați această caracteristică?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Această caracteristică este în versiunea beta. Puteți citi mai multe despre exporturile de repozitoriu în <0>această postare de pe blog." @@ -12763,7 +12890,7 @@ msgstr "Aceasta este doar o verificare de securitate unică, întrucât nu am ma msgid "This is not a valid link" msgstr "Acesta nu este un link valid" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Această etichetă anunță lumea că acest cont este automatizat. Dacă este activată, această etichetă apare lângă numele contului în profilul și postările acestuia. Poate fi activată sau dezactivată oricând." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Acest link vă va duce la următorul website:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Această listă - creată de <0>{0} - conține posibile încălcări ale regulilor comunității Bluesky în numele sau descrierea ei." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Această listă - creată de dvs. - conține posibile încălcări ale regulilor comunității Bluesky în numele sau descrierea ei." @@ -12829,11 +12956,11 @@ msgstr "Această persoană vă blochează" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Această postare pretinde că a fost creată pe <0>{0}, dar a fost văzută prima dată de Bluesky pe <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Această postare are un tip necunoscut de threadgate. Este posibil ca aplicația dvs. să nu fie actualizată la zi." @@ -12845,19 +12972,19 @@ msgstr "Această postare este vizibilă numai pentru utilizatorii conectați." msgid "This post was deleted by its author" msgstr "Această postare a fost ștearsă de autorul său" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Această postare va fi ascunsă de fluxuri și fire. Acest lucru nu poate fi anulat." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Autorul acestei postări a dezactivat postările citate." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Acest profil este vizibil numai pentru utilizatorii conectați. Nu va fi vizibil pentru persoanele care nu sunt conectate." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Acest răspuns va fi sortat într-o secțiune ascunsă în partea de jos a firului dvs. și va amuții notificările pentru răspunsurile ulterioare - atât pentru dvs., cât și pentru ceilalți." @@ -12870,7 +12997,7 @@ msgstr "Acest ecran este disponibil doar pentru conversațiile de grup." msgid "This service has not provided terms of service or a privacy policy." msgstr "Acest serviciu nu a furnizat termeni de serviciu sau o politică de confidențialitate." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Acest serviciu nu este acceptat cât timp caracteristica în direct este în beta. Serviciile permise: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Acest utilizator este nou aici. Apăsați pentru mai multe informații d msgid "This user isn't following anyone." msgstr "Acest utilizator nu urmărește pe nimeni." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Acest videoclip nu poate fi redat pe dispozitivul dvs. Este posibil ca browserul sau sistemul dvs. să nu aibă codec-urile video necesare (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Această acțiune va șterge ireversibil contul dvs. Bluesky <0>{current msgid "This will remove @{0} from the quick access list." msgstr "Aceasta va elimina @{0} din lista de acces rapid." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Aceasta va elimina postarea dvs. din această postare citat pentru toți utilizatorii și o va înlocui cu un substituent." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Numerotare fire" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Preferințe fir" msgid "Threaded" msgstr "Fire" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Preferințe fire" @@ -13002,7 +13124,7 @@ msgstr "Titlu" msgid "Title (100 characters max)" msgstr "Titlu (maxim 100 de caractere)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Pentru a dezactiva metoda A2F prin e-mail, vă rugăm să verificați accesul la adresa de e-mail." @@ -13012,7 +13134,7 @@ msgstr "Pentru a dezactiva metoda A2F prin e-mail, vă rugăm să verificați ac msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Pentru a dezactiva metoda A2F prin e-mail, verificați accesul la <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Pentru a vă deconecta, faceți <0>clic aici. Sau dacă preferați, puteți să vă <1>ștergeți contul." @@ -13020,11 +13142,11 @@ msgstr "Pentru a vă deconecta, faceți <0>clic aici. Sau dacă preferați, msgid "Today" msgstr "Astăzi" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Comutați pentru a activa sau dezactiva conținutul pentru adulți" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Comută sunetul" @@ -13053,7 +13175,7 @@ msgstr "Sus" msgid "Top replies first" msgstr "Răspunsurile de top primele" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Subiect" @@ -13061,8 +13183,8 @@ msgstr "Subiect" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Traducere" @@ -13074,12 +13196,12 @@ msgstr "Tradus" msgid "Translating" msgstr "Se traduce" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Se traduce…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Traducerea în aceeaşi limbă nu este disponibilă pe dispozitivul dvs." @@ -13088,9 +13210,9 @@ msgstr "Traducerea în aceeaşi limbă nu este disponibilă pe dispozitivul dvs. msgid "Tree view" msgstr "Vizualizare arbore" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "În tendințe" @@ -13099,12 +13221,20 @@ msgstr "În tendințe" msgid "Trending GIFs" msgstr "GIF-uri populare" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Opțiuni subiecte în tendințe" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Subiecte în tendințe" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Subiectele în tendințe se bazează pe ceea ce discută oamenii în rețea. Titlurile și descrierile subiectelor sunt generate cu ajutorul inteligenței artificiale." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Videoclipuri în tendințe" @@ -13113,7 +13243,7 @@ msgstr "Videoclipuri în tendințe" msgid "Trolling" msgstr "Trolling" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Încrederea rezultă din relații, comunități și context comun, așa că activăm și <0>verificatori de încredere: organizații care pot emite în mod direct verificări." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Nu se poate conecta. Vă rugăm să vă verificați conexiunea la internet și să încercați din nou." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Nu vă putem contacta serviciul. Verificați conexiunea la internet și încercați din nou." @@ -13187,7 +13317,7 @@ msgstr "Nu vă putem contacta serviciul. Verificați conexiunea la internet și msgid "Unable to contact your service. Please check your Internet connection." msgstr "Serviciul dvs. nu poate fi contactat. Vă rugăm să vă verificați conexiunea la internet." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Imposibil de șters" @@ -13205,6 +13335,10 @@ msgstr "Imposibil de găsit destinatarul selectat." msgid "Unable to find the selected recipient." msgstr "Imposibil de găsit destinatarul selectat." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Imposibil de rezolvat identificatorul" @@ -13233,14 +13367,14 @@ msgstr "Informații flux indisponibile" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Deblocare" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Deblocare" @@ -13251,8 +13385,8 @@ msgstr "Deblocați pe {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Deblocare cont" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Deblocați contul?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Deblocare cont?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Deblocare listă" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Anulare" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Anulare" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Refacere repostare ({0, plural, one {o repostare} few {# repostări} other {# de repostări}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Nu mai urmăriți pe {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Nu mai urmăriți contul" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Anulează urmărirea utilizatorului" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Din păcate, niciunul dintre etichetatorii la care sunteți abonat nu acceptă acest tip de raport." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Din păcate, data nașterii pe care ați salvat-o în profilul dvs. vă face prea tânăr pentru a accesa Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Din păcate, vârsta declarată indică faptul că nu aveți vârsta necesară pentru a accesa Bluesky în regiunea dvs." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Verificator necunoscut" @@ -13333,13 +13490,13 @@ msgstr "Conținut pentru adulți care nu este etichetat ca atare" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Conținut pentru adulți care nu este etichetat ca atare, abuziv sau neconsensual" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Nu mai apreciați" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Nu mai apreciați ({0, plural, one {o apreciere} few {# aprecieri} other {# de aprecieri}})" @@ -13351,12 +13508,12 @@ msgstr "Deblocare conversație" msgid "Unlock this group chat" msgstr "Deblocați această conversație de grup" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Dezamuțire" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Dezamuțire" msgid "Unmute {0}" msgstr "Dezamuțiți {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Dezamuțire cont" @@ -13379,8 +13536,8 @@ msgstr "Dezamuțire cont" msgid "Unmute conversation" msgstr "Dezamuțire conversație" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Dezamuțire listă" @@ -13388,8 +13545,8 @@ msgstr "Dezamuțire listă" msgid "Unmute this group chat" msgstr "Dezamuțiți această conversație de grup" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Dezamuțire fir" @@ -13397,14 +13554,14 @@ msgstr "Dezamuțire fir" msgid "Unmute video" msgstr "Activați sunetul videoclipului" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Anulați fixarea" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Anulați fixarea fluxului" @@ -13414,13 +13571,13 @@ msgstr "Anulați fixarea fluxului" msgid "Unpin from home" msgstr "Anulați fixarea de la acasă" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Anulați fixarea de la profil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Anulați fixarea listei de moderare" @@ -13429,29 +13586,34 @@ msgstr "Anulați fixarea listei de moderare" msgid "Unpinned {0} from Home" msgstr "Fixarea {0} anulată de la pagina Acasă" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Fixare anulată de la fluxurile dvs." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Fixarea listei anulată" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Anulați amânarea mementoului prin e-mail" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dezabonare" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Dezabonare de la listă" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dezabonare de la acest etichetator" @@ -13463,7 +13625,7 @@ msgstr "Dezabonat de la listă" msgid "Unsupported clipboard content" msgstr "Conținut clipboard neacceptat" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Tip videoclip neacceptat: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Actualizare la {domain}" msgid "Update your email" msgstr "Actualizați-vă e-mailul" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Actualizați-vă locația" @@ -13539,24 +13701,24 @@ msgstr "Încărcați un fișier text la:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Încărcați de la cameră" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Încărcați din fișiere" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Încărcați din bibliotecă" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Se încarcă GIF-ul..." @@ -13570,7 +13732,7 @@ msgstr "Se încarcă imaginile..." msgid "Uploading link thumbnail..." msgstr "Se încarcă miniatura link-ului..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Se încarcă videoclipul..." @@ -13659,25 +13821,25 @@ msgstr "Listă de utilizatori creată de {0}" msgid "User list by you" msgstr "Listă de utilizatori creată de dvs." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Listă de utilizatori creată" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Listă de utilizatori actualizată" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Numele de utilizator nu poate fi mai lung decât {MAX_SERVICE_HANDLE_LENGTH, plural, one {} few {# caractere}other {# de caractere}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Numele de utilizator nu poate începe sau termina cu o cratimă" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Numele de utilizator trebuie să conțină doar litere (a-z), cifre și cratime" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Numele de utilizator sau adresa de e-mail" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "utilizatori urmăriți de <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "utilizatorii care urmăresc pe <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Valoare:" msgid "Verification failed, please try again." msgstr "Verificare eșuată, încercați din nou." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Setări de verificare" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Setări de verificare" @@ -13720,14 +13882,14 @@ msgstr "Setări de verificare" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Verificările pe Bluesky funcționează diferit față de alte platforme. <0>Aflați mai multe aici." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verificat de:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verificare cont" @@ -13790,12 +13952,12 @@ msgstr "Verificați-vă vârsta" msgid "Verify your email" msgstr "Verificați-vă e-mailul" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Se verifică" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Se verifică statutul dvs. de verificare a vârstei" @@ -13815,16 +13977,16 @@ msgstr "Versiune {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "prin pachetul de pornire <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Videoclip" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Procesarea videoclipului a eșuat" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Flux video" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Videoclip de la {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Videoclip de la {0}. Atingeți pentru a reda sau pentru a întrerupe videoclipul" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Jocuri video" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Redarea videoclipului este întreruptă" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Videoclipul se redă" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Videoclipul nu a fost găsit." @@ -13859,12 +14021,12 @@ msgstr "Videoclipul nu a fost găsit." msgid "Video settings" msgstr "Setări videoclip" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Videoclip încărcat" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Videoclip: {0}" @@ -13872,19 +14034,13 @@ msgstr "Videoclip: {0}" msgid "Videos" msgstr "Videoclipuri" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Videoclipurile trebuie să aibă cel mult 10 minute." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Videoclipurile trebuie să aibă o lungime de mai puțin de 3 minute." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vizualizare" @@ -13903,9 +14059,9 @@ msgstr "Vizualizați avatarul lui {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Vizualizați profilul lui {0}" @@ -13924,11 +14080,11 @@ msgstr "Vizualizați profilul utilizatorului {displayName}" msgid "View {publicationTitle}" msgstr "Vizualizare {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Vizualizați profilul utilizatorului blocat" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Vizualizați postarea pe blog pentru mai multe detalii" @@ -13936,8 +14092,8 @@ msgstr "Vizualizați postarea pe blog pentru mai multe detalii" msgid "View debug entry" msgstr "Vizualizați intrarea de depanare" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Vizualizare detalii" @@ -13977,13 +14133,13 @@ msgstr "Vedeți mai multe" msgid "View more trending videos" msgstr "Vizualizați mai multe videoclipuri în tendințe" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Vizualizare postare" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Vizualizați serviciul de etichetare furnizat de @{0}" msgid "View this user's verifications" msgstr "Vizualizați verificările acestui utilizator" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Vizualizați utilizatorii care apreciază acest flux" @@ -14026,11 +14182,11 @@ msgstr "Vizualizați utilizatorii care apreciază acest flux" msgid "View video" msgstr "Vizualizare videoclip" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Vizualizați conturile dvs. blocate" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Vedeți setările implicite de interacțiune cu postări" @@ -14039,11 +14195,15 @@ msgstr "Vedeți setările implicite de interacțiune cu postări" msgid "View your feeds and explore more" msgstr "Vizualizați-vă fluxurile și explorați mai multe" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Vizualizați inboxul dvs. de moderare" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Vizualizați listele dvs. de moderare" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Vizualizați conturile dvs. amuțite" @@ -14060,6 +14220,10 @@ msgstr "Vizualizează imaginea completă" msgid "Views video in immersive mode" msgstr "Vizualizează videoclipul în modul imersiv" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Violență" @@ -14136,6 +14300,10 @@ msgstr "Nu am putut încărca cererile de alăturare ale acestei conversații" msgid "We couldn’t load this conversation’s settings" msgstr "Nu am putut încărca setările acestei conversații" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Nu am putut verifica furnizorul de găzduire. Verificați conexiunea la internet sau <0>setați manual furnizorul de găzduire." @@ -14148,7 +14316,7 @@ msgstr "Ștergem hash-urile după ce potrivirile au fost făcute" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Nu stocăm numerele de telefon ale prietenilor dvs. și nu trimitem niciun mesaj" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Estimăm {estimatedTime} până când contul dvs. este gata." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Am încheiat un parteneriat cu <0>KWS pentru verificarea vârstei. Când faceți clic mai jos pe „Începeți”, KWS vă va trimite prin e-mail instrucțiuni pentru a finaliza procesul de verificare a vârstei. Dacă adresa de e-mail a fost deja folosită pentru verificarea vârstei pentru alte jocuri/servicii susținute de tehnologia KWS, nu va trebui să o mai faceți încă o dată. Când ați terminat, veți fi redirecționat pentru a continua să utilizați Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Am trimis un alt e-mail de verificare la <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Vă recomandăm să selectați cel puțin două interese." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Am trimis un e-mail la <0>{0} care conține un link. Faceți clic pe el pentru a finaliza procesul de verificare a e-mailului." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nu am reușit să determinăm dacă aveți permisiunea de a încărca videoclipuri. Vă rugăm să încercați din nou." @@ -14198,16 +14366,16 @@ msgstr "Nu am putut încărca configurația de verificare a vârstei pentru regi msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Nu am putut încărca preferințele dvs. privind data nașterii. Vă rugăm să încercați din nou." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Nu am putut încărca etichetatorii dvs. configurați în acest moment." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Nu am putut primi verificarea din cauza unei probleme de conexiune. Este posibil să sosească mai târziu. Dacă se întâmplă acest lucru, contul dvs. se va actualiza automat." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Vă vom anunța când contul dvs. este gata." @@ -14236,7 +14404,7 @@ msgstr "De asemenea, actualizăm <0>Regulile Comunității, și dorim să v msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "De asemenea, actualizăm Regulile Comunității, și dorim să vă auzim părerea! Aceste reguli noi vor intra în vigoare pe 15 Octombrie 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Confirmăm starea dvs. cu serverele noastre. Acest lucru ar trebui să dureze câteva secunde." @@ -14255,7 +14423,7 @@ msgstr "Avem probleme cu rețeaua, încercați din nou" msgid "We’re having network issues, try again" msgstr "Avem probleme cu rețeaua, încercați din nou" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Introducem un nou nivel de verificare pe Bluesky - o bifă ușor de văzut." @@ -14267,7 +14435,7 @@ msgstr "Suntem atât de încântați să vă avem alături de noi!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Ne pare rău, dar pe baza datelor partajate de dispozitivul dvs., nu aveți vârsta necesară să accesați Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Ne pare rău, dar pe baza locației dispozitivului dvs., vă aflați în prezent într-o regiune care necesită verificarea vârstei." @@ -14296,7 +14464,7 @@ msgstr "Ne pare rău, dar căutarea dvs. nu a putut fi finalizată. Vă rugăm s msgid "We're sorry, you cannot access this screen at this time." msgstr "Ne pare rău, nu puteți accesa acest ecran în acest moment." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ne pare rău! Postare la care răspundeți a fost șters." @@ -14325,12 +14493,12 @@ msgstr "Actualizăm Termenii de Serviciu, Politica de Confidențialitate și Pol msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Actualizăm Termenii de Serviciu, Politica de Confidențialitate și Politica Privind Drepturile de Autor, care intră în vigoare pe 15 Septembrie 2025. De asemenea, actualizăm Regulile Comunității, și dorim să vă auzim părerea! Aceste reguli noi vor intra în vigoare pe 15 Octombrie 2025. Aflați mai multe despre aceste modificări și cum să vă împărtășiți gândurile cu noi citind postarea noastră pe blog." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Am confirmat starea dvs. de verificare a vârstei. Acum puteți închide acest dialog." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Bine ați revenit!" @@ -14351,17 +14519,17 @@ msgstr "Cum doriți să vă numiți pachetul de pornire?" msgid "what’s up" msgstr "care-i treaba" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Care-i treaba?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Când atingeți o bifă, veți vedea ce organizații au acordat verificarea." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Cine poate interacționa cu această postare?" @@ -14369,12 +14537,12 @@ msgstr "Cine poate interacționa cu această postare?" msgid "Who can join this group chat and how" msgstr "Cine se poate alătura acestei conversații de grup și cum" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Cine poate răspunde" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Cine poate verifica?" @@ -14434,11 +14602,11 @@ msgstr "Doriți să blocați acest utilizator sau/și să ștergeți această co msgid "Would you like to block this user and/or leave this conversation?" msgstr "Doriți să blocați acest utilizator și/sau să părăsiți această conversație?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Doriți să salvați acest lucru ca schiță înainte de a vă vizualiza schițele?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Doriți să salvați acest lucru ca schiță pentru a o edita mai târziu?" @@ -14447,12 +14615,12 @@ msgstr "Doriți să salvați acest lucru ca schiță pentru a o edita mai târzi msgid "Write a post" msgstr "Scrieți o postare" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Scrieți o postare" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Scrieți-vă răspunsul" @@ -14475,8 +14643,8 @@ msgstr "Tipul greșit de conversație" msgid "www.mylivestream.tv" msgstr "www.transmisiuneameaîndirect.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Da" @@ -14486,8 +14654,8 @@ msgstr "Da" msgid "Yes GIFs" msgstr "GIF-uri de confirmare" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Da, dezactivare" @@ -14495,19 +14663,19 @@ msgstr "Da, dezactivare" msgid "Yes, delete my account" msgstr "Da, ștergeți-mi contul" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Da, ștergeți acest pachet de pornire" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Da, detașare" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Da, ascundere" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Da, reactivați-mi contul" @@ -14519,7 +14687,7 @@ msgstr "Ieri" msgid "You are a trusted verifier" msgstr "Sunteți un verificator de încredere" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Accesați Bluesky dintr-o regiune care, în mod legal, ne cere să vă verificăm vârsta înainte de a vă permite să accesați aplicația." @@ -14544,12 +14712,12 @@ msgstr "Vă creați un cont pe" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "În prezent, nu puteți folosi caracteristica în direct. Pentru a contesta această decizie de moderare, vă rugăm să completați formularul de mai jos." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Momentan nu puteți accesa procesul de verificare a vârstei pe Bluesky. Vă rugăm să <0>contactați echipa noastră de moderare dacă considerați că aceasta este o eroare." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Sunteți la coadă." @@ -14558,11 +14726,11 @@ msgstr "Sunteți la coadă." msgid "You are Live" msgstr "Sunteți în direct" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Nu mai sunteți în direct" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Nu aveți voie să încărcați videoclipuri." @@ -14570,7 +14738,7 @@ msgstr "Nu aveți voie să încărcați videoclipuri." msgid "You are not following anyone yet" msgstr "Nu urmăriți pe nimeni încă" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Acum sunteți în direct!" @@ -14599,7 +14767,7 @@ msgstr "De asemenea, puteți să vă <0>dezactivați temporar contul. Profil msgid "You can also discover new Custom Feeds to follow." msgstr "De asemenea, puteți descoperi noi fluxuri personalizate pe care să le urmăriți." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "De asemenea, puteți descărca datele de conversație ca fișier „JSONL”. Acest fișier include doar mesajele de conversație pe care le-ați trimis și nu include mesajele pe care le-ați primit." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Acum vă puteți conecta cu noua parolă." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Puteți adăuga până la {MAX_GALLERY_IMAGES, plural, one {} few {# imagini}other {# de imagini}} per postare" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Puteți salva doar schițe până la 1000 de caractere." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Puteți salva doar schițe până la 1000 de caractere. Doriți să renunțați la această postare înainte de a vizualiza schițele?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Puteți selecta doar un singur GIF odată." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Puteți selecta doar un singur videoclip odată." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Puteți să vă reactivați contul pentru a continua să vă conectați. Profilul și postările dvs. vor fi vizibile pentru alți utilizatori." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Puteți citi istoricul conversației, dar nu puteți trimite mesaje noi." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Puteți selecta până la {MAX_GALLERY_IMAGES, plural, one {} few {# imagini}other {# de imagini}} în total." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Puteți actualiza acest lucru mai târziu în setări." @@ -14690,7 +14855,7 @@ msgstr "Nu puteți actualiza data nașterii în timp ce utilizați o parolă de msgid "You don't follow any users who follow @{name}." msgstr "Nu urmăriți niciun utilizator care-l urmărește pe @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Nu aveți încă nicio listă." @@ -14728,7 +14893,7 @@ msgstr "Ați dezactivat complet notificările pentru răspunsuri, citate, și me #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Ați introdus un cod nevalid. Ar trebui să arate ca XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Ați ajuns la sfârșit" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Ați verificat cu succes adresa dvs. de e-mail. Puteți închide acest dialog." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Ați atins temporar limita pentru încărcări de videoclipuri. Vă rugăm să încercați din nou mai târziu." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Aveți modificări nesalvate la această schiță, doriți să le salvați?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Aveți modificări nesalvate. Doriți să le salvați înainte de a vă vizualiza schițele?" @@ -14858,7 +15023,7 @@ msgstr "Trebuie să urmăriți cel puțin alte șapte persoane pentru a genera u msgid "You must grant access to your photo library to save a QR code" msgstr "Trebuie să permiteți accesul la biblioteca foto pentru a salva un cod QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Trebuie să permiteți accesul la biblioteca dvs. media." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Sunteți proprietarul acestei conversații" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Ați dezactivat anterior @{0}." @@ -14911,11 +15076,21 @@ msgstr "V-ați răspuns" msgid "You requested to join" msgstr "Ați solicitat să vă alăturați" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Veți fi deconectat de la toate conturile dvs." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "Totul este gata! Cu toate acestea, anumite caracteristici ar putea răm msgid "You’re in control" msgstr "Aveți controlul" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Sunteți la coadă" @@ -15010,7 +15185,7 @@ msgstr "Ați refuzat accesul la contactele dvs." msgid "You've found some people to follow" msgstr "Ați găsit niște persoane pe care să le urmăriți" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Ați ajuns la sfârșitul conținutului activ." @@ -15018,7 +15193,7 @@ msgstr "Ați ajuns la sfârșitul conținutului activ." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ați ajuns la sfârșitul fluxului dvs.! Găsiți mai multe conturi de urmărit." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Ați atins numărul maxim de schițe" @@ -15030,22 +15205,23 @@ msgstr "Ați atins numărul maxim de solicitări permise. Vă rugăm să încerc msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Ați atins numărul maxim de {MAX_FILTERS, plural, one {un filtru} few {# filtre} other {# de filtre}}. Adăugați mai multe valori unui filtru existent în loc să creați unele noi." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Ați ajuns la începutul conținutului activ." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Ați atins limita zilnică pentru încărcări de videoclipuri (prea mulți octeți)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Ați atins limita zilnică pentru încărcări de videoclipuri (prea multe videoclipuri)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Ați rămas fără videoclipuri de vizionat. Poate e un moment bun pentru a face o pauză?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Contul dvs." @@ -15062,7 +15238,19 @@ msgstr "Contul dvs. a fost șters, pe curând! ✌️" msgid "Your account has been suspended" msgstr "Contul dumneavoastră a fost suspendat" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Contul dvs. nu este încă suficient de vechi pentru a încărca videoclipuri. Vă rugăm să încercați din nou mai târziu." @@ -15074,7 +15262,7 @@ msgstr "Contul dvs. este prea nou" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Contul dvs. trebuie să aibă cel puțin 7 zile pentru a crea o nouă conversație de grup." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Repozitoriul contului dvs., care conține toate înregistrările de date publice, poate fi descărcat ca fișier „CAR”. Acest fișier nu include încorporările media, cum ar fi imaginile sau datele dvs. private, care trebuiesc preluate separat." @@ -15086,7 +15274,7 @@ msgstr "Contul dvs. a fost găsit încălcând <0>Termenii de Serviciu a Bluesky msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Contestația dvs. a fost trimisă. Dacă contestația dvs. este acceptată, veți primi un e-mail." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Data nașterii" @@ -15115,7 +15303,7 @@ msgstr "Contactul dvs. {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Identificatorul dvs. actual <0>{0} va rămâne automat rezervat pentru dvs. Puteți reveni oricând la acesta din acest cont." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Vârsta dvs. declarată este sub 18 ani. Este posibil ca unele setări de mai jos să fie dezactivate. Dacă a fost o greșeală, puteți edita data nașterii în <0>setările contului." @@ -15128,7 +15316,7 @@ msgstr "E-mailul dvs." #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "E-mailul dvs. pare a fi nevalid." @@ -15140,7 +15328,7 @@ msgstr "E-mailul dvs. nu a fost încă verificat. Vă rugăm să vă verificați msgid "Your first like!" msgstr "Prima dvs. apreciere!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Urmăritorii dvs." @@ -15157,7 +15345,7 @@ msgstr "Identificatorul dvs. complet va fi <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Furnizorul dvs. de servicii de găzduire nu poate fi identificat pe baza adresei de e-mail, așa că se va utiliza serviciul Bluesky implicit. Introduceți în schimb numele dvs. de utilizator sau setați manual furnizorul." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Furnizorul dvs. de găzduire nu acceptă videoclipuri atât de mari. Vă rugăm să încercați din nou cu un fișier mai mic." @@ -15165,7 +15353,7 @@ msgstr "Furnizorul dvs. de găzduire nu acceptă videoclipuri atât de mari. Vă msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Furnizorul dvs. de găzduire este detectat automat din numele de utilizator pe care îl introduceți." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Interesele dvs. au fost actualizate!" msgid "Your interests help us find what you like!" msgstr "Interesele dvs. ne ajută să găsim ceea ce vă place!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Locația dvs. a fost actualizată." @@ -15198,15 +15386,20 @@ msgstr "Numele, avatarul dvs., numele conversației de grup și numărul de memb msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Parola dvs. a fost modificată cu succes! Vă rugăm să folosiți noua parolă atunci când vă veți conecta la Bluesky de acum înainte." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Parola dvs. trebuie să aibă cel puțin 8 caractere." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Postarea dvs. a fost trimisă" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Postările dvs. au fost trimise" @@ -15214,7 +15407,7 @@ msgstr "Postările dvs. au fost trimise" msgid "Your preferred language" msgstr "Limba dvs. preferată" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Imaginea dvs. de profil" @@ -15223,24 +15416,28 @@ msgstr "Imaginea dvs. de profil" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Imaginea dvs. de profil înconjurată de cercuri concentrice cu imagini de profil ale altor utilizatori" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profilul, postările, fluxurile și listele dvs. nu vor mai fi vizibile pentru alți utilizatori Bluesky. Vă puteți reactiva contul în orice moment, conectându-vă." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Răspunsul dvs. a fost trimis" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Raportul dvs. va fi trimis la <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Interesele dvs. selectate ne ajută să vă oferim conținut care vă interesează." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Firul dvs. conține postări goale care vor fi omise. Postările rămase vor fi publicate ca un fir." diff --git a/src/locale/locales/ru/messages.po b/src/locale/locales/ru/messages.po index a8212cd43b..7f785bed45 100644 --- a/src/locale/locales/ru/messages.po +++ b/src/locale/locales/ru/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ru\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Russian\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Категория \"{interestsDisplayName}\" (активна)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# подписка} few {# подписки} other {# msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# друг найден!} other {# друзья найдены!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# час} few {# часа} other {# часов}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# месяц} few {# месяца} other {# месяцев}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {подписчик} few {подписчика} other {подписчиков}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {подписка} few {подписки} other {подписок}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {пост} few {поста} other {постов}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# ещё}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} сейчас в эфире" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} недоступен" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Стартовый набор {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {час} few {часа} other {часов}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {минута} few {минуты} other {минут}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} зарегистрировался с вашим ст msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} верифицировал вас" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} подписок" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# час} few {# часа} other {# часов}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, one {# пользователь присоединился} few {# пользователя присоединились} many {# пользователей присоединились} other {# пользователя присоединились}}!" @@ -767,7 +776,7 @@ msgstr "{profileName} присоединился к Bluesky, используя #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, и {2, plural, one {# другой} other {# других}} включены в ваш стартовый набор" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, и {2, plural, one {# другой} other {# д #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, и {2, plural, one {# другой} other {# других}} включены в ваш стартовый набор" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {сохранение} few {сохранен #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} и<1> <2>{1} входят в ваш стартовый набор" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} входит в ваш стартовый набор" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} участников" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Вы и<1> <2>{0} включены в ваш стартовый набор" @@ -946,6 +955,12 @@ msgstr "7 дней" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Подборка популярных лент, которые вы можете найти на Bluesky, включая News, Booksky, Game Dev, Blacksky и Foundation Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Произошла сетевая ошибка. Пожалуйста, п msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Новая форма верификации" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Доступность" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Настройки Доступности" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Учётная запись" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Учётная запись заблокирована" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Вы подписались на учётную запись" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Учётная запись игнорируется" @@ -1111,24 +1126,24 @@ msgstr "Учётная запись удалена из быстрого дос #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Учётная запись разблокирована" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Вы отписались от учётной записи" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Учётная запись больше не игнорируется" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Учётные записи с фигурной синей галочкой <0><1/> могут верифицировать другие учётные записи. Эти доверенные верификаторы выбраны Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Учётные записи с фигурной синей галочк msgid "Activity from others" msgstr "Активность от других" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Добавить" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Добавьте ещё {0}, чтобы продолжить" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Добавить {displayName} в стартовый набор" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Добавить пользователя в список" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Добавить учётную запись" @@ -1201,11 +1216,11 @@ msgstr "Добавьте альтернативный текст (необяза msgid "Add another account" msgstr "Добавить другую учётную запись" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Добавить другой пост" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Добавить еще один пост в ветку" @@ -1223,7 +1238,7 @@ msgstr "Добавить пароль приложения" msgid "Add App Password" msgstr "Добавить пароль приложения" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Добавить изображение" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Добавить медиа к посту" @@ -1254,8 +1269,8 @@ msgstr "Добавить медиа к посту" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Добавить подробности (опционально)" @@ -1295,7 +1310,7 @@ msgstr "Добавить реакцию" msgid "Add recommended feeds" msgstr "Добавить рекомендуемые ленты" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Добавьте ленты в свой стартовый набор!" @@ -1307,12 +1322,12 @@ msgstr "Добавьте в ленту по умолчанию только те msgid "Add the following DNS record to your domain:" msgstr "Добавьте следующую DNS-запись к вашему домену:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Добавьте эту ленту в свои ленты" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Добавить в списки" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Добавить в сохранённые посты" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Добавить в стартовые наборы" @@ -1330,7 +1345,7 @@ msgstr "Добавить в стартовые наборы" msgid "Add user to list" msgstr "Добавить пользователя в список" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "Дополнительные сведения (не больше 1000 символов)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Дополнительные сведения (до 300 символов)" @@ -1378,14 +1393,14 @@ msgstr "Для взрослых" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Содержимое для взрослых" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Содержимое для взрослых можно включить только через веб-сайт <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Метки содержимого для взрослых" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Расширенные" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "Проверка возраста занимает всего лишь несколько минут" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "Все" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Все" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Все учётные записи отслеживаются!" @@ -1474,7 +1494,7 @@ msgstr "Все сохранённые ленты в одном месте." msgid "Allow access to your direct messages" msgstr "Разрешите доступ к своим личным сообщениям" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Разрешить доступ к местоположению" @@ -1498,24 +1518,24 @@ msgstr "Разрешить доступ к местоположению" msgid "Allow others to be notified of your posts" msgstr "Разрешить уведомлять других пользователей о ваших постах" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Разрешить цитировать посты" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Позволяет получить доступ к личным сообщениям" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Уже есть код?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Уже есть учётная запись?" @@ -1540,7 +1560,7 @@ msgstr "Уже вошли как @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Альтернативный текст будет обрезан. {MAX_ALT_TEXT, plural, one {} few {Ограничение: {0} символов.} many {Ограничение: {0} символов.}other {Ограничение: {0} символов.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Было отправлено письмо на адрес {0}. Оно содержит код подтверждения, который можно ввести ниже." @@ -1587,7 +1607,7 @@ msgstr "Возникла ошибка" msgid "An error occurred" msgstr "Возникла ошибка" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Возникла ошибка при сжатии видео." @@ -1596,7 +1616,7 @@ msgstr "Возникла ошибка при сжатии видео." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "При обновлении ленты произошла ошибка." @@ -1609,15 +1629,15 @@ msgstr "При создании вашего стартового набора msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "При загрузке видео возникла ошибка. Пожалуйста, повторите попытку позже." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "При загрузке видео возникла ошибка. Пожалуйста, попробуйте ещё раз." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "При сохранении QR-кода возникла ошибка!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Возникла ошибка при попытке подписаться на всех" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Иллюстрация, показывающая, что Bluesky выбирает доверенных верификаторов, а те, в свою очередь, верифицируют учётные записи индивидуальных пользователей." @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Возникла проблема, пожалуйста, попробуйте ещё раз." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Макет iPhone с интерфейсом Bluesky на экране, в приложении открыт профиль пользователя, рядом с его именем стоит синяя галочка." @@ -1702,7 +1722,7 @@ msgstr "Макет iPhone с интерфейсом Bluesky на экране, msgid "an unknown labeler" msgstr "неизвестный маркировщик" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "и" @@ -1735,7 +1755,7 @@ msgstr "Представляем верификацию на Bluesky" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Любой" @@ -1767,7 +1787,7 @@ msgstr "Любой, кто подписан на меня" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Имена паролей приложений должны состоя msgid "App passwords" msgstr "Пароли приложений" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Пароли приложений" @@ -1856,7 +1876,7 @@ msgstr "Обжаловать это решение" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Применить запрос на слияние" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Архивный пост от {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Архивный пост" @@ -1914,7 +1934,7 @@ msgstr "Вы уверены, что хотите удалить пароль п msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Вы уверены, что хотите удалить этот стартовый набор?" @@ -1936,7 +1956,7 @@ msgstr "Вы уверены, что хотите выйти из беседы?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Вы уверены, что хотите удалить это из своих лент?" @@ -1945,7 +1965,7 @@ msgstr "Вы уверены, что хотите удалить это из св msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Вы действительно хотите удалить этот пост?" @@ -1953,7 +1973,7 @@ msgstr "Вы действительно хотите удалить этот п msgid "Are you sure?" msgstr "Вы уверены?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Искусство" msgid "Artistic or non-erotic nudity." msgstr "Художественная или неэротическая обнаженность." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Назначьте тему для алгоритма" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Как минимум 8 символов" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "Доступен" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Назад" msgid "Back to Chats" msgstr "Вернуться к чатам" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "Начните процесс проверки возраста, зап msgid "Beta Feature" msgstr "Бета функция" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Заблокировать" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Заблокировано" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Заблокированные учётные записи" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Заблокированные учётные записи" @@ -2288,7 +2316,7 @@ msgstr "Блокировка - это открытая информация. З 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." msgstr "Блокировка не помешает добавлять метки на вашу учётную запись, но она остановит возможность этой учётной записи комментировать ваши посты или взаимодействовать с вами." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Блог" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky не может подтвердить подлинность заявленной даты." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky выберет набор рекомендуемых учётных записей из вашего круга общения." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky будет активно подтверждать известные и подлинные учетные записи." @@ -2424,29 +2452,29 @@ msgstr "Просмотрите другие предложения на стра msgid "Browse other feeds" msgstr "Просмотр других лент" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Просмотреть посты о {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Просмотреть посты с тегом {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Просмотреть стартовый набор {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Просмотреть тему {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Просмотреть тему {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Бизнес" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "От {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "От <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Создавая учётную запись, вы соглашаете msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Создавая учётную запись, вы соглашаетесь с <0>Условиями предоставления услуг." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Сделан вами" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Камера" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Отменить" msgid "Cancel quote post" msgstr "Отменить цитирование поста" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Отменить реактивацию и выйти из системы" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Невозможно взаимодействовать с заблокированным пользователем" @@ -2609,7 +2637,7 @@ msgstr "Субтитры (.vtt)" msgid "Captions & alt text" msgstr "Субтитры и альтернативный текст" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Изменить псевдоним" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Изменить службу модерации" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Изменить пароль" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Окно изменения пароля" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Причина изменения жалобы" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Чат" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Почтовый ящик запросов на чат" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Запросы на чат" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Проверить мой статус" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Выберите свою собственную временную шкалу! Ленты, созданные сообществом, помогут вам найти контент, который вы любите." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Укажите пароль" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "Очистить кэш изображений" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Очистить поисковый запрос" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "Нажмите здесь, чтобы перезапустить процесс верификации." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Нажмите здесь, чтобы обновить дату рождения" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Нажмите, чтобы повторить неудачное сообщение" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Нажмите, чтобы повторить неудачное соо #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Нажмите, чтобы повторить неудачное соо #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Закрыть" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Закрыть диалоговое окно" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Закрыть диалог" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Закрывает выдвижное меню" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Закрыть диалоговое окно" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Закрыть окно приветствия" @@ -3118,7 +3147,7 @@ msgstr "Закрыть окно приветствия" msgid "Closes password update alert" msgstr "Закрывает уведомление об изменении пароля" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Закрывает редактор и удаляет черновик" @@ -3126,7 +3155,7 @@ msgstr "Закрывает редактор и удаляет черновик" msgid "Collapse list of users" msgstr "Свернуть список пользователей" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Сворачивает список пользователей для данного уведомления" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Комиксы" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Правила сообщества" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Завершите ознакомление и начните пользоваться вашей учётной записью" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Выполните задание" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Составить новый пост" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Пишите посты длиной до {0, plural, one {# символа} other {# символов}}" @@ -3180,17 +3209,17 @@ msgstr "Пишите посты длиной до {0, plural, one {# симво msgid "Compose reply" msgstr "Составить ответ" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Сжатие видео..." #: src/components/moderation/LabelPreference.tsx:88 msgid "Configure content filtering setting for category: {name}" -msgstr "Настроить фильтрацию содержимого для категории: {имя}" +msgstr "Настроить фильтрацию содержимого для категории: {name}" #: src/components/moderation/LabelPreference.tsx:254 msgid "Configured in <0>moderation settings." @@ -3198,18 +3227,18 @@ msgstr "Настраивается в <0>настройках модерации #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Подтвердить" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Код подтверждения" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Проблема с подключением" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Служба поддержки" @@ -3273,7 +3302,7 @@ msgstr "Содержание и медиа" msgid "Content and media" msgstr "Содержимое и медиа" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Содержимое и медиа" @@ -3281,7 +3310,7 @@ msgstr "Содержимое и медиа" msgid "Content Blocked" msgstr "Заблокированное содержимое" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Фильтры содержимого" @@ -3421,8 +3450,8 @@ msgstr "Копировать" msgid "Copy App Password" msgstr "Копировать пароль приложения" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Копировать at:// URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Копировать код" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Копировать DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Копировать ссылку" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Копировать ссылку" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Копировать ссылку на список" @@ -3472,12 +3501,12 @@ msgstr "Копировать ссылку на список" msgid "Copy link to post" msgstr "Копировать ссылку на пост" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Копировать ссылку на профиль" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Копировать ссылку на стартовый набор" @@ -3491,8 +3520,8 @@ msgstr "Копировать текст сообщения" msgid "Copy post at:// URI" msgstr "Копировать at:// URI поста" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Копировать текст поста" @@ -3506,7 +3535,7 @@ msgstr "Копировать значение TXT-записи" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Политика защиты авторского права" @@ -3632,7 +3661,7 @@ msgstr "Создать" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Создать QR-код для стартового набора" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Создать стартовый набор" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Создать для меня стартовый набор" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Создать новую учётную запись" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Создать отчёт для {0}" @@ -3734,7 +3763,7 @@ msgstr "Создать отчёт для {0}" msgid "Create starter pack" msgstr "Создать стартовый набор" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Создано: {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Создатель был заблокирован" @@ -3800,7 +3829,7 @@ msgstr "Тёмная" msgid "Dark theme" msgstr "Тёмная тема" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Дата рождения" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Деактивировать учётную запись" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Иконки по умолчанию" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Удалить" @@ -3892,8 +3921,8 @@ msgstr "Удалить беседу" msgid "Delete for me" msgstr "Удалить для меня" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Удалить список" @@ -3909,30 +3938,30 @@ msgstr "Удалите сообщение для меня" msgid "Delete my account" msgstr "Удалить мою учётную запись" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Удалить пост" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Удалить стартовый набор" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Удалить стартовый набор?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Удалить этот список?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Удалить этот пост?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Удалено" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Описательный альтернативный текст" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Отделить цитату" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Отделить цитату от поста?" @@ -3993,11 +4022,11 @@ msgstr "Режим разработчика включен" msgid "Developer options" msgstr "Опции разработчика" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Диалог: настройте, кто может взаимодействовать с этим постом" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Тусклая" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "Отключить 2FA по электронной почте" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Отключить 2FA по электронной почте" @@ -4041,11 +4075,11 @@ msgstr "Отключить тактильную обратную связь" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Отключено" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Удалить" @@ -4075,23 +4109,28 @@ msgstr "Удалить" msgid "Discard changes?" msgstr "Удалить изменения?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Удалить черновик?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Удалить пост?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Откройте для себя новые пользовательск msgid "Discover New Feeds" msgstr "Откройте для себя новые ленты" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Пропустить" @@ -4115,7 +4154,7 @@ msgstr "Пропустить" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Пропустить ошибку" @@ -4217,8 +4256,9 @@ msgstr "Не волнуйтесь! Все существующие сообще #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Готово" msgid "Double tap or long press the message to add a reaction" msgstr "Дважды нажмите или зажмите сообщение, чтобы добавить реакцию" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Дважды нажмите, чтобы закрыть диалог" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Дважды нажмите, чтобы поставить лайк" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Скачать Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "например, alice.com" msgid "E.g. artistic nudes." msgstr "Например, художественная обнаженность." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "например, Крутые авторы" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "например, Cпамеры" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "например, Авторы, которые ничего не пропускают." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "например, Пользователи, неоднократно отвечавшие рекламой." @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Редактировать" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Изменить фото профиля" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Редактировать изображение" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Редактировать настройки взаимодействия" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Редактировать описание списка" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Изменить статус прямого эфира" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Редактировать мои ленты" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Редактировать людей" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Редактировать настройки взаимодействия с постом" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Редактировать профиль" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Редактировать профиль" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Редактировать стартовый набор" @@ -4454,15 +4494,15 @@ msgstr "Редактировать стартовый набор" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Редактировать, кто может отвечать" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Редактировать ваш стартовый набор" @@ -4470,16 +4510,16 @@ msgstr "Редактировать ваш стартовый набор" msgid "Education" msgstr "Образование" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Либо создатель этого списка заблокировал вас, либо вы заблокировали создателя." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Электронная почта" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA по электронной почте отключена" @@ -4492,7 +4532,7 @@ msgstr "2FA по электронной почте включена" msgid "Email address" msgstr "Адрес электронной почты" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Подтверждение отправлено повторно" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "Подтверждение электронной почты завершено!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Электронная почта подтверждена" @@ -4527,7 +4567,7 @@ msgstr "Встроить пост" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Встройте этот пост в Ваш сайт. Просто скопируйте этот скрипт и вставьте его в HTML код вашего сайта." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Встроенный видеоплеер" @@ -4542,12 +4582,7 @@ msgstr "Включено" msgid "Enable {0} only" msgstr "Включить только {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Разрешить содержимое для взрослых" @@ -4583,7 +4618,7 @@ msgstr "Включите уведомления для учётной запис msgid "Enable push notifications" msgstr "Включить push-уведомления" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "Включить актуальные темы" msgid "Enable trending videos in your Discover feed" msgstr "Включить актуальные видео в ленте Discover" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Включено" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Введите адрес электронной почты" @@ -4670,15 +4705,15 @@ msgstr "Введите ваш пароль" msgid "Enter your username and password" msgstr "Введите псевдоним и пароль" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Переходит в полноэкранный режим" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Развлечения" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Ошибка" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Произошла ошибка при сохранении файла" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Ошибка получения ответа Captcha." @@ -4712,11 +4747,11 @@ msgstr "Ошибка получения ответа Captcha." msgid "Error: {error}" msgstr "Ошибка: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Каждый может ответить" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Все могут ответить на этот пост." @@ -4783,7 +4818,7 @@ msgstr "Развернуть или свернуть весь пост, на к msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Разворачивает или сворачивает текст поста" @@ -4826,21 +4861,21 @@ msgstr "Откровенный или потенциально проблемн msgid "Explicit sexual images." msgstr "Откровенные сексуальные изображения." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Обзор" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Экспорт моих данных" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Внешние медиа" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Внешние медиа могут позволить веб-сайтам собирать информацию о вас и вашем устройстве. Информация не отправляется и не запрашивается, пока не нажата кнопка \"Воспроизвести\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Настройка внешних медиа" @@ -4946,7 +4981,7 @@ msgstr "Не удалось удалить сообщение" msgid "Failed to delete post, please try again" msgstr "Не удалось удалить пост, попробуйте ещё раз" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Не удалось удалить стартовый набор" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "Не удалось загрузить беседы" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Не удалось загрузить настройки ленты" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Не удалось загрузить предложенные ленты" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Не удалось загрузить предложенные подписки" @@ -5067,12 +5102,12 @@ msgstr "Не удалось пометить все запросы как про msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Не удалось закрепить пост" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Не удалось сохранить изображение: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Не удалось сохранить настройки. Пожалуйста, попробуйте еще раз." @@ -5168,7 +5203,7 @@ msgstr "Не удалось переключить игнорирование в msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "Не удалось обновить настройки 2FA электр msgid "Failed to update email, please try again." msgstr "Не удалось обновить электронную почту, попробуйте ещё раз." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Не удалось изменить ленты" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Не удалось изменить настройки" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Не удалось загрузить видео" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Лента" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Меню ленты" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Переключатель ленты" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Ленты" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Получить обновление" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Файл успешно сохранён!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Фильтровать из лент" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Фильтр поиска по языку (текущий: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Завершение" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Найдите учётные записи для подписки" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Найти людей, чтобы подписаться" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Подписаться" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Подписаться на {0}" @@ -5458,7 +5499,7 @@ msgstr "Подписаться на {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Подписаться на {handle}" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Подпишитесь на 7 учётных записей" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Подписаться на учётную запись" @@ -5486,8 +5527,8 @@ msgstr "Подписаться на учётную запись" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Подписаться на всех" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Подписаться на все аккаунты" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Подписчики @{0}, которых вы знаете" @@ -5552,28 +5593,29 @@ msgstr "Подписчики, которых вы знаете" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Подписки" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Подписки" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Подписка на {0}" @@ -5582,7 +5624,7 @@ msgstr "Подписка на {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Подписан на {handle}" @@ -5591,7 +5633,7 @@ msgstr "Подписан на {handle}" msgid "Following feed preferences" msgstr "Настройка ленты подписок" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Настройка ленты подписок" @@ -5613,7 +5655,7 @@ msgstr "Размер шрифта" msgid "Food" msgstr "Еда" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "Приступить" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Вернуться" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Вернуться" @@ -5867,8 +5909,8 @@ msgstr "Вернуться к предыдущему шагу" msgid "Go home" msgstr "Вернуться на главную" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Выйти в прямой эфир" @@ -5879,8 +5921,8 @@ msgstr "Выйти в прямой эфир" msgid "Go Live" msgstr "Выйти в прямой эфир" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Выйти в прямой эфир на" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "Перейти в профиль {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Тактильные ощущения" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Хештег" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "Есть код? <0>Нажмите здесь." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Возникли проблемы?" @@ -6145,11 +6197,11 @@ msgstr "Вот ваш пароль приложения!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "Скрыто" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Скрыто настройками модерации." @@ -6166,23 +6218,19 @@ msgstr "Скрыто настройками модерации." msgid "Hidden list" msgstr "Скрытый список" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Скрыть" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Скрыть" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Спрятать пост для меня" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Спрятать ответ для всех" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Спрятать ответ для меня" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "Скрыть эту карту" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Скрыть этот пост?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Скрыть этот ответ?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Скрыть актуальные темы" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Скрыть актуальные темы?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Скрыть актуальные видео?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Скрыть список пользователей" @@ -6267,12 +6308,12 @@ msgstr "Скрыть список пользователей" msgid "Hide verification badges" msgstr "Скрыть значки верификации" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Скрывает содержимое" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Хмм, сервер ленты прислал нам непонятны msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Хмм, мы не можем найти эту ленту. Возможно она была удалена." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Похоже, у нас возникли проблемы с загрузкой этих данных. Просмотрите детали ниже. Если проблема не исчезнет, пожалуйста, свяжитесь с нами." @@ -6316,14 +6357,14 @@ msgstr "Похоже, у нас возникли проблемы с загру msgid "Hmmmm, we couldn't load that moderation service." msgstr "Хммм, мы не смогли загрузить этот сервис модерации." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Подождите! Мы постепенно даём доступ к видео, и вы всё ещё в очереди. Возвращайтесь позже!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Главная" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "У меня есть код" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Если вы ещё не достигли совершеннолетия в соответствии с законами вашей страны, ваш родитель или юридический опекун должен прочитать эти Условия от вашего имени." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Если вы удалите этот список, вы не сможете его восстановить." @@ -6420,7 +6461,7 @@ msgstr "Если у вас есть собственный домен, вы мо msgid "If you need to update your email, <0>click here." msgstr "Если вам нужно обновить электронную почту, <0>нажмите здесь." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Если вы удалите этот пост, вы не сможете его восстановить." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "Если вы разработчик, вы можете разместить свой собственный сервер." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Если вы хотите изменить свой псевдоним или электронную почту, сделайте это до деактивации." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Изображение" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Кэш изображений очищен, освобождено {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Введите код, который был отправлен вам msgid "Interaction limited" msgstr "Взаимодействие ограничено" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Настройки взаимодействия" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Представляем сохранённые посты, также известные как закладки" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Неверный код подтверждения 2FA." @@ -6691,7 +6732,7 @@ msgstr "Недопустимая тема отчета" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Неверный код подтверждения" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Код приглашения" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Код приглашения не принят. Убедитесь в его правильности и повторите попытку." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Пригласите людей в этот стартовый набор!" @@ -6786,26 +6827,26 @@ msgstr "Приглашения, но личные" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Он правильный" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Сейчас это просто <0>{0} ! Добавьте больше людей в свой стартовый набор, воспользовавшись поиском выше." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Сейчас здесь только вы! Добавьте больше людей в свой стартовый набор, воспользовавшись поиском выше." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID вакансии: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Вакансии" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Присоединиться к Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Присоединиться к беседе" msgid "Journalism" msgstr "Журналистика" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "Держите меня в курсе" msgid "KWS website" msgstr "Веб-сайт KWS" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Отмечен {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Метка добавлена автором." @@ -6893,7 +6934,7 @@ msgstr "Метки на вашей учётной записи" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Настройки языка" @@ -6907,12 +6948,12 @@ msgstr "Языки" msgid "Larger" msgstr "Увеличенный" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Последнее инициирование {timeAgo} назад" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Последнее инициирование только что" @@ -6923,8 +6964,8 @@ msgstr "Последнее инициирование только что" msgid "Latest" msgstr "Недавние" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Узнайте больше о Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Узнайте больше о самостоятельном хостинге PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Узнайте больше о модерации, применяемой к этому содержимому" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Узнать больше об этом предупреждении" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Узнать больше о том, что является публичным в Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Узнать больше." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "ещё осталось." @@ -7080,7 +7121,7 @@ msgstr "Позвольте мне выбрать" msgid "Let's get your password reset!" msgstr "Давайте восстановим ваш пароль!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Взлетаем!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Светлая" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Лайк" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Лайк ({0, plural, one {# лайк} few {# лайка} other {# лайков}})" @@ -7114,7 +7155,7 @@ msgstr "Лайкните 10 постов" msgid "Like 10 posts to train the Discover feed" msgstr "Лайкните 10 постов, чтобы обучить ленту Discover" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Лайкнуть эту ленту" @@ -7122,8 +7163,8 @@ msgstr "Лайкнуть эту ленту" msgid "Like this labeler" msgstr "Лайкнуть этот маркировщик" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Понравилось" @@ -7140,26 +7181,26 @@ msgstr "Понравился пользователю" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Понравилось {0, plural, one {# пользователю} other {# пользователям}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Нравится" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Лайки этого поста" @@ -7191,11 +7232,16 @@ msgstr "Линейно" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Список" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Список удалён" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Список был спрятан" @@ -7248,7 +7294,7 @@ msgstr "Список был спрятан" msgid "List Hidden" msgstr "Список скрытых" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Список игнорируется" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Список разблокирован" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Список больше не игнорируется" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Списки" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "Прямая ссылка" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Загрузить больше" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Загрузить больше предлагаемых лент" @@ -7346,16 +7392,16 @@ msgstr "Загрузить новые уведомления" msgid "Load new posts" msgstr "Загрузить новые посты" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Отчёт" @@ -7405,11 +7451,6 @@ msgstr "Логотип от <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Выглядит как XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Убедитесь, что это действительно тот са msgid "Manage saved feeds" msgstr "Управление сохранёнными лентами" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Управляйте настройками верификации" @@ -7461,8 +7502,14 @@ msgstr "Настраивайте ваши игнорируемые слова и msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Отметить все как прочитанные" @@ -7473,6 +7520,10 @@ msgstr "Отметить все как прочитанные" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Медиа" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "упомянутые пользователи" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Сообщение удалено" @@ -7603,7 +7655,7 @@ msgstr "Сообщение от @{0}: {1}" msgid "Message from server: {0}" msgstr "Сообщение от сервера: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Поле ввода сообщения" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "Параметры сообщений" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Сообщения" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Модерация" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Детали модерации" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Список модерации от <0/>" msgid "Moderation list by you" msgstr "Список модерации от вас" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Список модерации создан" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Список модерации изменён" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Списки модерации" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Списки модерации" @@ -7697,11 +7755,11 @@ msgstr "Списки модерации" msgid "moderation settings" msgstr "настройка модерации" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Статус модерации" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Инструменты модерации" @@ -7710,8 +7768,8 @@ msgstr "Инструменты модерации" msgid "Moderator has chosen to set a general warning on the content." msgstr "Модератор решил установить общее предупреждение на контент." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Больше лент" @@ -7720,10 +7778,10 @@ msgstr "Больше лент" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Дополнительные опции" @@ -7747,7 +7805,7 @@ msgstr "Музыка" msgid "Mute" msgstr "Игнорировать" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Игнорировать" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Игнорировать учётную запись" @@ -7816,13 +7874,13 @@ msgstr "Игнорировать это слово только в тегах" msgid "Mute this word until you unmute it" msgstr "Игнорировать это слово пока вы его не включите" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Игнорировать ветку" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Игнорировать слова и теги" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Игнорируемые учётные записи" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Игнорируемые учётные записи" @@ -7852,7 +7910,7 @@ msgstr "Игнорируемые учётные записи автоматич msgid "Muted by \"{0}\"" msgstr "Проигнорировано списком \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Игнорируемые слова и теги" @@ -7881,7 +7939,7 @@ msgstr "Мои ленты" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Имя" @@ -7891,12 +7949,12 @@ msgstr "Природа" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Перейти к {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Перейти к стартовому набору" @@ -7910,8 +7968,8 @@ msgstr "Переходит к следующему экрану" msgid "Navigates to your profile" msgstr "Переходит к вашему профилю" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Неважно, создайте для меня псевдоним" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Новый" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Новый адрес электронной почты" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Новая функция" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Новый пароль" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Новый пост" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Новый пост" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Сначала самые новые" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Новости" @@ -8088,15 +8142,15 @@ msgstr "Новости" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Далее" @@ -8108,12 +8162,16 @@ msgstr "Следующее изображение" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Без рекламы, без инвазивного отслеживания, без вовлекающих ловушек. Bluesky уважает ваше время и внимание." @@ -8194,11 +8252,11 @@ msgstr "Пока нет лайков" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Вы больше не подписаны на {0}" @@ -8224,7 +8282,7 @@ msgstr "Больше никаких алгоритмов, наполненных msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Ещё никаких уведомлений!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Никто, кроме автора, не может цитировать этот пост." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Нет результатов" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Ничего не найдено для \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Нет результатов." @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Нет, спасибо" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Никого" @@ -8360,7 +8418,7 @@ msgstr "Никто ещё не цитировал это. Возможно, вы msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Никто ещё не репостнул это. Возможно, вы должны быть первым!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Никто не найден. Попробуйте поискать кого-нибудь другого." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Не найдено" @@ -8407,7 +8465,7 @@ msgstr "Не найдено" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Примечание по распространению" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Пока ничего не сохранено" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Настройки уведомления" @@ -8435,8 +8497,8 @@ msgstr "Настройки уведомления" msgid "Notification sounds" msgstr "Звуки уведомлений" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Звуки уведомлений" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Уведомления" @@ -8490,7 +8552,7 @@ msgstr "ОК" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Хорошо" @@ -8505,6 +8567,10 @@ msgstr "Сначала самые старые" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "на<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "В одном или нескольких GIF-файлах отсутствует альтернативный текст." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Для одного или нескольких изображений отсутствует альтернативный текст." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "В одном или нескольких видео отсутствует альтернативный текст." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Только {0} могут отвечать." @@ -8556,7 +8622,7 @@ msgstr "Только {0} могут отвечать." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Поддерживаются только файлы изображений" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Открыть создатель аватара" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Открыть настройки беседы" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Открыть выдвижное меню" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Открыть подборщик эмодзи" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Открыть ссылку на {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Открыть параметры сообщений" msgid "Open moderation debug page" msgstr "Открыть страницу отладки модерации" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Открыть настройки игнорирования слов и тегов" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Открыть набор" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "Открыть меню общего доступа" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Открыть меню стартового набора" @@ -8759,9 +8825,8 @@ msgstr "Открыть системный журнал" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Открывает дополнительную информацию о msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Открывает камеру на устройстве" @@ -8804,28 +8869,28 @@ msgstr "Открывает диалог изменения псевдонима" msgid "Opens composer" msgstr "Открывает редактор" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Открывает процесс создания новой учётной записи Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Открывается процесс входа в существующую учетную запись Bluesky" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Открывает службу поддержки в браузере" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Открывает этот профиль" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Варианты:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Или продолжите с другой учётной записью." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Или войдите в одну из других своих учетных записей." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Пароль" @@ -8993,7 +9094,7 @@ msgstr "Пароль" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Пароль должен состоять не менее чем из 8 символов." @@ -9005,7 +9106,7 @@ msgstr "Пароль изменён" msgid "Password updated!" msgstr "Пароль изменён!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Приостановить" @@ -9020,7 +9121,7 @@ msgstr "Приостановить видео" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Люди" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Люди, на которых подписан(а) @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Люди, которые подписаны на @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Переключатель пользователя" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Изображения, предназначенные для взрослых." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Закрепить ленту" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Закрепить на главной странице" @@ -9131,8 +9232,8 @@ msgstr "Закрепить на главной странице" msgid "Pin to Home" msgstr "Закрепить на главной странице" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Закрепить в своём профиле" @@ -9151,11 +9252,11 @@ msgstr "Прикреплено {0} к главной странице" msgid "Pinned Feeds" msgstr "Закрепленные ленты" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Закрепить в своих лентах" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Воспроизвести" @@ -9169,12 +9270,12 @@ msgstr "Воспроизвести {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Воспроизвести видео" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Воспроизвести видео" @@ -9182,7 +9283,7 @@ msgstr "Воспроизвести видео" msgid "Plays or pauses the GIF" msgstr "Воспроизводит или приостанавливает GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Воспроизводит или приостанавливает видео" @@ -9190,7 +9291,7 @@ msgstr "Воспроизводит или приостанавливает ви msgid "Plays the GIF" msgstr "Воспроизводит GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Воспроизводит видео" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Пожалуйста, выберите псевдоним." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Пожалуйста, выберите ваш пароль." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Пожалуйста, завершите проверку Captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Пожалуйста, проверьте, правильно ли вы ввели свой адрес электронной почты." @@ -9232,7 +9333,7 @@ msgstr "Пожалуйста, проверьте, правильно ли вы msgid "Please enter a password." msgstr "Пожалуйста, введите пароль." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Пожалуйста, введите пароль. Он должен состоять не менее чем из 8 символов." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Пожалуйста, введите адрес электронной почты." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Пожалуйста, введите код приглашения." @@ -9306,8 +9407,8 @@ msgstr "Пожалуйста, объясните, почему вы считае msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "Выберите причину жалобы" msgid "Please sign in as @{0}" msgstr "Пожалуйста, войдите под именем @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Политика" @@ -9367,18 +9468,18 @@ msgstr "Политика" msgid "Porn" msgstr "Порнография" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Опубликовать" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Пост" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Опубликовать все" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Пост от @{0}" @@ -9423,10 +9529,10 @@ msgstr "Пост удалён" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Не удалось загрузить пост. Проверьте подключение к Интернету и повторите попытку." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Пост был удалён" @@ -9440,11 +9546,11 @@ msgstr "Пост скрыт из-за игнорированного слова" msgid "Post Hidden by You" msgstr "Вы скрыли этот пост" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Настройки взаимодействия с постом" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Настройки взаимодействия с постом" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Пост не найден" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Пост закреплён" @@ -9478,7 +9584,7 @@ msgstr "Пост закреплён" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Пост откреплён" @@ -9487,7 +9593,7 @@ msgstr "Пост откреплён" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Посты" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Нажмите для попытки повторного подключения" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Конфиденциальность" msgid "Privacy and security" msgstr "Конфиденциальность и безопасность" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Политика конфиденциальности" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Обработка видео..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "профиль" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Публичные, доступные для обмена списки пользователей для массового игнорирования или блокировки." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Опубликовать пост" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Опубликовать посты" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Опубликовать ответы" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Опубликовать ответ" @@ -9685,7 +9791,7 @@ msgstr "QR-код сохранён в папке камеры!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Цитировать пост" @@ -9723,8 +9829,8 @@ msgstr "Лимит превышен - вы пытались сменить пс msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Прикрепить цитату заново" @@ -9745,7 +9851,7 @@ msgstr "Отреагировать с {emoji}" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Реактивировать свою учётную запись" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Прочитать пост в блоге" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Читать меньше" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Читать больше" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Прочтите блог Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Прочтите политику конфиденциальности B msgid "Read the Bluesky Terms of Service" msgstr "Прочтите условия предоставления услуг Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Перезагрузить беседы" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Удалить" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Удалить {displayName} из стартового набора" @@ -9914,8 +10021,8 @@ msgstr "Удалить вложение" msgid "Remove Avatar" msgstr "Удалить аватар" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Удалить баннер" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Удалить из моих лент" @@ -9960,8 +10067,8 @@ msgstr "Удалить из моих лент" msgid "Remove from quick access?" msgstr "Удалить из быстрого доступа?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Удалить из сохранённых лент" @@ -9970,7 +10077,7 @@ msgstr "Удалить из сохранённых лент" msgid "Remove from saved posts" msgstr "Удалить из сохранённых постов" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Удалить из ваших лент?" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Удалить эту ленту из сохранённых лент" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "Удалить пользователя из списка" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Удаление верификации" @@ -10029,11 +10140,11 @@ msgstr "Удаление верификации" msgid "Remove your verification for this account?" msgstr "Удалить верификацию для этой учётной записи?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Удалено автором" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Удалено вами" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Удалено из сохранённых постов" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Удалено из моих лент" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Ответы" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Ответы отключены" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Ответы на этот пост отключены." @@ -10141,14 +10253,14 @@ msgstr "Ответы на этот пост отключены." msgid "Reply" msgstr "Ответить" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Ответить" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Ответить ({0, plural, one {# ответ} few {# ответа} other {# ответов}})" @@ -10162,7 +10274,7 @@ msgstr "Ответ скрыт автором ветки" msgid "Reply Hidden by You" msgstr "Ответ скрыт вами" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Настройки ответов выбирает автор ветки" @@ -10185,8 +10297,8 @@ msgstr "Ответ был успешно скрыт" msgid "Report" msgstr "Пожаловаться" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Пожаловаться на учётную запись" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Пожаловаться на беседу" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Диалоговое окно для жалоб" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Пожаловаться на ленту" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Пожаловаться на список" @@ -10216,8 +10328,8 @@ msgstr "Пожаловаться на список" msgid "Report message" msgstr "Пожаловаться на сообщение" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Пожаловаться на пост" @@ -10225,8 +10337,8 @@ msgstr "Пожаловаться на пост" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Пожаловаться на стартовый набор" @@ -10292,7 +10404,7 @@ msgstr "Репостнуть ({0, plural, one {# репост} few {# репос #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Репостить или цитировать" @@ -10330,12 +10442,12 @@ msgstr "Репосты этого поста" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Требовать альтернативный текст изобра msgid "Require an email code to sign in to your account." msgstr "Требовать код с электронной почты для входа в учётную запись." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Требуется этим хостинг-провайдером" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Отправить письмо повторно" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Отправить письмо повторно" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Отправить письмо с подтверждением повторно" @@ -10453,6 +10565,11 @@ msgstr "Сбросить пароль" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Повторяет последнее действие, которое #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Повторяет последнее действие, которое msgid "Retry" msgstr "Повторить попытку" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Вернуться к предыдущей странице" @@ -10521,7 +10638,7 @@ msgstr "Возвращает на главную страницу" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Возвращает к предыдущей странице" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Сохранить изменения" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Сохранить изображение" @@ -10608,8 +10725,8 @@ msgstr "Сохранить новый псевдоним" msgid "Save QR code" msgstr "Сохранить QR-код" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Сохранить в мои ленты" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Сохранённые ленты" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Сохранённые посты" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Сохранено в ваши ленты" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Скажи привет!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Пролистать вверх" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Поиск" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Поиск постов @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Поиск по имени или интересам" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Поиск лент" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Поиск лент, которые вы хотите предложить другим." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Поиск других учетных записей" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Найдите больше лент" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "Поиск по моим постам" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Поиск постов" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Поиск профилей" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Поиск..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Ищет профили" @@ -10829,14 +10946,14 @@ msgstr "Посмотреть посты #{tag}" msgid "See #{tag} posts by user" msgstr "Просмотреть посты пользователя #{tag}" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Посмотреть вакансии в Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Подробнее" @@ -10844,16 +10961,11 @@ msgstr "Подробнее" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Выбрать цвет" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Выбрать учётную запись" @@ -10910,7 +11022,7 @@ msgstr "Выбрать аватар" msgid "Select an emoji" msgstr "Выбрать эмодзи" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Выберите опцию" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Выбрать существующую учётную запись" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Выберите, на какое время игнорировать это слово." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Выбрать язык" @@ -10987,7 +11099,7 @@ msgstr "Выбрать язык..." msgid "Select languages" msgstr "Выбрать языки" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Выберите службу модерации" @@ -11028,7 +11140,7 @@ msgstr "Выберите язык, который будет использов msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Выберите языки, на которых будут отображаться подписанные вами ленты. Если вы не выберете ни одного языка, будут отображаться все языки." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Выберите дату рождения" @@ -11045,7 +11157,7 @@ msgstr "Выберите желаемый язык для переводов в msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Отправить отзыв" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Отправить сообщение" @@ -11089,7 +11201,7 @@ msgstr "Отправить пост {name}" msgid "Send post to..." msgstr "Отправить пост на..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Отправить жалобу в {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Отправьте письмо с подтверждением" @@ -11133,7 +11245,7 @@ msgstr "Установите иконку приложения на {0}" msgid "Set new password" msgstr "Изменение пароля" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Настройте вашу учётную запись" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Устанавливает адрес электронной почты для сброса пароля" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Настройки" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Настройки сохранены" @@ -11242,7 +11354,7 @@ msgstr "С сексуальным подтекстом" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Поделиться" @@ -11251,7 +11363,7 @@ msgstr "Поделиться" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Всё равно поделиться" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Поделиться ссылкой" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Диалоговое окно обмена ссылками" @@ -11304,12 +11416,12 @@ msgstr "Поделиться at:// URI поста" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Поделиться QR-кодом" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Поделиться этой лентой" @@ -11318,22 +11430,22 @@ msgstr "Поделиться этой лентой" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Поделиться этим стартовым набором" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Поделитесь этим стартовым набором и помогите людям присоединиться к вашему сообществу на Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Поделиться через..." @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Тестер общих настроек" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Показать" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Показать альтернативный текст" @@ -11373,14 +11489,14 @@ msgstr "Показать альтернативный текст" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Всё равно показать" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Показать меньше похожего" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Всё равно показывать список" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Показать больше похожего" @@ -11445,8 +11561,8 @@ msgstr "Показывать ответы" msgid "Show replies as" msgstr "Показывать ответы" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Показать ответы для всех" @@ -11455,8 +11571,8 @@ msgstr "Показать ответы для всех" msgid "Show reposts" msgstr "Показавать репосты" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Показать предупреждения и фильтровать msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Показывает информацию о том, когда был создан этот пост" @@ -11486,15 +11602,15 @@ msgstr "Показывает информацию о том, когда был msgid "Shows other accounts you can switch to" msgstr "Показывает другие учётные записи, на которые вы можете переключиться" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Показывает содержимое" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Показывает содержимое" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Войти" msgid "Sign in as {0}" msgstr "Войти как {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Войдите или создайте учётную запись" @@ -11551,16 +11667,17 @@ msgstr "Войдите в Bluesky или создайте новую учётн msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Пропустить" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "Отложить напоминание" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Разрабочик программного обеспечения" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Некоторые из ваших верификаций недействительны." @@ -11664,7 +11786,7 @@ msgstr "Некоторые из ваших верификаций недейст msgid "Some other feeds you might like" msgstr "Некоторые другие ленты, которые могут вам понравиться" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Некоторые люди могут ответить" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Что-то пошло не так" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Что-то пошло не так, пожалуйста, попробуйте ещё раз" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "Что-то пошло не так. Пожалуйста, попробуйте ещё раз." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Что-то не так? Сообщите нам." @@ -11759,8 +11881,8 @@ msgstr "Что-то не так? Сообщите нам." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Извините! Ваша сессия истекла. Пожалуйста, войдите снова." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Спорт" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Начните беседу, и она появится здесь." @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Начать общаться с {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Стартовый набор" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Стартовый набор от {0}" @@ -11841,12 +11968,12 @@ msgstr "Стартовый набор от {0}" msgid "Starter pack by <0/>" msgstr "Стартовый набор от <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Стартовый набор от вас" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Стартовый набор недействителен" @@ -11854,7 +11981,7 @@ msgstr "Стартовый набор недействителен" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Наборы" @@ -11893,7 +12020,7 @@ msgstr "Хранилище очищено, теперь вам нужно пер msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "История" @@ -11928,13 +12055,13 @@ msgstr "Отправить обращение" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Отправить жалобу" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Подпишитесь на @{0}, чтобы использовать э msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Подписаться на маркировщика" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Подписаться на этого маркировщика" @@ -11975,7 +12102,7 @@ msgstr "Подписаться на этого маркировщика" msgid "Subscribe to this list" msgstr "Подписаться на этот список" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Успех" @@ -11998,7 +12125,7 @@ msgstr "Верификация прошла успешно" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Закат" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Только теги" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Условия" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Спасибо за ваш отзыв! Он был отправлен о msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Спасибо, вы успешно подтвердили свой адрес электронной почты. Вы можете закрыть этот диалог." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Который содержит следующее:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Не удалось найти этот стартовый набор." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Вот и все, ребята!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Это всё!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Учётная запись сможет взаимодействовать с вами после разблокировки." @@ -12287,7 +12414,7 @@ msgstr "Автор этой ветки скрыл этот ответ." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Веб-приложение Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Политика конфиденциальности была перемещена в <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Похоже, на сервере возникли проблемы. Пожалуйста, повторите попытку через несколько мгновений." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Стартовый набор, который вы пытаетесь просмотреть, недействителен. Вы можете удалить этот стартовый набор." @@ -12402,7 +12529,7 @@ msgstr "Форма поддержки перемещена. Если вам ну msgid "The Terms of Service have been moved to" msgstr "Условия Использования перенесены в" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Вы ввели неверный код подтверждения. Пожалуйста, убедитесь, что перешли по правильной ссылке подтверждения, или запросите новую." @@ -12412,7 +12539,7 @@ msgstr "Вы ввели неверный код подтверждения. По msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Время деактивации учётной записи не ограничено, возвращайтесь в любое время." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "При соединении с сервером возникла проблема" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Возникла проблема соединения с сервером, проверьте подключение к Интернету и повторите попытку." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Возникла проблема с загрузкой уведомлений. Нажмите здесь, чтобы повторить попытку." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Возникла проблема с загрузкой постов. Нажмите здесь, чтобы повторить попытку." @@ -12495,25 +12622,25 @@ msgstr "Возникла проблема при изменении ваших #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Возникла проблема! {0}" @@ -12521,10 +12648,10 @@ msgstr "Возникла проблема! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Возникла проблема. Проверьте подключен msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "В приложении возникла неожиданная проблема. Пожалуйста, сообщите нам, если вы получили это сообщение!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Произошёл наплыв новых пользователей в Bluesky! Мы активируем вашу учётную запись как только сможем." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Этот {screenDescription} был помечен:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "У этой учётной записи есть галочка, потому что её верифицировали доверенные источники." @@ -12584,7 +12711,7 @@ msgstr "У этой учётной записи есть галочка, пот msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "У этой учётной записи несколько попыток верификации, но пока что она не верифицирована." @@ -12618,7 +12745,7 @@ msgstr "Это обращение будет отправлено в служб msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Этот чат был отключён" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Эта беседа ведется с удаленной или деактивированной учётной записью. Нажмите для выбора опций" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Эта функция находится в бете. Вы можете узнать больше об экспорте репозиториев в <0>этом блоге.." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "Эта ссылка недействительна" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Эта ссылка ведёт на сайт:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Этот список – созданный <0>{0} – содержит возможные нарушения правил сообщества Bluesky в названии или описании." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Этот список – созданный вами – содержит в своем названии или описании возможные нарушения правил сообщества Bluesky." @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Этот пост утверждает, что был создан <0>{0}, но впервые был замечен Bluesky <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Этот пост имеет неизвестный тип ограничения на ответы. Возможно, ваше приложение устарело." @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Этот пост будет скрыт из лент и тем. Это невозможно отменить." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Автор этого поста отключил цитирование постов." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Этот профиль виден только вошедшим в систему пользователям. Он не будет видно тем, кто не вошел в систему." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Этот ответ будет отсортирован в скрытый раздел в нижней части вашей ветки и отключит уведомления о последующих ответах - как для вас, так и для других." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Этот сервис не предоставил условия обслуживания или политику конфиденциальности." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Этот пользователь здесь недавно. Нажми msgid "This user isn't following anyone." msgstr "Этот пользователь не подписан ни на кого." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Это удалит @{0} из списка быстрого доступа." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Это удалит ваш пост из этой цитаты для всех пользователей, и заменит его на заглушку." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Настройки веток" msgid "Threaded" msgstr "Как ветки" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Настройки веток" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Чтобы отключить метод 2FA по электронной почте, проверьте свой доступ к адресу электронной почты." @@ -13012,7 +13134,7 @@ msgstr "Чтобы отключить метод 2FA по электронной msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "Чтобы отключить 2FA по электронной почте, подтвердите доступ к <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Сегодня" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Включить или отключить контент для взрослых" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Переключает звук" @@ -13053,7 +13175,7 @@ msgstr "Лучшее" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Тема" @@ -13061,8 +13183,8 @@ msgstr "Тема" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Перевести" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "Деревовидный вид" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Актуальные" @@ -13099,12 +13221,20 @@ msgstr "Актуальные" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Доверие рождается в отношениях, сообществах и общем контексте, поэтому мы также вводим <0>доверенных верификаторов — организации, которые могут непосредственно вручать верификацию." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Невозможно подключиться. Проверьте подключение к Интернету и повторите попытку." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Не удалось связаться с вашим хостинг-провайдером. Проверьте ваше подключение к Интернету." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Не удаётся удалить" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "Информация о ленте недоступна" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Разблокировать" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Разблокировать" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Разблокировать учётную запись" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Разблокировать учётную запись?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Разблокировать список" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Отменить" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Отменить" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Отменить репост ({0, plural, one {# репост} few {# репоста} other {# репостов}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Отписаться от {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Отписаться от учётной записи" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Отписаться от пользователя" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "К сожалению, ни один из маркировщиков в ваших подписках не поддерживает этот вид жалобы." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Неизвестный верификатор" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Дизлайк" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Дизлайк ({0, plural, one {# лайк} few {# лайка} other {# лайков}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Не игнорировать" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Не игнорировать" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Не игнорировать учётную запись" @@ -13379,8 +13536,8 @@ msgstr "Не игнорировать учётную запись" msgid "Unmute conversation" msgstr "Включить звук" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Перестать игнорировать список" @@ -13388,8 +13545,8 @@ msgstr "Перестать игнорировать список" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Перестать игнорировать ветку" @@ -13397,14 +13554,14 @@ msgstr "Перестать игнорировать ветку" msgid "Unmute video" msgstr "Включить звук видео" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Открепить" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Открепить ленту" @@ -13414,13 +13571,13 @@ msgstr "Открепить ленту" msgid "Unpin from home" msgstr "Открепить от главной страницы" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Открепить от профиля" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Открепить список модерации" @@ -13429,29 +13586,34 @@ msgstr "Открепить список модерации" msgid "Unpinned {0} from Home" msgstr "Откреплено {0} от главной страницы" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Откреплено из ваших лент" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Отписаться" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Отписаться от списка" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Отписаться от этого маркировщика" @@ -13463,7 +13625,7 @@ msgstr "Подписка на список отменена" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Изменить на {domain}" msgid "Update your email" msgstr "Обновите вашу электронную почту" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Загрузить текстовый файл в:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Загрузить с камеры" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Загрузить из файлов" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Загрузить из библиотеки" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Загрузка изображений..." msgid "Uploading link thumbnail..." msgstr "Загрузка миниатюры ссылки..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Загрузка видео..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Список пользователей от вас" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Список пользователей создан" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Список пользователей изменён" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Псевдоним или электронная почта" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "пользователи, на которых подписан <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "пользователи подписанные на <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Значение:" msgid "Verification failed, please try again." msgstr "Верификация не удалась, попробуйте ещё раз." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Настройки верификации" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Настройки верификации" @@ -13720,14 +13882,14 @@ msgstr "Настройки верификации" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Верификация на Bluesky работает иначе, чем на других платформах. <0> Узнайте больше здесь." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Подтвержден:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Подтвердить аккаунт" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Подтвердите адрес вашей электронной почты" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "Версия {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Видео" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Не удалось обработать видео" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Лента видео" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Видео от {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Видеоигры" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Видео приостановлено" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Видео воспроизводится" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Видео не найдено." @@ -13859,12 +14021,12 @@ msgstr "Видео не найдено." msgid "Video settings" msgstr "Настройки видео" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Видео загружено" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Видео: {0}" @@ -13872,19 +14034,13 @@ msgstr "Видео: {0}" msgid "Videos" msgstr "Видео" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Просмотреть аватар {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Посмотреть профиль {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Просмотреть профиль заблокированного пользователя" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Посмотреть запись в блоге для получения более подробной информации" @@ -13936,8 +14092,8 @@ msgstr "Посмотреть запись в блоге для получени msgid "View debug entry" msgstr "Просмотреть запись для отладки" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Просмотреть детали" @@ -13977,13 +14133,13 @@ msgstr "Показать больше" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Просмотр услуг маркировки, который пре msgid "View this user's verifications" msgstr "Просмотреть верификации этого пользователя" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Просмотр пользователей, которым понравилась эта лента" @@ -14026,11 +14182,11 @@ msgstr "Просмотр пользователей, которым понрав msgid "View video" msgstr "Посмотреть видео" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Просмотрите заблокированные вами учётные записи" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Просмотр ваших настроек взаимодействия с постами по умолчанию" @@ -14039,11 +14195,15 @@ msgstr "Просмотр ваших настроек взаимодействи msgid "View your feeds and explore more" msgstr "Просмотрите свои ленты и исследуйте больше" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Просмотр своего списка модерации" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Просмотр отключённых учётных записей" @@ -14060,6 +14220,10 @@ msgstr "Просмотр полного изображения" msgid "Views video in immersive mode" msgstr "Просмотр видео в режиме погружения" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Мы оцениваем {estimatedTime} до готовности вашей учётной записи." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Мы повторно отправили письмо с подтверждением на <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Мы рекомендуем выбрать как минимум два msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Мы отправили письмо на <0>{0}, содержащее ссылку. Нажмите на неё, чтобы завершить процесс подтверждения электронной почты." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Мы не смогли определить, доступна ли вам загрузка видео. Попробуйте ещё раз." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "На данный момент мы не смогли загрузить список ваших маркировщиков." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Мы сообщим вам, когда ваша учётная запись будет готова." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "У нас проблемы с сетью, попробуйте ещё р msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Мы представляем новый уровень верификации на Bluesky — простые и понятные галочки." @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Нам очень жаль! Пост, на который вы отвечаете, был удален." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "С возвращением!" @@ -14351,17 +14519,17 @@ msgstr "Как вы хотите назвать свой стартовый на msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Как дела?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Нажмите на галочку и увидите, какие организации вручили верификацию." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Кто может взаимодействовать с этим постом?" @@ -14369,12 +14537,12 @@ msgstr "Кто может взаимодействовать с этим пос msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Кто может отвечать" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Кто может верифицировать?" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Написать пост" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Написать ответ" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Да, деактивировать" @@ -14495,19 +14663,19 @@ msgstr "Да, деактивировать" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Да, удалите этот стартовый набор" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Да, отсоединить" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Да, скрыть" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Да, реактивируйте мою учётную запись" @@ -14519,7 +14687,7 @@ msgstr "Вчера" msgid "You are a trusted verifier" msgstr "Вы — доверенный верификатор" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "Вы создаёте учётную запись на" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Вы в очереди." @@ -14558,11 +14726,11 @@ msgstr "Вы в очереди." msgid "You are Live" msgstr "Вы в прямом эфире" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Вы больше не в прямом эфире" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Вы не можете загружать видео." @@ -14570,7 +14738,7 @@ msgstr "Вы не можете загружать видео." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Вы в прямом эфире!" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Также вы можете найти пользовательские ленты для подписки." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Теперь вы можете войти с помощью нового пароля." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Вы можете реактивировать свою учётную запись, чтобы продолжить вход в систему. Ваш профиль и посты будут видны другим пользователям." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Вы можете обновить это позже в своих настройках." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Вы не подписаны ни на каких пользователей, которые подписаны на @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Вы ввели неправильный код. Он должен выглядеть так: XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Вы добрались до конца" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Вы успешно проверили свой адрес электронной почты. Вы можете закрыть этот диалог." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Вы достигли временного лимита по загрузкам видео. Попробуйте ещё раз позже." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Чтобы получить стартовый набор, вы долж msgid "You must grant access to your photo library to save a QR code" msgstr "Чтобы сохранить QR-код, необходимо предоставить доступ к библиотеке фотографий" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Вы ранее деактивировали @{0}." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Вы выйдете из всех своих учётных записей." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Вы в очереди" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Вы нашли несколько людей для подписки" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ваша домашняя лента закончилась! Подпишитесь на больше учётных записей чтобы получать больше постов." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "Вы достигли максимально допустимого ко msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Вы достигли дневного лимита по загрузкам видео (слишком много байт)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Вы достигли дневного лимита по загрузкам видео (слишком много видео)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "У вас закончились видео для просмотра. Может быть, сейчас самое время сделать перерыв?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Ваша учётная запись" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "Ваша учётная запись была приостановлена" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Ваша учётная запись создана ещё недостаточно давно, чтобы вы могли загружать видео. Попробуйте ещё раз позже." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Данные из вашей учётной записи, содержащие все общедоступные записи, можно загрузить как \"CAR\" файл. Этот файл не содержит медиафайлов, таких как изображения, или личные данные, которые необходимо получить отдельно." @@ -15086,7 +15274,7 @@ msgstr "Ваша учётная запись была признана нару msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Ваше обращение было отправлено. Если обращение будет успешным, вы получите электронное письмо." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Ваша дата рождения" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Ваш текущий псевдоним <0>{0} будет автоматически сохранен за вами. Вы сможете вернуться к нему в любое время с этой учётной записи." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Не удалось распознать адрес электронной почты." @@ -15140,7 +15328,7 @@ msgstr "Ваша электронная почта еще не проверен msgid "Your first like!" msgstr "Ваш первый лайк!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Ваши подписчики" @@ -15157,7 +15345,7 @@ msgstr "Вашим полным псевдонимом будет <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Ваши интересы были изменены!" msgid "Your interests help us find what you like!" msgstr "Ваши интересы помогают нам найти то, что вам нравится!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Ваш пароль должен состоять не менее чем из 8 символов." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "Ваш предпочтительный язык" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Ваша фотография в профиле, окруженная концентрическими кругами с фотографиями других пользователей" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ваш профиль, посты, ленты и списки больше не будут видны другим пользователям Bluesky. Вы можете реактивировать свою учётную запись в любое время, войдя в систему." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Ваш ответ был отправлен" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Ваша жалоба будет отправлена на адрес <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Выбранные вами интересы помогают нам предоставлять вам содержимое, которое вас интересует." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/sv/messages.po b/src/locale/locales/sv/messages.po index 748f875bcb..a36a7af555 100644 --- a/src/locale/locales/sv/messages.po +++ b/src/locale/locales/sv/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: sv\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorin ”{interestsDisplayName}” (aktiv)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "”{label}” – visas bakom en varning" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# följd} other {# följda}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {# vän hittad!} other {# vänner hittade!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# timme} other {# timmar}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# mån} other {# mån}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, one {ett inlägg till} other {# inlägg till}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {följare} other {följare}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {följd} other {följda}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {inlägg} other {inlägg}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {# personer}} har gått med i Bluesky med hjälp av det här startpaketet!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# till}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {Du måste vara # år eller äldre för att skapa ett konto i din region.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} sänder live" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} är inte tillgängligt" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} stöds inte av din enhet." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, one {medlem} other {medlemmar}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} {time}" msgid "{displayName}'s Starter Pack" msgstr "{displayName}s startpaket" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {timme} other {timmar}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minuter}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} registrerade sig med ditt startpaket" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verifierade dig" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} följda" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, one {inlägg} other {inlägg}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# timme} other {# timmar}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ nya medlemsförfrågningar" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# användare har}} gått med!" @@ -767,7 +776,7 @@ msgstr "{profileName} gick med i Bluesky med hjälp av ett startpaket för {time #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, och {2, plural, one {# annan} other {# andra}} ingår i ditt startpaket" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, och {2, plural, one {# annan} other {# andra}} i #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, och {2, plural, one {# annan} other {# andra}} ingår i ditt startpaket" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, one {sparning} other {sparningar}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, one {gillamarkering} other {gillamarkeringar}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} och<1> <2>{1} ingår i ditt startpaket" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} ingår i ditt startpaket" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "medlemmar i <0>{0}" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Tryck här för att uppdatera din plats med GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Du och<1> <2>{0} ingår i ditt startpaket" @@ -946,6 +955,12 @@ msgstr "7 dagar" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "En samling av populära flöden som du kan hitta på Bluesky, inklusive News, Booksky, Game Dev, Blacksky och Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "En etikett sattes på ditt inlägg" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Ett nätverksfel uppstod. Kontrollera din internetanslutning." msgid "A new code has been sent" msgstr "En ny kod har skickats" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "En ny form av verifiering" @@ -1005,7 +1020,7 @@ msgstr "En skärmdump av inläggsverktyget. Bredvid publiceringsknappen syns den msgid "A selected recipient is not followed by the sender." msgstr "En vald mottagare följs inte av avsändaren." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Förfrågan skickad! Gruppägaren kommer att granska din förfrågan." msgid "Accessibility" msgstr "Tillgänglighet" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Tillgänglighetsinställningar" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Kontot blockerades" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Du följer kontot" @@ -1086,8 +1101,8 @@ msgstr "Kontot har stängts av" msgid "Account is deactivated" msgstr "Kontot är inaktiverat" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Kontot ignorerades" @@ -1111,24 +1126,24 @@ msgstr "Konto borttaget från snabbåtkomst" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Kontot avblockerades" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Du följer inte längre kontot" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Kontot ignoreras inte längre" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Konton med en blå, vågkantad bockmarkering <0><1/> kan verifiera andra. Dessa betrodda verifierare är utvalda av Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Konton med en blå, vågkantad bockmarkering <0><1/> kan verifiera a msgid "Activity from others" msgstr "Aktivitet från andra" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Aktivitetsnotiser" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Lägg till" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Lägg till ytterligare {0} för att fortsätta" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Lägg till {displayName} i startpaket" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Lägg till en användare i den här listan" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Lägg till konto" @@ -1201,11 +1216,11 @@ msgstr "Lägg till alternativtext (valfritt)" msgid "Add another account" msgstr "Lägg till ett annat konto" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Lägg till ett ytterligare inlägg" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Lägg till ytterligare ett inlägg i tråden" @@ -1223,7 +1238,7 @@ msgstr "Lägg till applösenord" msgid "Add App Password" msgstr "Lägg till applösenord" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Lägg till automatiseringsetikett på kontot" @@ -1239,12 +1254,12 @@ msgstr "Lägg till filter" msgid "Add group chat members" msgstr "Lägg till medlemmar i gruppchatt" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Lägg till bild" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Lägg till media i inlägg" @@ -1254,8 +1269,8 @@ msgstr "Lägg till media i inlägg" msgid "Add members" msgstr "Lägg till medlemmar" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Lägg till mer detaljer (valfritt)" @@ -1295,7 +1310,7 @@ msgstr "Lägg till reaktion" msgid "Add recommended feeds" msgstr "Lägg till rekommenderade flöden" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Lägg till några flöden i ditt startpaket!" @@ -1307,12 +1322,12 @@ msgstr "Lägg till standardflödet med bara personer du följer" msgid "Add the following DNS record to your domain:" msgstr "Lägg till följande DNS-post i din domän:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Lägg till i dina flöden" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Lägg till i listor" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Lägg till i sparade inlägg" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Lägg till i startpaket" @@ -1330,7 +1345,7 @@ msgstr "Lägg till i startpaket" msgid "Add user to list" msgstr "Lägg till användare i lista" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Lägg till ditt födelsedatum" @@ -1361,7 +1376,7 @@ msgstr "Lägger till medlemmar i lista…" msgid "Additional details (limit 1000 characters)" msgstr "Ytterligare detaljer (max 1000 tecken)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Ytterligare detaljer (max 300 tecken)" @@ -1378,14 +1393,14 @@ msgstr "Sexuellt explicit" msgid "Adult content" msgstr "Vuxeninnehåll" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Vuxeninnehåll" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Vuxeninnehåll går bara att aktivera via webben på <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Etiketter för vuxeninnehåll" msgid "Adult sexual abuse content" msgstr "Sexuella övergrepp mot vuxna" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Avancerat" @@ -1423,7 +1438,7 @@ msgstr "Din förfrågan om ålderskontroll har skickats" msgid "Age assurance only takes a few minutes" msgstr "Ålderskontrollen tar bara några minuter" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "Ålderskontrollen tar bara några minuter." @@ -1438,6 +1453,11 @@ msgstr "alice@exempel.com" msgid "All" msgstr "Alla" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Alla" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Alla {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Alla konton har följts!" @@ -1474,7 +1494,7 @@ msgstr "Alla flöden du har sparat, på ett och samma ställe." msgid "Allow access to your direct messages" msgstr "Tillåt åtkomst till dina direktmeddelanden" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Tillåt svar från alla" @@ -1488,8 +1508,8 @@ msgstr "Tillåt direktmeddelanden från" msgid "Allow group chat invites from" msgstr "Tillåt gruppchattsinbjudningar från" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Tillåt platsåtkomst" @@ -1498,24 +1518,24 @@ msgstr "Tillåt platsåtkomst" msgid "Allow others to be notified of your posts" msgstr "Tillåt andra att bli notifierade om dina inlägg" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Tillåt svar från personer du följer" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Tillåt svar från omnämnda" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Tillåt citatinlägg" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "Tillåt svar från användare i {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Tillåt svar från dina följare" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Ger åtkomst till direktmeddelanden" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Har du redan en kod?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Har du redan ett konto?" @@ -1540,7 +1560,7 @@ msgstr "Redan inloggad som @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Alternativtexten kommer att kortas av. {MAX_ALT_TEXT, plural, other {Gräns: {0} tecken.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Ett e-postmeddelande har skickats till {0}. Det innehåller en bekräftelsekod som du behöver ange nedan." @@ -1587,7 +1607,7 @@ msgstr "Ett fel har uppstått" msgid "An error occurred" msgstr "Ett fel uppstod" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Ett fel uppstod under komprimeringen av videoklippet." @@ -1596,7 +1616,7 @@ msgstr "Ett fel uppstod under komprimeringen av videoklippet." msgid "An error occurred while fetching suggested accounts." msgstr "Ett fel uppstod vid hämtning av föreslagna konton." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Ett fel uppstod under hämtningen av flödet." @@ -1609,15 +1629,15 @@ msgstr "Ett fel uppstod när ditt startpaket skulle genereras. Vill du försöka msgid "An error occurred while hiding suggestion. {0}" msgstr "Ett fel uppstod när förslag skulle döljas. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Ett fel uppstod under inläsningen av videoklippet. Försök igen senare." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Ett fel uppstod under inläsningen av videoklippet. Försök igen." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Ett fel uppstod under inläsningen av dina listor :/" @@ -1628,16 +1648,16 @@ msgstr "Ett fel uppstod när QR-koden skulle sparas!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Ett fel uppstod när du försökte följa alla" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Ett fel uppstod under uppladdningen av videoklippet. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Ett fel uppstod under uppladdningen av videoklippet. Kontrollera din internetanslutning och försök igen." @@ -1661,8 +1681,8 @@ msgstr "En illustration av flera Bluesky-inlägg tillsammans med ikonerna för msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "En illustration av Bluesky-appen med ett pappersflygplan som flyger ut ur den. Flygplanet symboliserar en inbjudan till en vän." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "En illustration som visar att Bluesky väljer betrodda verifierare, som i sin tur verifierar enskilda användarkonton." @@ -1686,14 +1706,14 @@ msgstr "Ett problem uppstod när gruppchatten skulle startas. Försök igen." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Ett problem uppstod. Försök igen." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "En visualisering av en iPhone med Bluesky-appen öppen, där profilen till en verifierad användare visas. En blå bockmarkering syns intill användarens visningsnamn." @@ -1702,7 +1722,7 @@ msgstr "En visualisering av en iPhone med Bluesky-appen öppen, där profilen ti msgid "an unknown labeler" msgstr "en okänd etikettsättare" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "och" @@ -1735,7 +1755,7 @@ msgstr "Verifiering införs på Bluesky" msgid "Any date" msgstr "Valfritt datum" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Alla" @@ -1767,7 +1787,7 @@ msgstr "Alla som följer mig" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "De som har tillgång till den kommer inte längre kunna gå med eller begära att få gå med. Du kan alltid skapa en ny länk." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Namn på applösenord måste vara minst 4 tecken långa" msgid "App passwords" msgstr "Applösenord" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Applösenord" @@ -1856,7 +1876,7 @@ msgstr "Begär omprövning av beslutet" msgid "Appeal this label" msgstr "Begär omprövning av den här etiketten" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Tillämpa pull request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Arkiverat från {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Arkiverat inlägg" @@ -1914,7 +1934,7 @@ msgstr "Är du säker på att du vill radera applösenordet ”{0}”?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Är du säker på att du vill radera det här meddelandet? Meddelandet kommer att raderas för dig, men inte för de andra deltagarna." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Är du säker på att du vill radera det här startpaketet?" @@ -1936,7 +1956,7 @@ msgstr "Är du säker på att du vill lämna den här konversationen?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Är du säker på att du vill lämna den här konversationen? Dina meddelanden kommer att tas bort för dig, men inte för de andra deltagarna." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Är du säker på att du vill ta bort det här från dina flöden?" @@ -1945,7 +1965,7 @@ msgstr "Är du säker på att du vill ta bort det här från dina flöden?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Är du säker på att du vill återkalla din förfrågan om att gå med i {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Är du säker på att du vill slänga det här inlägget?" @@ -1953,7 +1973,7 @@ msgstr "Är du säker på att du vill slänga det här inlägget?" msgid "Are you sure?" msgstr "Är du säker?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Är du personen som syns i innehållet, eller företräder du den personen?" @@ -1969,8 +1989,8 @@ msgstr "Konst" msgid "Artistic or non-erotic nudity." msgstr "Konstnärlig eller icke-erotisk nakenhet." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "Be appar och webbplatser att inte visa mitt konto för utloggade användare" @@ -1979,12 +1999,12 @@ msgstr "Be appar och webbplatser att inte visa mitt konto för utloggade använd msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "Be appar att inte rekommendera mina inlägg genom deras algoritmer" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Tilldela ämne för algoritm" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "Minst 8 tecken" @@ -2017,8 +2037,8 @@ msgstr "Automatiskt" msgid "Automation label" msgstr "Automatiseringsetikett" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Automatiseringsetikett" @@ -2038,6 +2058,10 @@ msgstr "Tillgängligt" msgid "Avatar creator" msgstr "Avatarskapare" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "Väntar på granskning" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Avatarskapare" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Avatarskapare" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Tillbaka" msgid "Back to Chats" msgstr "Tillbaka till chattar" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "Kringgående av avstängning – {duration}, utlöpt" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Förbjudna aktiviteter eller säkerhetsöverträdelser" @@ -2081,7 +2109,7 @@ msgstr "Förbjudna aktiviteter eller säkerhetsöverträdelser" msgid "Banned user returning" msgstr "Användare som kringgår avstängning" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Baserat på din enhets plats tror vi att du är i <0>{geolocationString}." @@ -2089,7 +2117,7 @@ msgstr "Baserat på din enhets plats tror vi att du är i <0>{geolocationString} msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Baserat på din enhets plats tror vi att du är i <0>{region}." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Baserat på ditt nätverk tror vi att du är i <0>{geolocationString}. Uppskattningen kan vara felaktig om du använder ett VPN." @@ -2148,16 +2176,16 @@ msgstr "Inled ålderskontrollen med att fylla i fälten nedan." msgid "Beta Feature" msgstr "Betafunktion" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Betafunktioner" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Betafunktioner aktiverade" @@ -2193,12 +2221,12 @@ msgstr "Blockera {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Blockera konto" @@ -2255,15 +2283,15 @@ msgstr "Blockera användare och/eller radera den här konversationen" msgid "Block user and/or leave this conversation" msgstr "Blockera användare och/eller lämna den här konversationen" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Blockerat" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Blockerade konton" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Blockerade konton" @@ -2288,7 +2316,7 @@ msgstr "Blockeringar är publika. Blockerade konton kan inte svara i dina tråda 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." msgstr "Blockering hindrar inte att etiketter sätts på ditt konto, men det hindrar det här kontot från att svara i dina trådar eller interagera med dig." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blogg" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kan inte bekräfta äktheten av det angivna datumet." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "Bluesky har vidtagit åtgärder mot ditt konto eller innehåll för att ha brutit mot våra gemenskapsriktlinjer. Ytterligare överträdelser kommer att leda till strängare åtgärder, däribland avstängning." + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky hjälper vänner att hitta varandra genom att skapa kodade digitala fingeravtryck, så kallade ”hashar”, för att sedan leta efter matchande hashar." @@ -2357,15 +2389,11 @@ msgstr "Bluesky lagrar dina kontakter som kodad data. Om du tar bort dina kontak msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky väljer en uppsättning av rekommenderade konton från personer i ditt nätverk." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky visar inte ditt konto för utloggade användare och ber andra appar att göra detsamma. Andra appar kanske inte följer din begäran. Den här inställningen gör inte ditt konto privat." -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky visar inte dina inlägg i Upptäck-flödet (förutom för dina följare) och ber andra appar att inte visa dina inlägg i sina algoritmiska rekommendationer." - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky kommer proaktivt att verifiera framstående och äkta konton." @@ -2424,29 +2452,29 @@ msgstr "Bläddra bland fler förslag på Utforska-sidan" msgid "Browse other feeds" msgstr "Bläddra bland andra flöden" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Bläddra bland inlägg om {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Bläddra bland inlägg med taggen {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Bläddra i startpaketet {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Bläddra i ämnet {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Bläddra inom ämnet {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Affärer" @@ -2459,10 +2487,10 @@ msgstr "Knapp som tar dig tillbaka till hemtidslinjen" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "av {0}" @@ -2475,7 +2503,7 @@ msgstr "av @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "av <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Genom att skapa ett konto godkänner du våra <0>användarvillkor oc msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Genom att skapa ett konto godkänner du våra <0>användarvillkor." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "av dig" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamera" @@ -2521,16 +2549,16 @@ msgstr "Kameraåtkomst krävs" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Kameraåtkomst krävs" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Kameraåtkomst krävs" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Avbryt" msgid "Cancel quote post" msgstr "Avbryt och släng citatinlägg" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Avbryt återaktivering och logga ut" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Avbryter inloggningen så att du kan kontrollera ditt användarnamn" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Det går inte att interagera med en blockerad användare" @@ -2609,7 +2637,7 @@ msgstr "Undertexter (.vtt)" msgid "Captions & alt text" msgstr "Undertexter och alternativtexter" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "karusell" @@ -2651,24 +2679,24 @@ msgstr "Ändra användarnamn" msgid "Change hosting provider" msgstr "Ändra kontoleverantör" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Ändra modereringstjänst" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Ändra lösenord" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Dialogruta för ändring av lösenord" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Ändra kategori för anmälan" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Ändra skäl till anmälan" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Ändringar i startpaketet kommer inte att återspeglas i listan efter skapandet. Listan blir en fristående kopia." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chatt" @@ -2758,7 +2786,7 @@ msgstr "Chattägare kan inte lämna sina gruppchattar." msgid "Chat recipient is not followed by the sender." msgstr "Chattmottagare följs inte av avsändaren." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Inkorg för chattförfrågningar" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Chattförfrågningar" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Titta i inkorgen för <0>{currentEmail} efter ett e‑postmeddelande msgid "Check back later!" msgstr "Kika in igen senare!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Kontrollera min status" @@ -2895,7 +2923,7 @@ msgstr "Välj din kontoleverantör" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Välj din egen tidslinje! Flöden som har skapats av andra i gemenskapen hjälper dig att hitta innehåll du gillar." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Välj ditt lösenord" @@ -2931,7 +2959,7 @@ msgstr "Rensa gif-sök" msgid "Clear image cache" msgstr "Rensa bild-cache" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Rensa sökfrågan" @@ -2951,11 +2979,11 @@ msgstr "Klicka här för att lägga till personer i den här gruppchatten" msgid "Click here to create or manage an invite link for this group chat" msgstr "Klicka här för att skapa eller modifiera en inbjudningslänk för den här gruppchatten" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Klicka här för att radera ditt konto" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Klicka här för att logga ut" @@ -2968,8 +2996,8 @@ msgstr "Klicka här för att skicka e-postmeddelandet igen" msgid "Click here to restart the verification process." msgstr "Klicka här för att börja om verifieringsprocessen." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Klicka här för att uppdatera ditt födelsedatum" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Klicka för att försöka på nytt med misslyckat meddelande" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Klicka för att försöka på nytt med misslyckat meddelande" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Klicka för att försöka på nytt med misslyckat meddelande" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Stäng" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Stäng aktiv dialogruta" @@ -3068,13 +3097,13 @@ msgstr "Stäng banderoll" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Stäng dialogruta" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Stäng sidpanel" @@ -3110,7 +3139,7 @@ msgstr "Stäng banderollen för väntande förfrågningar" msgid "Close this dialog" msgstr "Stäng den här dialogrutan" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Stäng välkomstfönster" @@ -3118,7 +3147,7 @@ msgstr "Stäng välkomstfönster" msgid "Closes password update alert" msgstr "Stänger avisering om uppdatering av lösenord" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Stänger inläggsverktyget och slänger utkastet" @@ -3126,7 +3155,7 @@ msgstr "Stänger inläggsverktyget och slänger utkastet" msgid "Collapse list of users" msgstr "Dölj lista över användare" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Fäller ihop användarlista för berörd notis" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Serier" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Gemenskapens riktlinjer" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Slutför introduktionen och börja använda ditt konto" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Slutför kontrollen" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Skriv ett nytt inlägg" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Skriv inlägg som är upp till {0, plural, other {# tecken}} långa" @@ -3180,11 +3209,11 @@ msgstr "Skriv inlägg som är upp till {0, plural, other {# tecken}} långa" msgid "Compose reply" msgstr "Skriv svar" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "Komprimerar gif-bild…" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Komprimerar videoklipp…" @@ -3198,18 +3227,18 @@ msgstr "Konfigureras i <0>modereringsinställningar." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Bekräfta" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Bekräftelsekod" @@ -3226,12 +3255,12 @@ msgstr "Ansluter till tjänst…" msgid "Connecting…" msgstr "Ansluter…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Anslutningsproblem" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Kontakta vårt supportteam" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Kontakta supporten" @@ -3273,7 +3302,7 @@ msgstr "Innehåll och media" msgid "Content and media" msgstr "Innehåll och media" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Innehåll och media" @@ -3281,7 +3310,7 @@ msgstr "Innehåll och media" msgid "Content Blocked" msgstr "Innehåll blockerat" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Innehållsfilter" @@ -3421,8 +3450,8 @@ msgstr "Kopiera" msgid "Copy App Password" msgstr "Kopiera applösenord" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Kopiera at://-URI" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kopiera kod" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Kopiera DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Kopiera inbjudningslänk" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Kopiera länk" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Kopiera länk" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Kopiera länk till lista" @@ -3472,12 +3501,12 @@ msgstr "Kopiera länk till lista" msgid "Copy link to post" msgstr "Kopiera länk till inlägg" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Kopiera länk till profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Kopiera länk till startpaket" @@ -3491,8 +3520,8 @@ msgstr "Kopiera meddelandetext" msgid "Copy post at:// URI" msgstr "Kopiera inläggets at://-URI" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Kopiera inläggstext" @@ -3506,7 +3535,7 @@ msgstr "Kopiera värde för TXT-post" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Upphovsrättspolicy" @@ -3632,7 +3661,7 @@ msgstr "Skapa" msgid "Create a list" msgstr "Skapa en lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Skapa en lista baserad på det här startpaketet" @@ -3642,7 +3671,7 @@ msgstr "Skapa en QR-kod för ett startpaket" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Skapa ett startpaket" @@ -3655,12 +3684,12 @@ msgstr "Skapa ett startpaket" msgid "Create a starter pack for me" msgstr "Skapa ett startpaket åt mig" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Skapa gruppchatt" msgid "Create list" msgstr "Skapa lista" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Skapa lista baserad på medlemmar" @@ -3708,13 +3737,13 @@ msgstr "Skapa lista baserad på medlemmar" msgid "Create list from starter pack" msgstr "Skapa lista baserad på startpaket" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Skapa modereringslista" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Skapa nytt konto" @@ -3724,8 +3753,8 @@ msgstr "Skapa eller modifiera en inbjudningslänk för den här gruppchatten" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Skapa anmälan för {0}" @@ -3734,7 +3763,7 @@ msgstr "Skapa anmälan för {0}" msgid "Create starter pack" msgstr "Skapa startpaket" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Skapa användarlista" @@ -3747,7 +3776,7 @@ msgstr "Skapa användarlista" msgid "Created {0}" msgstr "Skapad {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Skaparen har blockerats" @@ -3800,7 +3829,7 @@ msgstr "Mörk" msgid "Dark theme" msgstr "Mörkt tema" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Födelsedatum" @@ -3814,7 +3843,7 @@ msgstr "Dag" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Inaktivera konto" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Förvalda ikoner" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Radera" @@ -3892,8 +3921,8 @@ msgstr "Radera konversation" msgid "Delete for me" msgstr "Radera för mig" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Radera lista" @@ -3909,30 +3938,30 @@ msgstr "Radera meddelandet för mig" msgid "Delete my account" msgstr "Radera mitt konto" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Radera inlägg" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Radera startpaket" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Radera startpaket?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Radera den här listan?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Radera det här inlägget?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Raderat" @@ -3953,7 +3982,7 @@ msgstr "Raderas av Plivo efter verifiering" msgid "Deleted list" msgstr "Raderad lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Beskrivning (max 1000 tecken)" msgid "Descriptive alt text" msgstr "Beskrivande alternativtext" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Avskilj citat" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Avskilj citatinlägg?" @@ -3993,11 +4022,11 @@ msgstr "Utvecklarläget aktiverades" msgid "Developer options" msgstr "Utvecklaralternativ" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Enheten kunde inte översätta :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Dialogruta: ställ in vem som får interagera med det här inlägget" @@ -4009,6 +4038,11 @@ msgstr "Dialogruta: Ställ in sökfilter" msgid "Dim" msgstr "Dämpat" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "Direktmeddelande från {account}" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Inaktivera undertexter" msgid "Disable email 2FA" msgstr "Inaktivera 2FA via e-post" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Inaktivera 2FA via e-post" @@ -4041,11 +4075,11 @@ msgstr "Inaktivera haptisk feedback" msgid "Disable link" msgstr "Inaktivera länk" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Inaktivera citatinlägg för det här inlägget" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Inaktivera svar helt" @@ -4056,17 +4090,17 @@ msgstr "Inaktivera den här inbjudningslänken?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Inaktiverat" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Släng" @@ -4075,23 +4109,28 @@ msgstr "Släng" msgid "Discard changes?" msgstr "Vill du slänga ändringarna?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Vill du slänga utkastet?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Vill du slänga inlägget?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Koppla från Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "Upptäck" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Upptäck flöden" @@ -4106,8 +4145,8 @@ msgstr "Upptäck nya anpassade flöden" msgid "Discover New Feeds" msgstr "Upptäck nya flöden" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Avvisa" @@ -4115,7 +4154,7 @@ msgstr "Avvisa" msgid "Dismiss banner" msgstr "Avvisa banderoll" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Avvisa fel" @@ -4217,8 +4256,9 @@ msgstr "Ingen fara! Alla dina befintliga meddelanden och inställningar är spar #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Klar" msgid "Double tap or long press the message to add a reaction" msgstr "Håll nere eller dubbeltryck på meddelandet för att lägga till en reaktion" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Dubbeltryck för att stänga dialogrutan" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Dubbeltryck för att gilla" @@ -4248,11 +4288,11 @@ msgstr "Ladda ner" msgid "Download Bluesky" msgstr "Ladda ner Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Ladda ner chattdata" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Ladda ner chattdata" @@ -4266,11 +4306,11 @@ msgstr "Ladda ner bild" msgid "Download invite QR code" msgstr "Ladda ner QR-inbjudan" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Ladda ner profildata" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Ladda ner profildata" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Spridning av privat information (”doxxing”)" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Utkast" @@ -4318,19 +4358,19 @@ msgstr "t.ex. alice.com" msgid "E.g. artistic nudes." msgstr "T.ex. konstnärliga nakenbilder." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "t.ex. Framstående inläggsförfattare" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "t.ex. Spammare" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "t.ex. Personer som aldrig träffar fel." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "t.ex. Användare som hela tiden svarar med annonser." @@ -4341,7 +4381,7 @@ msgstr "Ätstörningar" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Redigera" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Redigera avatar" @@ -4373,8 +4413,8 @@ msgstr "Redigera gruppnamn" msgid "Edit image" msgstr "Redigera bild" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Redigera interaktionsinställningar" @@ -4396,21 +4436,21 @@ msgstr "Redigera inbjudningslänk" msgid "Edit link settings" msgstr "Redigera länkinställningar" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Redigera listdetaljer" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Redigera livesändningsstatus" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Redigera modereringslista" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Redigera mina flöden" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Redigera personer" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Redigera interaktionsinställningar för inlägg" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Redigera profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Redigera profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Redigera startpaket" @@ -4454,15 +4494,15 @@ msgstr "Redigera startpaket" msgid "Edit this group chat’s name" msgstr "Redigera gruppchattens namn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Redigera användarlista" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Redigera vem som får svara" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Redigera ditt startpaket" @@ -4470,16 +4510,16 @@ msgstr "Redigera ditt startpaket" msgid "Education" msgstr "Utbildning" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Antingen har skaparen av den här listan blockerat dig, eller så har du blockerat skaparen." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-post" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "2FA via e-post inaktiverades" @@ -4492,7 +4532,7 @@ msgstr "2FA via e-post är aktiverat" msgid "Email address" msgstr "E-postadress" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-postmeddelandet har skickats på nytt" @@ -4508,7 +4548,7 @@ msgstr "E-postmeddelande skickat! <0>Klicka här för att skicka ett nytt." msgid "Email verification complete!" msgstr "E-postverifiering slutförd!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-postadress verifierad" @@ -4527,7 +4567,7 @@ msgstr "Bädda in inlägg" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Bädda in det här inlägget på din hemsida. Det är bara att kopiera följande text och klistra in den i HTML-koden på din hemsida." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Inbäddad videospelare" @@ -4542,12 +4582,7 @@ msgstr "Aktivera" msgid "Enable {0} only" msgstr "Aktivera endast {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "Aktivera uppladdning av 10 minuter långa videoklipp." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Tillåt vuxeninnehåll" @@ -4583,7 +4618,7 @@ msgstr "Aktivera notiser för ett konto genom att besöka dess profil och trycka msgid "Enable push notifications" msgstr "Aktivera pushnotiser" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Aktivera citatinlägg för det här inlägget" @@ -4601,7 +4636,7 @@ msgstr "Aktivera trendande ämnen" msgid "Enable trending videos in your Discover feed" msgstr "Visa trendande videoklipp i ditt Upptäck-flöde" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Aktiverat" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Ange ditt födelsedatum" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Ange din e-postadress" @@ -4670,15 +4705,15 @@ msgstr "Ange ditt lösenord" msgid "Enter your username and password" msgstr "Ange ditt användarnamn och lösenord" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Öppnar helskärm" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Underhållning" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fel" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Felmeddelande" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Ett fel uppstod när filen skulle sparas" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Fel vid mottagning av captcha-svar." @@ -4712,11 +4747,11 @@ msgstr "Fel vid mottagning av captcha-svar." msgid "Error: {error}" msgstr "Fel: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Alla får svara" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Alla får svara på det här inlägget." @@ -4783,7 +4818,7 @@ msgstr "Utöka eller fäll ihop det inlägg som du svarar på" msgid "Expand post text" msgstr "Utöka inläggstext" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Utökar eller fäller ihop inläggstext" @@ -4826,21 +4861,21 @@ msgstr "Explicit eller potentiellt stötande media." msgid "Explicit sexual images." msgstr "Explicit sexuella bilder." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Utforska" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Utforska appen" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Exportera min chattdata" @@ -4849,7 +4884,7 @@ msgstr "Exportera min chattdata" msgid "Export my data" msgstr "Exportera min data" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Exportera min profildata" @@ -4868,7 +4903,7 @@ msgstr "Extern media" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Extern media kan göra det möjligt för webbplatser att samla in information om dig och din enhet. Ingen information skickas eller begärs förrän du trycker på spelaknappen." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Inställningar för extern media" @@ -4946,7 +4981,7 @@ msgstr "Det gick inte att radera inlägget" msgid "Failed to delete post, please try again" msgstr "Det gick inte att radera inlägget. Försök igen" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Det gick inte att radera startpaketet" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Det gick inte att inaktivera inbjudningslänk" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Det gick inte att koppla från Germ DM. Fel: {0}" @@ -5003,16 +5038,16 @@ msgstr "Det gick inte att lämna gruppchatten" msgid "Failed to load conversations" msgstr "Det gick inte att läsa in konversationer" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Det gick inte att läsa in flöden" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Det gick inte att läsa in flödesinställningar" @@ -5037,14 +5072,14 @@ msgstr "Det gick inte att läsa in inställning." msgid "Failed to load profiles" msgstr "Det gick inte att läsa in profiler" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Det gick inte att läsa in föreslagna flöden" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Det gick inte att läsa in föreslagna konton att följa" @@ -5067,12 +5102,12 @@ msgstr "Det gick inte att markera alla förfrågningar som lästa" msgid "Failed to mute group chat" msgstr "Det gick inte att ignorera gruppchatt" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Det gick inte att fästa inlägget" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Det gick inte att återansluta Germ DM. Fel: {0}" @@ -5121,7 +5156,7 @@ msgstr "Det gick inte att återkalla din förfrågan. Försök igen." msgid "Failed to resolve location. Please try again." msgstr "Det gick inte att fastställa din plats. Försök igen." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Det gick inte att spara utkast" @@ -5135,7 +5170,7 @@ msgstr "Det gick inte att spara bild" msgid "Failed to save image: {0}" msgstr "Det gick inte att spara bilden: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Det gick inte att spara inställningarna. Försök igen." @@ -5168,7 +5203,7 @@ msgstr "Det gick inte att ignorera tråden. Försök igen" msgid "Failed to unlock group chat" msgstr "Det gick inte att låsa upp gruppchatt" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Det gick inte att lossa lista" @@ -5185,7 +5220,7 @@ msgstr "Det gick inte att uppdatera inställningar för 2FA via e-post" msgid "Failed to update email, please try again." msgstr "Det gick inte att uppdatera e-post. Försök igen." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Det gick inte att uppdatera flödena" @@ -5197,12 +5232,10 @@ msgstr "Det gick inte att uppdatera notisdeklaration" msgid "Failed to update settings" msgstr "Det gick inte att uppdatera inställningarna" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Det gick inte att ladda upp videoklippet" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Falskt konto eller bot" msgid "False information about elections" msgstr "Falsk information om val eller röstning" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Flöde" @@ -5241,11 +5274,11 @@ msgstr "Flödets skapare" msgid "Feed identifier" msgstr "Flödets identifierare" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Meny för flöde" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Lägg till eller ta bort flöde" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Feedback skickad till flödesoperatör" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Flöden" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "Flöden ✨" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Flöden är anpassade algoritmer som användare kan bygga med hjälp av lite kodningskunskap. <0>Se den här guiden för mer information." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Sök efter uppdatering" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Filen sparades utan problem!" @@ -5306,6 +5343,10 @@ msgstr "Filtrera efter författare (nuvarande: {currentLabel})" msgid "Filter from feeds" msgstr "Filtrera i flöden" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "Filtrera modereringsanmälningar (nuvarande: {currentLabel})" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrera sökning efter språk (nuvarande: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filter" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Slutför" @@ -5358,15 +5399,15 @@ msgstr "Finans" msgid "Find accounts to follow" msgstr "Hitta konton att följa" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Hitta och bjud in vänner" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Hitta kontakter" @@ -5378,7 +5419,7 @@ msgstr "Hitta mina vänner" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Hitta personer att följa" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Fokusera sökfältet" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Följ" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Följ {0}" @@ -5458,7 +5499,7 @@ msgstr "Följ {0}" msgid "Follow {displayName}" msgstr "Följ {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Följ {handle}" @@ -5474,8 +5515,8 @@ msgstr "Följ 10 personer för att komma igång" msgid "Follow 7 accounts" msgstr "Följ 7 konton" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Följ konto" @@ -5486,8 +5527,8 @@ msgstr "Följ konto" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Följ alla" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Följ alla konton" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Följare kan gå med" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Följare av @{0} som du känner" @@ -5552,28 +5593,29 @@ msgstr "Följare som du känner" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Följer" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Följer" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Följer {0}" @@ -5582,7 +5624,7 @@ msgstr "Följer {0}" msgid "Following {displayName}" msgstr "Följer {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Följer {handle}" @@ -5591,7 +5633,7 @@ msgstr "Följer {handle}" msgid "Following feed preferences" msgstr "Inställningar för Följer-flödet" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Inställningar för Följer-flödet" @@ -5613,7 +5655,7 @@ msgstr "Teckenstorlek" msgid "Food" msgstr "Mat" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "För organisationskonton, använd födelsedatumet för den person som är ansvarig för kontot." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Generera ny länk" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM frånkopplat" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM-länk" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM återanslutet" @@ -5812,7 +5854,7 @@ msgstr "Kom igång" msgid "GIF" msgstr "Gif-bild" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "Gif-bild uppladdad" @@ -5835,8 +5877,8 @@ msgstr "Förhärligande av våld" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Förhärligande av våld" msgid "Go back" msgstr "Gå tillbaka" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Gå tillbaka" @@ -5867,8 +5909,8 @@ msgstr "Gå tillbaka till föregående steg" msgid "Go home" msgstr "Gå till Hem" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Sänd live" @@ -5879,8 +5921,8 @@ msgstr "Sänd live" msgid "Go Live" msgstr "Sänd live" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Sänd live (inaktiverat)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Sänd live i" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "Gå till {0}s profil" @@ -5900,7 +5942,7 @@ msgstr "Gå till {firstAuthorName}s profil" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Gå till kontoinställningar" @@ -5943,8 +5985,8 @@ msgstr "Livesändning är för närvarande inaktiverat för ditt konto" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Uppfattat" @@ -5953,6 +5995,11 @@ msgstr "Uppfattat" msgid "Grant access" msgstr "Bevilja åtkomst" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "Grafiskt innehåll" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Gruppchattens namn uppdaterades" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Inställningar för gruppchatt" @@ -6083,6 +6130,11 @@ msgstr "Glada gif-bilder" msgid "Haptics" msgstr "Haptik" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "Trakasserier" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Trakasserier eller hat" @@ -6095,7 +6147,7 @@ msgstr "Skadliga eller riskfyllda aktiviteter" msgid "Harming or endangering minors" msgstr "Innehåll som kan skada eller utsätta minderåriga för fara" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtagg" @@ -6112,11 +6164,11 @@ msgstr "Hatpropaganda" msgid "Have a code? <0>Click here." msgstr "Har du en kod? <0>Klicka här." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Har vi tagit fel på var du befinner dig? <0>Tryck här för att uppdatera din plats med GPS." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Har du problem?" @@ -6145,11 +6197,11 @@ msgstr "Här är ditt applösenord!" msgid "Hey there 👋" msgstr "Hej där 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Hej där!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Hej där!" @@ -6158,7 +6210,7 @@ msgstr "Hej där!" msgid "Hidden" msgstr "Dolt" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Dolt av dina modereringsinställningar." @@ -6166,23 +6218,19 @@ msgstr "Dolt av dina modereringsinställningar." msgid "Hidden list" msgstr "Dold lista" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Dölj" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Dölj" @@ -6195,7 +6243,7 @@ msgstr "Dölj anpassningsalternativ" msgid "Hide group chat updates" msgstr "Dölj chatthändelser" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Dölj listor" @@ -6203,23 +6251,23 @@ msgstr "Dölj listor" msgid "Hide password" msgstr "Dölj lösenord" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Dölj inlägg för mig" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Dölj svar för alla" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Dölj svar för mig" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Dölj återpubliceringar i flöden" @@ -6227,38 +6275,31 @@ msgstr "Dölj återpubliceringar i flöden" msgid "Hide this card" msgstr "Dölj det här kortet" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Dölj det här inlägget?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Dölj det här svaret?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Dölj översättning" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Dölj trendande ämnen" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Dölj trendande ämnen?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Dölj trendande videoklipp?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Dölj användarlista" @@ -6267,12 +6308,12 @@ msgstr "Dölj användarlista" msgid "Hide verification badges" msgstr "Dölj verifieringsmärken" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Döljer innehållet" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Döljer kampanjbanderollen om att bjuda in vänner" @@ -6308,7 +6349,7 @@ msgstr "Hmm, flödets server svarade med ett fel. Meddela gärna flödets ägare msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, vi har problem med att hitta det här flödet. Det kan ha raderats." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm, det verkar som om vi har problem med att läsa in den här datan. Se nedan för mer information. Om problemet kvarstår, vänligen kontakta oss." @@ -6316,14 +6357,14 @@ msgstr "Hmmmm, det verkar som om vi har problem med att läsa in den här datan. msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, vi kunde inte ladda den modereringstjänsten." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Vänta lite! Vi ger gradvis tillgång till videoklipp till fler användare, och du står fortfarande i kön. Försök igen senare!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Hem" @@ -6369,8 +6410,8 @@ msgstr "Människohandel" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Jag samtycker till att Bluesky använder mina kontakter för att hitta personer jag känner, och att de sparar den hashade datan för matchning. Detta gäller tills jag väljer att avsluta tjänsten." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Jag har en kod" @@ -6400,15 +6441,15 @@ msgstr "Om inget väljs visas alla språk i dina flöden." 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." msgstr "Om du är 18 år eller äldre och vill försöka igen, klicka på knappen nedan och använd en annan verifieringsmetod om en sådan finns tillgänglig i din region. Om du har frågor eller funderingar kan <0>vårt supportteam hjälpa till." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Om du inte är vuxen enligt ditt lands lagar måste din förälder eller vårdnadshavare läsa villkoren för din räkning." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Om ditt födelsedatum inte stämmer kan du uppdatera det genom att <0>klicka här." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Om du raderar den här listan kommer du inte att kunna återställa den." @@ -6420,7 +6461,7 @@ msgstr "Om du har en egen domän kan du använda den som ditt användarnamn. Det msgid "If you need to update your email, <0>click here." msgstr "Om du behöver uppdatera din e-post, <0>klicka här." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Om du tar bort det här inlägget kommer du inte att kunna återställa det." @@ -6441,7 +6482,7 @@ msgstr "Om du vill begränsa vem som kan få notiser om ditt kontos aktivitet ka msgid "If you're a developer, you can host your own server." msgstr "Om du är utvecklare kan du driva en egen server." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Om du vill ändra ditt användarnamn eller din e-postadress måste du göra det innan du inaktiverar kontot." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Bild" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Bild {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Bild {0} av {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Bild {0} av {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Bild-cachen rensades, frigjorde {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Bildgalleri, {0} bilder" @@ -6526,7 +6567,7 @@ msgstr "Importera kontakter" msgid "Import Contacts" msgstr "Importera kontakter" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Importera kontakter eller bjud in dina vänner" @@ -6540,7 +6581,7 @@ msgstr "Importera kontakter för att hitta dina vänner" msgid "Imported on {0}" msgstr "Importerades den {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "För att kunna ge dig en upplevelse som är lämplig för din ålder behöver vi veta ditt födelsedatum. Det här behöver bara göras en gång, och din data kommer hållas privat." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Inkludera inlägg gjorda till och med detta datum" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Inkludera tidsstämpel ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "Ange koden som har skickats till dig via e-post" msgid "Interaction limited" msgstr "Interaktion begränsad" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Interaktionsinställningar" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Nu införs sparade inlägg, även kallat bokmärken" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Ogiltig bekräftelsekod för 2FA." @@ -6691,7 +6732,7 @@ msgstr "Ogiltigt ämne för anmälan" msgid "Invalid rescind request." msgstr "Ogiltig begäran om återkallelse." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Ogiltig verifieringskod" @@ -6703,15 +6744,15 @@ msgstr "Bjud in" msgid "Invite {name} to join Bluesky" msgstr "Bjud in {name} att gå med i Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Inbjudningskod" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Inbjudningskoden godkändes inte. Kontrollera att du har angett den korrekt och försök igen." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Bjud in vänner" @@ -6761,7 +6802,7 @@ msgstr "Inbjudningslänk redigerad" msgid "Invite link enabled" msgstr "Inbjudningslänk aktiverad" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Bjud in människor till det här startpaketet!" @@ -6786,26 +6827,26 @@ msgstr "Inbjudningar, men personliga" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Det verkar som att några av dina kontakter inte har försökt hitta dig här. Du kan skicka en personlig inbjudan till dem genom att utgå från en skiss på meddelande vi gjort." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Det stämmer" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Just nu är det bara <0>{0} ! Lägg till fler personer i ditt startpaket genom att söka ovan." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Just nu är det bara du! Lägg till fler personer i ditt startpaket genom att söka ovan." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Jobb-ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Jobb" @@ -6816,8 +6857,8 @@ msgstr "Gå med" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Gå med i Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Delta i samtalen" msgid "Journalism" msgstr "Journalistik" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Fortsätt redigera" @@ -6854,17 +6895,17 @@ msgstr "Håll mig uppdaterad" msgid "KWS website" msgstr "KWS webbplats" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Sätt etikett på svar för algo" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Markerat av {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Markerat av användaren." @@ -6893,7 +6934,7 @@ msgstr "Etiketter på ditt konto" msgid "Language" msgstr "Språk" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Språkinställningar" @@ -6907,12 +6948,12 @@ msgstr "Språk" msgid "Larger" msgstr "Större" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "Senast initierad för {timeAgo} sedan" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "Senast initierad nyss" @@ -6923,8 +6964,8 @@ msgstr "Senast initierad nyss" msgid "Latest" msgstr "Senaste" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "Läs mer om <0>hur du använder avancerade sökfilter." msgid "Learn more about age assurance" msgstr "Läs mer om ålderskontroll" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Läs mer om Bluesky" @@ -6966,8 +7007,8 @@ msgstr "Läs mer om att importera kontakter" msgid "Learn more about self hosting your PDS." msgstr "Läs mer om att driva din egen PDS." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Läs mer om den moderering som tillämpas på det här innehållet" @@ -6984,8 +7025,8 @@ msgstr "Läs mer om förändringarna och hur du kan dela med dig av dina synpunk msgid "Learn more about this warning" msgstr "Läs mer om den här varningen" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Läs mer om verifiering på Bluesky" @@ -6995,7 +7036,7 @@ msgstr "Läs mer om verifiering på Bluesky" msgid "Learn more about what is public on Bluesky." msgstr "Läs mer om vad som är publikt på Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Läs mer om din Germ DM-länk" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "Läs mer i dina <0>kontoinställningar." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Läs mer." @@ -7067,7 +7108,7 @@ msgstr "Om du lämnar den här chatten kommer den att låsas permanent, och du k msgid "Left group chat." msgstr "Du lämnade gruppchatten." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "kvar." @@ -7080,7 +7121,7 @@ msgstr "Låt mig välja" msgid "Let's get your password reset!" msgstr "Låt oss få ditt lösenord återställt!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Sätt igång!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Ljus" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Gilla" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Gilla ({0, plural, one {# gillamarkering} other {# gillamarkeringar}})" @@ -7114,7 +7155,7 @@ msgstr "Gilla 10 inlägg" msgid "Like 10 posts to train the Discover feed" msgstr "Gilla 10 inlägg för att träna Upptäck-flödet" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Gilla det här flödet" @@ -7122,8 +7163,8 @@ msgstr "Gilla det här flödet" msgid "Like this labeler" msgstr "Gilla den här etikettsättaren" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Gillas av" @@ -7140,26 +7181,26 @@ msgstr "Gillas av" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Gillas av {0, plural, one {# användare} other {# användare}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "Gillas av {0}" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "Gillas av {0} och {1}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Gillamarkeringar" msgid "Likes of your reposts" msgstr "Gillamarkeringar på dina återpubliceringar" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Gillamarkeringar på det här inlägget" @@ -7191,11 +7232,16 @@ msgstr "Linjär vy" msgid "Link copied to clipboard" msgstr "Länk kopierad till urklipp" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Lista" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "Listan ”{list}”" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Listavatar" @@ -7227,20 +7273,20 @@ msgstr "Listan skapades, men vissa medlemmar gick inte att lägga till" msgid "List creator" msgstr "Listans skapare" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Listan raderades" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Listbeskrivning" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Listbeskrivningen är för lång. {DESCRIPTION_MAX_GRAPHEMES, plural, other {Maximalt antal tecken är #.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Listan har dolts" @@ -7248,7 +7294,7 @@ msgstr "Listan har dolts" msgid "List Hidden" msgstr "Lista dold" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Listan måste ha ett namn." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Listan ignorerades" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Listnamn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Listnamnet är för långt. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {Maximalt antal tecken är #.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Listan avblockerades" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Listan ignoreras inte längre" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listor" @@ -7326,12 +7372,12 @@ msgstr "Livesändnings­funktionen är i beta" msgid "Live link" msgstr "Länk till livesändning" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Läs in fler" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Läs in fler föreslagna flöden" @@ -7346,16 +7392,16 @@ msgstr "Läs in nya notiser" msgid "Load new posts" msgstr "Läs in nya inlägg" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Läser in chatt…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Läser in listor…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Läser in inläggets interaktionsinställningar…" @@ -7383,7 +7429,7 @@ msgstr "Lås den här gruppchatten" msgid "Locked" msgstr "Låst" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Logg" @@ -7405,11 +7451,6 @@ msgstr "Logotyp av <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "Tryck och håll nere för att öppna taggmenyn för {0}" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Längre videoklipp" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Ser ut som XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Försäkra dig om att det här är den webbplats du tänkt besöka!" msgid "Manage saved feeds" msgstr "Hantera sparade flöden" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Hantera verifieringsinställningar" @@ -7461,8 +7502,14 @@ msgstr "Hantera dina ignorerade ord och taggar" msgid "Manual" msgstr "Manuellt" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "Markera alla åtgärder som lästa" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Markera alla som lästa" @@ -7473,6 +7520,10 @@ msgstr "Markera alla som lästa" msgid "Mark all chats as read" msgstr "Markera alla chattar som lästa" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "Markera alla anmälningar som lästa" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Media" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "Media lagrad på {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Media lagrad på en annan enhet" @@ -7540,7 +7591,7 @@ msgstr "Medlemmar" msgid "Members can still read chat history but can’t send new messages." msgstr "Medlemmarna kan fortfarande läsa chatthistoriken men kan inte skicka nya meddelanden." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "omnämnda användare" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Skicka meddelande" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Meddelande" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "Skicka meddelande till {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Meddelande raderat" @@ -7603,7 +7655,7 @@ msgstr "Meddelande från @{0}: {1}" msgid "Message from server: {0}" msgstr "Meddelande från servern: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Inmatningsfält för meddelande" @@ -7615,7 +7667,7 @@ msgstr "Meddelandet är för långt ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Meddelandealternativ" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Meddelanden" @@ -7640,12 +7692,12 @@ msgstr "Trakasserier eller mobbning av minderårig" msgid "Misleading" msgstr "Vilseledning" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Media saknas" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderering" @@ -7658,6 +7710,12 @@ msgstr "Moderering och innehållsfilter" msgid "Moderation details" msgstr "Modereringsdetaljer" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "Modereringsinkorg" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Modereringslista av <0/>" msgid "Moderation list by you" msgstr "Modereringslista av dig" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Modereringslistan skapades" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Modereringslistan uppdaterades" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Modereringslistor" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Modereringslistor" @@ -7697,11 +7755,11 @@ msgstr "Modereringslistor" msgid "moderation settings" msgstr "modereringsinställningar" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Modereringslägen" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Modereringsverktyg" @@ -7710,8 +7768,8 @@ msgstr "Modereringsverktyg" msgid "Moderator has chosen to set a general warning on the content." msgstr "En moderator har valt att sätta en allmän varning på innehållet." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Fler flöden" @@ -7720,10 +7778,10 @@ msgstr "Fler flöden" msgid "More languages..." msgstr "Fler språk…" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Fler alternativ" @@ -7747,7 +7805,7 @@ msgstr "Musik" msgid "Mute" msgstr "Ignorera" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Stäng av ljud" msgid "Mute {0}" msgstr "Ignorera {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Ignorera konto" @@ -7816,13 +7874,13 @@ msgstr "Ignorera det här ordet endast i taggar" msgid "Mute this word until you unmute it" msgstr "Ignorera det här ordet tills du själv väljer att sluta med det" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Ignorera tråd" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Ignorera ord och taggar" @@ -7834,11 +7892,11 @@ msgstr "Stäng av notiser, lämna chatten eller ta bort deltagare när du vill. msgid "Muted" msgstr "Ignoreras" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Ignorerade konton" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Ignorerade konton" @@ -7852,7 +7910,7 @@ msgstr "Inlägg och meddelanden från ignorerade konton tas bort från ditt flö msgid "Muted by \"{0}\"" msgstr "Ignorerat av ”{0}”" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Ignorerade ord och taggar" @@ -7881,7 +7939,7 @@ msgstr "Mina flöden" msgid "My starter pack" msgstr "Mitt startpaket" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Namn" @@ -7891,12 +7949,12 @@ msgstr "Natur" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Navigera till {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Navigera till startpaket" @@ -7910,8 +7968,8 @@ msgstr "Navigerar till nästa ruta" msgid "Navigates to your profile" msgstr "Navigerar till din profil" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Behöver du skicka in ett upphovsrättsärende, en juridisk begäran eller något som rör regulatorisk efterlevnad?" @@ -7919,10 +7977,6 @@ msgstr "Behöver du skicka in ett upphovsrättsärende, en juridisk begäran ell msgid "Nevermind, create a handle for me" msgstr "Det var inget. Skapa ett användarnamn åt mig" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Nytt" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Ny e-postadress" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Ny funktion" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Nya meddelanden" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Nytt lösenord" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Nytt inlägg" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Nytt inlägg" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Senaste svar först" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Nyheter" @@ -8088,15 +8142,15 @@ msgstr "Nyheter" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Nästa" @@ -8108,12 +8162,16 @@ msgstr "Nästa bild" msgid "Night" msgstr "Natt" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Nej" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "Ingen åtgärd vidtogs" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Inga annonser, ingen påträngande spårning, inga engagemangsfällor. Bluesky värnar om din tid och ditt fokus." @@ -8194,11 +8252,11 @@ msgstr "Inga gillamarkeringar ännu" msgid "No lists" msgstr "Inga listor" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "{0} följs inte längre" @@ -8224,7 +8282,7 @@ msgstr "Inget mer doomscrollande orsakat av skräpfyllda algoritmer. Hitta flöd msgid "No name" msgstr "Inget namn" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Inga notiser ännu!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Ingen" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Ingen annan än författaren kan citera det här inlägget." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Inga resultat" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Inga resultat för ”{0}”." @@ -8322,7 +8380,7 @@ msgstr "Inga resultat hittades för ”<0>{query}”." msgid "No results found for your query with advanced search filters applied." msgstr "Inga resultat hittades för din sökning med avancerade sökfilter tillämpade." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Inga resultat." @@ -8335,7 +8393,7 @@ msgstr "Inga startpaket ännu" msgid "No thanks" msgstr "Nej tack" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Ingen översättning mottagen från din enhet." @@ -8343,7 +8401,7 @@ msgstr "Ingen översättning mottagen från din enhet." msgid "No video posts yet" msgstr "Inga videoinlägg ännu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Ingen" @@ -8360,7 +8418,7 @@ msgstr "Ingen har citerat det här ännu. Du kanske kan bli den första!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ingen har återpublicerat det här ännu. Kanske kan du bli den första!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Ingen hittades. Försök med att söka efter någon annan." @@ -8398,7 +8456,7 @@ msgstr "Ej tillgängligt på denna plattform." msgid "Not followed by anyone you’re following" msgstr "Följs inte av någon som du följer" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Hittades inte" @@ -8407,7 +8465,7 @@ msgstr "Hittades inte" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Inte redo att publicera? Spara dina idéer som utkast tills tiden är inne." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Anmärkning om delning" @@ -8419,13 +8477,17 @@ msgstr "Obs: Bluesky är en del av det öppna och publika Atmosphere-nätverket. msgid "Note: This post is only visible to logged-in users." msgstr "Obs: Det här inlägget visas bara för inloggade användare." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Inget sparat ännu" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Notisinställningar" @@ -8435,8 +8497,8 @@ msgstr "Notisinställningar" msgid "Notification sounds" msgstr "Notisljud" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Notisljud" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Notiser" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Okej" @@ -8505,6 +8567,10 @@ msgstr "Äldsta svar först" msgid "On" msgstr "På" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "På Bluesky innebär det här att dina inlägg bara visas i Upptäck-flödet för personer som följer dig. Andra appar kan välja att använda den här inställningen för sina egna algoritmiska rekommendationer." + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "på<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "En av de valda mottagarna tillåter inte gruppchattar." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "En av de valda mottagarna har blockerat dig och kan inte nås via meddelanden." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "En eller flera gif-bilder saknar alternativtext." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "En eller flera bilder saknar alternativtext." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "En eller flera av de filer du valt stöds inte." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "En eller flera av de filer du valt är för stora. Maxstorlek är {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Ett eller flera inlägg är för långa för att sparas som utkast. {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {Maximalt antal tecken är #.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Ett eller flera videoklipp saknar alternativtext." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Endast {0} får svara." @@ -8556,7 +8622,7 @@ msgstr "Endast {0} får svara." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Endast {0} av {1} {2, plural, one {bild} other {bilder}} lades till. Gränsen är {MAX_GALLERY_IMAGES} bilder" @@ -8578,7 +8644,7 @@ msgstr "Endast följare kan gå med i den här gruppchatten." msgid "Only followers who I follow" msgstr "Bara följare som jag följer" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Endast bildfiler stöds" @@ -8637,7 +8703,7 @@ msgstr "Öppna avancerade sökalternativ" msgid "Open avatar creator" msgstr "Öppna avatarskapare" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Öppna kamera" @@ -8655,7 +8721,7 @@ msgstr "Öppna medlemsalternativ för {displayName}" msgid "Open conversation options" msgstr "Öppna konversationsalternativ" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Öppna utkast" @@ -8663,8 +8729,8 @@ msgstr "Öppna utkast" msgid "Open drawer menu" msgstr "Öppna sidpanel" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Öppna emoji-väljaren" @@ -8695,12 +8761,12 @@ msgstr "Öppna gruppchatt" msgid "Open group chat settings" msgstr "Öppna inställningar för gruppchatt" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Öppna i Google Översätt" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Öppna länk till {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Öppna meddelandealternativ" msgid "Open moderation debug page" msgstr "Öppna felsökningssida för moderering" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Öppna inställningar för ignorerade ord och taggar" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Öppna paket" @@ -8743,7 +8809,7 @@ msgstr "Öppna inställningar" msgid "Open share menu" msgstr "Öppna delningsmeny" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Öppna startpaketsmeny" @@ -8759,10 +8825,9 @@ msgstr "Öppna systemlogg" msgid "Open this group chat" msgstr "Öppna den här gruppchatten" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "Öppnar flödet {0}" +msgid "Opens {displayName} feed" +msgstr "Öppnar flödet {displayName}" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Öppnar ytterligare detaljer för en loggpost" msgid "Opens alt text dialog" msgstr "Öppnar dialogruta för alternativtext" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Öppnar kameran på enheten" @@ -8804,28 +8869,28 @@ msgstr "Öppnar dialogruta för ändring av användarnamn" msgid "Opens composer" msgstr "Öppnar inläggsverktyget" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Öppnar enhetens kamera" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Öppnar enhetens galleri där du kan välja upp till {MAX_GALLERY_IMAGES, plural, other {# bilder}}, ett enskilt videoklipp eller en enskild gif-bild." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Öppnar guiden för att skapa ett nytt Bluesky-konto" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Öppnar guide för att logga in på ditt befintliga Bluesky-konto" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Öppnar bild i full vy" @@ -8833,7 +8898,7 @@ msgstr "Öppnar bild i full vy" msgid "Opens helpdesk in browser" msgstr "Öppnar hjälpcentralen i webbläsaren" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Öppnar bildväljaren" @@ -8854,7 +8919,7 @@ msgstr "Öppnar inställningar för inläggsspråk" msgid "Opens profile" msgstr "Öppnar profil" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Öppnar inställningarna för att hitta och bjuda in vänner" @@ -8867,11 +8932,11 @@ msgstr "Öppnar dialogrutan för val av gif-bild" msgid "Opens the invite friends sheet to share your profile" msgstr "Öppnar bjud in vänner-panelen för att dela din profil" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Öppnar inläggsverktyget" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Öppnar det här utkastet i inläggsverktyget" @@ -8879,15 +8944,51 @@ msgstr "Öppnar det här utkastet i inläggsverktyget" msgid "Opens this profile" msgstr "Öppnar den här profilen" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Alternativ:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Eller fortsätt med ett annat konto." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Eller logga in på ett av dina andra konton." @@ -8985,7 +9086,7 @@ msgstr "Festliga gif-bilder" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Lösenord" @@ -8993,7 +9094,7 @@ msgstr "Lösenord" msgid "Password changed" msgstr "Lösenordet har ändrats" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Lösenordet måste vara minst 8 tecken långt." @@ -9005,7 +9106,7 @@ msgstr "Lösenordet har uppdaterats" msgid "Password updated!" msgstr "Lösenordet har uppdaterats!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Pausa" @@ -9020,7 +9121,7 @@ msgstr "Pausa video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Personer" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "Personer som {ownerName} följer kan begära att få gå med" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Personer som följs av @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Personer som följer @{0}" @@ -9070,11 +9171,11 @@ msgstr "Personer jag följer kan gå med direkt" msgid "People I follow can request to join" msgstr "Personer jag följer kan begära att få gå med" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Personer du följer" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Omnämnda i inlägget" @@ -9082,7 +9183,7 @@ msgstr "Omnämnda i inlägget" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Åtkomst till ditt bildbibliotek nekades. Aktivera det i dina systeminställningar." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Lägg till eller ta bort person" @@ -9115,15 +9216,15 @@ msgstr "Välj ett färgtema" msgid "Pictures meant for adults." msgstr "Bilder avsedda för vuxna." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Fäst flöde" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Fäst på hem" @@ -9131,8 +9232,8 @@ msgstr "Fäst på hem" msgid "Pin to Home" msgstr "Fäst på Hem" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Fäst på din profil" @@ -9151,11 +9252,11 @@ msgstr "Fäste {0} på Hem" msgid "Pinned Feeds" msgstr "Fästa flöden" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Fäst i dina flöden" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Spela" @@ -9169,12 +9270,12 @@ msgstr "Spela {0}" msgid "Play GIF" msgstr "Spela upp gif-bild" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Spela upp videoklipp" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Spela upp videoklipp" @@ -9182,7 +9283,7 @@ msgstr "Spela upp videoklipp" msgid "Plays or pauses the GIF" msgstr "Spelar upp eller pausar gif-bilden" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Spelar upp eller pausar videoklippet" @@ -9190,7 +9291,7 @@ msgstr "Spelar upp eller pausar videoklippet" msgid "Plays the GIF" msgstr "Spelar upp gif-bilden" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Spelar upp videoklippet" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Välj ditt användarnamn." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Välj ditt lösenord." @@ -9219,12 +9320,12 @@ msgstr "Klicka på länken i e-postmeddelandet vi just skickade till dig för at msgid "Please complete the verification captcha." msgstr "Slutför captcha-verifieringen." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Bekräfta din e-postadress för att ladda upp videoklipp." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Dubbelkolla att du har angett din e-postadress korrekt." @@ -9232,7 +9333,7 @@ msgstr "Dubbelkolla att du har angett din e-postadress korrekt." msgid "Please enter a password." msgstr "Ange ett lösenord." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Ange ett lösenord. Det måste vara minst 8 tecken långt." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Ange den säkerhetskod vi skickade till din tidigare e-postadress." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Ange din e-postadress." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Ange din inbjudningskod." @@ -9306,8 +9407,8 @@ msgstr "Förklara varför du anser att dina chattar felaktigt har inaktiverats" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Förklara varför du anser att beslutet att inaktivera livesändnings­funktionen för dig var felaktigt." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Gå tillbaka, eller aktivera det här elementet för att återgå till början av det aktiva innehållet." @@ -9333,7 +9434,7 @@ msgstr "Välj en orsak till din anmälan" msgid "Please sign in as @{0}" msgstr "Logga in som @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Gör din anmälan via formuläret ”Report non-consensual intimate imagery (NCII)”." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Skriv ditt meddelande nedan:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politik" @@ -9367,18 +9468,18 @@ msgstr "Politik" msgid "Porn" msgstr "Porr" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Publicera" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Inlägg" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Inlägg {index} av {count}" @@ -9393,12 +9494,12 @@ msgstr "Publicera ett foto" msgid "Post a video" msgstr "Publicera ett videoklipp" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Publicera alla" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Publicera ändå" @@ -9406,11 +9507,16 @@ msgstr "Publicera ändå" msgid "Post blocked" msgstr "Inlägg blockerat" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "Inlägg av {account}" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Inlägg av @{0}" @@ -9423,10 +9529,10 @@ msgstr "Inlägget raderades" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Inlägget kunde inte laddas upp. Kontrollera din internetanslutning och försök igen." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Inlägget har raderats" @@ -9440,11 +9546,11 @@ msgstr "Inlägg dolt genom ignorerat ord" msgid "Post Hidden by You" msgstr "Inlägg dolt av dig" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Interaktionsinställningar för inlägg" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Interaktionsinställningar för inlägg" @@ -9468,7 +9574,7 @@ msgstr "Publicera länk" msgid "Post not found" msgstr "Inlägget hittades inte" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Inlägget fästes" @@ -9478,7 +9584,7 @@ msgstr "Inlägget fästes" msgid "Post type" msgstr "Inläggstyp" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Inlägget lossades" @@ -9487,7 +9593,7 @@ msgstr "Inlägget lossades" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Inlägg" @@ -9520,7 +9626,7 @@ msgstr "Föredraget språk" msgid "Press to attempt reconnection" msgstr "Tryck för att försöka återansluta" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Integritet" msgid "Privacy and security" msgstr "Integritet och säkerhet" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Integritets- och säkerhetsinställningar" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Integritetspolicy" msgid "Privacy violation of a minor" msgstr "Kränkning av minderårigs integritet" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "Bearbetar gif-bild…" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Bearbetar videoklipp…" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Publika, delningsbara listor över användare som kan ignoreras eller blockeras i grupp." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Publicera inlägg" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Publicera samtliga inlägg" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Publicera samtliga svar" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Publicera samtliga svar" @@ -9685,7 +9791,7 @@ msgstr "QR-koden har sparats i din kamerarulle!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Citera inlägg" @@ -9723,8 +9829,8 @@ msgstr "Anropsgränsen har överskridits. Du har försökt att ändra ditt anvä msgid "Rate limit exceeded. Please try again later." msgstr "Förfrågningsgränsen har överskridits. Försök igen senare." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Sätt tillbaka citat" @@ -9745,7 +9851,7 @@ msgstr "Reagera med {emoji}" msgid "Reactions" msgstr "Reaktioner" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Återaktivera ditt konto" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Läs om hur du använder avancerade sökfilter" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Läs blogginlägget" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Visa mindre" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Visa mer" @@ -9780,7 +9886,7 @@ msgstr "Läs fler svar" msgid "Read our blog post" msgstr "Läs vårt blogginlägg" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Läs Bluesky-bloggen" @@ -9794,11 +9900,11 @@ msgstr "Läs Blueskys integritetspolicy" msgid "Read the Bluesky Terms of Service" msgstr "Läs Blueskys användarvillkor" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Äkta samtal." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Äkta människor." @@ -9862,23 +9968,24 @@ msgstr "Ladda om konversationer" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Ta bort" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Ta bort {displayName} från gruppchatt" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Ta bort {displayName} från startpaketet" @@ -9914,8 +10021,8 @@ msgstr "Ta bort bilaga" msgid "Remove Avatar" msgstr "Ta bort avatar" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Ta bort banderoll" @@ -9950,8 +10057,8 @@ msgstr "Ta bort från chatt" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Ta bort från mina flöden" @@ -9960,8 +10067,8 @@ msgstr "Ta bort från mina flöden" msgid "Remove from quick access?" msgstr "Ta bort från snabbåtkomst?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Ta bort från sparade flöden" @@ -9970,7 +10077,7 @@ msgstr "Ta bort från sparade flöden" msgid "Remove from saved posts" msgstr "Ta bort från sparade inlägg" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Ta bort från dina flöden?" @@ -10010,7 +10117,7 @@ msgstr "Ta bort förslag" msgid "Remove this feed from your saved feeds" msgstr "Ta bort det här flödet från dina sparade flöden" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Ta bort otillgängliga modereringstjänster" @@ -10018,10 +10125,14 @@ msgstr "Ta bort otillgängliga modereringstjänster" msgid "Remove user from list" msgstr "Ta bort användare från lista" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Ta bort verifiering" @@ -10029,11 +10140,11 @@ msgstr "Ta bort verifiering" msgid "Remove your verification for this account?" msgstr "Ta bort din verifiering av det här kontot?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Borttaget av författaren" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Borttaget av dig" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Togs bort från sparade inlägg" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Togs bort från startpaket" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Togs bort från dina flöden" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Tog bort otillgängliga tjänster" @@ -10128,11 +10240,11 @@ msgstr "Besvarat meddelande, tryck för att rulla till det" msgid "Replies" msgstr "Svar" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Svar inaktiverade" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Svar är inaktiverat för det här inlägget." @@ -10141,14 +10253,14 @@ msgstr "Svar är inaktiverat för det här inlägget." msgid "Reply" msgstr "Svara" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Svara" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Svara ({0, plural, one {# svar} other {# svar}})" @@ -10162,7 +10274,7 @@ msgstr "Svaret har dolts av trådskaparen" msgid "Reply Hidden by You" msgstr "Svaret har dolts av dig" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Svarsinställningarna sätts av trådens skapare" @@ -10185,8 +10297,8 @@ msgstr "Svaret doldes utan problem" msgid "Report" msgstr "Anmäl" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Anmäl konto" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Anmäl konversation" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Dialogruta för anmälan" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Anmäl flöde" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Anmäl lista" @@ -10216,8 +10328,8 @@ msgstr "Anmäl lista" msgid "Report message" msgstr "Anmäl meddelande" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Anmäl inlägg" @@ -10225,8 +10337,8 @@ msgstr "Anmäl inlägg" msgid "Report sent" msgstr "Rapport skickad" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Anmäl startpaket" @@ -10292,7 +10404,7 @@ msgstr "Återpublicera ({0, plural, one {# återpublicering} other {# återpubli #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Återpublicera eller citera inlägg" @@ -10330,12 +10442,12 @@ msgstr "Återpubliceringar av det här inlägget" msgid "Reposts of your reposts" msgstr "Återpubliceringar av dina återpubliceringar" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Återpubliceringar kommer att döljas i flöden" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Återpubliceringar kommer att visas i flöden" @@ -10348,8 +10460,8 @@ msgstr "Begär att få åtkomst till gruppchatten" msgid "Request approved." msgstr "Förfrågan godkänd." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Begär kod" @@ -10371,7 +10483,7 @@ msgstr "Förfrågan skickad" msgid "Requests" msgstr "Förfrågningar" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Kräv alternativtext innan publicering" msgid "Require an email code to sign in to your account." msgstr "Kräv en kod som skickas via e-post för att logga in på ditt konto." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Obligatoriskt för den här leverantören" @@ -10418,16 +10530,16 @@ msgstr "Skicka kod på nytt" msgid "Resend code in <0>00:{0}" msgstr "Skicka kod på nytt om <0>00:{0}" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Skicka e-postmeddelande på nytt" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Skicka e-postmeddelande på nytt" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Skicka verifieringsmeddelande på nytt" @@ -10453,6 +10565,11 @@ msgstr "Återställ lösenord" msgid "Reset your password by sending a code to your email" msgstr "Återställ ditt lösenord genom en kod som skickas till dig via e-post" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "Behandlad" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Återställ standard" @@ -10479,9 +10596,9 @@ msgstr "Försöker igen med den senaste misslyckade åtgärden" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Försöker igen med den senaste misslyckade åtgärden" msgid "Retry" msgstr "Försök igen" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Försök läsa in alternativ för anmälan på nytt" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Gå tillbaka till föregående sida" @@ -10521,7 +10638,7 @@ msgstr "Går tillbaka till startsidan" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Går tillbaka till föregående sida" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "Ledsna gif-bilder" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Spara födelsedatum" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Spara ändringar" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Spara ändringar?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Spara utkast" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Spara utkast?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Spara bild" @@ -10608,8 +10725,8 @@ msgstr "Spara nytt användarnamn" msgid "Save QR code" msgstr "Spara QR-kod" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Spara mina val till nästa gång" @@ -10618,7 +10735,7 @@ msgstr "Spara mina val till nästa gång" msgid "Save to my feeds" msgstr "Spara till mina flöden" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Sparade flöden" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Sparade inlägg" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Sparat i dina flöden" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Säg hej!" @@ -10661,7 +10778,7 @@ msgstr "Skanna" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Skanna QR-kod" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Gå till toppen" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Sök" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Sök i @{0}s inlägg" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Sök efter namn eller intresse" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Sök flöden" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "Sök efter ”{interestsDisplayName}”" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "Sök efter ”{interestsDisplayName}” (aktiv)" @@ -10734,19 +10851,19 @@ msgstr "Sök efter ”{searchText}”" msgid "Search for {q}" msgstr "Sök efter {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Sök efter flöden att föreslå åt andra." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Sök efter fler konton" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Sök efter fler flöden" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Sök efter personer" @@ -10774,14 +10891,14 @@ msgstr "Sök språk" msgid "Search my posts" msgstr "Sök i mina inlägg" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Sök inlägg" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Sök profiler" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Sök…" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Söker efter profiler" @@ -10829,14 +10946,14 @@ msgstr "Se #{tag}-inlägg" msgid "See #{tag} posts by user" msgstr "Se #{tag}-inlägg av användare" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Se jobb på Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Se fler" @@ -10844,16 +10961,11 @@ msgstr "Se fler" msgid "See more suggested profiles" msgstr "Se fler föreslagna profiler" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Se fler trendande ämnen" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Se nummerbrickor (1/3, 2/3 osv.) på inlägg av samma författare." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "Välj {langName}" msgid "Select a color" msgstr "Välj en färg" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Välj orsak" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Välj konto" @@ -10910,7 +11022,7 @@ msgstr "Välj en avatar" msgid "Select an emoji" msgstr "Välj en emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Välj ett alternativ" @@ -10946,11 +11058,11 @@ msgstr "Välj filtertyp (nuvarande: {0})" msgid "Select from an existing account" msgstr "Välj ett befintligt konto" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Välj bland dina listor" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Välj bland dina listor <0>{numberOfListsSelected, plural, one {(# vald)} other {(# valda)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Välj hur länge det här ordet ska ignoreras." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Välj språk" @@ -10987,7 +11099,7 @@ msgstr "Välj språk…" msgid "Select languages" msgstr "Välj språk" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Välj modereringstjänst" @@ -11028,7 +11140,7 @@ msgstr "Välj språk för appens användargränssnitt." msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Välj vilka språk som du vill att de flöden du prenumererar på ska inkludera. Om inget väljs visas alla språk." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Välj ditt födelsedatum" @@ -11045,7 +11157,7 @@ msgstr "Välj önskat språk för översättningar i ditt flöde." msgid "Select your preferred notification channels" msgstr "Välj önskade notiskanaler" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Val av flera medietyper stöds inte." @@ -11076,7 +11188,7 @@ msgstr "Rapportera fel" msgid "Send feedback" msgstr "Skicka feedback" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Skicka meddelande" @@ -11089,7 +11201,7 @@ msgstr "Skicka inlägg till {name}" msgid "Send post to..." msgstr "Skicka inlägg till…" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Skicka anmälan till {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Skicka meddelandet från din telefon" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Skicka e-post för verifiering" @@ -11133,7 +11245,7 @@ msgstr "Ställ in appikon till {0}" msgid "Set new password" msgstr "Ange nytt lösenord" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Ställ in exakt vilka grupper av personer som får svara på ditt inlägg" @@ -11141,11 +11253,11 @@ msgstr "Ställ in exakt vilka grupper av personer som får svara på ditt inläg msgid "Set up your account" msgstr "Konfigurera ditt konto" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Ställ in vem som får svara på ditt inlägg" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Ange ditt födelsedatum nedan så är du igång och kan börja skriva inlägg och utforska igen!" @@ -11161,9 +11273,9 @@ msgstr "Ställ in din kontoleverantör manuellt" msgid "Sets email for password reset" msgstr "Ställer in e-postadress för återställning av lösenord" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Inställningar" @@ -11222,7 +11334,7 @@ msgstr "Notisinställningar för svar" msgid "Settings for repost notifications" msgstr "Notisinställningar för återpubliceringar" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Inställningarna sparades" @@ -11242,7 +11354,7 @@ msgstr "Sexuellt suggestivt" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Dela" @@ -11251,7 +11363,7 @@ msgstr "Dela" msgid "Share age range" msgstr "Dela åldersgrupp" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Dela ändå" @@ -11279,13 +11391,13 @@ msgstr "Dela inbjudningslänk" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Dela länk" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Dialogruta för länkdelning" @@ -11304,12 +11416,12 @@ msgstr "Dela inläggets at://-URI" msgid "Share Profile" msgstr "Dela profil" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Dela QR-kod" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Dela det här flödet" @@ -11318,22 +11430,22 @@ msgstr "Dela det här flödet" msgid "Share this search" msgstr "Dela den här sökningen" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Dela det här startpaketet" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Dela det här startpaketet och hjälp andra att gå med i din gemenskap på Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Dela via…" @@ -11345,7 +11457,7 @@ msgstr "Dela dina kontakter för att hitta vänner" msgid "Share your thoughts…" msgstr "Dela med dig av dina tankar…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Testare för delade inställningar" @@ -11359,12 +11471,16 @@ msgstr "När du delar din åldersgrupp delar du bara det intervall som är koppl msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "När du delar din åldersgrupp delar du bara det intervall som är kopplat till ditt Google-konto, till exempel att du är 18 år eller äldre. <0>Din exakta ålder eller ditt födelsedatum delas inte, och informationen lämnar aldrig din enhet. Därför ger det här alternativet endast åtkomst för den här enheten. Du kan också välja att göra en <1>fullbordad verifiering via vår betrodda partner KWS. En sådan möjliggör åtkomst från alla plattformar." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Visa" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "Visa kontostatus" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Visa alternativtext" @@ -11373,14 +11489,14 @@ msgstr "Visa alternativtext" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Visa ändå" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Visa automatiseringsetikett" @@ -11401,16 +11517,16 @@ msgstr "Visa anpassningsalternativ" msgid "Show group chat updates" msgstr "Visa chatthändelser" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Visa mindre av sånt här" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Visa listan ändå" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Visa listor över användare att välja mellan" @@ -11418,8 +11534,8 @@ msgstr "Visa listor över användare att välja mellan" msgid "Show more" msgstr "Visa mer" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Visa mer av sånt här" @@ -11445,8 +11561,8 @@ msgstr "Visa svar" msgid "Show replies as" msgstr "Visa svar i" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Visa svar för alla" @@ -11455,8 +11571,8 @@ msgstr "Visa svar för alla" msgid "Show reposts" msgstr "Visa återpubliceringar" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Visa återpubliceringar i flöden" @@ -11478,7 +11594,7 @@ msgstr "Visa varning och filtrera i flöden" msgid "Show when you’re live" msgstr "Visa att du sänder live" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Visar information om när det här inlägget skapades" @@ -11486,15 +11602,15 @@ msgstr "Visar information om när det här inlägget skapades" msgid "Shows other accounts you can switch to" msgstr "Visar andra konton som du kan byta till" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Visar innehållet" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Visar innehållet" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Logga in" msgid "Sign in as {0}" msgstr "Logga in som {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Logga in som…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Logga in eller skapa ett konto" @@ -11551,16 +11667,17 @@ msgstr "Logga in på Bluesky eller skapa ett nytt konto" msgid "Sign in to request access to this group chat." msgstr "Logga in för att begära att få åtkomst till den här gruppchatten." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Logga in för att visa inlägg" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Från och med" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Hoppa över" msgid "Skip contact sharing and continue to the app" msgstr "Hoppa över kontaktdelning och fortsätt till appen" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Hoppa över tomma inlägg?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Hoppa över introduktionen och börja använda ditt konto" @@ -11628,7 +11745,7 @@ msgstr "Hoppa över introduktionen och börja använda ditt konto" msgid "Skip to next step" msgstr "Hoppa till nästa steg" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "slide" @@ -11644,19 +11761,24 @@ msgstr "Skjuter upp påminnelsen" msgid "So many thoughts, you should post one" msgstr "Så många tankar… Varför inte publicera en?" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Ett socialt medium på dina villkor." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "Sociala bevis på inlägg" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Mjukvaruutveckling" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Vissa modereringstjänster i din lista är inte längre tillgängliga." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Några av dina verifieringar är ogiltiga." @@ -11664,7 +11786,7 @@ msgstr "Några av dina verifieringar är ogiltiga." msgid "Some other feeds you might like" msgstr "Andra flöden som du kanske gillar" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Vissa personer får svara" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Något gick fel" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Något gick fel. Försök igen" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Något gick fel. Försök igen om en stund." msgid "Something went wrong. Please try again." msgstr "Något gick fel. Försök igen." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Är något på tok? Hör av dig till oss." @@ -11759,8 +11881,8 @@ msgstr "Är något på tok? Hör av dig till oss." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Tyvärr kan vi inte läsa in kontoförslag just nu." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Beklagar! Din session har löpt ut. Vänligen logga in igen." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam, oäkta beteende eller vilseledande innehåll" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Sport" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "Se vilka som gillar det aktuella inlägget bland de du följer." + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Starta en konversation, så visas den här." @@ -11826,14 +11953,14 @@ msgstr "Starta chatt" msgid "Start chat with {displayName}" msgstr "Starta chatt med {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Startpaket" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Startpaket av {0}" @@ -11841,12 +11968,12 @@ msgstr "Startpaket av {0}" msgid "Starter pack by <0/>" msgstr "Startpaket av <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Startpaket av dig" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Startpaketet är ogiltigt" @@ -11854,7 +11981,7 @@ msgstr "Startpaketet är ogiltigt" msgid "Starter packs" msgstr "Startpaket" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Startpaket" @@ -11893,7 +12020,7 @@ msgstr "Datan har rensats. Starta om appen nu." msgid "Stored as part of a secure code for matching with others" msgstr "Lagras som en säker kod för att hitta matchningar med andra användare" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "Skicka omprövningsbegäran" msgid "Submit feedback" msgstr "Skicka feedback" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Skicka anmälan" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Gör en anmälan via formuläret ”Report non-consensual intimate imagery (NCII)”" @@ -11963,11 +12090,11 @@ msgstr "Prenumerera på @{0} för att använda dessa etiketter:" msgid "Subscribe to account activity" msgstr "Prenumerera på kontons aktivitet" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Prenumerera på etikettsättare" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Prenumerera på den här etikettsättaren" @@ -11975,7 +12102,7 @@ msgstr "Prenumerera på den här etikettsättaren" msgid "Subscribe to this list" msgstr "Prenumerera på den här listan" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Klart" @@ -11998,7 +12125,7 @@ msgstr "Verifiering lyckades" msgid "Suggested" msgstr "Föreslagna" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Föreslagna konton" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Solnedgång" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Endast taggar" msgid "Take the conversation private." msgstr "Fortsätt samtalet privat." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tryck nedan för att ge Bluesky åtkomst till din GPS-position. Vi använder sedan den informationen för att mer exakt kunna avgöra vilket innehåll och vilka funktioner som är tillgängliga i din region." @@ -12103,8 +12230,8 @@ msgstr "Tryck för information" msgid "Tap for more information" msgstr "Tryck för mer information" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Tryck här för att uppdatera din plats med GPS." @@ -12206,7 +12333,7 @@ msgstr "Villkor" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Tack för din feedback! Den har skickats till flödesoperatören." msgid "Thanks for your feedback!" msgstr "Tack för din feedback!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Tack. Din e-postadress har verifierats utan problem. Du kan stänga den här dialogrutan." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Tack! Då var det klart." @@ -12246,16 +12373,16 @@ msgstr "Tack! Då var det klart." msgid "That contains the following:" msgstr "Som innehåller följande:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Det startpaketet kunde inte hittas." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Det användarnamnet är redan taget" @@ -12263,13 +12390,13 @@ msgstr "Det användarnamnet är redan taget" msgid "That's all, folks!" msgstr "Det var allt!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Det var allt!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Kontot kommer att kunna interagera med dig om du häver blockeringen." @@ -12287,7 +12414,7 @@ msgstr "Svaret har dolts av trådskaparen." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "Enligt det födelsedatum du har angett är du under 18 år. Vissa funktioner och innehåll kan vara otillgängliga för dig." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Blueskys webbapplikation" @@ -12352,32 +12479,32 @@ msgstr "Författaren till inlägget du svarar på har angett att det är skrivet msgid "The Privacy Policy has been moved to <0/>" msgstr "Integritetspolicyn har flyttats till <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "Det bearbetade videoklippet är för stort. Försök igen med en mindre fil." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "Det valda videoklippet kunde inte kodas." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "Det valda videoklippet kunde inte bearbetas." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "Det valda videoklippets bildförhållande stöds inte." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Det valda videoklippet är större än {VIDEO_MAX_SIZE_MB} MB. Försök igen med en mindre fil." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "Det valda videoklippet är för långt." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "Det valda videoklippets filformat stöds inte." @@ -12386,7 +12513,7 @@ msgstr "Det valda videoklippets filformat stöds inte." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Det verkar som att servern har problem. Försök igen om en liten stund." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Startpaketet som du försöker visa är ogiltigt. Du kan radera det här startpaketet istället." @@ -12402,7 +12529,7 @@ msgstr "Supportformuläret har flyttats. Om du behöver hjälp, vänligen <0/> e msgid "The Terms of Service have been moved to" msgstr "Användarvillkoren har flyttats till" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Den verifieringskod du har angett är ogiltig. Kontrollera att du har använt rätt verifieringslänk eller begär en ny." @@ -12412,7 +12539,7 @@ msgstr "Den verifieringskod du har angett är ogiltig. Kontrollera att du har an msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Vår verifieringsleverantör kunde inte skicka en kod till ditt telefonnummer. Kontrollera ditt telefonnummer och försök igen." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Videoklippet kunde inte laddas upp till din kontoleverantör. Försök igen." @@ -12428,7 +12555,7 @@ msgstr "Det finns en gräns för hur ofta du kan ändra ditt födelsedatum. Vän msgid "There is no invite link for this group chat." msgstr "Det finns ingen inbjudningslänk för den här gruppchatten." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Det finns ingen gräns för hur länge ett konto kan vara inaktiverat. Kom tillbaka när du vill." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "Ett problem uppstod med din internetanslutning. Försök igen" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Ett problem uppstod med anslutningen till servern" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Ett problem uppstod med anslutningen till servern. Kontrollera din internetanslutning och försök igen." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ett problem uppstod med att hämta notiser. Tryck här för att försöka igen." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ett problem uppstod med att hämta inlägg. Tryck här för att försöka igen." @@ -12495,25 +12622,25 @@ msgstr "Ett problem uppstod med att uppdatera dina flöden. Kontrollera din inte #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Ett problem uppstod! {0}" @@ -12521,10 +12648,10 @@ msgstr "Ett problem uppstod! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Ett problem uppstod! Kontrollera din internetanslutning och försök ige msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Ett oväntat problem uppstod i applikationen. Låt oss veta om det drabbade dig!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Det har varit en rusning av nya användare till Bluesky! Vi kommer att aktivera ditt konto så snart vi kan." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Det här är dina förvalda inställningar" @@ -12576,7 +12703,7 @@ msgstr "Användaren kommer inte kunna gå med igen utan att bli inbjuden av dig. msgid "This {screenDescription} has been flagged:" msgstr "Den här {screenDescription} har flaggats:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Det här kontot har en bockmarkering eftersom det har verifierats av betrodda källor." @@ -12584,7 +12711,7 @@ msgstr "Det här kontot har en bockmarkering eftersom det har verifierats av bet msgid "This account has been marked as automated by its owner." msgstr "Det här kontot har markerats som automatiserat av ägaren." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Det här kontot har ett eller fler genomförda verifieringsförsök, men är för närvarande inte verifierat." @@ -12618,7 +12745,7 @@ msgstr "Denna omprövningsbegäran kommer att skickas till Blueskys modereringst msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Den här författaren har valt att bara visa sina inlägg för inloggade." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Med den här knappen kan andra öppna Germ DM-appen för att skicka ett meddelande till dig. Du kan ställa in om knappen ska visas eller inte i Germ DM-appen. Du kan också koppla från ditt Bluesky-konto från Germ DM helt och hållet genom att trycka på knappen nedan." @@ -12649,7 +12776,7 @@ msgstr "Den här chatten tappade anslutningen" msgid "This code is invalid. Resend to get a new code." msgstr "Den här koden är ogiltig. Skicka igen för att få en ny kod." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Den här bekräftelsekoden är ogiltig. Försök igen." @@ -12683,7 +12810,7 @@ msgstr "Den här konversationen är låst." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Den här konversationen är med ett raderat eller avaktiverat konto. Tryck för att se alternativ" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Utkastet kommer att raderas permanent." @@ -12700,7 +12827,7 @@ msgstr "Exakt denna fras" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Den här funktionen gör det möjligt för användare att få notiser när du publicerar nya inlägg och svar. För vem vill du aktivera funktionen?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Den här funktionen är i beta. Du kan läsa mer om export av dataarkiv i <0>det här blogginlägget." @@ -12763,7 +12890,7 @@ msgstr "Vi gör den här säkerhetskontrollen eftersom vi inte har sett det här msgid "This is not a valid link" msgstr "Det här är inte en giltig länk" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Etiketten talar om för världen att kontot är automatiserat. Är den aktiverad visas den bredvid visningsnamnet i kontots profil och inlägg. Etiketten kan när som helst slås på eller av." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Den här länken tar dig till följande webbplats:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Namnet eller beskrivningen i den här listan – som är skapad av <0>{0} – innehåller potentiella överträdelser av Blueskys gemenskapsriktlinjer." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Namnet eller beskrivningen i den här listan – som är skapad av dig – innehåller potentiella överträdelser av Blueskys gemenskapsriktlinjer." @@ -12829,11 +12956,11 @@ msgstr "Den här personen blockerar dig" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Det här inlägget har <0>{0} som angivet skapelsedatum, men registrerades på Bluesky först den <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Det här inlägget har en okänd typ av trådrestriktion inställd. Din app kan vara inaktuell." @@ -12845,19 +12972,19 @@ msgstr "Det här inlägget visas bara för inloggade användare." msgid "This post was deleted by its author" msgstr "Det här inlägget har raderats av författaren" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Det här inlägget kommer att hållas dolt från flöden och trådar. Det här kan inte ångras." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Författaren till det här inlägget har inaktiverat citatinlägg." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Den här profilen är syns bara för inloggade användare. Den syns inte för personer som inte är inloggade." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Det här svaret kommer att läggas i en dold sektion längst ner i tråden. Notiser för efterföljande svar stängs av både för dig själv och andra." @@ -12870,7 +12997,7 @@ msgstr "Den här vyn är endast tillgänglig för gruppkonversationer." msgid "This service has not provided terms of service or a privacy policy." msgstr "Den här tjänsten har inte tillhandahållit några användarvillkor eller någon integritetspolicy." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Den här tjänsten stöds inte medans livefunktionen är i beta. Tillåtna tjänster: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Den här användaren är ny här. Tryck för mer information om när hen msgid "This user isn't following anyone." msgstr "Den här användaren följer inte någon." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Det här videoklippet kan inte spelas upp på din enhet. Din webbläsare eller system kan sakna de nödvändiga videokodekarna (H.264/AAC)." @@ -12953,15 +13080,10 @@ msgstr "Detta kommer att permanent radera ditt Bluesky-konto <0>{currentHandle}< msgid "This will remove @{0} from the quick access list." msgstr "Det här tar bort @{0} från snabbåtkomstlistan." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Det här tar bort ditt inlägg från citatinlägget för alla användare, och ersätter det med en platshållare." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Inläggsnummer i trådar" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Trådinställningar" msgid "Threaded" msgstr "Trädvy" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Trådinställningar" @@ -13002,7 +13124,7 @@ msgstr "Titel" msgid "Title (100 characters max)" msgstr "Titel (max 100 tecken)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "För att inaktivera 2FA via e-post, verifiera att du har tillgång till e-postadressen." @@ -13012,7 +13134,7 @@ msgstr "För att inaktivera 2FA via e-post, verifiera att du har tillgång till msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "För att inaktivera 2FA via e-post, verifiera att du har tillgång till <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "För att logga ut, <0>klicka här. Du kan också <1>radera ditt konto om du föredrar det." @@ -13020,11 +13142,11 @@ msgstr "För att logga ut, <0>klicka här. Du kan också <1>radera ditt kont msgid "Today" msgstr "Idag" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Växla mellan att tillåta eller inaktivera vuxet innehåll" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Sätter på eller stänger av ljudet" @@ -13053,7 +13175,7 @@ msgstr "Topp" msgid "Top replies first" msgstr "Populära svar först" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Ämne" @@ -13061,8 +13183,8 @@ msgstr "Ämne" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Översätt" @@ -13074,12 +13196,12 @@ msgstr "Översatt" msgid "Translating" msgstr "Översätter" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Översätter…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Översättning till samma språk är inte tillgängligt på din enhet." @@ -13088,9 +13210,9 @@ msgstr "Översättning till samma språk är inte tillgängligt på din enhet." msgid "Tree view" msgstr "Trädvy" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Trendande ämnen" @@ -13099,12 +13221,20 @@ msgstr "Trendande ämnen" msgid "Trending GIFs" msgstr "Trendande gif-bilder" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Alternativ för trendande ämnen" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "Trendande ämnen" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "Trendande ämnen baseras på vad folk pratar om på nätverket. Ämnenas titlar och beskrivningar genereras av AI." + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Trendande videoklipp" @@ -13113,7 +13243,7 @@ msgstr "Trendande videoklipp" msgid "Trolling" msgstr "Avsiktligt störande eller provocerande beteende (”trolling”)" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Förtroende skapas genom relationer, gemenskaper och delade sammanhang. Därför inför vi även <0>betrodda verifierare – organisationer med möjlighet att utfärda verifieringar direkt." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Det gick inte att ansluta. Kontrollera din internetanslutning och försök igen." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Det gick inte att ansluta till din tjänst. Kontrollera din internetanslutning." @@ -13187,7 +13317,7 @@ msgstr "Det gick inte att ansluta till din tjänst. Kontrollera din internetansl msgid "Unable to contact your service. Please check your Internet connection." msgstr "Det gick inte att ansluta till din tjänst. Kontrollera din internetanslutning." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Det gick inte att radera" @@ -13205,6 +13335,10 @@ msgstr "Kunde inte hitta en vald mottagare." msgid "Unable to find the selected recipient." msgstr "Kunde inte att hitta den valda mottagaren." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "Det gick inte att läsa in ditt konto" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Kunde inte slå upp användarnamnet" @@ -13233,14 +13367,14 @@ msgstr "Otillgänglig flödesinformation" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Häv blockering" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Häv blockering" @@ -13251,8 +13385,8 @@ msgstr "Häv blockering av {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Häv blockering av konto" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Häv blockering av konto?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Häv blockering av konto?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Häv blockering av lista" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "Under granskning" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Ångra" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Ångra" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Ångra återpublicering ({0, plural, one {# återpublicering} other {# återpubliceringar}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Sluta följ {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Sluta följ konto" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Slutar följa användaren" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Tyvärr stöder ingen av de etikettsättare du prenumererar på den här typen av anmälan." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Tyvärr visar födelsedatumet i din profil att du är för ung för att använda Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Tyvärr visar den ålder du har angett att du inte är tillräckligt gammal för att få åtkomst till Bluesky i din region." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Okänd verifierare" @@ -13333,13 +13490,13 @@ msgstr "Omarkerat vuxeninnehåll" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Vuxeninnehåll som inte har markerats, är kränkande eller delas utan samtycke" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Sluta gilla" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Sluta gilla ({0, plural, one {# gillamarkering} other {# gillamarkeringar}})" @@ -13351,12 +13508,12 @@ msgstr "Lås upp chatt" msgid "Unlock this group chat" msgstr "Lås upp den här gruppchatten" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Sluta ignorera" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Sätt på ljud" msgid "Unmute {0}" msgstr "Sluta ignorera {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Sluta ignorera konto" @@ -13379,8 +13536,8 @@ msgstr "Sluta ignorera konto" msgid "Unmute conversation" msgstr "Sluta ignorera konversation" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Sluta ignorera lista" @@ -13388,8 +13545,8 @@ msgstr "Sluta ignorera lista" msgid "Unmute this group chat" msgstr "Sluta ignorera den här gruppchatten" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Sluta ignorera tråd" @@ -13397,14 +13554,14 @@ msgstr "Sluta ignorera tråd" msgid "Unmute video" msgstr "Sätt på ljudet på videoklippet" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Lossa" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Lossa flöde" @@ -13414,13 +13571,13 @@ msgstr "Lossa flöde" msgid "Unpin from home" msgstr "Lossa från hem" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Lossa från profil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Lossa modereringslista" @@ -13429,29 +13586,34 @@ msgstr "Lossa modereringslista" msgid "Unpinned {0} from Home" msgstr "Lossade {0} från Hem" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Lossat från dina flöden" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Lossade lista" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "Olästa" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Återaktivera påminnelse om e-post" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Sluta prenumerera" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Sluta prenumerera på lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Sluta prenumerera på den här etikettsättaren" @@ -13463,7 +13625,7 @@ msgstr "Avslutade prenumeration på lista" msgid "Unsupported clipboard content" msgstr "Urklippsinnehåll stöds inte" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Videotypen stöds inte: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "Uppdatera till {domain}" msgid "Update your email" msgstr "Uppdatera din e-post" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Uppdatera din plats" @@ -13539,24 +13701,24 @@ msgstr "Ladda upp en textfil till:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Ladda upp från Kamera" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Ladda upp från Filer" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Ladda upp från Bibliotek" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "Laddar upp gif-bild…" @@ -13570,7 +13732,7 @@ msgstr "Laddar upp bilder…" msgid "Uploading link thumbnail..." msgstr "Laddar upp miniatyrbild av länk…" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Laddar upp video…" @@ -13659,25 +13821,25 @@ msgstr "Användarlista av {0}" msgid "User list by you" msgstr "Användarlista av dig" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Användarlista skapad" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Användarlista uppdaterad" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Användarnamn får inte vara längre än {MAX_SERVICE_HANDLE_LENGTH, plural, other {# tecken}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Användarnamn får inte börja eller sluta med ett bindestreck" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Användarnamn får endast innehålla bokstäver (a-z), siffror och bindestreck" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Användarnamn eller e-postadress" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "användare som <0>@{0} följer" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "användare som följer <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Värde:" msgid "Verification failed, please try again." msgstr "Verifiering misslyckades. Försök igen." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Verifieringsinställningar" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Verifieringsinställningar" @@ -13720,14 +13882,14 @@ msgstr "Verifieringsinställningar" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Verifieringar på Bluesky fungerar annorlunda än på andra plattformar. <0>Läs mer här." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Verifierat av:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Verifiera konto" @@ -13790,12 +13952,12 @@ msgstr "Verifiera din ålder" msgid "Verify your email" msgstr "Verifiera din e-postadress" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Verifierar" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Verifierar statusen för din ålderskontroll" @@ -13815,16 +13977,16 @@ msgstr "Version {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "via startpaketet <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Videoklipp" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Bearbetning av videoklipp misslyckades" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Videoflöde" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Videoklipp från {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "Videoklipp från {0}. Tryck för att spela eller pausa videoklippet" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "TV-spel" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Videoklippet är pausat" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Videoklippet spelas upp" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Videoklippet hittades inte." @@ -13859,12 +14021,12 @@ msgstr "Videoklippet hittades inte." msgid "Video settings" msgstr "Inställningar för videoklipp" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Videoklipp uppladdat" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Videoklipp: {0}" @@ -13872,19 +14034,13 @@ msgstr "Videoklipp: {0}" msgid "Videos" msgstr "Videoklipp" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Videoklipp får vara högst 10 minuter." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Videoklipp får inte vara längre än 3 minuter." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Visa" @@ -13903,9 +14059,9 @@ msgstr "Visa {0}s avatar" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Visa {0}s profil" @@ -13924,11 +14080,11 @@ msgstr "Visa {displayName}s profil" msgid "View {publicationTitle}" msgstr "Visa {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Visa blockerad användares profil" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Se blogginlägget för mer information" @@ -13936,8 +14092,8 @@ msgstr "Se blogginlägget för mer information" msgid "View debug entry" msgstr "Visa loggpost" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Visa detaljer" @@ -13977,13 +14133,13 @@ msgstr "Visa mer" msgid "View more trending videos" msgstr "Visa fler trendande videoklipp" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Visa inlägg" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Visa etiketteringstjänsten från @{0}" msgid "View this user's verifications" msgstr "Visa den här användarens verifieringar" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Visa användare som gillar det här flödet" @@ -14026,11 +14182,11 @@ msgstr "Visa användare som gillar det här flödet" msgid "View video" msgstr "Visa videoklipp" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Visa de konton du har blockerat" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Visa dina förvalda interaktionsinställningar för inlägg" @@ -14039,11 +14195,15 @@ msgstr "Visa dina förvalda interaktionsinställningar för inlägg" msgid "View your feeds and explore more" msgstr "Visa dina flöden och utforska mer" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "Visa din modereringsinkorg" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Visa dina modereringslistor" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Visa de konton du har ignorerat" @@ -14060,6 +14220,10 @@ msgstr "Visar hela bilden" msgid "Views video in immersive mode" msgstr "Visar videoklipp i uppslukande läge" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "Bryter mot gemenskapsriktlinjer gällande: {guideline}" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Våld" @@ -14136,6 +14300,10 @@ msgstr "Vi kunde inte läsa in den här konversationens medlemsförfrågningar" msgid "We couldn’t load this conversation’s settings" msgstr "Vi kunde inte läsa in den här konversationens inställningar" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "Vi kunde inte läsa in dina kontoinställningar. Kontrollera din internetanslutning och försök igen." + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Vi kunde inte verifiera din kontoleverantör. Kontrollera din internetanslutning eller <0>ställ in din kontoleverantör manuellt." @@ -14148,7 +14316,7 @@ msgstr "Vi raderar hashar efter att de har lett till matchningar" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Vi lagrar inte dina vänners telefonnummer eller skickar några meddelanden till dem" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Vi beräknar att det tar {estimatedTime} tills ditt konto är klart." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Vi samarbetar med <0>KWS för hanteringen av ålderverifieringar. När du klickar på ”Starta” nedan skickar KWS instruktioner till dig via e-post om hur du genomför åldersverifieringen. Har du redan verifierat din ålder med KWS i en annan tjänst eller spel? Då behöver du inte göra om det så länge du använder samma e-postadress. När du är klar kommer du tillbaka hit för att fortsätta använda Bluesky." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Vi har skickat ett till verifieringsmeddelande till <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Vi rekommenderar att du väljer minst två intressen." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Vi har skickat ett e-postmeddelande till <0>{0} med en länk. Klicka på den för att slutföra verifieringsprocessen." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Vi kunde inte avgöra om du har behörighet att ladda upp videoklipp. Försök igen." @@ -14198,16 +14366,16 @@ msgstr "Vi kunde inte läsa in konfigurationen för ålderskontroll för din reg msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Vi kunde inte läsa in dina inställningar för födelsedatum. Försök igen." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Vi kunde inte läsa in dina konfigurerade etikettsättare just nu." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Vi kunde inte ta emot verifieringen på grund av ett anslutningsproblem. Det kan vara så att den kommer senare. I så fall kommer din konto att uppdateras automatiskt." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Vi meddelar dig när ditt konto är klart." @@ -14236,7 +14404,7 @@ msgstr "Vi uppdaterar också våra <0>gemenskapsriktlinjer – och vi vill g msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Vi uppdaterar också våra gemenskapsriktlinjer – och vi vill gärna höra vad du tycker! De nya riktlinjerna träder i kraft den 15 oktober 2025." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Vi bekräftar din åldersstatus med våra servrar. Det här bör bara ta några sekunder." @@ -14255,7 +14423,7 @@ msgstr "Vi har nätverksproblem, försök igen" msgid "We’re having network issues, try again" msgstr "Vi har nätverksproblem, försök igen" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Vi inför ett nytt lager av verifiering på Bluesky – en bockmarkering som är lätt att se." @@ -14267,7 +14435,7 @@ msgstr "Vi är glada över att ha dig med oss!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Tyvärr visar uppgifterna från din enhet att du inte är tillräckligt gammal för att få åtkomst till Bluesky." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Tyvärr visar din enhets plats att du befinner dig i en region där ålderskontroll krävs." @@ -14296,7 +14464,7 @@ msgstr "Tyvärr kunde inte din sökning slutföras. Försök igen om några minu msgid "We're sorry, you cannot access this screen at this time." msgstr "Tyvärr kan du inte komma åt den här vyn just nu." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Beklagar! Inlägget du svarar på har raderats." @@ -14325,12 +14493,12 @@ msgstr "Vi uppdaterar våra användarvillkor, vår integritetspolicy och vår up msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "Vi uppdaterar våra användarvillkor, vår integritetspolicy och vår upphovsrättspolicy. Ändringarna börjar gälla den 15 september 2025. Vi uppdaterar också våra gemenskapsriktlinjer – och vi vill gärna höra vad du tycker! De nya riktlinjerna träder i kraft den 15 oktober 2025. Läs mer om förändringarna och hur du kan dela med dig av dina synpunkter i vårt blogginlägg." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Vi har bekräftat din åldersstatus. Du kan stänga den här dialogrutan." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Välkommen tillbaka!" @@ -14351,17 +14519,17 @@ msgstr "Vad vill du att ditt startpaket ska heta?" msgid "what’s up" msgstr "hur är läget" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Vad händer?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "När du trycker på bocken ser du vilka organisationer som står bakom verifieringen." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Vem får interagera med det här inlägget?" @@ -14369,12 +14537,12 @@ msgstr "Vem får interagera med det här inlägget?" msgid "Who can join this group chat and how" msgstr "Vem får gå med i den här gruppchatten och hur?" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Vem får svara?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Vem kan verifiera?" @@ -14434,11 +14602,11 @@ msgstr "Vill du blockera den här användaren och/eller radera den här konversa msgid "Would you like to block this user and/or leave this conversation?" msgstr "Vill du blockera den här användaren och/eller lämna den här konversationen?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Vill du spara det här som ett utkast innan du går till dina utkast?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Vill du spara det här som ett utkast så att du kan fortsätta på det senare?" @@ -14447,12 +14615,12 @@ msgstr "Vill du spara det här som ett utkast så att du kan fortsätta på det msgid "Write a post" msgstr "Skriv ett inlägg" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Skriv inlägg" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Skriv ditt svar" @@ -14475,8 +14643,8 @@ msgstr "Fel typ av konversation" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Ja" @@ -14486,8 +14654,8 @@ msgstr "Ja" msgid "Yes GIFs" msgstr "Jakande gif-bilder" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Ja, inaktivera" @@ -14495,19 +14663,19 @@ msgstr "Ja, inaktivera" msgid "Yes, delete my account" msgstr "Ja, radera mitt konto" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Ja, radera det här startpaketet" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Ja, avskilj" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Ja, dölj" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Ja, återaktivera mitt konto" @@ -14519,7 +14687,7 @@ msgstr "Igår" msgid "You are a trusted verifier" msgstr "Du är en betrodd verifierare" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Du använder Bluesky från en region där vi enligt lag måste verifiera din ålder innan du får tillgång till appen." @@ -14544,12 +14712,12 @@ msgstr "Du skapar ett konto på" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Du är för närvarande blockerad från att använda livesändnings­funktionen. Du kan begära en omprövning av detta modereringsbeslut genom att fylla i formuläret nedan." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Du har för närvarande inte åtkomst till Blueskys guide för ålderskontroll. <0>Kontakta vårt moderatorteam om du tror att det beror på ett fel." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Du står i kö." @@ -14558,11 +14726,11 @@ msgstr "Du står i kö." msgid "You are Live" msgstr "Du sänder live" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Du sänder inte längre live" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Du har inte behörighet att ladda upp videoklipp." @@ -14570,7 +14738,7 @@ msgstr "Du har inte behörighet att ladda upp videoklipp." msgid "You are not following anyone yet" msgstr "Du följer inte någon ännu" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Du sänder nu live!" @@ -14599,7 +14767,7 @@ msgstr "Om du vill kan du <0>tillfälligt inaktivera ditt konto istället. D msgid "You can also discover new Custom Feeds to follow." msgstr "Du kan också upptäcka nya anpassade flöden att följa." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Du kan också ladda ner din chattdata som en jsonl-fil. Filen innehåller endast chattmeddelanden som du har skickat och innehåller inte chattmeddelanden som du har tagit emot." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Du kan nu logga in med ditt nya lösenord." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Du kan lägga till max {MAX_GALLERY_IMAGES, plural, other {# bilder}} per inlägg" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Du kan bara spara utkast med upp till 1000 tecken." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Du kan bara spara utkast med upp till 1000 tecken. Vill du slänga det här inlägget innan du går till dina utkast?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Du kan endast välja en gif-bild åt gången." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Du kan endast välja ett videoklipp åt gången." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Du kan återaktivera ditt konto för att fortsätta logga in. Din profil och dina inlägg kommer att vara synliga för andra användare." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Du kan läsa chatthistoriken men inte skicka nya meddelanden." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Du kan välja upp till {MAX_GALLERY_IMAGES, plural, other {# bilder}} totalt." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Du kan ändra det här senare i dina inställningar." @@ -14690,7 +14855,7 @@ msgstr "Du kan inte uppdatera ditt födelsedatum när du är inloggad med ett ap msgid "You don't follow any users who follow @{name}." msgstr "Du följer inga användare som följer @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Du har inga listor ännu." @@ -14728,7 +14893,7 @@ msgstr "Du har helt inaktiverat notiser för svar, citat och omnämnanden, så d #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Du har angett en ogiltig kod. Den ska se ut som XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Du har nått slutet" msgid "You have successfully verified your email address. You can close this dialog." msgstr "Din e-postadress har verifierats utan problem. Du kan stänga den här dialogrutan." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Du har för tillfället nått gränsen för videouppladdningar. Försök igen senare." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Du har osparade ändringar i det här utkastet. Vill du spara dem?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Du har osparade ändringar. Vill du spara dem innan du går till dina utkast?" @@ -14858,7 +15023,7 @@ msgstr "Du måste följa minst sju andra personer för att generera ett startpak msgid "You must grant access to your photo library to save a QR code" msgstr "Du måste ge åtkomst till ditt fotobibliotek för att spara en QR-kod" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Du måste tillåta åtkomst till ditt mediebibliotek." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Du äger chatten" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Du har tidigare inaktiverat @{0}." @@ -14911,11 +15076,21 @@ msgstr "Du svarade dig själv" msgid "You requested to join" msgstr "Medlemsförfrågan skickad" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Du kommer att loggas ut från alla dina konton." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "Då var det klart! Vissa funktioner kan dock fortfarande vara begränsad msgid "You’re in control" msgstr "Du bestämmer" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Du står i kö" @@ -15010,7 +15185,7 @@ msgstr "Du har nekat åtkomst till dina kontakter" msgid "You've found some people to follow" msgstr "Du har hittat några personer att följa" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Du har nått slutet av det aktiva innehållet." @@ -15018,7 +15193,7 @@ msgstr "Du har nått slutet av det aktiva innehållet." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Du har nått slutet av ditt flöde! Hitta några fler konton att följa." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "Du har nått det maximala antalet utkast" @@ -15030,22 +15205,23 @@ msgstr "Du har nått maxgränsen för antalet tillåtna begäranden. Försök ig msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Du har nått gränsen på maximalt {MAX_FILTERS, plural, one {# filter} other {# filter}}. Lägg till fler värden i dina befintliga filter istället för att skapa nya." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Du har nått början av det aktiva innehållet." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Du har nått din dagliga gräns för videouppladdningar (för många byte)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Du har nått din dagliga gräns för videouppladdningar (för många videoklipp)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Det finns inga fler videoklipp att titta på. Det kanske är dags för att ta en paus?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Ditt konto" @@ -15062,7 +15238,19 @@ msgstr "Ditt konto har raderats. Ha det! ✌️" msgid "Your account has been suspended" msgstr "Ditt konto har stängts av" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "Ditt konto har varningar registrerade" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "Ditt konto riskerar att stängas av permanent" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Ditt konto är ännu inte tillräckligt gammalt för att ladda upp videoklipp. Försök igen senare." @@ -15074,7 +15262,7 @@ msgstr "Ditt konto är för nytt" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Ditt konto måste vara minst 7 dagar gammalt för att skapa en ny gruppchatt." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Ditt kontos dataarkiv innehåller alla publika dataposter och kan laddas ner som en car-fil. Filen innehåller inte inbäddade medier såsom bilder, eller din privata data som måste hämtas separat." @@ -15086,7 +15274,7 @@ msgstr "Ditt konto har visats sig bryta mot <0>Bluesky Socials användarvillkor< msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Din omprövningsbegäran har skickats. Du kommer att meddelas via e-post om den går igenom." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Ditt födelsedatum" @@ -15115,7 +15303,7 @@ msgstr "Din kontakt {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Ditt nuvarande användarnamn <0>{0} förblir reserverat för dig utan att du behöver göra något. Du kan när som helst byta tillbaka till det från det här kontot." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Din angivna ålder är under 18 år. Därför kan vissa av inställningarna nedan vara inaktiverade. Om det här inte stämmer kan du redigera ditt födelsedatum i dina <0>kontoinställningar." @@ -15128,7 +15316,7 @@ msgstr "Din e-post" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Din e-postadress verkar vara ogiltig." @@ -15140,7 +15328,7 @@ msgstr "Din e-post har inte verifierats än. Se till att verifiera din e-post f msgid "Your first like!" msgstr "Din första gillamarkering!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Dina följare" @@ -15157,7 +15345,7 @@ msgstr "Ditt fullständiga användarnamn blir <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Din kontoleverantör kan inte identifieras genom en e-postadress, så den förvalda Bluesky-tjänsten kommer att användas. Ange ditt användarnamn istället, eller ställ in din kontoleverantör manuellt." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Din kontoleverantör stöder inte videoklipp av den här storleken. Försök igen med en mindre fil." @@ -15165,7 +15353,7 @@ msgstr "Din kontoleverantör stöder inte videoklipp av den här storleken. För msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Din kontoleverantör identifieras automatiskt utifrån användarnamnet du anger." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Dina intressen har uppdaterats!" msgid "Your interests help us find what you like!" msgstr "Dina intressen hjälper oss att hitta det du gillar!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Din plats har uppdaterats." @@ -15198,15 +15386,20 @@ msgstr "Ditt namn, din avatar, gruppchattens namn och antalet medlemmar kommer v msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Din ändring av lösenordet lyckades! Använd ditt nya lösenord när du loggar in på Bluesky framöver." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Ditt lösenord måste vara minst 8 tecken långt." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "Ditt inlägg togs bort" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Ditt inlägg har skickats" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Dina inlägg har skickats" @@ -15214,7 +15407,7 @@ msgstr "Dina inlägg har skickats" msgid "Your preferred language" msgstr "Ditt föredragna språk" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Din profilbild" @@ -15223,24 +15416,28 @@ msgstr "Din profilbild" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Din profilbild i mitten, omgiven av andra användares profilbilder i ringar runt omkring" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Din profil samt dina inlägg, flöden och listor kommer inte längre att vara synliga för andra Bluesky-användare. Du kan återaktivera ditt konto när som helst genom att logga in." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Ditt svar har skickats" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Din anmälan kommer att skickas till <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "Dina anmälningar" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Dina valda intressen hjälper oss att visa dig innehåll som du bryr dig om." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Din tråd innehåller tomma inlägg som kommer att hoppas över. De återstående inläggen publiceras som en tråd." diff --git a/src/locale/locales/th/messages.po b/src/locale/locales/th/messages.po index e63cce9112..113b251189 100644 --- a/src/locale/locales/th/messages.po +++ b/src/locale/locales/th/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: th\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Thai\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" @@ -126,12 +132,12 @@ msgstr "" #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:149 msgid "{0, plural, one {# minute} other {# minutes}}" -msgstr "{0, plural, one {# นาที} other {# นาที}}" +msgstr "{0, plural, other {# นาที}}" #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:180 msgid "{0, plural, one {# month} other {# months}}" -msgstr "{0, plural, one {# เดือน} other {# เดือน}}" +msgstr "{0, plural, other {# เดือน}}" #. placeholder {0}: convo.details.unreadJoinRequestCount #: src/screens/Messages/components/ChatListItem.tsx:224 @@ -152,7 +158,7 @@ msgstr "" #. placeholder {0}: quoteCount ?? 0 #: src/screens/Post/PostRepostedBy.tsx:34 msgid "{0, plural, one {# repost} other {# reposts}}" -msgstr "{0, plural, one {# รีโพสต์} other {# รีโพสต์}}" +msgstr "{0, plural, other {# รีโพสต์}}" #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:139 @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -203,7 +209,7 @@ msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,13 +485,13 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "ชุดเริ่มต้นของ {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" -msgstr "{estimatedTimeHrs, plural, one {ชั่วโมง} other {ชั่วโมง}}" +msgstr "{estimatedTimeHrs, plural, other {ชั่วโมง}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" -msgstr "{estimatedTimeMins, plural, one {นาที} other {นาที}}" +msgstr "{estimatedTimeMins, plural, other {นาที}}" #: src/screens/Search/components/SearchHistory.tsx:170 msgid "{filterCount, plural, one {+# filter} other {+# filters}}" @@ -652,14 +661,14 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} ติดตามอยู่" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -834,7 +843,7 @@ msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>คุณ และ<1> <2>{0} ถูกรวมอยู่ในชุดเริ่มต้นของคุณ" @@ -946,6 +955,12 @@ msgstr "7 วัน" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "การเข้าถึง" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "การตั้งค่าการเข้าถึง" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "บัญชี" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "บัญชีถูกบล็อก" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "ติดตามบัญชีแล้ว" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "ปิดเสียงบัญชีแล้ว" @@ -1111,24 +1126,24 @@ msgstr "ลบบัญชีออกจากการเข้าถึงด #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "ปลดบล็อกบัญชีแล้ว" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "เลิกติดตามบัญชีแล้ว" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "เลิกปิดเสียงบัญชีแล้ว" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "เพิ่ม" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "เพิ่มอีก {0} คนเพื่อดำเนินการต่อ" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "เพิ่ม {displayName} ไปยังชุดเริ่มต้น" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "เพิ่มผู้ใช้ไปยังลิสต์นี้" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "เพิ่มบัญชี" @@ -1201,11 +1216,11 @@ msgstr "เพิ่มข้อความแสดงแทน (ไม่บ msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "" msgid "Add App Password" msgstr "เพิ่มรหัสผ่านแอป" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "เพิ่มฟีตที่แนะนำ" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "เพิ่มบางฟีตจากตัวเริ่มต้น" @@ -1307,12 +1322,12 @@ msgstr "เพิ่มเป็นฟีตเฉพาะคนที่คุ msgid "Add the following DNS record to your domain:" msgstr "" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "เพิ่มฟีตนี้ในฟีตของคุณ" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "เพิ่มในลิสต์" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "เนื้อหาสำหรับผู้ใหญ่ (18+)" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "เนื้อหาผู้ใหญ่ (18+) สามารถเปิดใช้งานในเว็บได้ที่ <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "ขั้นสูง" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "บัญชีทั้งหมดได้ถูกติดตามแล้ว" @@ -1474,7 +1494,7 @@ msgstr "ฟีดทั้งหมดที่คุณบันทึกรว msgid "Allow access to your direct messages" msgstr "อนุญาตให้คนเข้าถึงข้อความส่วนตัวของคุณ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "อนุญาตให้เข้าถึงข้อความส่วนตัว" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "มีโค้ดหรือยัง?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "เข้าสู่ระบบของ @{0} เรียบร้อ #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "อีเมลได้ถูกส่งไปยัง {0} แล้ว เมื่อได้รหัสยืนยันสามารถกรอกรหัสที่นี่ได้เลย" @@ -1587,7 +1607,7 @@ msgstr "เกิดข้อผิดพลาด" msgid "An error occurred" msgstr "เกิดข้อผิดพลาด" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "เกิดข้อผิดพลาดขณะบีบอัดวิดีโอ" @@ -1596,7 +1616,7 @@ msgstr "เกิดข้อผิดพลาดขณะบีบอัดว msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "เกิดข้อผิดพลาดขณะสร้างชุ msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "เกิดข้อผิดพลาดขณะโหลดวิดีโอ โปรดลองอีกครั้งในภายหลัง" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "เกิดข้อผิดพลาดขณะโหลดวิดีโอ โปรดลองอีกครั้ง" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "เกิดข้อผิดพลาดขณะบันทึก QR #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "เกิดข้อผิดพลาดขณะพยายามติดตามทั้งหมด" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "เกิดปัญหา กรุณาลองอีกครั้ง" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "ผู้ทำเครื่องหมายที่ไม่รู้จัก" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "และ" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "" msgid "App passwords" msgstr "รหัสผ่านแอป" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "รหัสผ่านแอป" @@ -1856,7 +1876,7 @@ msgstr "อุทธรณ์การตัดสินใจนี้" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "" @@ -1914,7 +1934,7 @@ msgstr "" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "คุณแน่ใจหรือว่าต้องการลบชุดเริ่มต้นนี้?" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "คุณแน่ใจหรือว่าต้องการลบสิ่งนี้ออกจากฟีดของคุณ?" @@ -1945,7 +1965,7 @@ msgstr "คุณแน่ใจหรือว่าต้องการลบ msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1953,7 +1973,7 @@ msgstr "" msgid "Are you sure?" msgstr "คุณแน่ใจไหม?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "ศิลปะ" msgid "Artistic or non-erotic nudity." msgstr "ภาพนู้ดที่เป็นศิลปะหรือไม่ใช่ภาพอนาจาร" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "กลับ" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "บล็อกบัญชี" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "ถูกบล็อก" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "บัญชีที่ถูกบล็อก" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "บัญชีที่ถูกบล็อก" @@ -2288,7 +2316,7 @@ msgstr "การบล็อกเป็นสาธารณะ บัญช 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." msgstr "การบล็อกจะไม่ป้องกันไม่ให้ป้ายถูกวางบนบัญชีของคุณ แต่จะหยุดบัญชีนี้จากการตอบในกระทู้ของคุณหรือมีปฏิสัมพันธ์กับคุณ" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "บล็อก" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky จะเลือกชุดบัญชีที่แนะนำจากผู้คนในเครือข่ายของคุณ" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "เรียกดูข้อเสนอเพิ่มเติมใ msgid "Browse other feeds" msgstr "เรียกดูฟีดอื่น ๆ" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "ธุรกิจ" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "โดย {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "" msgid "By creating an account you agree to the <0>Terms of Service." msgstr "" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "ยกเลิก" msgid "Cancel quote post" msgstr "ยกเลิกโพสต์คำคม" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "ยกเลิกการเปิดใช้งานใหม่และออกจากระบบ" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "ไม่สามารถโต้ตอบกับผู้ใช้ที่ถูกบล็อก" @@ -2609,7 +2637,7 @@ msgstr "คำบรรยาย (.vtt)" msgid "Captions & alt text" msgstr "คำบรรยาย & ข้อความสำรอง" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "เปลี่ยนแฮนด์เดิล" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "แชท" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "เช็คสถานะของฉัน" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "ป้อนรหัสผ่านของคุณ" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "ลบการค้นหา" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "คลิกเพื่อพยายามส่งข้อความที่ล้มเหลวอีกครั้ง" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "คลิกเพื่อพยายามส่งข้อควา #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "คลิกเพื่อพยายามส่งข้อควา #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "ปิด" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "ปิดกล่องโต้ตอบที่เปิดอยู่" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "ปิดกล่องโต้ตอบ" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "ปิดกล่องโต้ตอบนี้" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "ปิดการแจ้งเตือนการอัปเดตรหัสผ่าน" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "ย่อลิสต์ผู้ใช้" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "ย่อลิสต์ผู้ใช้สำหรับการแจ้งเตือนที่กำหนด" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "การ์ตูน" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "แนวทางชุมชน" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "เสร็จสิ้นการอบรมและเริ่มใช้งานบัญชีของคุณ" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "ทำให้สำเร็จตามความท้าทาย" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "สร้างการตอบกลับ" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "" @@ -3198,18 +3227,18 @@ msgstr "ตั้งค่าใน <0>การตั้งค่าการ #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "ยืนยัน" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "รหัสยืนยัน" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "ติดต่อฝ่ายสนับสนุน" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "" @@ -3281,7 +3310,7 @@ msgstr "" msgid "Content Blocked" msgstr "เนื้อหาถูกบล็อก" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "ตัวกรองเนื้อหา" @@ -3421,8 +3450,8 @@ msgstr "คัดลอก" msgid "Copy App Password" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "คัดลอกโค้ด" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "คัดลอกลิงก์" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "คัดลอกลิงก์" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "คัดลอกลิงก์ไปยังลิสต์" @@ -3472,12 +3501,12 @@ msgstr "คัดลอกลิงก์ไปยังลิสต์" msgid "Copy link to post" msgstr "คัดลอกลิงก์ไปยังโพสต์" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "คัดลอกข้อความ" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "คัดลอกข้อความโพสต์" @@ -3506,7 +3535,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "นโยบายลิขสิทธิ์" @@ -3632,7 +3661,7 @@ msgstr "สร้าง" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "สร้าง QR โค้ดสำหรับชุดเริ่ #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "สร้างชุดเริ่มต้น" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "สร้างชุดเริ่มต้นสำหรับฉัน" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "สร้างบัญชีใหม่" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "สร้างรายงานสำหรับ {0}" @@ -3734,7 +3763,7 @@ msgstr "สร้างรายงานสำหรับ {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "สร้างเมื่อ {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "มืด" msgid "Dark theme" msgstr "ธีมมืด" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "วันเกิด" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "ปิดการใช้งานบัญชี" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "ลบ" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "ลบสำหรับฉัน" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "ลบข้อความสำหรับฉัน" msgid "Delete my account" msgstr "ลบบัญชีของฉัน" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "ลบโพสต์" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "ลบชุดเริ่มต้น" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "ลบชุดเริ่มต้นหรือไม่?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "ลบลิสต์นี้หรือไม่?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "ลบโพสต์นี้หรือไม่?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "ถูกลบ" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "ข้อความคำอธิบายภาพ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "แยกการอ้างอิง" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "แยกการอ้างอิงโพสต์หรือไม่?" @@ -3993,11 +4022,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "กล่องโต้ตอบ: ปรับว่าใครสามารถโต้ตอบกับโพสต์นี้ได้" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "สว่าง" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "ปิดการยืนยันตัวตนสองชั้นผ่านอีเมล (2FA)" @@ -4041,11 +4075,11 @@ msgstr "ปิดการตอบสนองแบบสั่น" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "ปิดใช้งาน" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "ละทิ้ง" @@ -4075,23 +4109,28 @@ msgstr "ละทิ้ง" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "ละทิ้งร่างข้อความหรือไม่?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "ค้นพบฟีดที่กำหนดเองใหม่ๆ msgid "Discover New Feeds" msgstr "ค้นพบฟีดใหม่" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "ปิด" @@ -4115,7 +4154,7 @@ msgstr "ปิด" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "ปิดข้อผิดพลาด" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "เสร็จสิ้น" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "แตะสองครั้งเพื่อปิดหน้าต่าง" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "ดาวน์โหลด Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "เช่น alice.com" msgid "E.g. artistic nudes." msgstr "เช่น การเปลือยกายที่เป็นศิลปะ" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "เช่น โปสเตอร์ที่ยอดเยี่ยม" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "เช่น ผู้ส่งสแปม" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "เช่น ผู้ใช้ที่ตอบกลับด้วยโฆษณาอย่างต่อเนื่อง" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "แก้ไข" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "แก้ไขรูปประจำตัว" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "แก้ไขรูปภาพ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "แก้ไขการตั้งค่าการโต้ตอบ" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "แก้ไขรายละเอียดลิสต์" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "แก้ไขฟีดของฉัน" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "แก้ไขบุคคล" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "แก้ไขการตั้งค่าการโต้ตอบกับโพสต์" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "แก้ไขโปรไฟล์" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "แก้ไขโปรไฟล์" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "แก้ไขชุดเริ่มต้น" @@ -4454,15 +4494,15 @@ msgstr "แก้ไขชุดเริ่มต้น" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "แก้ไขผู้ที่สามารถตอบกลับได้" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "แก้ไขชุดเริ่มต้นของคุณ" @@ -4470,16 +4510,16 @@ msgstr "แก้ไขชุดเริ่มต้นของคุณ" msgid "Education" msgstr "การศึกษา" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "อีเมล" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "ยกเลิกการยืนยันสองชั้นผ่านอีเมล" @@ -4492,7 +4532,7 @@ msgstr "" msgid "Email address" msgstr "ที่อยู่อีเมล" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "ส่งข้อความอีเมลอีกรอบ" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "ยืนยันอีเมลเรียบร้อยแล้ว" @@ -4527,7 +4567,7 @@ msgstr "ฝังโพสต์" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "ฝังโพสต์เว็บไซต์ของคุณ แค่กรอกโค้ดด้านล่างแล้ววางบนเว็บไซต์" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "" @@ -4542,12 +4582,7 @@ msgstr "" msgid "Enable {0} only" msgstr "อนุญาตเฉพาะ {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "อนุญาตให้เข้าถึงเนื้อหาผู้ใหญ่ (18+)" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "อนุญาตแล้ว" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "ใส่อีเมลของคุณ" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "ใส่ชื่อผู้ใช้ของคุณและรหัสผ่าน" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "เกิดข้อผิดพลาดในขณะที่บันทึกไฟล์" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "เกิดข้อผิดพลาดการตอบสนองของ Captcha" @@ -4712,11 +4747,11 @@ msgstr "เกิดข้อผิดพลาดการตอบสนอง msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "คนที่สามารถตอบกลับได้" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "คนที่สามารถตอบกลับได้ในโพสค์นี้" @@ -4783,7 +4818,7 @@ msgstr "ขยายหรือลดขนาดโพสต์ทั้งห msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "สื่อที่ชัดเจนหรืออาจทำให msgid "Explicit sexual images." msgstr "ภาพเปลือยชัดเจน" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "ส่งออกข้อมูลของฉัน" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "สื่อภายนอก" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "สื่อภายนอกอาจอนุญาตให้เว็บไซต์รวบรวมข้อมูลเกี่ยวกับคุณและอุปกรณ์ของคุณ ไม่มีข้อมูลใดถูกส่งหรือร้องขอก่อนที่คุณจะกดปุ่ม \"เล่น\"" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "การตั้งค่าสื่อภายนอก" @@ -4946,7 +4981,7 @@ msgstr "การลบข้อความล้มเหลว" msgid "Failed to delete post, please try again" msgstr "การลบโพสต์ล้มเหลว โปรดลองใหม่อีกครั้ง" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "การลบตัวเริ่มต้นล้มเหลว" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "การโหลดฟีตที่ตั้งค่าล้มเหลว" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "การแนะนำฟีตล้มเหลว" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "การแนะนำคนที่คุณควรติดตามล้มเหลว" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "การปักหมุดโพสต์ล้มเหลว" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "การบันทึกรูปภาพ {0} ล้มเหลว" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "การเปลี่ยนสถานะด้วยการปิ msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "การอัปเดตฟีตล้มเหลว" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "การอัปเดตการตั้งค่าล้มเหลว" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "การอัปโหลดวีดีโอล้มเหลว" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "ฟีด" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "สลับฟีต" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "ฟีด" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "บันทึกไฟล์เรียบร้อยแล้ว!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "กรองจากฟีด" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "กำลังสรุปผล" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "ค้นหาบัญชีเพื่อคิดตาม" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "ติดตาม" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "ติดตาม {0}" @@ -5458,7 +5499,7 @@ msgstr "ติดตาม {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "ติดตาม 7 บัญชี" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "ติดตามบัญชี" @@ -5486,8 +5527,8 @@ msgstr "ติดตามบัญชี" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "ติดตามทั้งหมด" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "ผู้ติดตามของ @{0} ที่คุณรู้จัก" @@ -5552,28 +5593,29 @@ msgstr "ผู้ติดตามที่คุณรู้จัก" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "ติดตาม" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "ติดตาม" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "ติดตาม {0}" @@ -5582,7 +5624,7 @@ msgstr "ติดตาม {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "การตั้งค่าฟีดการติดตาม" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "การตั้งค่าฟีดการติดตาม" @@ -5613,7 +5655,7 @@ msgstr "ขนาดแบบอักษร" msgid "Food" msgstr "อาหาร" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "กลับ" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "กลับ" @@ -5867,8 +5909,8 @@ msgstr "กลับไปยังก่อนหน้า" msgid "Go home" msgstr "กลับเข้าสู่หน้าหลัก" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "การสัมผัส" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "แฮชแท็ก" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "มีปัญหาใช่ไหม?" @@ -6145,11 +6197,11 @@ msgstr "" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "ลิสต์ที่ซ่อนไว้" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "ซ่อน" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "ซ่อน" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "ซ่อนโพสต์สำหรับฉัน" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "ซ่อนการตอบกลับสำหรับทุกคน" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "ซ่อนการสำหรับฉัน" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "ซ่อนโพสต์นี้ใช่ไหม?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "ซ่อนการตอบกลับใช่ไหม" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "ซ่อนลิสต์ผู้ใช้" @@ -6267,12 +6308,12 @@ msgstr "ซ่อนลิสต์ผู้ใช้" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "อืม... ดูเหมือนว่าเซิร์ฟเว msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "อืม... ดูเหมือนว่าเรามีปัญหาในการค้นหาฟีตนี้ โปรดแจ้งเจ้าของฟีดเกี่ยวกับปัญหานี้ด้วย" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "อื้มมมม... ดูเหมือนว่าเรามีปัญหาในการโหลดข้อมูลนี้ งั้นดูรายละเอียดด้านล่างนี้เลย หากปัญหาเกิดขึ้นอีกสามารถติดต่อทางเราได้เลย" @@ -6316,14 +6357,14 @@ msgstr "อื้มมมม... ดูเหมือนว่าเราม msgid "Hmmmm, we couldn't load that moderation service." msgstr "อื้มมมม... ดูเหมือนว่าเราไม่สามารถโหลดเซอร์วิสการตรวจสอบได้" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "รอสักครู่! เรากำลังเปิดให้เข้าถึงวิดีโออย่างค่อยเป็นค่อยไป และคุณยังอยู่ในคิว แล้วกลับมาอีกครั้งจ้า" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "หน้าหลัก" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "ฉันมีโค้ด" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "หากคุณยังไม่บรรลุนิติภาวะตามกฎหมายของประเทศคุณ ควรให้ผู้ปกครองหรือผู้ดูแลตามกฎหมายรับทราบแทน" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "หากคุณลบลิสต์นี้ คุณจะไม่สามารถนำกลับคืนมาได้" @@ -6420,7 +6461,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "หากคุณลบโพสค์นี้ คุณจะไม่สามารถนำกลับคืนมาได้" @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "หากคุณพยายามเปลี่ยนแฮนด์เดิ้ลของคุณ ให้ทำการเปลี่ยนก่อนที่คุณจะหยุดใช้งานบัญชีนี้" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "รูปภาพ" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "กรอกรหัสที่ถูกส่งไปยังอี msgid "Interaction limited" msgstr "การโต้ตอบถูกจำกัด" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "รหัสยืนยัน 2FA ไม่ถูกต้อง" @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "รหัสยืนยันนี้ไม่ถูกต้อง" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "โค้ดคำเชิญ" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "โค้ดคำเชิญไม่ถูกต้อง โปรดตรวจสอบว่าคุณกรอกถูกต้องหรือยัง แล้วลองอีกครั้ง" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "เชิญผู้คนมาชุดเริ่มต้นนี้" @@ -6786,26 +6827,26 @@ msgstr "ยืนยันแต่เป็นส่วนตัว" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "ถูกต้อง" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "ตอนนี้มีแค่คุณแล้ว! เพิ่มผู้คนในชุดเริ่มต้นของคุณโดยการค้นหาด้านบนนี้" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "งาน" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "เข้าร่วม Bluesky" @@ -6840,9 +6881,9 @@ msgstr "เข้าร่วมการสนทนา" msgid "Journalism" msgstr "วารสาร" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "มาร์คโดย {0}" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "มาร์คโดยผู้สร้าง" @@ -6893,7 +6934,7 @@ msgstr "มาร์คในบัญชีของคุณ" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "ตั้งค่าภาษา" @@ -6907,12 +6948,12 @@ msgstr "ภาษา" msgid "Larger" msgstr "ใหญ่" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "ล่าสุด" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "เรียนรู้เพิ่มเติมเกี่ยวกับ Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "เรียนรู้เพิ่มเติมเกี่ยวกับการโฮสต์ข้อมูลด้วยตัวเอง (PDS)" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "เรียนรู้เพิ่มเติมเกี่ยวกับข้อควรระวัง" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "เรียนรู้เพิ่มเติมเกี่ยวกับสิ่งที่เป็นสาธารณะบน Bluesky" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "เรียนรู้เพิ่มเติม" @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "ปล่อยไปเถอะ" @@ -7080,7 +7121,7 @@ msgstr "ให้ฉันเลือกเถอะ" msgid "Let's get your password reset!" msgstr "ให้รหัสผ่านของคุณถูกรีเซ็ต" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "ไปกันเล้ยยยยย!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "แสง" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7155,7 @@ msgstr "ชอบ 10 โพสต์" msgid "Like 10 posts to train the Discover feed" msgstr "ชอบ 10 โพสต์" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "ชอบฟีตนี้" @@ -7122,8 +7163,8 @@ msgstr "ชอบฟีตนี้" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "ชอบโดย" @@ -7140,26 +7181,26 @@ msgstr "ชอบโดย" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "ถูกใจ" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "ชอบในโพสต์นี้" @@ -7191,11 +7232,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "ลิสต์" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "ลิสต์ถูกลบ" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "ลิสต์ถูกซ่อน" @@ -7248,7 +7294,7 @@ msgstr "ลิสต์ถูกซ่อน" msgid "List Hidden" msgstr "ลิสต์ถูกซ่อน" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "ลิสต์ถูกปิดเสียง" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "ลิสต์ถูกปลดบล็อก" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "ลิสต์เปิดเสียง" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "ลิสต์" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "โหลดเพิ่มเติม" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "โหลดฟีดที่แนะนำเพิ่มเติม" @@ -7346,16 +7392,16 @@ msgstr "โหลดการแจ้งเตือนใหม่" msgid "Load new posts" msgstr "โหลดโพสต์ใหม่" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "บันทึก" @@ -7405,11 +7451,6 @@ msgstr "" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "รูปแบบ XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "โปรดตรวจสอบให้แน่ใจว่านี msgid "Manage saved feeds" msgstr "" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "สื่อ" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "ผู้ใช้ที่ถูกกล่าวถึง" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "ข้อความถูกลบ" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "ข้อความจากเซิร์ฟเวอร์: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "ช่องกรอกข้อความ" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "ข้อความ" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "การกรอง" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "รายละเอียดการกรอง" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7667,28 +7725,28 @@ msgstr "กรองโดย {0}" #: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "Moderation list by <0/>" -msgstr "กรองโดย {0}" +msgstr "กรองโดย <0/>" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" msgstr "กรองโดยคุณ" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "การกรองได้ถูกสร้างขึ้น" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "การกรองถูกอัพเดต" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "ลิสต์ที่กรอง" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "ลิสต์ที่กรอง" @@ -7697,11 +7755,11 @@ msgstr "ลิสต์ที่กรอง" msgid "moderation settings" msgstr "การตั้งค่าการกรอง" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "สถานะการกรอง" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "เครื่องมือการกรอง" @@ -7710,8 +7768,8 @@ msgstr "เครื่องมือการกรอง" msgid "Moderator has chosen to set a general warning on the content." msgstr "ผู้ดูแลระบบเลือกที่จะตั้งคำเตือนทั่วไปบนเนื้อหา" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "ฟีตเพิ่มเติม" @@ -7720,10 +7778,10 @@ msgstr "ฟีตเพิ่มเติม" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "การตั้งค่าเพิ่มเติม" @@ -7747,7 +7805,7 @@ msgstr "เพลง" msgid "Mute" msgstr "ปิดการมองเห็น" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "ปิดการมองเห็น" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "ปิดการมองเห็นการฟีดโพสต์และเรื่องราว" @@ -7816,13 +7874,13 @@ msgstr "ปิดการมองเห็นคำนี้ในแท็ก msgid "Mute this word until you unmute it" msgstr "ปิดการมองเห็นคำนี้จนกว่าคุณจะปลด" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "ปิดการมองเห็นเธรต" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "ปิดการมองเห็นคำและแท็ก" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "ปิดการมองเห็นบัญชี" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "ปิดการมองเห็นบัญชี" @@ -7852,7 +7910,7 @@ msgstr "บัญชีที่ถูกปิดการมองเห็น msgid "Muted by \"{0}\"" msgstr "ปิดการมองเห็นโดย \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "ปิดการมองเห็นคำและแท็ก" @@ -7881,7 +7939,7 @@ msgstr "ฟีตของฉัน" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "ชื่อ" @@ -7891,12 +7949,12 @@ msgstr "" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "สำรวจ {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "ไปยังหน้าถัดไป" msgid "Navigates to your profile" msgstr "สำรวจโปรไฟล์ของคุฯ" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "ไม่ต้องห่วง สร้างแฮนเดิ้ลสำหรับฉันได้เลย" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "ใหม่" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "รหัสผ่านใหม่" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "โพสต์ใหม่" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "โพสต์ใหม่" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "เห็นการตอบกลับที่ใหม่ก่อน" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "ข่าวสาร" @@ -8088,15 +8142,15 @@ msgstr "ข่าวสาร" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "ถัดไป" @@ -8108,12 +8162,16 @@ msgstr "ภาพถัดไป" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "ยังไม่มีสิ่งที่ชอบ" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "ไม่ติดตาม {0} อีกต่อไป" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "ยังไม่มีการแจ้งเตือน!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "ไม่มีใครนอกจากผู้เขียนที่สามารถอ้างอิงโพสต์นี้ได้" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "ไม่มีผลลัพธ์" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "ไม่เป็นไร ขอบคุณ" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "ไม่มีใคร" @@ -8360,7 +8418,7 @@ msgstr "ยังไม่มีใครคนโควท์โพสต์น msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "ยังไม่มีใครคนรีโพสต์โพสต์นี้ คุณอาจได้เป็นคนแรก" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "ไม่พบใครเลย ลองคนหาคนอื่นสิ" @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "ไม่พบ" @@ -8407,7 +8465,7 @@ msgstr "ไม่พบ" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "โน้ตเกี่ยวกับการแชร์" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "การตั้งค่าการแจ้งเตือน" @@ -8435,8 +8497,8 @@ msgstr "การตั้งค่าการแจ้งเตือน" msgid "Notification sounds" msgstr "เสียงการแจ้งเตือน" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "เสียงการแจ้งเตือน" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "การแจ้งเตือน" @@ -8490,7 +8552,7 @@ msgstr "ตกลง" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "ตกลง" @@ -8505,6 +8567,10 @@ msgstr "การตอบกลับเก่าก่อน" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "เปิด<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "ภาพหนึ่งหรือมากกว่าขาดข้อความแทน" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "{0} สามารถตอบกลับได้เท่านั้น" @@ -8556,7 +8622,7 @@ msgstr "{0} สามารถตอบกลับได้เท่านั #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "เปิดการสร้างอวาตาร์" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "เปิดการตั้งค่าการสนทนา" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "เปิดการเลือกอีโมจิ" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "" @@ -8713,11 +8779,11 @@ msgstr "เปิดการตั้งค่าข้อความ" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "เปิดการปิดการมองเห็นคำและแท็ก" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "เปิดเมนูชุดเริ่มต้น" @@ -8759,9 +8825,8 @@ msgstr "เปิด system log" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "เปิดรายละเอียดเพิ่มเติมส msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "เปิดกล้องในอุปกรณ์" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "เปิด composer" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "เปิดขั้นตอนเพื่อสร้างบัญชี Bluesky ใหม่" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "เปิดเพื่อสร้างบัญชี Bluesky ที่มีอยู่แล้ว" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "เปิดโปรไฟล์นี้" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "ตัวเลือก :" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "หรือทำต่อด้วยบัญชีอื่น" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "หรือเข้าสู่ระบบด้วยบัญชีอื่นของคุณ" @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "รหัสผ่าน" @@ -8993,7 +9094,7 @@ msgstr "รหัสผ่าน" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "อัพเดตรหัสผ่าน" msgid "Password updated!" msgstr "อัพเดตรหัสผ่านแล้ว!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "พัก" @@ -9020,7 +9121,7 @@ msgstr "พักวีดีโอ" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "ผู้คน" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "ผู้คนที่ติดตามโดย @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "ผู้คนที่ติดตาม @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "สลับบุคคล" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "ภาพที่เหมาะสำหรับเนื้อหาผู้ใหญ่ (18+)" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "ปักหมุดไปที่หน้าแรก" @@ -9131,8 +9232,8 @@ msgstr "ปักหมุดไปที่หน้าแรก" msgid "Pin to Home" msgstr "ปักหมุดไปที่หน้าแรก" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "ปักหมุดไปที่โปรไฟล์" @@ -9151,11 +9252,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "ฟีตที่ปักหมุด" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "ปักหมุดไปที่ฟีต" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "เล่น" @@ -9169,12 +9270,12 @@ msgstr "เล่น {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "เล่นวิดีโอ" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "เล่นวิดีโอ" @@ -9182,7 +9283,7 @@ msgstr "เล่นวิดีโอ" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "เล่น GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "กรุณาเลือกแฮนเดิลของคุณ" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "โปรดเลือกรหัสผ่านของคุณ" @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "โปรดทำการยืนยัน Captcha ให้เสร็จ" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "กรุณากรอกอีเมลของคุณ" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "กรุณาใส่โค้ดเชิญ" @@ -9306,8 +9407,8 @@ msgstr "กรุณาอธิบายว่าทำไมคุณคิด msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "กรุณาลงชื่อเข้าใช้ @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "การเมือง" @@ -9367,18 +9468,18 @@ msgstr "การเมือง" msgid "Porn" msgstr "สื่ออนาจาร" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "โพสต์" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "โพสต์" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "โพสต์โดย {0}" @@ -9423,10 +9529,10 @@ msgstr "โพสต์ถูกลบแล้ว" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "โพสต์ถูกซ่อนโดยคำที่ถูกป msgid "Post Hidden by You" msgstr "โพสต์ถูกซ่อนโดยคุณ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "การตั้งค่าการโต้ตอบโพสต์" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "ไม่พบโพสต์" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "ปักหมุดโพสต์แล้ว" @@ -9478,7 +9584,7 @@ msgstr "ปักหมุดโพสต์แล้ว" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "ถอนหมุดโพสต์แล้ว" @@ -9487,7 +9593,7 @@ msgstr "ถอนหมุดโพสต์แล้ว" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "โพสต์" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "คลิกเพื่อพยายามเชื่อมต่อใหม่" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "ความเป็นส่วนตัว" msgid "Privacy and security" msgstr "" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "นโยบายความเป็นส่วนตัว" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "ข้อมูลส่วนตัว" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "บันทึก QR โค้ดลงในคลังภาพข #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "โควทโพสต์นี้" @@ -9723,8 +9829,8 @@ msgstr "" msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "แนบโพสต์ที่โควทอีกครั้ง" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "ปิดใช้งานบัญชีของคุณอีกครั้ง" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "อ่าน Bluesky blog" @@ -9794,11 +9900,11 @@ msgstr "อ่านนโยบายความเป็นส่วนตั msgid "Read the Bluesky Terms of Service" msgstr "อ่านนโยบาย เงื่อนไข และ ข้อตกลง ในการให้บริการของ Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "โหลดการสนทนาใหม่" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "ลบ" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "ลบ {displayName} จากชุดเริ่มต้นของคุณ" @@ -9914,8 +10021,8 @@ msgstr "ลบไฟล์แนบ" msgid "Remove Avatar" msgstr "ลบอวาตาร์" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "ลบแบนด์เนอร์" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "ลบจากฟีตของฉัน" @@ -9960,8 +10067,8 @@ msgstr "ลบจากฟีตของฉัน" msgid "Remove from quick access?" msgstr "ลบการเข้าถึงด่วนใช่ไหม" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "ลบจากฟีตที่เซฟไว้" @@ -9970,7 +10077,7 @@ msgstr "ลบจากฟีตที่เซฟไว้" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "ลบฟีตนี้จากฟีตที่คุณเซฟ" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "ลบโดยผู้สร้าง" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "ลบโดยคุณ" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "ลบจากฟีตของคุณ" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "การตอบกลับ" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "ปิดการตอบกลับแล้ว" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "การตอบกลับโพสต์นี้ถูกปิด" @@ -10141,14 +10253,14 @@ msgstr "การตอบกลับโพสต์นี้ถูกปิด msgid "Reply" msgstr "การตอบกลับ" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "การตอบกลับ" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "การตอบกลับถูกซ่อนโดยผู้ส msgid "Reply Hidden by You" msgstr "การตอบกลับถูกซ่อนโดยคุณ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "การตั้งค่าการตอบกลับถูกเลือกโดยผู้เขียนกระทู้" @@ -10185,8 +10297,8 @@ msgstr "การตอบกลับถูกซ่อนเรียบร้ msgid "Report" msgstr "รายงาน" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "รายงานบัญชี" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "รายงานการสนทนา" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "รายงานการสนทนา" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "รายงานฟีด" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "รายงานข้อความ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "รายงานโพสต์" @@ -10225,8 +10337,8 @@ msgstr "รายงานโพสต์" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "รายงานชุดเริ่มต้น" @@ -10292,7 +10404,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "" @@ -10330,12 +10442,12 @@ msgstr "รีโพสต์ของโพสต์นี้" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "ต้องมีข้อความแทนภาพก่อนโ msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "จำเป็นสำหรับผู้ให้บริการนี้" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "ส่งอีเมลอีกครั้ง" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "ส่งอีเมลอีกครั้ง" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "ส่งอีเมลยืนยันอีกครั้ง" @@ -10453,6 +10565,11 @@ msgstr "รีเซ็ตรหัสผ่าน" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "ลองทำกิจกรรมล่าสุดซึ่งเก #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "ลองทำกิจกรรมล่าสุดซึ่งเก msgid "Retry" msgstr "ลองใหม่อีกครั้ง" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "กลับไปยังหน้าก่อนหน้า" @@ -10521,7 +10638,7 @@ msgstr "กลับไปยังหน้าแรก" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "กลับไปยังหน้าก่อนหน้า" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "บันทึกการเปลี่ยนแปลง" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "บันทึกรูปภาพ" @@ -10608,8 +10725,8 @@ msgstr "" msgid "Save QR code" msgstr "บันทึกคิวอาร์โค้ด" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "บันทึกที่ฟีตของฉัน" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "บันทึกฟีต" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "บันทึกไปที่ฟีตของคุณ" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "ทักทายสิ!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "เลื่อนไปข้างบนสุด" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "ค้นหา" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "ค้นหาสำหรับฟีตที่คุณต้องการแนะนำให้คนอื่น" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "ค้นหาโปรไฟล์" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "มองหางานใน Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "เลือกสี" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "เลือกบัญชี" @@ -10910,7 +11022,7 @@ msgstr "เลือกอวาตาร์" msgid "Select an emoji" msgstr "เลือกอีโมจิ" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "เลือกจากบัญชีที่มีอยู่แล้ว" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "เลือกว่าจะปิดการมองเห็นคำนี้นานแค่ไหน" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "กำลังเลือกภาษา..." msgid "Select languages" msgstr "เลือกภาษา" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "เลือกภาษาที่คุณต้องการให้ฟีดที่คุณติดตามรวมอยู่ หากไม่เลือกภาษาใดๆ จะมีการแสดงภาษาทั้งหมด" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "เลือกเดือนที่เกิด" @@ -11045,7 +11157,7 @@ msgstr "เลือกภาษาที่คุณต้องการสำ msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "ส่งข้อเสนอแนะ" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "ส่งข้อความ" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "ส่งโพสต์ถึง..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "ส่งการยืนยันผ่านอีเมล" @@ -11133,7 +11245,7 @@ msgstr "" msgid "Set new password" msgstr "ตั้งรหัสผ่านใหม่" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "ตั้งค่าบัญชีของคุณ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "ตั้งอีเมลเพื่อการรีเซตรหัสผ่าน" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "การตั้งค่า" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "" @@ -11242,7 +11354,7 @@ msgstr "การชักชวนทางเพศ" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "แชร์" @@ -11251,7 +11363,7 @@ msgstr "แชร์" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "แชร์ตลอด" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "แชร์ลิงก์" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "กล่องโต้ตอบแชร์ลิงก์" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "แชร์รหัส QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,22 +11430,22 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "แชร์สตาร์ทแพ็กนี้" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "แชร์ชุดเริ่มต้นนี้และช่วยให้ผู้คนเข้าร่วมชุมชนของคุณบน Bluesky" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "โปรแกรมทดสอบการตั้งค่าแชร์" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "แสดง" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "แสดงข้อความแทน" @@ -11373,14 +11489,14 @@ msgstr "แสดงข้อความแทน" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "แสดงอยู่ดี" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "แสดงน้อยกว่านี้" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "แสดงลิสต์อยู่ดี" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "แสดงมากกว่านี้" @@ -11445,8 +11561,8 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "แสดงการตอบกลับสำหรับทุกคน" @@ -11455,8 +11571,8 @@ msgstr "แสดงการตอบกลับสำหรับทุกค msgid "Show reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "แสดงคำเตือนและกรองจากฟีด msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "เข้าสู่ระบบ" msgid "Sign in as {0}" msgstr "เข้าสู่ระบบในชื่อ {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "เข้าสู่ระบบ Bluesky หรือสร้างบ msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "ข้าม" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "นักพัฒนาซอฟต์แวร์" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "ฟีดอื่น ๆ ที่คุณอาจชอบ" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "บางคนสามารถตอบได้" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "เกิดข้อผิดพลาดบางอย่าง" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "เกิดข้อผิดพลาดบางอย่าง กรุณาลองอีกครั้ง" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11881,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "กีฬา" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "เริ่มแชทกับ {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "ชุดเริ่มต้น" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "ชุดเริ่มต้นโดย {0}" @@ -11841,12 +11968,12 @@ msgstr "ชุดเริ่มต้นโดย {0}" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "ชุดเริ่มต้นโดยคุณ" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "ชุดเริ่มต้นไม่ถูกต้อง" @@ -11854,7 +11981,7 @@ msgstr "ชุดเริ่มต้นไม่ถูกต้อง" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "ชุดเริ่มต้น" @@ -11893,7 +12020,7 @@ msgstr "ล้างพื้นที่เก็บข้อมูลแล้ msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "สมัครสมาชิก @{0} เพื่อใช้ป้า msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "สมัครสมาชิกผู้สร้างป้ายกำกับ" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "สมัครสมาชิกผู้สร้างป้ายกำกับนี้" @@ -11975,7 +12102,7 @@ msgstr "สมัครสมาชิกผู้สร้างป้ายก msgid "Subscribe to this list" msgstr "สมัครสมาชิกในลิสต์นี้" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "แท็กเท่านั้น" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "เงื่อนไข" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "ขอบคุณน้า~ คุณได้ยืนยันอีเมลของคุณสำเร็จแล้วจ้า สามารถปิดหน้านี้ได้เลยน้า" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "ที่มีดังต่อไปนี้ :" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "หาชุดเริ่มต้นไม่เจอ" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "มีแค่นี้แหละท่านผู้ชม!!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "บัญชีจะสามารถโต้ตอบกับคุณได้หลังจากที่ปลดบล็อกแล้ว" @@ -12287,7 +12414,7 @@ msgstr "ผู้สร้างเธรตได้ซ่อนการตอ msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "แอป Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "นโยบายความเป็นส่วนตัวได้ถูกย้ายไป <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "ชุดเริ่มต้นที่คุณพยายามดูไม่ถูกต้อง คุณสามารถลบชุดเริ่มต้นนี้แทนได้" @@ -12402,7 +12529,7 @@ msgstr "แบบฟอร์มสนับสนุนได้ถูกย้ msgid "The Terms of Service have been moved to" msgstr "เงื่อนไขการให้บริการได้ถูกย้ายไปยัง" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "รหัสยืนยันที่คุณให้มานั้นไม่ถูกต้อง กรุณาตรวจสอบให้แน่ใจว่าคุณได้ใช้ลิงก์ยืนยันที่ถูกต้องหรือขอรหัสใหม่อีกครั้ง" @@ -12412,7 +12539,7 @@ msgstr "รหัสยืนยันที่คุณให้มานั้ msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "ยังไม่มีเวลาจำกัดสำหรับการปิดใช้งานบัญชี คุณสามารถกลับมาได้ตลอดเวลา" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "เกิดปัญหาในการติดต่อเซิร์ฟเวอร์" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "เกิดปัญหาในการดึงการแจ้งเตือน คลิกที่นี่เพื่อลองอีกครั้ง" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "เกิดปัญหาในการดึงโพสต์ คลิกที่นี่เพื่อลองอีกครั้ง" @@ -12495,25 +12622,25 @@ msgstr "" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "เกิดปัญหาที่ {0}!" @@ -12521,10 +12648,10 @@ msgstr "เกิดปัญหาที่ {0}!" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "เกิดปัญหาการเชื่อมต่อ กร msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "เกิดปัญหาไม่คาดคิดในแอปพลิเคชัน กรุณาแจ้งให้เราทราบหากเกิดสิ่งนี้ขึ้นกับคุณ!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "มีผู้ใช้ใหม่เข้ามาที่ Bluesky เป็นจำนวนมาก! เราจะรีบเปิดใช้งานบัญชีของคุณอย่างเร็วที่สุด" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "หน้าจอ {screenDescription} นี้ถูกแจ้งเตือน : " -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "คำร้องนี้จะถูกส่งไปยังบร msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "แชทนี้ไม่สามารถเชื่อมต่อ msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "" msgid "This user isn't following anyone." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "นี่จะลบ @{0} ออกจากลิสต์เข้าถึงด่วน" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "นี่จะลบโพสต์ของคุณออกจากโพสต์อ้างอิงนี้สำหรับผู้ใช้ทุกคน และแทนที่ด้วยข้อความแทน" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "การตั้งค่าเธรด" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "" @@ -13012,7 +13134,7 @@ msgstr "" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13183,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13221,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "ไม่สามารถติดต่อบริการของคุณได้ โปรดตรวจสอบการเชื่อมต่ออินเทอร์เน็ตของคุณ" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "ไม่สามารถลบได้" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "ปลดบล็อก" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "ปลดบล็อก" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "ปลดบล็อกบัญชี" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "ปลดบล็อกบัญชีหรือไม่?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "เลิกติดตาม {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "เลิกติดตามบัญชี" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "เปิดเสียง" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "เปิดเสียงบัญชี" @@ -13379,8 +13536,8 @@ msgstr "เปิดเสียงบัญชี" msgid "Unmute conversation" msgstr "เปิดเสียงการสนทนา" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "เปิดเสียงกระทู้" @@ -13397,14 +13554,14 @@ msgstr "เปิดเสียงกระทู้" msgid "Unmute video" msgstr "เปิดเสียงวิดีโอ" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "เลิกปักหมุด" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,13 +13571,13 @@ msgstr "" msgid "Unpin from home" msgstr "เลิกปักหมุดจากหน้าแรก" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "เลิกปักหมุดจากโปรไฟล์" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "เลิกปักหมุดจากลิสต์การModerate" @@ -13429,29 +13586,34 @@ msgstr "เลิกปักหมุดจากลิสต์การModera msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "เลิกปักหมุดจากฟีดของคุณ" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "เลิกสมัครรับข้อมูล" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "เลิกสมัครรับข้อมูลจากลิสต์" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "เลิกสมัครรับข้อมูลจากผู้ทำฉลากนี้" @@ -13463,7 +13625,7 @@ msgstr "เลิกสมัครรับข้อมูลจากลิส msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "อัปโหลดไฟล์ข้อความไปที่:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "อัปโหลดจากกล้อง" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "อัปโหลดจากไฟล์" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "อัปโหลดจากไลบรารี" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "" @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "ลิสต์ผู้ใช้โดยคุณ" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "ลิสต์ผู้ใช้ถูกสร้าง" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "ลิสต์ผู้ใช้ถูกปรับปรุง" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "ชื่อผู้ใช้หรือที่อยู่อีเมล" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "ผู้ใช้ที่ติดตามโดย <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "ค่า:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "วิดีโอ" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "การประมวลผลวิดีโอไม่สำเร็จ" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "เกมวิดีโอ" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "ไม่พบวิดีโอ" @@ -13859,12 +14021,12 @@ msgstr "ไม่พบวิดีโอ" msgid "Video settings" msgstr "การตั้งค่าวิดีโอ" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "วิดีโอ: {0}" @@ -13872,19 +14034,13 @@ msgstr "วิดีโอ: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "ดูอวตาร์ของ {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "ดูโปรไฟล์ของ {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "ดูโปรไฟล์ของผู้ใช้ที่ถูกบล็อก" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "ดูบล็อกโพสต์สำหรับรายละเอียดเพิ่มเติม" @@ -13936,8 +14092,8 @@ msgstr "ดูบล็อกโพสต์สำหรับรายละเ msgid "View debug entry" msgstr "ดูลิสต์ดีบัก" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "ดูรายละเอียด" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "ดูบริการติดป้ายกำกับที่จ msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "ดูผู้ใช้ที่ชอบฟีดนี้" @@ -14026,11 +14182,11 @@ msgstr "ดูผู้ใช้ที่ชอบฟีดนี้" msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "ดูบัญชีที่คุณบล็อก" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "ดูฟีดของคุณและสำรวจเพิ่มเติม" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "ดูลิสต์การModeration ของคุณ" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "ดูบัญชีที่คุณปิดเสียง" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "เราประเมินว่าใช้เวลา {estimatedTime} จนกว่าบัญชีของคุณจะพร้อม." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "เราได้ส่งอีเมลยืนยันอีกฉบับไปยัง <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "เราไม่สามารถกำหนดได้ว่าคุณได้รับอนุญาตให้อัปโหลดวิดีโอหรือไม่ กรุณาลองอีกครั้ง." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "เราไม่สามารถโหลดผู้ติดป้ายที่คุณกำหนดไว้ในขณะนี้ได้." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "เราจะแจ้งให้คุณทราบเมื่อบัญชีของคุณพร้อมใช้งาน" @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "เรากำลังประสบปัญหาเครือข msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "ขออภัย! โพสต์ที่คุณตอบกลับถูกลบไปแล้ว" @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "ยินดีต้อนรับกลับ!" @@ -14351,17 +14519,17 @@ msgstr "คุณต้องการตั้งชื่อชุดเริ msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "มีอะไรใหม่?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "ใครสามารถมีปฏิสัมพันธ์กับโพสต์นี้ได้บ้าง?" @@ -14369,12 +14537,12 @@ msgstr "ใครสามารถมีปฏิสัมพันธ์กั msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "ใครสามารถตอบได้" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "เขียนโพสต์" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "เขียนคำตอบของคุณ" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "ใช่, ปิดการใช้งาน" @@ -14495,19 +14663,19 @@ msgstr "ใช่, ปิดการใช้งาน" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "ใช่, ลบชุดเริ่มต้นนี้" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "ใช่, แยกออก" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "ใช่, ซ่อน" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "ใช่, เปิดใช้งานบัญชีของฉันอีกครั้ง" @@ -14519,7 +14687,7 @@ msgstr "เมื่อวาน" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "คุณอยู่ในคิว." @@ -14558,11 +14726,11 @@ msgstr "คุณอยู่ในคิว." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "คุณไม่ได้รับอนุญาตให้อัปโหลดวิดีโอ." @@ -14570,7 +14738,7 @@ msgstr "คุณไม่ได้รับอนุญาตให้อัป msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "คุณยังสามารถค้นพบฟีดแบบกำหนดเองใหม่ ๆ ที่จะติดตามได้." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "คุณสามารถลงชื่อเข้าใช้ด้วยรหัสผ่านใหม่ของคุณได้แล้ว" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "คุณสามารถเปิดใช้งานบัญชีของคุณอีกครั้งเพื่อดำเนินการลงชื่อเข้าใช้ บัญชีและโพสต์ของคุณจะมองเห็นได้โดยผู้ใช้คนอื่น" @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "คุณไม่ได้ติดตามผู้ใช้ที่ติดตาม @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "คุณได้ป้อนรหัสที่ไม่ถูกต้อง มันควรมีลักษณะเป็น XXXXX-XXXXX" @@ -14778,15 +14943,15 @@ msgstr "คุณถึงจุดสิ้นสุดแล้ว" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "คุณถึงขีดจำกัดการอัปโหลดวิดีโอชั่วคราวแล้ว กรุณาลองอีกครั้งในภายหลัง" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "คุณต้องติดตามผู้อื่นอย่า msgid "You must grant access to your photo library to save a QR code" msgstr "คุณต้องอนุญาตให้เข้าถึงคลังรูปภาพของคุณเพื่อบันทึกรหัส QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "คุณได้ทำการปิดการใช้งาน @{0} ก่อนหน้านี้" @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "คุณอยู่ในคิว" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "คุณมาถึงจุดสิ้นสุดฟีดของคุณแล้ว! ค้นหาบัญชีเพิ่มเติมเพื่อติดตาม" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "คุณถึงขีดจำกัดการอัพโหลดวิดีโอต่อวันแล้ว (ขนาดไฟล์มากเกินไป)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "คุณถึงขีดจำกัดการอัพโหลดวิดีโอต่อวันแล้ว (วิดีโอมากเกินไป)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "บัญชีของคุณ" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "บัญชีของคุณยังมีอายุไม่มากพอที่จะอัพโหลดวิดีโอ กรุณาลองใหม่อีกครั้งในภายหลัง" @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "คลังข้อมูลบัญชีของคุณ ซึ่งประกอบด้วยบันทึกข้อมูลสาธารณะทั้งหมด สามารถดาวน์โหลดเป็นไฟล์ \"CAR\" ไฟล์นี้ไม่รวมสื่อที่ฝังไว้ เช่น รูปภาพ หรือข้อมูลส่วนตัวของคุณ ซึ่งต้องดึงข้อมูลแยกต่างหาก" @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "วันเกิดของคุณ" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "อีเมลของคุณดูเหมือนจะไม่ถูกต้อง" @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "ไลค์แรกของคุณ!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "ชื่อผู้ใช้เต็มของคุณจะเป msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "โปรไฟล์ โพสต์ ฟีด และลิสต์ของคุณจะไม่ปรากฏให้ผู้ใช้ Bluesky คนอื่นเห็นอีกต่อไป คุณสามารถเปิดใช้งานบัญชีของคุณอีกครั้งได้ตลอดเวลาโดยการเข้าสู่ระบบ" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/tr/messages.po b/src/locale/locales/tr/messages.po index c0fd64e434..e7b6584190 100644 --- a/src/locale/locales/tr/messages.po +++ b/src/locale/locales/tr/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: tr\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" kategorisi (etkin)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, other {# takip edilen}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, other {# arkadaş bulundu!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {# saat}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, other {#a}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, other {# gönderi daha}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, other {takipçi}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {takip edilen}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, other {gönderi}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {# kişi}} Bluesky'a bu başlangıç paketini kullanarak katıldı!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# daha}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {Bölgenizde hesap oluşturmak için en az # yaşında olmanız gerekmektedir.}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} canlı yayında" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} kullanılamaz" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "{0} cihazınız tarafından desteklenmiyor." @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, other {üye}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} {time} saatinde" msgid "{displayName}'s Starter Pack" msgstr "{displayName} kullanıcısının Başlangıç Paketi" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, other {saat}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {dakika}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} sizin başlangıç paketinizle kaydoldu" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} sizi doğruladı" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} takip ediliyor" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, other {gönderi}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, other {# saat}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ yeni katılma talebi" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# kullanıcı}} katıldı!" @@ -767,7 +776,7 @@ msgstr "{profileName} Bluesky'a {timeAgoString} önce bir başlangıç paketi ku #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} ve {2, plural, other {# kişi daha}} başlangıç paketinizde yer alıyor" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1} ve {2, plural, other {# kişi daha}} başlangıç #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1} ve {2, plural, other {# kişi daha}} başlangıç paketinizde yer alıyor" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, other {kaydedilme}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, other {beğeni}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} ve <1><2>{1} başlangıç paketinizde yer alıyor" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} başlangıç paketinizde yer alıyor" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} üyeleri" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>Konumunuzu GPS'le güncellemek için buraya dokunun." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Siz ve <1><2>{0} başlangıç paketinizde yer alıyorsunuz" @@ -946,6 +955,12 @@ msgstr "7 gün" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "Bluesky'da bulabileceğiniz bazı popüler akışların derlenmiş hali" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "Bir ağ hatası oluştu. Lütfen internet bağlantınızı kontrol edin. msgid "A new code has been sent" msgstr "Yeni bir kod yollandı" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Yeni bir doğrulama biçimi" @@ -1005,7 +1020,7 @@ msgstr "Gönderi düzenleyicisinin bir gönderi yanındaki yeni \"Taslaklar\" bu msgid "A selected recipient is not followed by the sender." msgstr "Seçilmiş alıcılardan biri gönderen tarafından takip edilmiyor." -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "Erişim istendi! Grup sahibi talebinizi inceleyecek." msgid "Accessibility" msgstr "Erişilebilirlik" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Erişilebilirlik Ayarları" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Hesap" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Hesap engellendi" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Hesap takip edildi" @@ -1086,8 +1101,8 @@ msgstr "Hesap askıya alınmış" msgid "Account is deactivated" msgstr "Hesap dondurulmuş" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Hesap susturuldu" @@ -1111,24 +1126,24 @@ msgstr "Hesap hızlı erişimden kaldırıldı" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Hesap engeli kaldırıldı" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Hesap takibi bırakıldı" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Hesap sessizden çıkarıldı" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Çıkıntılı onay tikine sahip hesaplar <0><1/> başka hesapları doğrulayabilir. Bu güvenilir doğrulayıcılar Bluesky tarafından seçilir." @@ -1138,7 +1153,7 @@ msgstr "Çıkıntılı onay tikine sahip hesaplar <0><1/> başka hesapları msgid "Activity from others" msgstr "Başkalarının etkinlikleri" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "Etkinlik bildirimleri" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Ekle" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Devam etmek için {0} tane daha ekleyin" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "{displayName} adlı kullanıcıyı başlangıç paketine ekle" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Bu listeye bir kullanıcı ekleyin" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Hesap ekle" @@ -1201,11 +1216,11 @@ msgstr "Alternatif metin ekle (isteğe bağlı)" msgid "Add another account" msgstr "Başka hesap ekle" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Başka gönderi ekle" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "Konuya yeni bir gönderi ekle" @@ -1223,7 +1238,7 @@ msgstr "Uygulama şifresi ekle" msgid "Add App Password" msgstr "Uygulama Şifresi Ekle" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "Hesaba otomasyon işareti ekle" @@ -1239,12 +1254,12 @@ msgstr "Filtre ekle" msgid "Add group chat members" msgstr "Grup sohbeti üyelerini ekle" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "Görsel ekle" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "Gönderiye medya ekle" @@ -1254,8 +1269,8 @@ msgstr "Gönderiye medya ekle" msgid "Add members" msgstr "Üye ekle" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Daha fazla detay ekle (opsiyonel)" @@ -1295,7 +1310,7 @@ msgstr "Tepki Ekle" msgid "Add recommended feeds" msgstr "Önerilen akışları ekle" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Başlangıç paketinize birkaç akış ekleyin!" @@ -1307,12 +1322,12 @@ msgstr "Yalnızca takip ettiklerinizden ibaret varsayılan akışı ekleyin" msgid "Add the following DNS record to your domain:" msgstr "Alan adınıza aşağıdaki DNS kaydını ekleyin:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Akışlarınıza bu akışı ekleyin" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Listelere ekle" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "Kayıtlı gönderilere ekle" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "Başlangıç paketlerine ekle" @@ -1330,7 +1345,7 @@ msgstr "Başlangıç paketlerine ekle" msgid "Add user to list" msgstr "Kullanıcıyı listeye ekle" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "Doğum tarihinizi ekleyin" @@ -1361,7 +1376,7 @@ msgstr "Üyeler listeye ekleniyor..." msgid "Additional details (limit 1000 characters)" msgstr "Ek ayrıntılar (1000 karakterle sınırlı)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Ek ayrıntılar (300 karakterle sınırlıdır)" @@ -1378,14 +1393,14 @@ msgstr "Yetişkin" msgid "Adult content" msgstr "Yetişkin içerik" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Yetişkin İçerik" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Yetişkin içerik yalnızca Web üzerinden <0>bsky.app etkinleştirilebilir." @@ -1402,7 +1417,7 @@ msgstr "Yetişkin İçerik işaretleri" msgid "Adult sexual abuse content" msgstr "Yetişkin cinsel istismarı içeriği" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Gelişmiş" @@ -1423,7 +1438,7 @@ msgstr "Yaş güvencesi sorgusu yollandı" msgid "Age assurance only takes a few minutes" msgstr "Yaş güvencesi sadece birkaç dakika alacaktır" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "Yaş güvencesi yalnızca birkaç dakika sürer." @@ -1438,6 +1453,11 @@ msgstr "ayse@ornek.com" msgid "All" msgstr "Hepsi" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Hepsi" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "Tümü {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Tüm hesaplar takip edildi!" @@ -1474,7 +1494,7 @@ msgstr "Kaydettiğiniz akışların tümü bir yerde." msgid "Allow access to your direct messages" msgstr "Doğrudan mesajlarınıza erişime izin verin" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "Herkesin yanıt vermesine izin ver" @@ -1488,8 +1508,8 @@ msgstr "Sadece şunlardan doğrudan mesajlara izin ver" msgid "Allow group chat invites from" msgstr "Sadece şunlardan grup sohbeti davetlerine izin ver" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "Konum erişimine izin ver" @@ -1498,24 +1518,24 @@ msgstr "Konum erişimine izin ver" msgid "Allow others to be notified of your posts" msgstr "Başkalarına gönderilerinizden bildirim alma izni verin" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "Takip ettiklerinizin yanıt vermesine izin ver" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "Bahsettiklerinizin yanıt vermesine izin ver" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Alıntılara izin ver" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "{0} listesindekilerin yanıt vermesine izin ver" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "Takipçilerinizin yanıt vermesine izin ver" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Doğrudan mesajlara erişime izin verir" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Zaten bir kodunuz mu var?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "Zaten bir hesabınız mı var?" @@ -1540,7 +1560,7 @@ msgstr "Zaten @{0} olarak oturum açıldı" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Alt metin kırpılacaktır. {MAX_ALT_TEXT, plural, other {Sınır: {0} karakter.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "{0} adresine bir e-posta gönderildi. Aşağıda girebileceğiniz bir onay kodu içerir." @@ -1587,7 +1607,7 @@ msgstr "Bir hata oluştu" msgid "An error occurred" msgstr "Bir hata oluştu" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Video sıkıştırılırken bir hata oluştu." @@ -1596,7 +1616,7 @@ msgstr "Video sıkıştırılırken bir hata oluştu." msgid "An error occurred while fetching suggested accounts." msgstr "Önerilen hesaplar getirilemedi." -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Akış getirilirken bir hata oluştu." @@ -1609,15 +1629,15 @@ msgstr "Başlangıç paketiniz oluşturulurken bir hata oluştu. Yeniden denemek msgid "An error occurred while hiding suggestion. {0}" msgstr "Öneriyi gizlerken bir hata oluştu. {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Video yüklenirken bir hata oluştu. Lütfen daha sonra tekrar deneyin." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Video yüklenirken bir hata oluştu. Lütfen tekrar deneyin." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "Listeleriniz yüklenirken bir hata oluştu :/" @@ -1628,16 +1648,16 @@ msgstr "QR kod kaydedilirken bir hata oluştu!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Tümü takip edilmeye çalışılırken bir hata oluştu" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "Video yüklerken bir hata oluştu. {message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Video yüklerken bir hata oluştu. Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." @@ -1661,8 +1681,8 @@ msgstr "Birkaç Bluesky gönderisinin yeniden gönderi, beğeni ve yorum yapma s msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "Bluesky uygulamasının içinden kağıttan uçak çıkan haliyle arkadaş davetini temsil eden bir illüstrasyonu" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Bluesky'ın güvenilir doğrulayıcıları seçmesini ve güvenilir doğrulayıcıların da bireysel hesapları doğrulamasını gösteren bir çizim." @@ -1686,14 +1706,14 @@ msgstr "Grup sohbetini oluştururken bir sorun çıktı, lütfen tekrar deneyin. #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Bir sorun oluştu, lütfen tekrar deneyin." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Bir kurgu iPhone açık Bluesky uygulamasında doğrulanmış bir kullanıcıyı adının yanındaki doğrulanma tikiyle birlikte gösteriyor." @@ -1702,7 +1722,7 @@ msgstr "Bir kurgu iPhone açık Bluesky uygulamasında doğrulanmış bir kullan msgid "an unknown labeler" msgstr "bilinmeyen bir işaretleyici" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "ve" @@ -1735,7 +1755,7 @@ msgstr "Bluesky'da doğrulamayı duyurma" msgid "Any date" msgstr "Herhangi bir tarih" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "Herkes" @@ -1767,7 +1787,7 @@ msgstr "Beni takip eden herkes" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "Ona sahip olan kimse artık katılamayacak ya da katılmayı talep edemeyecek. İstediğiniz zaman yeni bir tane oluşturabilirsiniz." -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Uygulama şifresi isimleri en az 4 karakter uzunluğunda olmalıdır" msgid "App passwords" msgstr "Uygulama şifreleri" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Uygulama Şifreleri" @@ -1856,7 +1876,7 @@ msgstr "Bu karara itiraz et" msgid "Appeal this label" msgstr "Bu işarete itiraz et" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "Pull Request'i uygula" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "{0} kaynağından arşivlendi" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Arşivlenmiş gönderi" @@ -1914,7 +1934,7 @@ msgstr "\"{0}\" uygulama şifresini silmek istediğinizden emin misiniz?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Bu mesajı silmek istediğinize emin misiniz? Mesajınız sizin için silinecektir, ancak diğer katılımcılar için silinmeyecektir." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Bu başlangıç paketini silmek istediğinize emin misiniz?" @@ -1936,7 +1956,7 @@ msgstr "Bu yazışmayı terk etmek istediğinizden emin misiniz?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "Bu yazışmadan ayrılmak istediğinize emin misiniz? Mesajlarınız sizin için silinecek ama diğer katılımcılar için silinmeyecektir." -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Bunu akışlarınızdan çıkarmak istediğinize emin misiniz?" @@ -1945,7 +1965,7 @@ msgstr "Bunu akışlarınızdan çıkarmak istediğinize emin misiniz?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "{0} grubuna katılma talebinizi geri çekmek istediğinizden emin misiniz?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Bu taslağı silmek istediğinizden emin misiniz?" @@ -1953,7 +1973,7 @@ msgstr "Bu taslağı silmek istediğinizden emin misiniz?" msgid "Are you sure?" msgstr "Emin misiniz?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "Görüntüde yer alan kişi siz misiniz veya görüntüde yer alan kişi adına hareket eden yetkili bir temsilci misiniz?" @@ -1969,8 +1989,8 @@ msgstr "Sanat" msgid "Artistic or non-erotic nudity." msgstr "Sanatsal veya erotik olmayan çıplaklık." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "Algoritmaya başlık ata" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "En az 8 karakter" @@ -2017,8 +2037,8 @@ msgstr "Otomatik" msgid "Automation label" msgstr "Otomasyon işareti" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "Otomasyon İşareti" @@ -2038,6 +2058,10 @@ msgstr "Kullanılabilir" msgid "Avatar creator" msgstr "Avatar oluşturucu" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "Avatar oluşturucu" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "Avatar oluşturucu" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Geri" msgid "Back to Chats" msgstr "Sohbetlere Geri Dön" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "Yasak eylemler ya da güvenlik ihlalleri" @@ -2081,7 +2109,7 @@ msgstr "Yasak eylemler ya da güvenlik ihlalleri" msgid "Banned user returning" msgstr "Uzaklaştırılmış kullanıcının geri gelmesi" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "Cihazınıza göre <0>{geolocationString} konumunda olduğunuzu düşünüyoruz." @@ -2089,7 +2117,7 @@ msgstr "Cihazınıza göre <0>{geolocationString} konumunda olduğunuzu dü msgid "Based on your device's location, we think you're in <0>{region}." msgstr "Cihazınızın konumuna göre <0>{region} bölgesinde olduğunuzu düşünüyoruz." -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "Ağ bağlantınıza göre <0>{geolocationString} konumunda olduğunuzu düşünüyoruz. Eğer VPN kullanıyorsanız bu tahmin tam doğru olmayabilir." @@ -2148,16 +2176,16 @@ msgstr "Aşağıdaki alanları doldurarak yaş güvencesi işlemine başlayın." msgid "Beta Feature" msgstr "Beta Özellik" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "Beta özellikler" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "Beta özellikler etkinleştirildi" @@ -2193,12 +2221,12 @@ msgstr "{displayName} kullanıcısını engelle" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Hesabı engelle" @@ -2255,15 +2283,15 @@ msgstr "Kullanıcıyı engelle ve/veya bu yazışmayı sil" msgid "Block user and/or leave this conversation" msgstr "Kullanıcıyı engelle ve/veya bu yazışmadan ayrıl" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Engellendi" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Engellenen hesaplar" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Engellenen Hesaplar" @@ -2288,7 +2316,7 @@ msgstr "Engelleme herkese açıktır. Engellenen hesaplar, konularınıza yanıt 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." msgstr "Engellemeniz hesabınıza işaretlerin uygulanmasını önlemeyecektir fakat bu hesabın sizin konularınıza yanıt vermesini ya da sizle etkileşime geçmesini önleyecektir." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky iddia edilen tarihin doğruluğunu onaylayamaz." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Klasik™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky \"özüt\" (\"hash\") denen şifreli bir sayısal parmakizi oluşturup eşleşen özütleri arayarak arkadaşların birbirini bulmasına yardımcı olur." @@ -2357,15 +2389,11 @@ msgstr "Bluesky bağlantılarınızı şifreli veri olarak tutar. Bağlantılar msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky, ağınızdaki kişilerden bir dizi önerilen hesap seçecektir." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky, kayda değer ve gerçek hesapları inisiyatif alarak doğrulayacaktır." @@ -2424,29 +2452,29 @@ msgstr "Keşfet sayfasında daha çok öneriye göz at" msgid "Browse other feeds" msgstr "Diğer akışlara göz at" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "{displayName} hakkındaki gönderilere göz at" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "{displayName} etiketini barındıran gönderilere göz at" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "{displayName} başlangıç paketine göz at" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "{0} konusuna göz at" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "{displayName} konusunu görüntüle" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "İş" @@ -2459,10 +2487,10 @@ msgstr "Ana akışa geri dönüş butonu" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "{0} tarafından" @@ -2475,7 +2503,7 @@ msgstr "@{0} tarafından" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "<0>{0} tarafından geliştiriliyor" @@ -2504,11 +2532,11 @@ msgstr "Bir hesap oluşturarak <0>Hizmet Şartları'nı ve <1>Gizlilik Polit msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Bir hesap oluşturarak <0>Hizmet Şartları'nı kabul etmiş sayılırsınız." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Size ait" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Kamera" @@ -2521,16 +2549,16 @@ msgstr "Kamera erişimi gerekli" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "Kamera erişimi gerekli" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "Kamera erişimi gerekli" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "İptal" msgid "Cancel quote post" msgstr "Alıntı gönderiyi iptal et" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Yeniden etkinleştirmeyi iptal et ve çıkış yap" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "Kullanıcı adınızı kontrol edebilmeniz için oturum açmayı iptal eder" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Engellenen kullanıcıya etkileşime geçilemez" @@ -2609,7 +2637,7 @@ msgstr "Altyazılar (.vtt)" msgid "Captions & alt text" msgstr "Altyazılar ve alternatif metin" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "vitrin" @@ -2651,24 +2679,24 @@ msgstr "Kullanıcı Adını Değiştir" msgid "Change hosting provider" msgstr "Yer sağlayıcıyı değiştir" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Moderasyon hizmetini değiştir" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "Şifre değiştir" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "Şifre değiştirme diyaloğu" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "Rapor kategorisini değiştir" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Rapor gerekçesini değiştir" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "Başlangıç paketine yapılan değişiklikler listeyi oluşturduktan sonra ona yansıtılmayacaktır. Liste bağımsız bir kopya olacaktır." #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Mesajlar" @@ -2758,7 +2786,7 @@ msgstr "Sohbet sahipleri grup sohbetinden ayrılamaz." msgid "Chat recipient is not followed by the sender." msgstr "Sohbet alıcısı gönderici tarafından takip edilmiyor." -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Sohbet istekleri gelen kutusu" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Sohbet istekleri" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "Aşağıya girilecek onay kodunu barındıran e-posta için <0>{currentE msgid "Check back later!" msgstr "Daha sonra tekrar kontrol edin!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Durumumu kontrol et" @@ -2895,7 +2923,7 @@ msgstr "Yer sağlayıcınızı seçin" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Kendi zaman akışınızı seçin! Topluluk tarafından oluşturulan akışlar sevdiğiniz içeriği bulmanıza yardımcı olur." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Şifrenizi seçin" @@ -2931,7 +2959,7 @@ msgstr "GIF aramayı temizle" msgid "Clear image cache" msgstr "Görsel önbelleğini temizle" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Arama sorgusunu temizle" @@ -2951,11 +2979,11 @@ msgstr "Birilerini bu grup sohbetine eklemek için buraya tıklayın" msgid "Click here to create or manage an invite link for this group chat" msgstr "Bu grup sohbeti için bir davetiye bağlantısı oluşturmak ya da düzenlemek için buraya tıklayın" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "Hesabınızı silmek için buraya tıklayın" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "Hesabınızdan çıkmak için buraya tıklayın" @@ -2968,8 +2996,8 @@ msgstr "E-postayı yeniden göndermek için buraya tıklayın" msgid "Click here to restart the verification process." msgstr "Doğrulama işlemini yeniden başlatmak için buraya tıklayın." -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "Doğum tarihinizi güncellemek için buraya tıklayın" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "İletilemeyen mesajı tekrar denemek için tıklayın" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "İletilemeyen mesajı tekrar denemek için tıklayın" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "İletilemeyen mesajı tekrar denemek için tıklayın" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Kapat" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Etkin iletişim kutusunu kapat" @@ -3068,13 +3097,13 @@ msgstr "Bildirimi kapat" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Diyalogu kapat" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Çekmece menüyü kapat" @@ -3110,7 +3139,7 @@ msgstr "Gelen talepler bildirimini kapat" msgid "Close this dialog" msgstr "Bu diyalogu kapat" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "Hoşgeldiniz ekranını kapat" @@ -3118,7 +3147,7 @@ msgstr "Hoşgeldiniz ekranını kapat" msgid "Closes password update alert" msgstr "Şifre güncelleme uyarısını kapatır" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Gönderi düzenleyiciyi kapatır ve gönderi taslağını siler" @@ -3126,7 +3155,7 @@ msgstr "Gönderi düzenleyiciyi kapatır ve gönderi taslağını siler" msgid "Collapse list of users" msgstr "Kullanıcı listesini daralt" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Belirli bir bildirim için kullanıcı listesini daraltır" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Çizgi romanlar" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Topluluk Kuralları" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Onboarding'i tamamlayın ve hesabınızı kullanmaya başlayın" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Meydan okumayı tamamlayın" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Yeni gönderi oluştur" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "{0, plural, other {# karakter}} uzunluğuna kadar gönderiler oluşturun" @@ -3180,11 +3209,11 @@ msgstr "{0, plural, other {# karakter}} uzunluğuna kadar gönderiler oluşturun msgid "Compose reply" msgstr "Yanıt oluştur" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "GIF sıkıştırılıyor..." -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Video sıkıştırılıyor..." @@ -3198,18 +3227,18 @@ msgstr "<0>Moderasyon ayarlarında düzenleniyor." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Onayla" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Onay kodu" @@ -3226,12 +3255,12 @@ msgstr "Servise bağlanılıyor…" msgid "Connecting…" msgstr "Bağlanıyor…" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "Bağlantı sorunu" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "Destek ekibimize ulaşın" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Destek ile iletişime geçin" @@ -3273,7 +3302,7 @@ msgstr "İçerik ve Medya" msgid "Content and media" msgstr "İçerik ve medya" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "İçerik ve Medya" @@ -3281,7 +3310,7 @@ msgstr "İçerik ve Medya" msgid "Content Blocked" msgstr "İçerik Engellendi" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "İçerik filtreleri" @@ -3421,8 +3450,8 @@ msgstr "Kopyala" msgid "Copy App Password" msgstr "Uygulama Şifresini Kopyala" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Bu at:// URI'sini kopyala" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Kodu kopyala" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "DID'i kopyala" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "Davetiye bağlantısını kopyala" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Bağlantıyı kopyala" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Bağlantıyı Kopyala" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Liste bağlantısını kopyala" @@ -3472,12 +3501,12 @@ msgstr "Liste bağlantısını kopyala" msgid "Copy link to post" msgstr "Gönderi bağlantısını kopyala" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "Profil bağlantısını kopyala" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "Başlangıç paketi bağlantısını kopyala" @@ -3491,8 +3520,8 @@ msgstr "Mesajı kopyala" msgid "Copy post at:// URI" msgstr "Gönderinin at:// URI'sini kopyala" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Gönderi metnini kopyala" @@ -3506,7 +3535,7 @@ msgstr "TXT kayıt değerini kopyala" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Telif Hakkı Politikası" @@ -3632,7 +3661,7 @@ msgstr "Oluştur" msgid "Create a list" msgstr "Liste oluştur" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "Bu başlangıç paketinden bir liste oluştur" @@ -3642,7 +3671,7 @@ msgstr "Başlangıç paketi için QR kod oluşturun" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Bir başlangıç paketi oluştur" @@ -3655,12 +3684,12 @@ msgstr "Başlangıç Paketi oluştur" msgid "Create a starter pack for me" msgstr "Benim için bir başlangıç paketi oluştur" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "Grup sohbeti oluştur" msgid "Create list" msgstr "Liste oluştur" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "Üyelerden liste oluştur" @@ -3708,13 +3737,13 @@ msgstr "Üyelerden liste oluştur" msgid "Create list from starter pack" msgstr "Başlangıç paketinden liste oluştur" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "Moderasyon listesi oluştur" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Yeni hesap oluştur" @@ -3724,8 +3753,8 @@ msgstr "Bu grup sohbeti için bir davetiye bağlantısını oluşturun ya da de #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "{0} için rapor oluştur" @@ -3734,7 +3763,7 @@ msgstr "{0} için rapor oluştur" msgid "Create starter pack" msgstr "Başlangıç paketi oluştur" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "Kullanıcı listesi oluştur" @@ -3747,7 +3776,7 @@ msgstr "Kullanıcı listesi oluştur" msgid "Created {0}" msgstr "{0} oluşturuldu" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Oluşturucu engellendi" @@ -3800,7 +3829,7 @@ msgstr "Karanlık" msgid "Dark theme" msgstr "Karanlık tema" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Doğum tarihi" @@ -3814,7 +3843,7 @@ msgstr "Gün" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Hesabı devre dışı bırak" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Varsayılan simgeler" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Sil" @@ -3892,8 +3921,8 @@ msgstr "Yazışmayı sil" msgid "Delete for me" msgstr "Benim için sil" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Listeyi sil" @@ -3909,30 +3938,30 @@ msgstr "Mesajı benim için sil" msgid "Delete my account" msgstr "Hesabımı sil" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Gönderiyi sil" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Başlangıç paketini sil" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Başlangıç paketi silinsin mi?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Liste silinsin mi?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Bu gönderiyi sil?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Silindi" @@ -3953,7 +3982,7 @@ msgstr "Onay sonrası Plivo tarafından silinecektir" msgid "Deleted list" msgstr "Silinmiş liste" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "Açıklama (En fazla 1000 karakter)" msgid "Descriptive alt text" msgstr "Açıklayıcı alt metin" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Alıntının ilişiğini kes" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Alıntı gönderinin ilişiği kesilsin mi?" @@ -3993,11 +4022,11 @@ msgstr "Geliştirici modu devreye alındı" msgid "Developer options" msgstr "Geliştirici seçenekleri" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "Cihaz çeviremedi :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Diyalog: kimin bu gönderiyle etkileşebileceğini ayarlayın" @@ -4009,6 +4038,11 @@ msgstr "Diyalog: Arama filtrelerini ayarla" msgid "Dim" msgstr "Karart" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "Altyazıları kapat" msgid "Disable email 2FA" msgstr "E-posta iki adımlı doğrulamasını devre dışı bırak" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "E-posta ile iki adımlı doğrulamayı devre dışı bırak" @@ -4041,11 +4075,11 @@ msgstr "Dokunsal geribildirimi devre dışı bırak" msgid "Disable link" msgstr "Bağlantıyı devre dışı bırak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "Bu gönderinin alıntılarını devre dışı bırak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "Yanıtları tümden devre dışı bırak" @@ -4056,17 +4090,17 @@ msgstr "Bu davetiye bağlantısı devre dışı bırakılsın mı?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Devre dışı" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Sil" @@ -4075,23 +4109,28 @@ msgstr "Sil" msgid "Discard changes?" msgstr "Değişiklikler silinsin mi?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Taslak silinsin mi?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Gönderi silinsin mi?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "Germ DM bağlantısını kes" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "Akışları keşfet" @@ -4106,8 +4145,8 @@ msgstr "Yeni özel akışları keşfet" msgid "Discover New Feeds" msgstr "Yeni Akışlar Keşfet" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Yok say" @@ -4115,7 +4154,7 @@ msgstr "Yok say" msgid "Dismiss banner" msgstr "Bildirimi gizle" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Hatayı yok say" @@ -4217,8 +4256,9 @@ msgstr "Merak etmeyin! Tüm mesajlarınız ve ayarlarınız saklandı ve bir yet #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Tamam" msgid "Double tap or long press the message to add a reaction" msgstr "Bir tepki eklemek için mesaja çift dokunun ya da uzun basın" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Bu diyalogu kapatmak için çift dokunun" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Beğenmek için çift dokunun" @@ -4248,11 +4288,11 @@ msgstr "İndir" msgid "Download Bluesky" msgstr "Bluesky'ı İndir" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "Sohbet verisini indir" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "Sohbet verisini indir" @@ -4266,11 +4306,11 @@ msgstr "Görseli indir" msgid "Download invite QR code" msgstr "Davetiye karekodunu indir" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "Profil verisini indir" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "Profil verisini indir" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "Özel bilgi ifşası" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "Taslaklar" @@ -4318,19 +4358,19 @@ msgstr "örn: alice.com" msgid "E.g. artistic nudes." msgstr "Örn: sanatsal çıplaklık." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "örn: Harika Göndericiler" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "örn: Spamcılar" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "örn: Asla kaçırmayan göndericiler." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "örn: Reklamlarla tekrar tekrar yanıt veren kullanıcılar." @@ -4341,7 +4381,7 @@ msgstr "Yeme bozuklukları" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Düzenle" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Avatarı düzenle" @@ -4373,8 +4413,8 @@ msgstr "Grup adını düzenle" msgid "Edit image" msgstr "Resmi düzenle" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Etkileşim ayarlarını düzenle" @@ -4396,21 +4436,21 @@ msgstr "Davetiye bağlantısını düzenle" msgid "Edit link settings" msgstr "Bağlantı ayarlarını düzenle" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Liste ayrıntılarını düzenle" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "Canlı yayın durumunu düzenle" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "Moderasyon listesini düzenle" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Akışlarımı Düzenle" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Kişileri Düzenle" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Gönderi etkileşim ayarlarını düzenle" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Profil düzenle" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Profil Düzenle" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Başlangıç paketini düzenle" @@ -4454,15 +4494,15 @@ msgstr "Başlangıç paketini düzenle" msgid "Edit this group chat’s name" msgstr "Bu grup sohbetinin adını düzenle" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "Kullanıcı listesini düzenle" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Kimin yanıtlayabileceğini düzenle" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Başlangıç paketini düzenle" @@ -4470,16 +4510,16 @@ msgstr "Başlangıç paketini düzenle" msgid "Education" msgstr "Eğitim" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Ya bu listenin oluşturucusu sizi engellemiş ya da siz onu engellemişsiniz." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "E-posta" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "E-posta ile iki adımlı doğrulama devre dışı" @@ -4492,7 +4532,7 @@ msgstr "E-posta ile iki adımlı doğrulama devrede" msgid "Email address" msgstr "E-posta adresi" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "E-posta Yeniden Yollandı" @@ -4508,7 +4548,7 @@ msgstr "E-posta yollandı! <0>Tekrar yollamak için buraya tıklayın." msgid "Email verification complete!" msgstr "E-posta doğrulaması tamamlandı!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "E-posta Doğrulandı" @@ -4527,7 +4567,7 @@ msgstr "Gönderiyi göm" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Bu gönderiyi web sitenize gömün. Aşağıdaki kod parçasını kopyalayın ve web sitenizin HTML kodunun içine yapıştırın." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Gömülü video oynatıcı" @@ -4542,12 +4582,7 @@ msgstr "Etkinleştir" msgid "Enable {0} only" msgstr "Yalnızca {0} etkinleştir" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "10 dakikalık video yüklemelerini etkinleştir." - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Yetişkin içeriği etkinleştirin" @@ -4583,7 +4618,7 @@ msgstr "Bir hesabın bildirimlerini etkinleştirmek için profilini ziyaret edin msgid "Enable push notifications" msgstr "Anında bildirimleri etkinleştir" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "Bu gönderinin alıntılarını etkinleştir" @@ -4601,7 +4636,7 @@ msgstr "Gündem başlıklarını etkinleştir" msgid "Enable trending videos in your Discover feed" msgstr "Keşif akışında (\"Discover\") gündem videolarını etkinleştir" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Etkinleştirildi" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "Doğum tarihinizi girin" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "E-posta adresinizi girin" @@ -4670,15 +4705,15 @@ msgstr "Şifrenizi girin" msgid "Enter your username and password" msgstr "Kullanıcı adınızı ve şifrenizi girin" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Tam ekrana geçer" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Eğlence" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Hata" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "Hata mesajı" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Dosya kaydedilirken bir hata oluştu" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Captcha yanıtı alınırken bir hata oldu." @@ -4712,11 +4747,11 @@ msgstr "Captcha yanıtı alınırken bir hata oldu." msgid "Error: {error}" msgstr "Hata: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Herkes yanıtlayabilir" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Bu gönderiyi herkes yanıtlayabilir." @@ -4783,7 +4818,7 @@ msgstr "Yanıt verdiğiniz tam gönderiyi genişletin veya daraltın" msgid "Expand post text" msgstr "Gönderi metnini genişlet" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Gönderi metnini genişletir ya da daraltır" @@ -4826,21 +4861,21 @@ msgstr "Açık veya rahatsız edici olabilecek medya." msgid "Explicit sexual images." msgstr "Açık cinsel içerikli görseller." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Keşfet" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "Uygulamayı keşfet" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "Sohbet verimi dışarı aktar" @@ -4849,7 +4884,7 @@ msgstr "Sohbet verimi dışarı aktar" msgid "Export my data" msgstr "Verilerimi dışa aktar" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "Profil verimi dışarı aktar" @@ -4868,7 +4903,7 @@ msgstr "Harici Medya" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Harici medya, web sitelerinin siz ve cihazınız hakkında bilgi toplamasına izin verebilir. Bilgi, \"oynat\" düğmesine basana kadar gönderilmez veya istenmez." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Harici Medya Tercihleri" @@ -4946,7 +4981,7 @@ msgstr "Mesaj silinemedi" msgid "Failed to delete post, please try again" msgstr "Gönderi silinemedi, lütfen tekrar deneyin" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Başlangıç paketi silinemedi" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "Davetiye bağlantısı devre dışı bırakılamadı" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "Germ DM bağlantısı kesilemedi. Hata: {0}" @@ -5003,16 +5038,16 @@ msgstr "Grup sohbetinden çıkılamadı" msgid "Failed to load conversations" msgstr "Yazışmalar yüklenemedi" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "Akışlar yüklenemedi" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Akış tercihleri ​​yüklenemedi" @@ -5037,14 +5072,14 @@ msgstr "Tercih yüklenemedi." msgid "Failed to load profiles" msgstr "Profiller yüklenemedi" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Önerilen akışlar yüklenemedi" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Önerilen takipler yüklenemedi" @@ -5067,12 +5102,12 @@ msgstr "Tüm istekleri okundu olarak işaretleme başarısız oldu" msgid "Failed to mute group chat" msgstr "Grup sohbeti sessize alınamadı" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Gönderi sabitlenemedi" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DM ile yeniden bağlantı kurulamadı. Hata: {0}" @@ -5121,7 +5156,7 @@ msgstr "Talebiniz geri çekilemedi. Lütfen tekrar deneyin." msgid "Failed to resolve location. Please try again." msgstr "Konum çözümlenemedi. Lütfen tekrar deneyin." -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "Taslak kaydedilemedi" @@ -5135,7 +5170,7 @@ msgstr "Görsel kaydedilemedi" msgid "Failed to save image: {0}" msgstr "Görsel kaydedilemedi: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Ayarlar kaydedilemedi. Lütfen tekrar deneyin." @@ -5168,7 +5203,7 @@ msgstr "Konuyu sessize alma seçeneği değiştirilemedi, lütfen tekrar deneyin msgid "Failed to unlock group chat" msgstr "Grup sohbeti kilidi açılamadı" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "Listenin sabitlemesi kaldırılamadı" @@ -5185,7 +5220,7 @@ msgstr "E-posta iki adımlı doğrulama ayarları güncellenemedi" msgid "Failed to update email, please try again." msgstr "E-posta güncellenemedi, lütfen tekrar deneyin." -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Akışlar güncellenemedi" @@ -5197,12 +5232,10 @@ msgstr "Bildirim beyanı güncellenemedi" msgid "Failed to update settings" msgstr "Ayarlar güncellenemedi" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Video yüklenemedi" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "Sahte hesap ya da bot" msgid "False information about elections" msgstr "Seçimler hakkında yanlış bilgi" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Akış" @@ -5241,11 +5274,11 @@ msgstr "Akışı oluşturan" msgid "Feed identifier" msgstr "Akış tanımlayıcısı" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Akış menüsü" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Akış aç/kapa" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "Geribildiriminiz akış operatörüne yollandı" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Akışlar" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "Akışlar kullanıcıların biraz kod tecrübesiyle oluşturdukları özelleştirilmiş algoritmalardır. Daha çok bilgi için <0>bu rehbere göz atın." -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Güncellemeyi al" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Dosya başarıyla kaydedildi!" @@ -5306,6 +5343,10 @@ msgstr "Yazara göre filtrele (şu anda: {currentLabel})" msgid "Filter from feeds" msgstr "Akışlardan filtrele" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Aramayı dile göre filtrele (şu anda:{currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "Filtreler" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Tamamlanıyor" @@ -5358,15 +5399,15 @@ msgstr "Finans" msgid "Find accounts to follow" msgstr "Takip edilecek hesaplar bul" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "Arkadaşlarınızı bulun ve davet edin" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "Bağlantılarınızı Bulun" @@ -5378,7 +5419,7 @@ msgstr "Arkadaşlarımı bul" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Takip edilecek kişiler bulun" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "Arama alanına odaklan" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Takip et" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "{0} takip et" @@ -5458,7 +5499,7 @@ msgstr "{0} takip et" msgid "Follow {displayName}" msgstr "{displayName} kişisini takip et" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "{handle} kullanıcısını takip et" @@ -5474,8 +5515,8 @@ msgstr "Başlamak için 10 kişiyi takip edin" msgid "Follow 7 accounts" msgstr "7 Hesabı takip et" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Hesabı takip et" @@ -5486,8 +5527,8 @@ msgstr "Hesabı takip et" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Hepsini takip et" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "Tüm hesapları takip et" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "Takipçiler katılabilir" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Tanıdığınız @{0} takipçileri" @@ -5552,28 +5593,29 @@ msgstr "Tanıdığın takipçiler" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Takip ediliyor" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Takiptekiler" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "{0} takip ediliyor" @@ -5582,7 +5624,7 @@ msgstr "{0} takip ediliyor" msgid "Following {displayName}" msgstr "{displayName} takip ediliyor" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "{handle} takip ediliyor" @@ -5591,7 +5633,7 @@ msgstr "{handle} takip ediliyor" msgid "Following feed preferences" msgstr "Takip edilenler akışı tercihleri" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Takip Edilenler Akışı Tercihleri" @@ -5613,7 +5655,7 @@ msgstr "Yazı boyutu" msgid "Food" msgstr "Yiyecek" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "Kurumsal hesaplar için o hesaptan sorumlu kişinin doğum tarihini kullanın." @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "Yeni bağlantı üret" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM bağlantısı kesildi" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM Bağlantısı" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "Germ DM yeniden bağlandı" @@ -5812,7 +5854,7 @@ msgstr "Başla" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF yüklendi" @@ -5835,8 +5877,8 @@ msgstr "Şiddete övgü" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "Şiddete övgü" msgid "Go back" msgstr "Geri git" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Geri Git" @@ -5867,8 +5909,8 @@ msgstr "Önceki adıma geri dön" msgid "Go home" msgstr "Ana sayfaya git" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "Canlı yayını başlat" @@ -5879,8 +5921,8 @@ msgstr "Canlı yayını başlat" msgid "Go Live" msgstr "Canlı Yayını Başlat" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "Canlı yayını başlat (devre dışı)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "Canlı yayın süresi" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "{0} profiline git" @@ -5900,7 +5942,7 @@ msgstr "{firstAuthorName} kullanıcısının profiline git" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "Hesap ayarlarına git" @@ -5943,8 +5985,8 @@ msgstr "Canlı yayını başlatma şu anda hesabınız için kullanıma kapalı" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "Anladım" @@ -5953,6 +5995,11 @@ msgstr "Anladım" msgid "Grant access" msgstr "Erişim izni ver" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "Grup sohbeti ismi güncellendi" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "Grup sohbeti ayarları" @@ -6083,6 +6130,11 @@ msgstr "Mutlu GIFler" msgid "Haptics" msgstr "Dokunuş" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "Taciz veya nefret" @@ -6095,7 +6147,7 @@ msgstr "Zararlı ya da yüksek riskli eylemler" msgid "Harming or endangering minors" msgstr "Küçüklere zarar verme ya da tehlikeye atma" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Etiket" @@ -6112,11 +6164,11 @@ msgstr "Nefret söylemi" msgid "Have a code? <0>Click here." msgstr "Kodunuz var mı? <0>Buraya tıklayın." -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Konumunuzu tutturamadık mı? <0>Konumunuzu GPS'le güncellemek için buraya dokunun." -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Sorun mu yaşıyorsunuz?" @@ -6145,11 +6197,11 @@ msgstr "İşte uygulama şifreniz!" msgid "Hey there 👋" msgstr "Merhaba 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "Hey!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "Selam!" @@ -6158,7 +6210,7 @@ msgstr "Selam!" msgid "Hidden" msgstr "Gizli" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Moderasyon ayarlarınız tarafından gizlenmiş." @@ -6166,23 +6218,19 @@ msgstr "Moderasyon ayarlarınız tarafından gizlenmiş." msgid "Hidden list" msgstr "Gizli liste" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Gizle" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Gizle" @@ -6195,7 +6243,7 @@ msgstr "Özelleştirme seçeneklerini gizle" msgid "Hide group chat updates" msgstr "Grup sohbeti güncellemelerini gizle" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "Listeleri gizle" @@ -6203,23 +6251,23 @@ msgstr "Listeleri gizle" msgid "Hide password" msgstr "Şifreyi gizle" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Gönderiyi benim için gizle" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Yanıtı herkesten gizle" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Yanıtı benden gizle" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "Akışlarda yeniden gönderileri gizle" @@ -6227,38 +6275,31 @@ msgstr "Akışlarda yeniden gönderileri gizle" msgid "Hide this card" msgstr "Bu kartı gizle" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Bu gönderiyi gizle?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Bu yanıtı gizle?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "Çeviriyi gizle" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Gündem başlıklarını gizle" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Gündem başlıkları gizlensin mi?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Gündem olan videolar gizlensin mi?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Kullanıcı listesini gizle" @@ -6267,12 +6308,12 @@ msgstr "Kullanıcı listesini gizle" msgid "Hide verification badges" msgstr "Doğrulama rozetlerini gizle" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "İçeriği gizler" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "Arkadaşları davet etme konulu kapağı gizler" @@ -6308,7 +6349,7 @@ msgstr "Hmm, akış sunucusu kötü bir yanıt verdi. Lütfen bu konuda akış s msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, bu akışı bulmakta sorun yaşıyoruz. Silinmiş olabilir." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmm, bu verileri yüklemekte sorun yaşıyoruz gibi görünüyor. Daha fazla bilgi için aşağıya göz atabilirsiniz. Sorun devam ederse lütfen bizimle iletişime geçin." @@ -6316,14 +6357,14 @@ msgstr "Hmmm, bu verileri yüklemekte sorun yaşıyoruz gibi görünüyor. Daha msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, o moderasyon hizmetini yükleyemedik." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Bekleyin! Videoya kademeli olarak erişim veriyoruz ve siz hâlâ sıradasınız. Birazdan tekrar kontrol edin!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Ana Sayfa" @@ -6369,8 +6410,8 @@ msgstr "İnsan kaçakçılığı" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "Ben vazgeçene kadar Bluesky'ın ortak arkadaş keşfi ve eşleşme amaçlı özütlenmiş verilerimi kullanmasına izin veriyorum." -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Bir kodum var" @@ -6400,15 +6441,15 @@ msgstr "Eğer hiçbiri seçili değilse akışlarınızda tüm diller görünece 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." msgstr "Eğer 18 veya üstü yaştaysanız ve yeniden denemek isterseniz aşağıdaki butona basın ve bölgenizde kullanılabilir olan farklı bir doğrulama yöntemini kullanın. Eğer sorularınız veya kaygılarınız varsa <0>destek ekibimiz yardım edebilir." -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Ülkenizin yasalarına göre henüz reşit değilseniz, bu koşulları sizin adınıza ebeveyniniz veya yasal vasiniz okumalıdır." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "Eğer doğum tarihinizin yanlış olduğunu düşünüyorsanız, <0>buraya tıklayarak güncelleyebilirsiniz." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Bu listeyi sildiğinizde geri getirmeniz mümkün olmayacaktır." @@ -6420,7 +6461,7 @@ msgstr "Kendi alan adınız varsa onu kullanıcı adınız olarak kullanabilirsi msgid "If you need to update your email, <0>click here." msgstr "E-postanızı güncellemeniz gerekiyorsa <0>buraya tıklayın." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Bu gönderiyi kaldırırsanız geri getirmeniz mümkün olmayacaktır." @@ -6441,7 +6482,7 @@ msgstr "Hesabınızın etkinlik bildirimlerini kimlerin alabileceğini sınırla msgid "If you're a developer, you can host your own server." msgstr "Eğer bir geliştiriciyseniz kendi sunucunuzu barındırabilirsiniz." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Eğer kullanıcı adınızı veya e-postanızı değiştirmeye çalışıyorsanız, bunu devre dışı bırakmadan önce yapın." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Görsel" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "Görsel {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "Görsel {0}/{1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "Görsel {0} / {imageCount}" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Görsel önbelleği temizlendi, {0} yer açıldı" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "Görsel galerisi, {0} görsel" @@ -6526,7 +6567,7 @@ msgstr "Bağlantıları yükle" msgid "Import Contacts" msgstr "Bağlantıları Yükle" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "Bağlantıları içe aktarın ya da arkadaşlarınızı davet edin" @@ -6540,7 +6581,7 @@ msgstr "Arkadaşlarınızı bulmak için bağlantılarınızı yükleyin" msgid "Imported on {0}" msgstr "{0} tarihinde aktarıldı" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Yaşınıza uygun bir tecrübe sağlamamız için doğum tarihinizi bilmemiz gerekiyor. Bu tek seferlik bir şeydir ve veriniz gizli tutulacaktır." @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "Bu tarihe kadar yapılan gönderileri dahil et" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "Video zaman damgasını ({videoTimestamp}) dahil et" @@ -6635,7 +6676,7 @@ msgstr "Size e-posta olarak gönderilen kodu girin" msgid "Interaction limited" msgstr "Etkileşim sınırlandırıldı" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Etkileşim ayarları" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "Kayıtlı gönderileri yani yer imlerini sunarız" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Geçersiz 2FA onay kodu." @@ -6691,7 +6732,7 @@ msgstr "Geçersiz rapor konusu" msgid "Invalid rescind request." msgstr "Geçersiz geri alım talebi." -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Geçersiz Doğrulama Kodu" @@ -6703,15 +6744,15 @@ msgstr "Davet et" msgid "Invite {name} to join Bluesky" msgstr "{name} kişisini Bluesky'a katılmaya davet et" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Davet kodu" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Davet kodu kabul edilmedi. Doğru girdiğinizden emin olun ve tekrar deneyin." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "Arkadaşları davet et" @@ -6761,7 +6802,7 @@ msgstr "Davetiye bağlantısı düzenlendi" msgid "Invite link enabled" msgstr "Davetiye bağlantısı etkinleştirildi" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "İnsanları bu başlangıç ​​paketine davet edin!" @@ -6786,26 +6827,26 @@ msgstr "Davetler, ancak kişisel" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "Görünüşe göre bazı bağlantılarınız burada sizi bulmayı henüz denememiş. Size sunacağımız bir taslak mesajı özelleştirerek onları şahsen davet edebilirsiniz." -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Doğrudur" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "Şu anda sadece <0>{0}! Yukarıda arama yaparak başlangıç paketinize daha çok insan ekleyin." -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Şu anda yalnızca siz varsınız! Yukarıdan arama yaparak başlangıç ​​paketinize daha çok kişi ekleyin." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "İş ID: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "İşler" @@ -6816,8 +6857,8 @@ msgstr "Katıl" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Bluesky'a Katıl" @@ -6840,9 +6881,9 @@ msgstr "Yazışmaya katıl" msgid "Journalism" msgstr "Gazetecilik" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "Düzenlemeye devam et" @@ -6854,17 +6895,17 @@ msgstr "Beni haberdar et" msgid "KWS website" msgstr "KWS web sitesi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "Algoritma için yanıtı işaretle" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "{0} tarafından işaretlendi." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Yazarı tarafından işaretlendi." @@ -6893,7 +6934,7 @@ msgstr "Hesabınızdaki işaretler" msgid "Language" msgstr "Dil" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Dil Ayarları" @@ -6907,12 +6948,12 @@ msgstr "Diller" msgid "Larger" msgstr "Daha büyük" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "En son {timeAgo} önce başlatılmış" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "En son az önce başlatılmış" @@ -6923,8 +6964,8 @@ msgstr "En son az önce başlatılmış" msgid "Latest" msgstr "En son" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "<0>Gelişmiş aramayı nasıl kullanacağınız hakkında daha fazla msgid "Learn more about age assurance" msgstr "Yaş güvencesiyle ilgili daha çok bilgi edinin" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Bluesky hakkında daha fazlasını öğren" @@ -6966,8 +7007,8 @@ msgstr "Bağlantılarınızı yükleme hakkında daha fazla bilgi edinin" msgid "Learn more about self hosting your PDS." msgstr "PDS'nizi kendiniz barındırmayla ilgili daha çok bilgi edinin." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Bu içeriğe uygulanan moderasyonla ilgili daha çok bilgi edinin" @@ -6984,8 +7025,8 @@ msgstr "Blog gönderimizi okuyarak bu değişikliklerle ve düşüncelerinizi bi msgid "Learn more about this warning" msgstr "Bu uyarı hakkında daha fazla bilgi edinin" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "Bluesky'da doğrulama ile ilgili daha fazla bilgi edinin" @@ -6995,7 +7036,7 @@ msgstr "Bluesky'da doğrulama ile ilgili daha fazla bilgi edinin" msgid "Learn more about what is public on Bluesky." msgstr "Bluesky'da neyin herkese açık olduğu hakkında daha fazla bilgi edinin." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "Germ DM bağlantınızla ilgili daha fazla bilgi edinin" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "<0>Hesap ayarlarınızdan daha çok bilgi edinin." #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Daha fazlasını öğren." @@ -7067,7 +7108,7 @@ msgstr "Bu sohbetten ayrılmanız onu kalıcı olarak kilitleyeceği gibi yenide msgid "Left group chat." msgstr "Grup sohbetinden ayrıldınız." -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "kaldı." @@ -7080,7 +7121,7 @@ msgstr "Bana seçtir" msgid "Let's get your password reset!" msgstr "Şifrenizi sıfırlamaya başlayalım!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Hadi gidelim!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Aydınlık" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Beğen" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Beğen ({0, plural, other {# beğeni}})" @@ -7114,7 +7155,7 @@ msgstr "10 gönderiyi beğen" msgid "Like 10 posts to train the Discover feed" msgstr "Keşif akışını (\"Discover\") eğitmek için 10 gönderiyi beğenin" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Bu akışı beğen" @@ -7122,8 +7163,8 @@ msgstr "Bu akışı beğen" msgid "Like this labeler" msgstr "Bu işaretleyiciyi beğen" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Beğenenler" @@ -7140,26 +7181,26 @@ msgstr "Beğenenler" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, other {# kullanıcı}} tarafından beğenildi" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "{0} tarafından beğenildi" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "{0} ve {1} tarafından beğenildi" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Beğeniler" msgid "Likes of your reposts" msgstr "Yeniden gönderilerinize dair beğeniler" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Bu gönderideki beğeniler" @@ -7191,11 +7232,16 @@ msgstr "Düz" msgid "Link copied to clipboard" msgstr "Bağlantı panoya kopyalandı" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Liste" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "Liste avatarı" @@ -7227,20 +7273,20 @@ msgstr "Liste oluşturuldu ancak bazı üyeler eklenemedi" msgid "List creator" msgstr "Listeyi oluşturan" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Liste silindi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "Liste açıklaması" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Liste açıklaması çok uzun. {DESCRIPTION_MAX_GRAPHEMES, plural, other {En fazla # karakter olabilir.}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Liste gizlendi" @@ -7248,7 +7294,7 @@ msgstr "Liste gizlendi" msgid "List Hidden" msgstr "Liste Gizli" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "Listenin bir adı olmalıdır." @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Liste sessize alındı" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "Liste adı" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "Liste adı çok uzun. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {En fazla # karakter olabilir.}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Liste engeli kaldırıldı" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Liste sessizden çıkarıldı" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Listeler" @@ -7326,12 +7372,12 @@ msgstr "Canlı özelliği beta'dır" msgid "Live link" msgstr "Canlı yayın bağlantısı" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Daha fazlasını yükle" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Daha çok önerilen akış yükle" @@ -7346,16 +7392,16 @@ msgstr "Yeni bildirimleri yükle" msgid "Load new posts" msgstr "Yeni gönderileri yükle" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "Sohbet yükleniyor…" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "Listeler yükleniyor..." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "Gönderi etkileşim ayarları yükleniyor..." @@ -7383,7 +7429,7 @@ msgstr "Bu grup sohbetini kilitle" msgid "Locked" msgstr "Kilitlendi" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Log" @@ -7405,11 +7451,6 @@ msgstr "Logo: <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "{0} etiket menüsünü açmak için uzun basın" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "Daha uzun videolar" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "XXXXX-XXXXX gibi gözüküyor" @@ -7448,7 +7489,7 @@ msgstr "Bu gitmek istediğiniz yer olduğundan emin olun!" msgid "Manage saved feeds" msgstr "Kayıtlı akışları yönet" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Doğrulama ayarlarını yönet" @@ -7461,8 +7502,14 @@ msgstr "Sessize alınmış kelimelerinizi ve etiketlerinizi yönetin" msgid "Manual" msgstr "Kendiniz seçin" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Tümünü okunmuş olarak işaretle" @@ -7473,6 +7520,10 @@ msgstr "Tümünü okunmuş olarak işaretle" msgid "Mark all chats as read" msgstr "Tüm sohbetleri okundu olarak işaretle" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Medya" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "{0} cihazında depolanan görsel" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "Başka cihazda depolanan görsel" @@ -7540,7 +7591,7 @@ msgstr "Üyeler" msgid "Members can still read chat history but can’t send new messages." msgstr "Üyeler sohbet geçmişini okuyabilir ama yeni mesaj atamazlar." -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "bahsedilen kullanıcılar" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "Mesaj gönder" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "Mesaj" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "{displayName} üyesine mesaj at" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Mesaj silindi" @@ -7603,7 +7655,7 @@ msgstr "@{0} mesajı: {1}" msgid "Message from server: {0}" msgstr "Sunucudan mesaj: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Mesaj girdi alanı" @@ -7615,7 +7667,7 @@ msgstr "Mesaj çok uzun ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "Mesaj seçenekleri" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Mesajlar" @@ -7640,12 +7692,12 @@ msgstr "Küçüklere taciz ya da kabadayılık" msgid "Misleading" msgstr "Yanıltıcı" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "Kayıp medya" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Moderasyon" @@ -7658,6 +7710,12 @@ msgstr "Moderasyon ve içerik filtreleri" msgid "Moderation details" msgstr "Moderasyon detayları" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "<0/> tarafından moderasyon listesi" msgid "Moderation list by you" msgstr "Sizin tarafınızdan moderasyon listesi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Moderasyon listesi oluşturuldu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Moderasyon listesi güncellendi" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Moderasyon listeleri" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Moderasyon Listeleri" @@ -7697,11 +7755,11 @@ msgstr "Moderasyon Listeleri" msgid "moderation settings" msgstr "moderasyon araçları" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Moderasyon durumları" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Moderasyon araçları" @@ -7710,8 +7768,8 @@ msgstr "Moderasyon araçları" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderatör, içeriğe genel bir uyarı koymayı seçti." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Daha fazla akış" @@ -7720,10 +7778,10 @@ msgstr "Daha fazla akış" msgid "More languages..." msgstr "Diğer diller..." -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Daha fazla seçenek" @@ -7747,7 +7805,7 @@ msgstr "Müzik" msgid "Mute" msgstr "Sessize al" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Sessize al" msgid "Mute {0}" msgstr "{0} etiketini sessize al" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Hesabı sessize al" @@ -7816,13 +7874,13 @@ msgstr "Bu kelimeyi yalnızca etiketlerde sessize al" msgid "Mute this word until you unmute it" msgstr "Bu kelimeyi tekrar sessizden çıkarana kadar sessize al" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Konuyu sessize al" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Kelimeleri ve etiketleri sustur" @@ -7834,11 +7892,11 @@ msgstr "İstediğiniz zaman kişileri sessize alın, sohbetten ayrılın veya ka msgid "Muted" msgstr "Sessize alındı" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Sessize alınan hesaplar" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Sessize Alınan Hesaplar" @@ -7852,7 +7910,7 @@ msgstr "Sessize alınan hesapların gönderileri akışlarınızdan ve bildiriml msgid "Muted by \"{0}\"" msgstr "\"{0}\" tarafından susturuldu" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Sessize alınan kelimeler ve etiketler" @@ -7881,7 +7939,7 @@ msgstr "Akışlarım" msgid "My starter pack" msgstr "Başlangıç paketim" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Ad" @@ -7891,12 +7949,12 @@ msgstr "Doğa" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "{0} başlangıç paketine git" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Başlangıç paketine git" @@ -7910,8 +7968,8 @@ msgstr "Sonraki ekrana yönlendirir" msgid "Navigates to your profile" msgstr "Profilinize yönlendirir" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "Bir telif ihlali, hukuki talep ya da mevzuata uygunluk sorunu mu bildirmeniz gerekiyor?" @@ -7919,10 +7977,6 @@ msgstr "Bir telif ihlali, hukuki talep ya da mevzuata uygunluk sorunu mu bildirm msgid "Nevermind, create a handle for me" msgstr "Boşver, bana bir kullanıcı adı üret" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Yeni" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Yeni e-posta adresi" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Yeni Özellik" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "Yeni mesajlar" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Yeni şifre" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Yeni gönderi" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Yeni gönderi" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Önce en yeni yanıtlar" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Haberler" @@ -8088,15 +8142,15 @@ msgstr "Haberler" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "İleri" @@ -8108,12 +8162,16 @@ msgstr "Sonraki görsel" msgid "Night" msgstr "Gece" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "Hayır" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Reklam yok, gizliliği ihlal eden kullanıcı izleme mekanizmaları yok, etkileşim tuzakları yok. Bluesky vaktinize ve ilginize saygı duyar." @@ -8194,11 +8252,11 @@ msgstr "Henüz beğeni yok" msgid "No lists" msgstr "Liste yok" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "{0} artık takip edilmiyor" @@ -8224,7 +8282,7 @@ msgstr "Çöp dolu algoritmalarla felaket kaydırmalarına son! Size karşı de msgid "No name" msgstr "İsim yok" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Henüz bildirim yok!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "Hiç kimse" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Yazarı dışında hiçkimse bu gönderiyi alıntılayamaz." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Sonuç yok" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "\"{0}\" için sonuç bulunamadı." @@ -8322,7 +8380,7 @@ msgstr "\"<0>{query}\" için sonuç bulunamadı." msgid "No results found for your query with advanced search filters applied." msgstr "Gelişmiş arama filtreleri uygulanmış sorgunuz için sonuç bulunamadı." -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Sonuç bulunamadı." @@ -8335,7 +8393,7 @@ msgstr "Henüz bir başlangıç paketi yok" msgid "No thanks" msgstr "Teşekkürler" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "Cihazınızdan bir çeviri alınmadı." @@ -8343,7 +8401,7 @@ msgstr "Cihazınızdan bir çeviri alınmadı." msgid "No video posts yet" msgstr "Henüz bir video gönderisi yok" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Hiç kimse" @@ -8360,7 +8418,7 @@ msgstr "Henüz bunu kimse alıntılamadı. Belki de ilk sen olmalısın!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Henüz bunu kimse yeniden göndermedi. Belki de ilk sen olmalısın!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Kimse bulunamadı. Başka birini aramayı deneyin." @@ -8398,7 +8456,7 @@ msgstr "Bu platformda kullanılabilir değil." msgid "Not followed by anyone you’re following" msgstr "Takip ettiğiniz hiçkimse tarafından takip edilmiyor" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Bulunamadı" @@ -8407,7 +8465,7 @@ msgstr "Bulunamadı" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "Gönder'e basmaya hazır değil misiniz? En iyi fikirlerinizi doğru zamana kadar Taslaklar'da tutun." -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Paylaşıma dair dikkatinize" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "Not: Bu gönderi yalnızca giriş yapmış kullanıcılara görünür." +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "Henüz hiçbir şey kaydedilmedi" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Bildirim ayarları" @@ -8435,8 +8497,8 @@ msgstr "Bildirim ayarları" msgid "Notification sounds" msgstr "Bildirim sesleri" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Bildirim sesleri" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Bildirimler" @@ -8490,7 +8552,7 @@ msgstr "Tamam" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Tamam" @@ -8505,6 +8567,10 @@ msgstr "Önce en eski yanıtlar" msgid "On" msgstr "Açık" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "Seçilmiş alıcılardan biri grup sohbetlerine izin vermiyor." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Seçilmiş alıcılardan biri sizi engellediğinden kendisiyle yazışılamaz." -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Bir veya daha fazla GIF için alternatif metin eksik." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Bir ya da daha fazla görselin alternatif metni eksik." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "Seçtiğiniz dosyalardan bir ya da birden fazlası desteklenmiyor." -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Seçtiğiniz dosyalardan bir ya da daha fazlası çok büyük. En fazla {VIDEO_MAX_SIZE_MB} MB olabilir." -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Gönderilerden bir ya da birkaçı taslak olarak kaydetmek için çok uzun. {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {Maksimum karakter sayısı # karakterdir.}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Bir veya daha fazla videoda alternatif metin eksik." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Yalnızca {0} yanıtlayabilir." @@ -8556,7 +8622,7 @@ msgstr "Yalnızca {0} yanıtlayabilir." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "{1} görselden sadece {0} {2, plural, other {adet}} eklendi; limit {MAX_GALLERY_IMAGES} adettir" @@ -8578,7 +8644,7 @@ msgstr "Sadece takipçiler bu grup sohbetine katılabilir." msgid "Only followers who I follow" msgstr "Sadece benim takip ettiğim takipçiler" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Yalnızca resim dosyaları desteklenmektedir" @@ -8637,7 +8703,7 @@ msgstr "Gelişmiş arama seçeneklerini aç" msgid "Open avatar creator" msgstr "Avatar oluşturucuyu aç" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "Kamerayı aç" @@ -8655,7 +8721,7 @@ msgstr "{displayName} için sohbet üyesi seçeneklerini aç" msgid "Open conversation options" msgstr "Yazışma seçeneklerini aç" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "Taslağı aç" @@ -8663,8 +8729,8 @@ msgstr "Taslağı aç" msgid "Open drawer menu" msgstr "Çekmece menüyü aç" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Emoji seçiciyi aç" @@ -8695,12 +8761,12 @@ msgstr "Grup sohbetini aç" msgid "Open group chat settings" msgstr "Grup sohbeti ayarlarını aç" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "Google Çeviri'de aç" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "{niceUrl} web bağlantısını aç" @@ -8713,11 +8779,11 @@ msgstr "Mesaj seçeneklerini aç" msgid "Open moderation debug page" msgstr "Moderasyon hata ayıklama sayfasını aç" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Sessize alınmış kelime ve etiket ayarlarını aç" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Paketi aç" @@ -8743,7 +8809,7 @@ msgstr "Ayarları aç" msgid "Open share menu" msgstr "Paylaş menüsünü aç" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Başlangıç paketi menüsününü aç" @@ -8759,10 +8825,9 @@ msgstr "Sistem günlüğünü aç" msgid "Open this group chat" msgstr "Bu grup sohbetini aç" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "{0} akışını açar" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "Hata ayıklama girişi için ek ayrıntıları açar" msgid "Opens alt text dialog" msgstr "Alt metin diyaloğunu açar" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Cihazdaki kamerayı açar" @@ -8804,28 +8869,28 @@ msgstr "Kullanıcı adı değiştirme diyaloğunu açar" msgid "Opens composer" msgstr "Besteciyi açar" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "Cihaz kamerasını açar" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "{MAX_GALLERY_IMAGES, plural, other {# adede kadar görsel}} ya da tek bir video veya GIF seçmek için cihaz galerisini açar." #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Yeni bir Bluesky hesabı oluşturma adımlarını açar" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Var olan Bluesky hesabınıza giriş yapma adımlarını açar" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "Tam görseli açar" @@ -8833,7 +8898,7 @@ msgstr "Tam görseli açar" msgid "Opens helpdesk in browser" msgstr "Tarayıcıda yardım masasını açar" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "Görsel seçiciyi açar" @@ -8854,7 +8919,7 @@ msgstr "Gönderi dili ayarlarını açar" msgid "Opens profile" msgstr "Profili açar" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "Arkadaş bulma ve davet etme ayarlarını açar" @@ -8867,11 +8932,11 @@ msgstr "GIF seçme diyalogunu açar" msgid "Opens the invite friends sheet to share your profile" msgstr "Profilinizi paylaşmak için arkadaşları davet etme sayfasını açar" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "Gönderi oluşturucusunu açar" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "Bu taslağı düzenleyicide açar" @@ -8879,15 +8944,51 @@ msgstr "Bu taslağı düzenleyicide açar" msgid "Opens this profile" msgstr "Bu profili açar" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Seçenekler:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Veya başka bir hesapla devam edin." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Veya diğer hesaplarınızdan birine giriş yapın." @@ -8985,7 +9086,7 @@ msgstr "Parti GIFleri" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Şifre" @@ -8993,7 +9094,7 @@ msgstr "Şifre" msgid "Password changed" msgstr "Şifre değişti" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Şifre en az 8 karakter uzunluğunda olmalıdır." @@ -9005,7 +9106,7 @@ msgstr "Şifre güncellendi" msgid "Password updated!" msgstr "Şifre güncellendi!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Duraklat" @@ -9020,7 +9121,7 @@ msgstr "Videoyu duraklat" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Kişiler" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "{ownerName} tarafından takip edilenler katılmayı talep edebilir" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "@{0} tarafından takip edilenler" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "@{0} tarafından takip edilenler" @@ -9070,11 +9171,11 @@ msgstr "Takip ettiklerim anında katılabilir" msgid "People I follow can request to join" msgstr "Takip ettiklerim katılmayı talep edebilir" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "Takip ettiğiniz kişiler" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "Bahsettiğiniz kişiler" @@ -9082,7 +9183,7 @@ msgstr "Bahsettiğiniz kişiler" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "Fotoğraf galerinize erişim izni reddedildi. Lütfen sistem ayarlarınızdan etkinleştirin." -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Kişi aç/kapa" @@ -9115,15 +9216,15 @@ msgstr "Bir renk teması seçin" msgid "Pictures meant for adults." msgstr "Yetişkinler için resimler." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Akışı sabitle" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Ana ekrana sabitle" @@ -9131,8 +9232,8 @@ msgstr "Ana ekrana sabitle" msgid "Pin to Home" msgstr "Ana Sayfaya Sabitle" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Profiline sabitle" @@ -9151,11 +9252,11 @@ msgstr "{0} Ana Sayfaya Sabitlendi" msgid "Pinned Feeds" msgstr "Sabitleme Akışları" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Akışlarınıza sabitlendi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Oynat" @@ -9169,12 +9270,12 @@ msgstr "{0} oynat" msgid "Play GIF" msgstr "GIF'i Oynat" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Videoyu oynat" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Videoyu Oynat" @@ -9182,7 +9283,7 @@ msgstr "Videoyu Oynat" msgid "Plays or pauses the GIF" msgstr "GIF'i oynatır ya da duraklatır" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Videoyu oynatır ya da duraklatır" @@ -9190,7 +9291,7 @@ msgstr "Videoyu oynatır ya da duraklatır" msgid "Plays the GIF" msgstr "GIF'i oynatır" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Videoyu oynatır" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Kullanıcı adınızı seçin." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Şifrenizi seçin." @@ -9219,12 +9320,12 @@ msgstr "Yeni e-posta adresinizi doğrulamak için lütfen size şimdi yolladığ msgid "Please complete the verification captcha." msgstr "Lütfen doğrulama captcha'sını tamamlayın." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "Video yüklemek için lütfen e-posta adresinizi onaylayın." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Lütfen e-posta adresinizi doğru girdiğinizden emin olun." @@ -9232,7 +9333,7 @@ msgstr "Lütfen e-posta adresinizi doğru girdiğinizden emin olun." msgid "Please enter a password." msgstr "Lütfen bir şifre girin." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Lütfen bir şifre girin. En az 8 karakter uzunluğunda olmalıdır." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "Lütfen önceki e-posta adresinize yolladığımız güvenlik kodunu girin." #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "E-postanızı girin." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Lütfen davet kodunuzu girin." @@ -9306,8 +9407,8 @@ msgstr "Lütfen neden sohbetlerinizin yanlış yere kullanıma kapatıldığın msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "Lütfen neden \"Canlıya Çık\" özelliğinin hatalı olarak devre dışı bırakıldığını açıklayın." -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "Aktif içeriğin başına dönmek için lütfen geri gidin veya bu elemanı etkinleştirin." @@ -9333,7 +9434,7 @@ msgstr "Lütfen bu rapor için bir gerekçe seçin" msgid "Please sign in as @{0}" msgstr "Lütfen @{0} olarak giriş yapın" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "Lütfen raporunuzu rızasız mahrem görüntüleri (NCII) bildirme formu aracılığıyla gönderin." @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "Lütfen mesajınızı aşağıya yazın:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Politika" @@ -9367,18 +9468,18 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Gönder" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Gönderi" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "Gönderi {index} / {count}" @@ -9393,12 +9494,12 @@ msgstr "Bir fotoğraf gönder" msgid "Post a video" msgstr "Bir video gönder" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Hepsini Gönder" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "Yine de gönder" @@ -9406,11 +9507,16 @@ msgstr "Yine de gönder" msgid "Post blocked" msgstr "Gönderi engellendi" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0} tarafından gönderi" @@ -9423,10 +9529,10 @@ msgstr "Gönderi silindi" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Gönderinin yollanması başarısız. Lütfen İnternet bağlantınızı kontrol edin ve tekrar deneyin." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Gönderi silindi" @@ -9440,11 +9546,11 @@ msgstr "Gönderi Sessize Alınmış Kelime Tarafından Gizlenmiş" msgid "Post Hidden by You" msgstr "Gönderi Sizin Tarafınızdan Gizlenmiş" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Gönderi etkileşim ayarları" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Gönderi Etkileşim Ayarları" @@ -9468,7 +9574,7 @@ msgstr "Bağlantıyı gönder" msgid "Post not found" msgstr "Gönderi bulunamadı" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Gönderi sabitlendi" @@ -9478,7 +9584,7 @@ msgstr "Gönderi sabitlendi" msgid "Post type" msgstr "Gönderi türü" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Gönderi sabitlemesi kaldırıldı" @@ -9487,7 +9593,7 @@ msgstr "Gönderi sabitlemesi kaldırıldı" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Gönderiler" @@ -9520,7 +9626,7 @@ msgstr "Tercih edilen dil" msgid "Press to attempt reconnection" msgstr "Yeniden bağlanmak için basın" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Gizlilik" msgid "Privacy and security" msgstr "Gizlilik ve güvenlik" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "Gizlilik ve Güvenlik ayarları" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Gizlilik Politikası" msgid "Privacy violation of a minor" msgstr "Bir küçüğün gizliliğini ihlal" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "GIF işleniyor..." -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Video işleniyor..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Topluca sessize almak ya da engellemek için herkese açık, paylaşılabilir listeler." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Gönderiyi yayınla" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Gönderileri yayınla" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Yanıtları yayınla" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Yanıtı yayınla" @@ -9685,7 +9791,7 @@ msgstr "Karekod fotoğraflarınıza kaydedildi!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Gönderiyi alıntıla" @@ -9723,8 +9829,8 @@ msgstr "Hız sınırı aşıldı -- kullanıcı adınızı kısa bir sürede ço msgid "Rate limit exceeded. Please try again later." msgstr "İşlem sıklığı sınırı aşıldı. Lütfen daha sonra tekrar deneyin." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Alıntıyı yeniden iliştir" @@ -9745,7 +9851,7 @@ msgstr "{emoji} ile tepki ver" msgid "Reactions" msgstr "Tepkiler" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Hesabınızı yeniden etkinleştirin" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "Gelişmiş arama filtrelerinin nasıl kullanılacağını okuyun" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Blog gönderisini oku" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Devamını gizle" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Devamını oku" @@ -9780,7 +9886,7 @@ msgstr "Daha fazla yanıt oku" msgid "Read our blog post" msgstr "Blog gönderimizi okuyun" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Bluesky blog'unu oku" @@ -9794,11 +9900,11 @@ msgstr "Bluesky Gizlilik Politikasını Oku" msgid "Read the Bluesky Terms of Service" msgstr "Bluesky Hizmet Şartlarını Oku" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "Gerçek sohbetler." -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "Gerçek insanlar." @@ -9862,23 +9968,24 @@ msgstr "Yazışmaları yeniden yükle" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Kaldır" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "Grup sohbetinden {displayName} kişisini çıkar" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Başlangıç paketinden {displayName} kullanıcısını çıkart" @@ -9914,8 +10021,8 @@ msgstr "Eki kaldır" msgid "Remove Avatar" msgstr "Avatarı kaldır" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Kapağı Kaldır" @@ -9950,8 +10057,8 @@ msgstr "Sohbetten çıkar" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Akışlarımdan kaldır" @@ -9960,8 +10067,8 @@ msgstr "Akışlarımdan kaldır" msgid "Remove from quick access?" msgstr "Hızlı erişimden kaldırılsın mı?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Kayıtlı akışlardan kaldır" @@ -9970,7 +10077,7 @@ msgstr "Kayıtlı akışlardan kaldır" msgid "Remove from saved posts" msgstr "Kayıtlı gönderilerden çıkar" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Akışlarınızdan kaldırılsın mı?" @@ -10010,7 +10117,7 @@ msgstr "Öneriyi kaldır" msgid "Remove this feed from your saved feeds" msgstr "Bu akışı kayıtlı akışlardan kaldır" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "Kullanım dışı olan moderasyon hizmetlerini kaldır" @@ -10018,10 +10125,14 @@ msgstr "Kullanım dışı olan moderasyon hizmetlerini kaldır" msgid "Remove user from list" msgstr "Kullanıcıyı listeden çıkar" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Doğrulamayı kaldır" @@ -10029,11 +10140,11 @@ msgstr "Doğrulamayı kaldır" msgid "Remove your verification for this account?" msgstr "Bu hesap için doğrulamanızı kaldıracak mısınız?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Yazar tarafından kaldırılmış" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Sizin tarafınızdan kaldırılmış" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "Kayıtlı gönderilerden çıkarıldı" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "Başlangıç paketinden çıkartıldı" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Akışlarınızdan kaldırıldı" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "Kullanım dışı hizmetler kaldırıldı" @@ -10128,11 +10240,11 @@ msgstr "Yanıtlanan mesaj, ona kaydırmak için dokunun" msgid "Replies" msgstr "Yanıtlar" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Yanıtlara kapalı" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Bu gönderi yanıtlara kapalı." @@ -10141,14 +10253,14 @@ msgstr "Bu gönderi yanıtlara kapalı." msgid "Reply" msgstr "Yanıtla" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Yanıtla" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Yanıtla ({0, plural, other {# yanıt}})" @@ -10162,7 +10274,7 @@ msgstr "Konu Yazarı Tarafından Gizlenmiş Yanıt" msgid "Reply Hidden by You" msgstr "Yanıt Tarafınızdan Gizlenmiş" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Yanıt ayarları konu yazarı tarafından belirlenir" @@ -10185,8 +10297,8 @@ msgstr "Yanıt başarıyla gizlendi" msgid "Report" msgstr "Raporla" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Hesabı raporla" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Yazışmayı raporla" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Rapor diyaloğu" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Akışı raporla" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Listeyi raporla" @@ -10216,8 +10328,8 @@ msgstr "Listeyi raporla" msgid "Report message" msgstr "Mesajı raporla" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Gönderiyi raporla" @@ -10225,8 +10337,8 @@ msgstr "Gönderiyi raporla" msgid "Report sent" msgstr "Rapor yollandı" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Başlangıç paketini raporla" @@ -10292,7 +10404,7 @@ msgstr "Yeniden gönder ({0, plural, other {# defa yeniden gönderilmiş}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Gönderiyi yeniden gönder veya alıntıla" @@ -10330,12 +10442,12 @@ msgstr "Bu gönderinin yeniden gönderilmesi" msgid "Reposts of your reposts" msgstr "Yeniden gönderilerinizin yeniden gönderileri" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "Yeniden gönderiler akışlarda gizlenecek" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "Yeniden gönderiler akışlarda görüntülenecek" @@ -10348,8 +10460,8 @@ msgstr "Grup sohbetine erişim talep et" msgid "Request approved." msgstr "Talep onaylandı." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "Kod iste" @@ -10371,7 +10483,7 @@ msgstr "Talep edildi" msgid "Requests" msgstr "Talepler" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Göndermeden önce alternatif metin gerektir" msgid "Require an email code to sign in to your account." msgstr "Hesabınıza giriş yapmak için e-postanıza onay kodu yollanmasını gerekli kıl." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Bu sağlayıcı için gereklidir" @@ -10418,16 +10530,16 @@ msgstr "Kodu yeniden gönder" msgid "Resend code in <0>00:{0}" msgstr "Kodu yeniden gönder (<0>00:{0})" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "E-postayı tekrar gönder" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "E-postayı Tekrar Gönder" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Onay E-postasını Tekrar Gönder" @@ -10453,6 +10565,11 @@ msgstr "Şifreyi sıfırla" msgid "Reset your password by sending a code to your email" msgstr "E-postanıza bir kod göndererek şifrenizi sıfırlayın" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "Varsayılanı geri yükle" @@ -10479,9 +10596,9 @@ msgstr "Son hataya neden olan son eylemi tekrarlar" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Son hataya neden olan son eylemi tekrarlar" msgid "Retry" msgstr "Tekrar dene" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Rapor seçeneklerini yüklemeyi tekrar dene" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Önceki sayfaya dön" @@ -10521,7 +10638,7 @@ msgstr "Ana sayfaya döner" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Önceki sayfaya döner" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "Üzgün GIFler" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "Doğum tarihini kaydet" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Değişiklikleri kaydet" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "Değişiklikler kaydedilsin mi?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "Taslağı kaydet" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "Taslak kaydedilsin mi?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Görseli kaydet" @@ -10608,8 +10725,8 @@ msgstr "Yeni kullanıcı adını kaydet" msgid "Save QR code" msgstr "QR kodu kaydet" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "Bu seçimleri sonrası için sakla" @@ -10618,7 +10735,7 @@ msgstr "Bu seçimleri sonrası için sakla" msgid "Save to my feeds" msgstr "Akışlarıma kaydet" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Kayıtlı Akışlar" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "Kayıtlı Gönderiler" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Akışlarınıza kaydedildi" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Merhaba de!" @@ -10661,7 +10778,7 @@ msgstr "Tara" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "Karekod tara" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Başa kaydır" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Ara" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "@{0} gönderilerini ara" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "İsim veya ilgi alanına göre ara" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Akışları ara" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "\"{interestsDisplayName}\" ara" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "\"{interestsDisplayName}\" ara (etkin)" @@ -10734,19 +10851,19 @@ msgstr "\"{searchText}\" ara" msgid "Search for {q}" msgstr "{q} ara" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Başkalarına önermek istediğiniz akışları aratın." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Daha fazla hesap arayın" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Daha fazla akış arayın" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "Kişileri arayın" @@ -10774,14 +10891,14 @@ msgstr "Dil ara" msgid "Search my posts" msgstr "Gönderilerimi ara" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Gönderileri ara" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Profilleri ara" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Ara..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Profilleri arar" @@ -10829,14 +10946,14 @@ msgstr "#{tag} gönderilerini gör" msgid "See #{tag} posts by user" msgstr "Kullanıcının #{tag} gönderilerini gör" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Bluesky'daki iş fırsatlarını görün" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "Daha fazlasını gör" @@ -10844,16 +10961,11 @@ msgstr "Daha fazlasını gör" msgid "See more suggested profiles" msgstr "Daha çok önerilen profil göster" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "Daha fazla gündem başlığı gör" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "Aynı yazara ait bir konudaki gönderilerde numaralı rozetleri (1/3, 2/3 vb.) göster." - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "{langName} dilini seç" msgid "Select a color" msgstr "Renk seç" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "Bir gerekçe seçiniz" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Hesap seç" @@ -10910,7 +11022,7 @@ msgstr "Bir avatar seç" msgid "Select an emoji" msgstr "Emoji seç" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "Bir seçenek seçin" @@ -10946,11 +11058,11 @@ msgstr "Filtre türünü seçin (şu anda: {0})" msgid "Select from an existing account" msgstr "Mevcut bir hesaptan seç" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "Listelerinizden seçin" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "Listelerinizden seçin <0>{numberOfListsSelected, plural, other {(# seçili)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Bu kelimenin ne kadar süre sessize alınacağını seçin." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "Dil seçin" @@ -10987,7 +11099,7 @@ msgstr "Dil seç..." msgid "Select languages" msgstr "Dilleri seç" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Moderasyon hizmeti seçin" @@ -11028,7 +11140,7 @@ msgstr "Uygulamanın kullanıcı arayüzünde hangi dili kullanacağınızı se msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Abone olduğunuz akışların hangi dilleri içermesini istediğinizi seçin. Hiçbiri seçilmezse, tüm diller gösterilir." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Doğum tarihinizi seçin" @@ -11045,7 +11157,7 @@ msgstr "Akışlarınızdaki çeviriler için tercih ettiğiniz dili seçin." msgid "Select your preferred notification channels" msgstr "Tercih ettiğiniz bildirim kanallarını seçiniz" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "Farklı türlerde medya seçimi desteklenmemektedir." @@ -11076,7 +11188,7 @@ msgstr "Hata raporu yolla" msgid "Send feedback" msgstr "Geribildirim gönder" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Mesaj gönder" @@ -11089,7 +11201,7 @@ msgstr "Gönderiyi {name} kullanıcısına gönder" msgid "Send post to..." msgstr "Şuraya gönder..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Raporu şuraya gönder {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "Mesajı telefonunuzdan yollayın" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Doğrulama e-postası gönder" @@ -11133,7 +11245,7 @@ msgstr "Uygulama simgesini {0} olarak belirle" msgid "Set new password" msgstr "Yeni şifre ayarla" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "Gönderinize hangi kişi gruplarının yanıt verebileceğini net bir şekilde belirleyin" @@ -11141,11 +11253,11 @@ msgstr "Gönderinize hangi kişi gruplarının yanıt verebileceğini net bir ş msgid "Set up your account" msgstr "Hesabınızı ayarlayın" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "Gönderinize kimin yanıt verebileceğini belirleyin" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "Doğum tarihinizi aşağıda belirlediğinizde sizi en kısa zamanda gönderi yollamaya ve keşfetmeye kavuşturacağız!" @@ -11161,9 +11273,9 @@ msgstr "Yer sağlayıcınızı kendiniz ayarlayın" msgid "Sets email for password reset" msgstr "Şifre sıfırlama için e-posta ayarlar" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Ayarlar" @@ -11222,7 +11334,7 @@ msgstr "Yanıt bildirimleri ayarları" msgid "Settings for repost notifications" msgstr "Yeniden gönderim bildirimleri ayarları" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Ayarlar kaydedildi" @@ -11242,7 +11354,7 @@ msgstr "Cinsel Çağrışımlı" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Paylaş" @@ -11251,7 +11363,7 @@ msgstr "Paylaş" msgid "Share age range" msgstr "Yaş aralığını paylaş" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Yine de paylaş" @@ -11279,13 +11391,13 @@ msgstr "Davetiye bağlantısını paylaş" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Bağlantı paylaş" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Bağlantı paylaşma diyalogu" @@ -11304,12 +11416,12 @@ msgstr "Gönderinin at:// URI'sini paylaş" msgid "Share Profile" msgstr "Profili Paylaş" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "QR kod paylaş" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Bu akışı paylaş" @@ -11318,22 +11430,22 @@ msgstr "Bu akışı paylaş" msgid "Share this search" msgstr "Bu aramayı paylaş" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Bu başlangıç paketini paylaş" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Bu başlangıç paketini paylaş ve insanların Bluesky'deki topluluğunuza katılmasına yardımcı ol." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "Paylaş..." @@ -11345,7 +11457,7 @@ msgstr "Arkadaşlarınızı bulmak için bağlantılarınızı paylaşın" msgid "Share your thoughts…" msgstr "Düşüncelerinizi paylaşın…" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Paylaşılan Tercihler Test Edicisi" @@ -11359,12 +11471,16 @@ msgstr "Yaş aralığınızı paylaşmak yalnızca Apple Hesabınızla ilişkile msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "Yaş aralığınızı paylaşmak, yalnızca Google Hesabınızla ilişkili aralığı gösterir – örneğin, en az 18 yaşında olduğunuzu. <0>Tam yaşınız ve doğum tarihiniz asla paylaşılmaz, ve bu veriler bu cihazdan asla ayrılmaz. Bu nedenle, yalnızca bu cihazda erişim sağlar. Alternatif olarak, doğrulamanızı tamamlamak ve tüm platformlarda erişimi etkinleştirmek için <1>güvenilir ortağımız KWS'yi kullanabilirsiniz." -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Göster" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Alt metni göster" @@ -11373,14 +11489,14 @@ msgstr "Alt metni göster" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Yine de göster" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "Otomasyon işaretini göster" @@ -11401,16 +11517,16 @@ msgstr "Özelleştirme seçeneklerini göster" msgid "Show group chat updates" msgstr "Grup sohbeti güncellemelerini göster" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Bunun gibi daha az göster" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Yine de listeyi göster" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "Kullanıcıların seçileceği listeleri göster" @@ -11418,8 +11534,8 @@ msgstr "Kullanıcıların seçileceği listeleri göster" msgid "Show more" msgstr "Daha fazla göster" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Bunun gibi daha fazla göster" @@ -11445,8 +11561,8 @@ msgstr "Yanıtları göster" msgid "Show replies as" msgstr "Yanıtları şöyle göster" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Yanıtı herkese göster" @@ -11455,8 +11571,8 @@ msgstr "Yanıtı herkese göster" msgid "Show reposts" msgstr "Yeniden gönderileri göster" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "Yeniden gönderileri akışlarda göster" @@ -11478,7 +11594,7 @@ msgstr "Uyarı göster ve akışlardan filtrele" msgid "Show when you’re live" msgstr "Canlı yayına çıktığınızı gösterin" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Bu gönderinin ne zaman oluşturulduğuna dair bilgileri gösterir" @@ -11486,15 +11602,15 @@ msgstr "Bu gönderinin ne zaman oluşturulduğuna dair bilgileri gösterir" msgid "Shows other accounts you can switch to" msgstr "Geçiş yapabileceğiniz diğer hesapları gösterir" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "İçeriği gösterir" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "İçeriği gösterir" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Giriş yap" msgid "Sign in as {0}" msgstr "{0} olarak giriş yap" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "Şu hesapla giriş yap…" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Giriş yap veya bir hesap oluştur" @@ -11551,16 +11667,17 @@ msgstr "Bluesky'da oturum aç veya yeni bir üyelik oluştur" msgid "Sign in to request access to this group chat." msgstr "Bu grup sohbetine erişim talep etmek için giriş yapın." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "Gönderiyi görmek için giriş yap" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "Başlangıç tarihi" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Atla" msgid "Skip contact sharing and continue to the app" msgstr "Bağlantıları paylaşmayı atla ve uygulamaya devam et" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "Boş gönderiler atlansın mı?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "Girizgahı atla ve hesabını kullanmaya başla" @@ -11628,7 +11745,7 @@ msgstr "Girizgahı atla ve hesabını kullanmaya başla" msgid "Skip to next step" msgstr "Sonraki adıma atla" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "slayt" @@ -11644,19 +11761,24 @@ msgstr "Hatırlatmayı erteler" msgid "So many thoughts, you should post one" msgstr "Ne kadar çok düşünce, birini gönderseniz mi acaba" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "Sizin yönettiğiniz sosyal medya." +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Yazılım Geliştirme" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "Listenizdeki bazı moderasyon hizmetleri kullanım dışıdır." -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Doğrulamalarınızdan bazıları geçersiz." @@ -11664,7 +11786,7 @@ msgstr "Doğrulamalarınızdan bazıları geçersiz." msgid "Some other feeds you might like" msgstr "Beğenebileceğiniz diğer akışlar" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Bazı kişiler yanıtlayabilir" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Bir şeyler ters gitti" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Bir şeyler ters gitti, lütfen tekrar deneyin" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "Bir şeyler ters gitti. Lütfen biraz sonra tekrar deneyin." msgid "Something went wrong. Please try again." msgstr "Bir şeyler ters gitti. Lütfen tekrar deneyin." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Bir sorun mu var? Bize bildirin." @@ -11759,8 +11881,8 @@ msgstr "Bir sorun mu var? Bize bildirin." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "Üzgünüz, hesap önerilerini şu anda yükleyemiyoruz." -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Maalesef oturumunuzun süresi doldu. Lütfen tekrar giriş yapın." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "Spam veya başka bir samimiyetsiz davranış veya kandırma" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Spor" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "Bir yazışma başlatırsanız burada görünecektir." @@ -11826,14 +11953,14 @@ msgstr "Sohbete başla" msgid "Start chat with {displayName}" msgstr "{displayName} ile sohbet başlat" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Başlangıç Paketi" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "{0} tarafından oluşturulmuş başlangıç paketi" @@ -11841,12 +11968,12 @@ msgstr "{0} tarafından oluşturulmuş başlangıç paketi" msgid "Starter pack by <0/>" msgstr "<0/> tarafından oluşturulmuş başlangıç paketi" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Sizin oluşturduğunuz başlangıç paketi" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Başlangıç paketi geçersiz" @@ -11854,7 +11981,7 @@ msgstr "Başlangıç paketi geçersiz" msgid "Starter packs" msgstr "Başlangıç paketleri" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Başlangıç Paketleri" @@ -11893,7 +12020,7 @@ msgstr "Depolama temizlendi, şimdi uygulamayı yeniden başlatmanız gerekiyor. msgid "Stored as part of a secure code for matching with others" msgstr "Başkalarıyla eşleşme amaçlı güvenli bir kodun parçası olarak depolanır" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "İtirazı Yolla" msgid "Submit feedback" msgstr "Geribildirim gönder" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Raporu yolla" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "Raporunuzu rızasız mahrem görüntüleri (NCII) bildirme formu aracılığıyla gönderin" @@ -11963,11 +12090,11 @@ msgstr "Bu etiketleri kullanmak için @{0} hesabına abone olun:" msgid "Subscribe to account activity" msgstr "Hesap etkinliklerine abone ol" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "İşaretleyiciye Abone Ol" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Bu işaretleyiciye abone ol" @@ -11975,7 +12102,7 @@ msgstr "Bu işaretleyiciye abone ol" msgid "Subscribe to this list" msgstr "Bu listeye abone ol" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "Başarılı" @@ -11998,7 +12125,7 @@ msgstr "Başarıyla doğrulandı" msgid "Suggested" msgstr "Önerilen" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "Önerilen hesaplar" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Gün batımı" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Yalnızca etiketler" msgid "Take the conversation private." msgstr "Konuşmaları özele alın." -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Bluesky'ın GPS konumunuza erişmesine izin vermek için aşağıya dokunun. Sonrasında bu veriyi bölgenizde erişilebilir içerik ve özelliklerin daha isabetli belirlenebilmesi için kullanacağız." @@ -12103,8 +12230,8 @@ msgstr "Bilgi için dokunun" msgid "Tap for more information" msgstr "Daha fazla bilgi için dokunun" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "Konumunuzu GPS'le güncellemek için buraya dokunun." @@ -12206,7 +12333,7 @@ msgstr "Şartlar" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "Geribildiriminiz için teşekkürler! Akış yöneticisine iletildi." msgid "Thanks for your feedback!" msgstr "Geribildiriminiz için teşekkürler!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Teşekkürler, e-posta adresinizi başarıyla doğruladınız. Bu iletişim kutusunu kapatabilirsiniz." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "Teşekkürler! Her şey tamam." @@ -12246,16 +12373,16 @@ msgstr "Teşekkürler! Her şey tamam." msgid "That contains the following:" msgstr "Dosya içeriği şöyle olmalıdır:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Bu başlangıç paketi bulunamadı." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "Bu kullanıcı adı zaten alınmış" @@ -12263,13 +12390,13 @@ msgstr "Bu kullanıcı adı zaten alınmış" msgid "That's all, folks!" msgstr "Hepsi bu kadar!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Hepsi bu kadar!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Hesap, engeli kaldırdıktan sonra sizinle etkileşime geçebilecek." @@ -12287,7 +12414,7 @@ msgstr "Bu konunun yazarı bu yanıtı gizlemiş." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "Girdiğiniz doğum tarihi 18 yaşından küçük olduğunuz anlamına geliyor. Belli içerik ve özellikler size sunulmayabilir." -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Bluesky web uygulaması" @@ -12352,32 +12479,32 @@ msgstr "Yanıtlamakta olduğunuz gönderi, yazarı tarafından {suggestedLanguag msgid "The Privacy Policy has been moved to <0/>" msgstr "Gizlilik Politikası <0/> konumuna taşındı" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "İşlenen video çok büyük. Lütfen daha küçük bir dosyayla yeniden deneyin." -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "Seçilen video kodlanamadı." -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "Seçilen video işlenemedi." -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "Seçilen videonun en-boy oranı desteklenmiyor." -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Seçili video {VIDEO_MAX_SIZE_MB} MB'tan büyük. Lütfen daha küçük bir dosyayla yeniden deneyin." -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "Seçilen video çok uzun." -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "Seçilen video desteklenmeyen bir format kullanıyor." @@ -12386,7 +12513,7 @@ msgstr "Seçilen video desteklenmeyen bir format kullanıyor." msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Sunucu bazı sıkıntılar yaşıyor. Lütfen biraz sonra tekrar deneyin." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Görmek istediğiniz başlangıç paketi geçersiz. Bu başlangıç paketini silmeyi tercih edebilirsiniz." @@ -12402,7 +12529,7 @@ msgstr "Destek formu taşındı. Yardıma ihtiyacınız varsa, lütfen <0/> veya msgid "The Terms of Service have been moved to" msgstr "Hizmet Şartları taşındı" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Verdiğiniz onay kodu geçersiz. Lütfen doğru onay bağlantısını kullandığınızdan emin olun ya da yeni bir tane talep edin." @@ -12412,7 +12539,7 @@ msgstr "Verdiğiniz onay kodu geçersiz. Lütfen doğru onay bağlantısını ku msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "Doğrulama sağlayıcısı telefon numaranıza kodu yollayamadı. Lütfen telefon numaranızı kontrol edip tekrar deneyin." -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "Video, yer sağlayıcınıza yüklenemedi. Lütfen tekrar deneyin." @@ -12428,7 +12555,7 @@ msgstr "Doğum tarihinizi ne kadar sık değiştirebileceğinizin bir sınırı msgid "There is no invite link for this group chat." msgstr "Bu grup sohbeti için bir davetiye bağlantısı yok." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Hesap etkisizleştirme için zaman sınırı yoktur, istediğiniz zaman geri gelebilirsiniz." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "İnternet bağlantınızla ilgili bir problem oldu, lütfen tekrar deneyin" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Sunucuya ulaşma konusunda bir sorun oluştu" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Sunucuya bağlanırken bir sorun oldu, lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Bildirimleri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Gönderileri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun." @@ -12495,25 +12622,25 @@ msgstr "Akışlarınızı güncellerken bir sorun oldu, lütfen internet bağlan #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Bir sorun oluştu! {0}" @@ -12521,10 +12648,10 @@ msgstr "Bir sorun oluştu! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Bir sorun oluştu. Lütfen internet bağlantınızı kontrol edin ve tek msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Uygulamada beklenmeyen bir sorun oluştu. Bu size de olduysa lütfen bize bildirin!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Bluesky'e bir dizi yeni kullanıcı geldi! Hesabınızı en kısa sürede etkinleştireceğiz." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "Bunlar varsayılan ayarlarınız" @@ -12576,7 +12703,7 @@ msgstr "Onları tekrar davet etmediğiniz sürece yeniden katılamayacaklar." msgid "This {screenDescription} has been flagged:" msgstr "Bu {screenDescription} işaretlendi:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Bu hesap güvenilir kaynaklar tarafından doğrulandığı için bir onay işaretine sahiptir." @@ -12584,7 +12711,7 @@ msgstr "Bu hesap güvenilir kaynaklar tarafından doğrulandığı için bir ona msgid "This account has been marked as automated by its owner." msgstr "Bu hesap zaten sahibi tarafından otomasyonlu olarak işaretlenmiş." -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Bu hesap bir ya da birden fazla doğrulanma girişimine sahip ama henüz doğrulanmış değil." @@ -12618,7 +12745,7 @@ msgstr "Bu itiraz Bluesky'ın moderasyon hizmetine gönderilecektir." msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "Bu içeriğin yazarı, gönderilerini sadece giriş yapmış kişilerin görebilmesini tercih etmiş." -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "Bu düğme başkalarının Germ DM uygulaması üzerinden size mesaj yollayabilmesini sağlar. Görünürlüğünü Germ DM uygulamasından yönetebilir veya aşağıdaki düğmeye tıklayarak Germ DM'in Bluesky hesabınızla bağlantısını tamamen kesebilirsiniz." @@ -12649,7 +12776,7 @@ msgstr "Bu sohbetin bağlantısı koptu" msgid "This code is invalid. Resend to get a new code." msgstr "Kod geçersiz. Yeni kod almak için yeniden gönderin." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "Bu onay kodu geçerli değil. Lütfen tekrar deneyin." @@ -12683,7 +12810,7 @@ msgstr "Bu yazışma kilitli." msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Bu yazışmanın yapıldığı hesap ya silinmiş ya da devre dışı bırakılmış. Seçenekler için basın" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "Bu taslak kalıcı olarak silinecektir." @@ -12700,7 +12827,7 @@ msgstr "Bu tam ifade" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Bu özellik, kullanıcıların yeni gönderileriniz ve yanıtlarınızdan bildirim almasını sağlar. Bunu kimler için etkinleştirmek istersiniz?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Bu özellik beta aşamasındadır. Depo aktarmaları hakkında daha çok bilgi için <0>bu blog gönderisini okuyun." @@ -12763,7 +12890,7 @@ msgstr "Bu hesabı bu cihazda daha önce görmediğimiz için bu yalnızca tek s msgid "This is not a valid link" msgstr "Bu bağlantı geçersiz" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "Bu işaret herkese bu hesabın otomasyon içerdiğini belirtir. Bu işaret açıldığında o hesabın profil ve gönderilerinde kullanıcı adının yanında belirir. İstendiği zaman açılıp kapatılabilir." @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Bu bağlantı sizi aşağıdaki web sitesine götürecektir:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "<0>{0} tarafından oluşturulan bu liste, adında ya da açıklamasında Bluesky topluluk kuralları ihlalleri içeriyor olabilir." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Sizin tarafınızdan oluşturulan bu liste, adında ya da açıklamasında Bluesky topluluk kuralları ihlalleri içeriyor olabilir." @@ -12829,11 +12956,11 @@ msgstr "Bu kişi sizi engelliyor" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Bu gönderi <0>{0} tarihinde oluşturulduğunu beyan ediyor, ancak Bluesky'da ilk olarak <1>{1} tarihinde görüldü." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Bu gönderide bilinmeyen bir threadgate türü var. Uygulamanız güncel olmayabilir." @@ -12845,19 +12972,19 @@ msgstr "Bu gönderi yalnızca giriş yapmış kullanıcılara görünür." msgid "This post was deleted by its author" msgstr "Bu gönderi yazarı tarafından silinmiş" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Bu gönderi akışlarınızdan ve konularınızdan gizlenecektir. Bu işlem geri alınamaz." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Bu gönderinin yazarı alıntılanmasını engellemiş." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Bu profil sadece giriş yapmış kullanıcılara görünür. Giriş yapmamış kullanıcılara görünmeyecektir." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Bu yanıt konunuzun altındaki gizli bir bölüme sıralanacaktır ve ona gelen yanıtlar hem sizin hem de başkaları için sessize alınacaktır." @@ -12870,7 +12997,7 @@ msgstr "Bu ekran sadece grup yazışmaları için vardır." msgid "This service has not provided terms of service or a privacy policy." msgstr "Bu hizmet, kullanım şartları veya bir gizlilik politikası sunmamış." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "Canlı özelliği betada olduğu müddetçe bu servis desteklenmemektedir. İzin verilen servisler: {formatted}." @@ -12927,7 +13054,7 @@ msgstr "Bu kullanıcı burada yeni. Ne zaman katıldığına dair daha çok bilg msgid "This user isn't following anyone." msgstr "Bu kullanıcı kimseyi takip etmiyor." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "Bu video cihazınızda oynatılamıyor. Tarayıcınız ya da sisteminiz gerekli video kodlayıcılarını (H.264/AAC) barındırmıyor olabilir." @@ -12953,15 +13080,10 @@ msgstr "Bu, geri dönülemez şekilde <0>{currentHandle} Bluesky hesabınız msgid "This will remove @{0} from the quick access list." msgstr "Bu @{0} kullanıcısını çabuk erişim listesinden kaldıracak." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Bu işlem, gönderinizin bu alıntıyla ilişiğini tüm kullanıcılar için kesecek ve yerine bir yer tutucu koyacaktır." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "Konu numaralandırma" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Konu Tercihleri" msgid "Threaded" msgstr "Dallanmalı" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Konu Tercihleri" @@ -13002,7 +13124,7 @@ msgstr "Konu başlığı" msgid "Title (100 characters max)" msgstr "Konu başlığı (En fazla 100 karakter)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "E-posta iki adımlı doğrulamasını kapatmak için lütfen e-postanıza erişiminizi onaylayın." @@ -13012,7 +13134,7 @@ msgstr "E-posta iki adımlı doğrulamasını kapatmak için lütfen e-postanız msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "E-posta iki adımlı doğrulama yöntemini kapatmak için lütfen <0>{0} adresine erişiminizi doğrulayın" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "Çıkış yapmak için <0>buraya tıklayın. Ya da tercih ederseniz <1>hesabınızı silebilirsiniz." @@ -13020,11 +13142,11 @@ msgstr "Çıkış yapmak için <0>buraya tıklayın. Ya da tercih ederseniz msgid "Today" msgstr "Bugün" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Yetişkin içeriği etkinleştirmek veya devre dışı bırakmak için açın/kapayın" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Sesi açar/kapar" @@ -13053,7 +13175,7 @@ msgstr "En öne çıkan" msgid "Top replies first" msgstr "Önce en öne çıkan yanıtlar" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Konu başlığı" @@ -13061,8 +13183,8 @@ msgstr "Konu başlığı" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Çevir" @@ -13074,12 +13196,12 @@ msgstr "Çevrildi" msgid "Translating" msgstr "Çevriliyor" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "Çevriliyor…" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "Cihazınızda aynı dile çeviri imkanı mevcut değil." @@ -13088,9 +13210,9 @@ msgstr "Cihazınızda aynı dile çeviri imkanı mevcut değil." msgid "Tree view" msgstr "Ağaç görünümü" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Gündem" @@ -13099,12 +13221,20 @@ msgstr "Gündem" msgid "Trending GIFs" msgstr "Gündem GIFler" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "Gündem seçenekleri" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "Gündemdeki videolar" @@ -13113,7 +13243,7 @@ msgstr "Gündemdeki videolar" msgid "Trolling" msgstr "Trolleme" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Güven ilişkilerden, topluluklardan ve paylaşılan bağlamdan gelir. Dolayısıyla <0>güvenilir doğrulayıcıları yani direkt doğrulama yapabilen kurumları devreye alıyoruz." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Bağlanılamıyor. Lütfen internet bağlantınızı kontrol edip tekrar deneyin." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "Sunucuya bağlanırken bir sorun oldu, lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." @@ -13187,7 +13317,7 @@ msgstr "Sunucuya bağlanırken bir sorun oldu, lütfen internet bağlantınızı msgid "Unable to contact your service. Please check your Internet connection." msgstr "Hizmetinize ulaşılamıyor. Lütfen internet bağlantınızı kontrol edin." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Silinemedi" @@ -13205,6 +13335,10 @@ msgstr "Seçilmiş alıcılardan biri bulunamadı." msgid "Unable to find the selected recipient." msgstr "Seçilmiş alıcı bulunamadı." +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "Kullanıcı adı çözümlenemedi" @@ -13233,14 +13367,14 @@ msgstr "Erişilemeyen akış bilgisi" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Engeli kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Engeli kaldır" @@ -13251,8 +13385,8 @@ msgstr "{displayName} engelini kaldır" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Hesabın engelini kaldır" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "Hesabın engeli açılsın mı?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Hesabı Engelle?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Listeden engeli kaldır" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "Geri al" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "Geri al" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Yeniden gönderiyi geri al ({0, plural, other {# yeniden gönderi}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "{0} adresini takibi bırak" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Hesabı takibi bırak" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Kullanıcıyı takipten çıkarır" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Maalesef abone olduğunuz işaretleyicilerin hiçbiri bu rapor türünü desteklemiyor." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "Maalesef profilinizde belirttiğiniz doğum tarihi sizi Bluesky kullanmak için çok genç gösteriyor." -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "Ne yazık ki beyan edilen yaşınız bulunduğunuz bölgeden Bluesky'a erişmek için yeterince yaşlı olmadığıızı gösteriyor." -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Bilinmeyen doğrulayıcı" @@ -13333,13 +13490,13 @@ msgstr "Etiketlenmemiş yetişkin içerik" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "Etiketlenmemiş, istismarcı veya rızasız yetişkin içerik" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Beğenmeyi geri al" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Beğeniyi kaldır ({0, plural, other {# beğeni}})" @@ -13351,12 +13508,12 @@ msgstr "Sohbet kilidini aç" msgid "Unlock this group chat" msgstr "Bu grup sohbetinin kilidini aç" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Sessizden çıkar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Sessizden çıkar" msgid "Unmute {0}" msgstr "{0} etiketini sessizden çıkar" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Hesabı sessizden çıkar" @@ -13379,8 +13536,8 @@ msgstr "Hesabı sessizden çıkar" msgid "Unmute conversation" msgstr "Yazışmayı sessizden çıkar" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Listeyi sessizden çıkar" @@ -13388,8 +13545,8 @@ msgstr "Listeyi sessizden çıkar" msgid "Unmute this group chat" msgstr "Bu grup sohbetini sessizden çıkar" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Konuyu sessizden çıkar" @@ -13397,14 +13554,14 @@ msgstr "Konuyu sessizden çıkar" msgid "Unmute video" msgstr "Videonun sesini aç" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Sabitlemeyi kaldır" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Akışı sabitlemeyi kaldır" @@ -13414,13 +13571,13 @@ msgstr "Akışı sabitlemeyi kaldır" msgid "Unpin from home" msgstr "Ana sayfadan sabitlemeyi kaldır" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Profilden sabitlemeyi kaldır" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Moderasyon listesini sabitlemeyi kaldır" @@ -13429,29 +13586,34 @@ msgstr "Moderasyon listesini sabitlemeyi kaldır" msgid "Unpinned {0} from Home" msgstr "{0} akışının ana sayfadan sabitlemesi kaldırıldı" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Akışlarınızdan sabitlemesi kaldırıldı" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "Listenin sabitlemesi kaldırıldı" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "E-posta hatırlatıcısını ertelemeyi kaldır" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Abonelikten çık" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Liste aboneliğinden çık" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Bu işaretleyicinin aboneliğinden ayrıl" @@ -13463,7 +13625,7 @@ msgstr "Liste aboneliğinden çıktınız" msgid "Unsupported clipboard content" msgstr "Desteklenmeyen pano içeriği" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "Desteklenmeyen video türü: {mimeType}" @@ -13512,10 +13674,10 @@ msgstr "{domain} adresine güncelle" msgid "Update your email" msgstr "E-postanızı güncelleyin" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "Konumunuzu güncelleyin" @@ -13539,24 +13701,24 @@ msgstr "Bir metin dosyası yükleyin:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Kameradan Yükle" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Dosyalardan Yükle" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Kütüphaneden Yükle" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "GIF yükleniyor..." @@ -13570,7 +13732,7 @@ msgstr "Görseller yükleniyor..." msgid "Uploading link thumbnail..." msgstr "Web bağlantısının görseli gönderiliyor..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Video yükleniyor..." @@ -13659,25 +13821,25 @@ msgstr "{0} Kullanıcı Listesi" msgid "User list by you" msgstr "Sizin tarafınızdan oluşturulan kullanıcı listesi" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Kullanıcı listesi oluşturuldu" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Kullanıcı listesi güncellendi" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "Kullanıcı adı {MAX_SERVICE_HANDLE_LENGTH, plural, other {# karakter}}den daha uzun olamaz" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "Kullanıcı adı tire işareti ile başlayamaz veya bitemez" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Kullanıcı adı sadece İngilizce harfler (a-z), rakamlar ve tire işareti barındırabilir" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Kullanıcı adı veya e-posta adresi" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "<0>@{0} tarafından takip edilen kullanıcılar" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "<0>@{0} kullanıcısını takip edenler" @@ -13707,11 +13869,11 @@ msgstr "Değer:" msgid "Verification failed, please try again." msgstr "Doğrulama başarısız, lütfen tekrar deneyin." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Doğrulama ayarları" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Doğrulama Ayarları" @@ -13720,14 +13882,14 @@ msgstr "Doğrulama Ayarları" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Bluesky'daki doğrulamalar diğer platformlardan farklı çalışır. <0>Buradan daha fazlasını öğrenin." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Doğrulayan:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Hesabı doğrula" @@ -13790,12 +13952,12 @@ msgstr "Yaşınızı onaylayın" msgid "Verify your email" msgstr "E-postanızı onaylayın" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "Onaylanıyor" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "Yaş güvencesi durumunuz onaylanıyor" @@ -13815,16 +13977,16 @@ msgstr "Sürüm {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "<0/><1>{starterPackName} başlangıç paketi aracılığıyla" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Video işlenemedi" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Video Akışı" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "{0} videosu: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "{0} videosu. Videoyu oynatmak ya da durdurmak için basın" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Video Oyunları" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Video duraklatıldı" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Video oynatılıyor" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Video bulunamadı." @@ -13859,12 +14021,12 @@ msgstr "Video bulunamadı." msgid "Video settings" msgstr "Video ayarları" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Video yüklendi" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videolar" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "Videolar 10 dakika veya daha kısa olmalıdır." -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "Videolar 3 dakikadan kısa olmalıdır." - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Göz at" @@ -13903,9 +14059,9 @@ msgstr "{0}'ın avatarını görüntüle" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "{0} kullanıcısının profilini görüntüle" @@ -13924,11 +14080,11 @@ msgstr "{displayName} profilini görüntüle" msgid "View {publicationTitle}" msgstr "{publicationTitle} yayınını görüntüle" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Engelli kullanıcının profilini görüntüle" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Daha fazla detay için blog yazısını gör" @@ -13936,8 +14092,8 @@ msgstr "Daha fazla detay için blog yazısını gör" msgid "View debug entry" msgstr "Hata ayıklama girişini görüntüle" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Ayrıntıları görüntüle" @@ -13977,13 +14133,13 @@ msgstr "Daha fazlasını görüntüle" msgid "View more trending videos" msgstr "Daha çok gündem olan video göster" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "Gönderiyi göster" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "@{0} tarafından sağlanan işaretleme hizmetini gör" msgid "View this user's verifications" msgstr "Bu kullanıcının doğrulamalarını görüntüle" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Bu akışı beğenen kullanıcıları görün" @@ -14026,11 +14182,11 @@ msgstr "Bu akışı beğenen kullanıcıları görün" msgid "View video" msgstr "Videoyu izle" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Engellediğiniz hesapları görün" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Varsayılan gönderi etkileşim ayarlarınızı görün" @@ -14039,11 +14195,15 @@ msgstr "Varsayılan gönderi etkileşim ayarlarınızı görün" msgid "View your feeds and explore more" msgstr "Akışlarınızı görün ve daha fazlasını keşfedin" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Moderasyon listelerini görün" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Sessize aldığınız hesapları görün" @@ -14060,6 +14220,10 @@ msgstr "Görseli tam boy gösterir" msgid "Views video in immersive mode" msgstr "Videoyu içine dalınan modda gösterir" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "Şiddet" @@ -14136,6 +14300,10 @@ msgstr "Bu yazışmanın taleplerini yükleyemedik" msgid "We couldn’t load this conversation’s settings" msgstr "Bu yazışmanın ayarlarını yükleyemedik" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "Yer sağlayıcınızı doğrulayamadık. İnternet bağlantınızı kontrol edin veya <0>yer sağlayıcınızı kendiniz ayarlayın." @@ -14148,7 +14316,7 @@ msgstr "Eşleşmeleri bulduktan sonra özütleri siliyoruz" msgid "We don't store your friends' phone numbers or send any messages" msgstr "Arkadaşlarınızın telefon numaralarını depolamıyoruz veya mesaj yollamıyoruz" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Hesabınızın hazır olmasına {estimatedTime} tahmin ediyoruz." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "Yaş doğrulaması için <0>KWS ile çalışıyoruz. Aşağıda \"Başla\"ya tıkladığınızda KWS size doğrulama sürecini tamamlamanız için gerekli yönergeleri e-postalayacaktır. Eğer e-posta adresiniz hali hazırda KWS kullanan başka bir oyun ya da hizmet için yaş doğrulamasında kullanıldıysa bunu tekrar yapmanız gerekmeyecek. Tamamladığınızda Bluesky kullanmaya devam etmeniz için geri getirileceksiniz." #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "<0>{0} adresine başka bir doğrulama e-postası gönderdik." @@ -14186,7 +14354,7 @@ msgstr "En az iki ilgi alanı seçmenizi öneririz." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "<0>{0} adresine bir bağlantı içeren bir e-posta yolladık. Lütfen e-posta doğrulama sürecini tamamlamak için o bağlantıya tıklayın." -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Video yüklemenize izin verilip verilmediğini belirleyemedik. Lütfen tekrar deneyin." @@ -14198,16 +14366,16 @@ msgstr "Muhtemel bir ağ probleminden dolayı yaş güvencesi konfigürasyonunu msgid "We were unable to load your birthdate preferences. Please try again." msgstr "Doğum tarihi tercihlerinizi yükleyemedik. Lütfen yeniden deneyin." -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Yapılandırılmış işaretleyicilerinizi şu anda yükleyemedik." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "Bir bağlantı probleminden dolayı onayı alamadık. Daha sonra gelebilir. Geldiği takdirde hesabınız kendiliğinden güncellenecektir." -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Hesabınız hazır olduğunda size bildireceğiz." @@ -14236,7 +14404,7 @@ msgstr "Ayrıca <0>Topluluk Kurallarımızı güncelliyor ve görüşleriniz msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "Ayrıca Topluluk Kurallarımızı güncelliyor ve görüşlerinizi istiyoruz! Bu yeni kurallar 15 Ekim 2025 tarihinde devreye girecektir." -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "Yaş güvencesi durumunuzu sunucularımızla onaylıyoruz. Bu birkaç saniye sürer." @@ -14255,7 +14423,7 @@ msgstr "Ağ sorunları yaşıyoruz, tekrar deneyin" msgid "We’re having network issues, try again" msgstr "Ağ sorunları yaşıyoruz, tekrar deneyin" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Bluesky'da yeni bir doğrulama katmanı sunuyoruz - kolay görülebilen bir onay işareti." @@ -14267,7 +14435,7 @@ msgstr "Sizi aramızda görmekten dolayı çok heyecanlıyız!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "Üzgünüz ancak cihazınız tarafından paylaşılan verilere göre Bluesky'ye erişebilecek yaşta değilsiniz." -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "Üzgünüz fakat cihazınızın konumuna göre şu anda yaş güvencesi gerektiren bir bölgedesiniz." @@ -14296,7 +14464,7 @@ msgstr "Maalesef arama işleminiz tamamlanamadı. Lütfen birkaç dakika içinde msgid "We're sorry, you cannot access this screen at this time." msgstr "Üzgünüz, şu anda bu ekrana erişemezsiniz." -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Üzgünüz! Yanıtladığınız gönderi silindi." @@ -14325,12 +14493,12 @@ msgstr "15 Eylül 2025 itibariyle Hizmet Şartlarımızı, Gizlilik Politikamız msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "15 Eylül 2025 itibariyle Hizmet Şartlarımızı, Gizlilik Politikamızı ve Telif Politikamızı güncelliyoruz. Ayrıca Topluluk Kurallarımızı da güncelliyor ve görüşlerinizi istiyoruz! Bu yeni kurallar 15 Ekim 2025 tarihinde devreye girecektir. Blog gönderimizi okuyarak bu değişikliklere ve düşüncelerinizi bize nasıl iletebileceğinize dair bilgi edinebilirsiniz." -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "Yaş güvencesi durumunuzu onayladık. Bu diyalogu artık kapatabilirsiniz." -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Tekrar hoş geldiniz!" @@ -14351,17 +14519,17 @@ msgstr "Başlangıç ​​paketinize ne ad vermek istersiniz?" msgid "what’s up" msgstr "naber" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Nasılsınız?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Bir onay işaretine dokunduğunuzda hangi kuruluşların doğrulama verdiğini göreceksiniz." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Bu gönderiyle kim etkileşime geçebilir?" @@ -14369,12 +14537,12 @@ msgstr "Bu gönderiyle kim etkileşime geçebilir?" msgid "Who can join this group chat and how" msgstr "Kim bu grup sohbetine katılabilir ve nasıl" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Kimler yanıtlayabilir" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Kim doğrulayabilir?" @@ -14434,11 +14602,11 @@ msgstr "Bu kullanıcıyı engellemek ve/veya bu yazışmayı silmek ister misini msgid "Would you like to block this user and/or leave this conversation?" msgstr "Bu kullanıcıyı engellemek ve/veya bu yazışmadan ayrılmak istiyor musunuz?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Taslaklarınıza göz atmadan önce bunu taslak olarak kaydetmek ister misiniz?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "Bunu sonradan düzenlemek için taslak olarak kaydetmek ister misiniz?" @@ -14447,12 +14615,12 @@ msgstr "Bunu sonradan düzenlemek için taslak olarak kaydetmek ister misiniz?" msgid "Write a post" msgstr "Bir gönderi yaz" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Gönderi yaz" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Yanıtınızı yazın" @@ -14475,8 +14643,8 @@ msgstr "Yanlış yazışma tipi" msgid "www.mylivestream.tv" msgstr "www.canliyayinim.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "Evet" @@ -14486,8 +14654,8 @@ msgstr "Evet" msgid "Yes GIFs" msgstr "Evet GIFleri" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Evet, devre dışı bırak" @@ -14495,19 +14663,19 @@ msgstr "Evet, devre dışı bırak" msgid "Yes, delete my account" msgstr "Evet, hesabımı sil" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Evet, bu başlangıç ​​paketini sil" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Evet, ilişiğini kes" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Evet, gizle" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Evet, hesabımı yeniden etkinleştir" @@ -14519,7 +14687,7 @@ msgstr "Dün" msgid "You are a trusted verifier" msgstr "Güvenilir bir doğrulayıcısınız" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "Bluesky'a yasal olarak sizin yaşınızı uygulamaya erişmeden önce onaylamamızı gerektiren bir bölgeden ulaşıyorsunuz." @@ -14544,12 +14712,12 @@ msgstr "Hesabınızın oluşturulacağı yer sağlayıcı" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "Canlıya Çık özelliğini kullanmanız engellenmiştir. Bu moderasyon kararına itiraz etmek için lütfen aşağıdaki formu yollayın." -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "Şu anda Bluesky'ın Yaş Güvencesi işlemine erişemiyorsunuz. Bunun bir hatadan kaynaklı olduğunu düşünüyorsanız lütfen <0>moderasyon ekibimize ulaşın." -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Sıradasınız." @@ -14558,11 +14726,11 @@ msgstr "Sıradasınız." msgid "You are Live" msgstr "Canlı yayındasınız" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "Artık canlı yayında değilsiniz" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Video yükleme izniniz yok." @@ -14570,7 +14738,7 @@ msgstr "Video yükleme izniniz yok." msgid "You are not following anyone yet" msgstr "Henüz kimseyi takip etmiyorsunuz" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "Canlı yayındasınız!" @@ -14599,7 +14767,7 @@ msgstr "Ayrıca hesabınızı <0>geçici olarak devre dışı bırakabilirsiniz< msgid "You can also discover new Custom Feeds to follow." msgstr "Ayrıca takip edebileceğiniz yeni Özel Akışlar keşfedebilirsiniz." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "Sohbet verinizi ayrıca \"JSONL\" dosyası olarak da indirebilirsiniz. Bu dosya sadece gönderdiğiniz mesajları içerir, aldığınız mesajları içermez." @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Artık yeni şifrenizle giriş yapabilirsiniz." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Gönderi başına en fazla {MAX_GALLERY_IMAGES, plural, other {# görsel}} ekleyebilirsiniz" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "Yalnızca 1000 karaktere kadar taslak kaydedebilirsiniz." -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Yalnızca 1000 karaktere kadar olan taslaklar kaydedilebilir. Taslaklarınıza bakmadan önce bu düzenlediğiniz gönderinin silinmesine razı mısınız?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "Tek seferde sadece tek bir GIF seçebilirsiniz." -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "Tek seferde sadece tek bir video seçebilirsiniz." -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Giriş yapmaya devam etmek için hesabınızı yeniden etkinleştirebilirsiniz. Profiliniz ve gönderileriniz diğer kullanıcılar tarafından görülebilir hale gelecektir." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "Sohbet geçmişini okuyabilirsiniz ancak yeni mesaj gönderemezsiniz." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Toplamda en fazla {MAX_GALLERY_IMAGES, plural, other {# görsel}} seçebilirsiniz." -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Bunu daha sonra ayarlarınızdan güncelleyebilirsiniz." @@ -14690,7 +14855,7 @@ msgstr "Doğum tarihinizi bir uygulama şifresi kullanırkan güncelleyemezsiniz msgid "You don't follow any users who follow @{name}." msgstr "@{name} kullanıcısını takip eden hiçbir kullanıcıyı takip etmiyorsunuz." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "Henüz bir listeniz yok." @@ -14728,7 +14893,7 @@ msgstr "Yanıtlama, alıntılama ve bahsetme bildirimlerini tamamen devre dış #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Geçersiz bir kod girdiniz. XXXXX-XXXXX gibi görünmelidir." @@ -14778,15 +14943,15 @@ msgstr "Sonuna ulaştınız" msgid "You have successfully verified your email address. You can close this dialog." msgstr "E-posta adresinizi başarıyla doğruladınız. Bu diyaloğu kapatabilirsiniz." -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Video yükleme sınırına geçici olarak ulaştınız. Lütfen daha sonra tekrar deneyin." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Bu taslakta kaydedilmemiş değişiklikleriniz var, onları kaydetmek ister misiniz?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "Kaydedilmemiş değişiklikleriniz var. Taslaklarınıza göz atmadan önce onları kaydetmek ister misiniz?" @@ -14858,7 +15023,7 @@ msgstr "Başlangıç ​​paketi oluşturmak için en az yedi kişiyi takip etm msgid "You must grant access to your photo library to save a QR code" msgstr "Karekod kaydetmek için fotoğraf galerinize erişim izni vermelisiniz" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "Medya galerinize erişim izni vermeniz gerekmektedir." @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "Bu sohbetin sahibisiniz" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "@{0} kullanıcısını önceden devre dışı bırakmıştınız." @@ -14911,11 +15076,21 @@ msgstr "Kendinize yanıt verdiniz" msgid "You requested to join" msgstr "Katılmayı talep ettiniz" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Tüm hesaplarınızdan çıkış yapacaksınız." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "İşlem tamam! Ancak yetişkin olduğunuzu doğrulayana kadar bazı öze msgid "You’re in control" msgstr "Kontrol sizde" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Sıradasınız" @@ -15010,7 +15185,7 @@ msgstr "Bağlantılarınıza erişimi reddettiniz" msgid "You've found some people to follow" msgstr "Takip edebileceğiniz bazı kişiler buldunuz" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "Aktif içeriğin sonuna ulaştınız." @@ -15018,7 +15193,7 @@ msgstr "Aktif içeriğin sonuna ulaştınız." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Akışınızın sonuna ulaştınız! Takip edebileceğiniz daha fazla hesap bulun." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "En fazla taslak sayısına ulaştınız" @@ -15030,22 +15205,23 @@ msgstr "İzin verilen en fazla istek sayısına ulaştınız. Lütfen daha sonra msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "Maksimum {MAX_FILTERS, plural, other {# filtre}} sayısına ulaştınız. Yeni filtreler oluşturmak yerine mevcut bir filtreye daha fazla değer ekleyin." -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "Aktif içeriğin başına ulaştınız." -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Günlük video yükleme limitinize ulaştınız (çok fazla bayt)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Günlük video yükleme limitinize ulaştınız (çok sayıda video)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "İzleyebileceğiniz video kalmadı. Belki de bir mola vermenin zamanı gelmiştir?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Hesabınız" @@ -15062,7 +15238,19 @@ msgstr "Hesabınız silindi, görüşmek üzere! ✌️" msgid "Your account has been suspended" msgstr "Hesabınız askıya alındı" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Hesabınız video yüklemek için yeterince eski değil. Lütfen daha sonra tekrar deneyin." @@ -15074,7 +15262,7 @@ msgstr "Hesabınız çok yeni" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "Yeni bir grup sohbeti oluşturmak için hesabınızın en az 7 günlük olması gerekmektedir." -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Herkese açık tüm veri kayıtlarınızı içeren hesap deponuz bir \"CAR\" dosyası olarak indirilebilir. Bu dosya görselleri, özel verilerinizi veya gömülü medyayı içermez; onların ayrıca indirilmeleri gerekir." @@ -15086,7 +15274,7 @@ msgstr "Hesabınızın <0>Bluesky Social Hizmet Şartları'nı ihlal ettiği msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "İtirazınız gönderildi. İtirazınız kabul edilirse size bir e-posta gönderilecektir." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Doğum tarihiniz" @@ -15115,7 +15303,7 @@ msgstr "Bağlantınız {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Mevcut kullanıcı adınız <0>{0} otomatik bir şekilde sizin için ayrılmış olarak kalacaktır. İstediğiniz zaman ona geri dönebilirsiniz." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "Beyan ettiğiniz yaşınız 18'in altında. Aşağıdaki bazı ayarlar devre dışı olabilir. Eğer bu bir hataysa doğum tarihinizi <0>hesap ayarları'ndan düzeltebilirsiniz." @@ -15128,7 +15316,7 @@ msgstr "E-posta adresiniz" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "E-postanız geçersiz gibi görünüyor." @@ -15140,7 +15328,7 @@ msgstr "E-posta adresiniz doğrulanmamış. Lütfen Bluesky'ın tüm özellikler msgid "Your first like!" msgstr "İlk beğeniniz!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Takipçileriniz" @@ -15157,7 +15345,7 @@ msgstr "Tam kullanıcı adınız <0>@{0} olacak" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "Yer sağlayıcınız bir e-posta adresinden tespit edilemez, bu yüzden varsayılan Bluesky servisi kullanılacaktır. Bunun yerine kullanıcı adınızı girin veya sağlayıcınızı kendiniz ayarlayın." -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "Yer sağlayıcınız bu kadar büyük videoları desteklemiyor. Lütfen daha küçük bir dosyayla tekrar deneyin." @@ -15165,7 +15353,7 @@ msgstr "Yer sağlayıcınız bu kadar büyük videoları desteklemiyor. Lütfen msgid "Your hosting provider is detected automatically from the username you enter." msgstr "Yer sağlayıcınız girdiğiniz kullanıcı adından otomatik olarak algılanır." -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "İlgi alanlarınız güncellendi!" msgid "Your interests help us find what you like!" msgstr "İlgi alanlarınız, neyi sevdiğinizi bulmamıza yardımcı oluyor!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "Konumunuz güncellendi." @@ -15198,15 +15386,20 @@ msgstr "Adınız, grup sohbeti adı ve üye sayısı herkese görünecektir." msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "Şifreniz başarıyla değiştirildi! Lütfen bundan sonra Bluesky'a giriş yaparken yeni şifrenizi kullanın." -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Şifreniz en az 8 karakter uzunluğunda olmalıdır." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "Gönderiniz yollandı" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "Gönderileriniz yollandı" @@ -15214,7 +15407,7 @@ msgstr "Gönderileriniz yollandı" msgid "Your preferred language" msgstr "Tercih ettiğiniz dil" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "Profil resminiz" @@ -15223,24 +15416,28 @@ msgstr "Profil resminiz" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "Başka kullanıcıların profil resimleri tarafından çerçevelenmiş profil resminiz" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profiliniz, gönderileriniz, akışlarınız ve listeleriniz artık diğer Bluesky kullanıcıları tarafından görülemeyecek. Hesabınızı istediğiniz zaman oturum açarak yeniden etkinleştirebilirsiniz." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "Yanıtınız yollandı" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Raporunuz <0>{0} işaretleyicisine gönderilecektir." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Seçtiğiniz ilgi alanları, önemsediğiniz içerikleri size sunmamıza yardımcı olur." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Konunuzdaki boş gönderiler atlanacak, geride kalan gönderiler ise bir konu olarak yayınlanacaktır." diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po index 74618037d2..de0b52a285 100644 --- a/src/locale/locales/uk/messages.po +++ b/src/locale/locales/uk/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: uk\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# читаю} few {# читаю} many {# читаю} ot msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# година} few {# години} many {# годин} other {# годин}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {підписник} few {підписники} many {підписників} other {підписників}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {читаю} few {читаю} many {читаю} other {читаю}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {пост} few {пости} many {постів} other { #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Власна підбірка {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {година} few {години} many {годин} other {годин}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {хвилина} few {хвилини} many {хвилин} other {хвилин}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} зареєструвався з вашим почат msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} підписок" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "" @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, та {2, plural, one {# інші} few {# інші} many {# інші} other {# інші}} долучені до вашої підбірки" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, та {2, plural, one {# інші} few {# інш #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, та {2, plural, one {# інші} few {# інші} many {# інші} other {# інші}} долучені до вашої підбірки" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} та<1> <2>{1} у підбірці" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} у вашій підбірці" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} учасників" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Ви та<1> <2>{0} у вашій підбірці" @@ -946,6 +955,12 @@ msgstr "7 днів" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Доступність" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Налаштування доступності" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Обліковий запис" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Обліковий запис заблоковано" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Обліковий запис відстежується" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Обліковий запис ігноровано" @@ -1111,24 +1126,24 @@ msgstr "Обліковий запис вилучено зі швидкого д #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Обліковий запис розблоковано" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Обліковий запис не відстежується" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Обліковий запис не ігнорується" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" @@ -1138,7 +1153,7 @@ msgstr "" msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Додати" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Додати ще {0} для продовження" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Додати {displayName} до підбірки" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Додати користувача до списку" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Додати обліковий запис" @@ -1201,11 +1216,11 @@ msgstr "Додати альтернативний текст (за бажанн msgid "Add another account" msgstr "Додати інший обліковий запис" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Написати ще" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "Додати пароль застосунку" msgid "Add App Password" msgstr "Додати пароль застосунку" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "" @@ -1295,7 +1310,7 @@ msgstr "" msgid "Add recommended feeds" msgstr "Додати рекомендовані стрічки" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Додати стрічки до початкового списку!" @@ -1307,12 +1322,12 @@ msgstr "Додавати стрічки людей, яких читаєте" msgid "Add the following DNS record to your domain:" msgstr "Додайте наступний DNS-запис до вашого домену:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Додати цю стрічку до вашої стрічки" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Додати до списку" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "" @@ -1378,14 +1393,14 @@ msgstr "Дорослий" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Вміст для дорослих" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Вміст для дорослих може бути увімкнено лише через вебверсію <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Мітки вмісту для дорослих" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Розширені" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "" msgid "All" msgstr "Усе" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Усе" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Здійснено підписку на усі облікові записи!" @@ -1474,7 +1494,7 @@ msgstr "Усі збережені стрічки в одному місці." msgid "Allow access to your direct messages" msgstr "Дозволити доступ до ваших особистих повідомлень" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Надати доступ до особистих повідомлень" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Вже маєте код?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Вже увійшли як @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Було надіслано лист на адресу {0}. Він містить код підтвердження, який можна ввести нижче." @@ -1587,7 +1607,7 @@ msgstr "Виникла помилка" msgid "An error occurred" msgstr "Виникла помилка" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Виникла помилка під час стискання цього відео." @@ -1596,7 +1616,7 @@ msgstr "Виникла помилка під час стискання цьог msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "" @@ -1609,15 +1629,15 @@ msgstr "Сталася помилка під час генерації вашо msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Сталася помилка під час завантаження відео. Будь ласка, спробуйте пізніше." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Сталася помилка під час завантаження відео. Будь ласка, спробуйте ще." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "Сталася помилка під час збереження QR-ко #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Сталася помилка при спробі читати усіх" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Виникла проблема, будь ласка, спробуйте ще раз." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" @@ -1702,7 +1722,7 @@ msgstr "" msgid "an unknown labeler" msgstr "невідомий мітник" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "та" @@ -1735,7 +1755,7 @@ msgstr "" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Назва повинна бути не менше 4 символів у msgid "App passwords" msgstr "Паролі застосунку" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Паролі для застосунків" @@ -1856,7 +1876,7 @@ msgstr "Оскаржити це рішення" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Архівовано {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Архівований пост" @@ -1914,7 +1934,7 @@ msgstr "Ви дійсно хочете видалити пароль засто msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Ви дійсно хочете видалити цю підбірку?" @@ -1936,7 +1956,7 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Ви впевнені, що бажаєте вилучити це зі своїх стрічок?" @@ -1945,7 +1965,7 @@ msgstr "Ви впевнені, що бажаєте вилучити це зі с msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Ви справді хочете не публікувати пост?" @@ -1953,7 +1973,7 @@ msgstr "Ви справді хочете не публікувати пост?" msgid "Are you sure?" msgstr "Ви впевнені?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Мистецтво" msgid "Artistic or non-erotic nudity." msgstr "Художня або нееротична оголеність." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Назад" msgid "Back to Chats" msgstr "" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Заблокувати обліковий запис" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Заблоковано" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Заблоковані облікові записи" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Заблоковані облікові записи" @@ -2288,7 +2316,7 @@ msgstr "Блокування - це відкрита інформація. За 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." msgstr "Блокування не завадить додавання міток до вашого облікового запису, але це зупинить можливість цього облікового запису від коментування ваших постів чи взаємодії з вами." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Блог" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky не може підтвердити автентичність зазначеної дати." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky обере набір рекомендованих облікових записів користувачів у вашій мережі." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "" @@ -2424,29 +2452,29 @@ msgstr "Переглянути більше запропонованого на msgid "Browse other feeds" msgstr "Переглянути інші стрічки" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Організація" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Від {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "" @@ -2504,11 +2532,11 @@ msgstr "Зі створенням облікового запису ви пог msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Зі створенням облікового запису ви погоджуєтеся з <0>Умовами надання послуг." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Камера" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Скасувати" msgid "Cancel quote post" msgstr "Скасувати цитування посту" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Не можна взаємодіяти із заблокованим користувачем" @@ -2609,7 +2637,7 @@ msgstr "Субтитри (.vtt)" msgid "Captions & alt text" msgstr "Назва та альтернативний текст" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Змінити псевдонім" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Чат" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Перевірити мій статус" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Вкажіть пароль" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Очистити пошуковий запит" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Торкніться, щоб спробувати надіслати повідомлення знов" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Торкніться, щоб спробувати надіслати п #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Торкніться, щоб спробувати надіслати п #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Закрити" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Закрити діалогове вікно" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Закрити діалогове вікно" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Закрити діалогове вікно" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Закриває сповіщення про оновлення пароля" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "" @@ -3126,7 +3155,7 @@ msgstr "" msgid "Collapse list of users" msgstr "Згорнути список користувачів" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Згортає список користувачів для даного сповіщення" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Комікси" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Правила спільноти" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Завершити ознайомлення та розпочати користуватися обліковим записом" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Завершити завдання" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Новий пост" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -3180,11 +3209,11 @@ msgstr "" msgid "Compose reply" msgstr "Відповісти" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Стискання відео..." @@ -3198,18 +3227,18 @@ msgstr "Налаштовано <0>у налаштуваннях модераці #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Підтвердити" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Код підтвердження" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Служба підтримки" @@ -3273,7 +3302,7 @@ msgstr "" msgid "Content and media" msgstr "Вміст та медіа" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Вміст та медіа" @@ -3281,7 +3310,7 @@ msgstr "Вміст та медіа" msgid "Content Blocked" msgstr "Вміст заблоковано" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Фільтри контенту" @@ -3421,8 +3450,8 @@ msgstr "Скопіювати" msgid "Copy App Password" msgstr "Копіювати пароль застосунку" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Скопіювати код" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Копіювати ідентифікатор" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Копіювати посилання" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Копіювати посилання" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Копіювати посилання на список" @@ -3472,12 +3501,12 @@ msgstr "Копіювати посилання на список" msgid "Copy link to post" msgstr "Копіювати посилання на пост" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "Копіювати текст повідомлення" msgid "Copy post at:// URI" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Копіювати текст повідомлення" @@ -3506,7 +3535,7 @@ msgstr "Копіювати значення запису TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Політика захисту авторського права" @@ -3632,7 +3661,7 @@ msgstr "Створити" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Створити QR-код для підбірки" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Створити власну підбірку" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Створення власної підбірки для мене" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Створити новий обліковий запис" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Створити звіт для {0}" @@ -3734,7 +3763,7 @@ msgstr "Створити звіт для {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Створено: {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "" @@ -3800,7 +3829,7 @@ msgstr "Темна" msgid "Dark theme" msgstr "Темна тема" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Дата народження" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Деактивувати обліковий запис" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Видалити" @@ -3892,8 +3921,8 @@ msgstr "" msgid "Delete for me" msgstr "Видалити для мене" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "" @@ -3909,30 +3938,30 @@ msgstr "Видалити повідомлення для мене" msgid "Delete my account" msgstr "Видалити мій обліковий запис" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Видалити пост" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Видалити власну підбірку" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Видалити власну підбірку?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Видалити цей список?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Видалити цей пост?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Видалено" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Альтернативний текст опису" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Вилучити цитування" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Вилучити цитований пост?" @@ -3993,11 +4022,11 @@ msgstr "Режим розробника ввімкнено" msgid "Developer options" msgstr "Налаштування для розробників" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Діалог: налаштувати, хто може взаємодіяти з цим постом" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Тьмяна" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Вимкнути двофакторну автентифікацію електронної пошти" @@ -4041,11 +4075,11 @@ msgstr "Вимкнути тактильний зворотний зв'язок" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Вимкнено" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Видалити" @@ -4075,23 +4109,28 @@ msgstr "Видалити" msgid "Discard changes?" msgstr "Відхилити зміни?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Відхилити чернетку?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Не зберігати пост?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Відкрити для себе нові стрічки" msgid "Discover New Feeds" msgstr "Відкрити для себе нові стрічки" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Відхилити" @@ -4115,7 +4154,7 @@ msgstr "Відхилити" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Пропустити помилку" @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Готово" msgid "Double tap or long press the message to add a reaction" msgstr "" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Торкніться двічі для закриття діалогу" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Завантажити Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "для прикладу, olenka.ua" msgid "E.g. artistic nudes." msgstr "Напр. художня оголеність." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "напр. Чудові писарі" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Редагувати" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Редагувати фото профілю" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Редагувати зображення" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Редагувати налаштування взаємодії" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Редагувати опис списку" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Редагувати мої стрічки" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Редагувати користувачів" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Редагувати налаштування взаємодії з постом" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Редагувати профіль" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Редагувати профіль" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Редагувати власну підбірку" @@ -4454,15 +4494,15 @@ msgstr "Редагувати власну підбірку" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Редагувати, хто може відповідати" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Редагувати вашу власну підбірку" @@ -4470,16 +4510,16 @@ msgstr "Редагувати вашу власну підбірку" msgid "Education" msgstr "Освіта" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Електронна пошта" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Двофакторну автентифікацію електронної пошти вимкнено" @@ -4492,7 +4532,7 @@ msgstr "Двофакторну автентифікацію за допомог msgid "Email address" msgstr "Адреса електронної пошти" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Лист надіслано знов" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Електронну пошту підтверджено" @@ -4527,7 +4567,7 @@ msgstr "Вбудований пост" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Вставте цей пост у Ваш сайт. Просто скопіюйте цей скрипт і вставте його в HTML код вашого сайту." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Вбудований відеоплеєр" @@ -4542,12 +4582,7 @@ msgstr "Увімкнути" msgid "Enable {0} only" msgstr "Увімкнути лише {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Дозволити вміст для дорослих" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "" msgid "Enable trending videos in your Discover feed" msgstr "" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Увімкнено" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Введіть адресу електронної пошти" @@ -4670,15 +4705,15 @@ msgstr "" msgid "Enter your username and password" msgstr "Введіть псевдонім та пароль" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Помилка" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Сталася помилка під час збереження" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Помилка отримання відповіді Captcha." @@ -4712,11 +4747,11 @@ msgstr "Помилка отримання відповіді Captcha." msgid "Error: {error}" msgstr "" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Всі можуть відповідати" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Всі можуть відповідати на цей пост." @@ -4783,7 +4818,7 @@ msgstr "Розгорнути або згорнути весь пост, на я msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "" @@ -4826,21 +4861,21 @@ msgstr "Відверто або потенційно проблемний вмі msgid "Explicit sexual images." msgstr "Відверті сексуальні зображення." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Експорт моїх даних" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Зовнішні медіа" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Зовнішні медіа можуть дозволяти вебсайтам збирати інформацію про вас та ваш пристрій. Інформація не надсилається та не запитується, допоки не натиснуто кнопку «Відтворити»." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Налаштування зовнішніх медіа" @@ -4946,7 +4981,7 @@ msgstr "Не вдалося видалити повідомлення" msgid "Failed to delete post, please try again" msgstr "Не вдалося видалити пост, спробувати ще раз" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Не вдалось видалити власну підбірку" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Не вдалося завантажити параметри стрічок" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Не вдалося завантажити рекомендовані стрічки" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Не вдалося завантажити запропоновані для читання облікові записи" @@ -5067,12 +5102,12 @@ msgstr "" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Не вдалось закріпити пост" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Не вдалося зберегти зображення: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "" @@ -5168,7 +5203,7 @@ msgstr "Не вдалося ігнорувати гілку, будь ласка msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Не вдалося оновити стрічки" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Не вдалося оновити налаштування" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Не вдалося завантажити відео" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Стрічка" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Перемикач стрічки" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Стрічки" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Файл успішно збережено!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Фільтрувати зі стрічок" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Завершення" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Знайти облікові записи для підписки" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Підписатися" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Підписатися на {0}" @@ -5458,7 +5499,7 @@ msgstr "Підписатися на {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Читати 7 облікових записів" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "" @@ -5486,8 +5527,8 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Читати усіх" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Читачі @{0}, яких читаєте ви" @@ -5552,28 +5593,29 @@ msgstr "Читачі, яких читаєте ви" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Читаю" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Читаю" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Читають {0}" @@ -5582,7 +5624,7 @@ msgstr "Читають {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "" @@ -5591,7 +5633,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Налаштування стрічки тих, кого ви читаєте" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Налаштування стрічки тих, кого ви читаєте" @@ -5613,7 +5655,7 @@ msgstr "Розмір шрифту" msgid "Food" msgstr "Їжа" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Перейти назад" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Назад" @@ -5867,8 +5909,8 @@ msgstr "Перейти назад до попереднього кроку" msgid "Go home" msgstr "Перейти на головну" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Тактильний відгук" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Хештег" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Виникли проблеми?" @@ -6145,11 +6197,11 @@ msgstr "Це ваш пароль застосунку!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "" @@ -6166,23 +6218,19 @@ msgstr "" msgid "Hidden list" msgstr "Прихований список" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Приховати" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Приховати" @@ -6195,7 +6243,7 @@ msgstr "" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Приховати пост від мене" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Приховати відповідь від усіх" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Приховати відповідь від мене" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Приховати цей пост?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Приховати цю відповідь?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Приховати список користувачів" @@ -6267,12 +6308,12 @@ msgstr "Приховати список користувачів" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Хм, сервер стрічки надіслав нам незрозу msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Хм, ми не можемо знайти цю стрічку. Можливо вона була видалена." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Хм, ми маємо проблеми зі завантаженням цих даних. Поглянути деталі нижче. Якщо проблема не зникне, просимо звʼязатися з нами." @@ -6316,14 +6357,14 @@ msgstr "Хм, ми маємо проблеми зі завантаженням msgid "Hmmmm, we couldn't load that moderation service." msgstr "Хм, ми не змогли завантажити цей сервіс модерації." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Чекай-но! Ми поступово даємо доступ до відео, а ви поки що чекаєте в черзі. Спробуйте пізніше!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Головна" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Я маю код" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Якщо ви ще не досягли повноліття відповідно до законів вашої країни, ваш батьківський або юридичний опікун повинен прочитати ці Умови від вашого імені." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Якщо ви видалите цей список, ви не зможете його відновити." @@ -6420,7 +6461,7 @@ msgstr "" msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Якщо ви видалите цей пост, ви не зможете його відновити." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Якщо намагаєтесь змінити псевдонім або адресу електронної пошти, зробіть це до деактивації облікового запису." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Зображення" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Введіть код, надісланий вам на електрон msgid "Interaction limited" msgstr "Взаємодія обмежена" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Невірний код підтвердження двофакторної автентифікації." @@ -6691,7 +6732,7 @@ msgstr "" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Недійсний код підтвердження" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Код запрошення" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Код запрошення не прийнято. Переконайтеся в його правильності та повторіть спробу." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Запросити користувачів до цієї підбірки!" @@ -6786,26 +6827,26 @@ msgstr "Запрошення окрім особистих" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Все вірно" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Зараз ви на самоті. Додайте користувачів до власної підбірки шукаючи їх вище." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "Вакансія: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Вакансії" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Приєднатися до Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Приєднатися до розмови" msgid "Journalism" msgstr "Журналістика" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "{0} додав мітки." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Автор додав мітки." @@ -6893,7 +6934,7 @@ msgstr "Мітки на вашому обліковому записі" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Налаштування мови" @@ -6907,12 +6948,12 @@ msgstr "Мови" msgid "Larger" msgstr "Більше" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Нещодавні" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Дізнатись більше про Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Дізнатися більше про це попередження" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Дізнатися більше про те, що є публічним в Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Дізнатися більше." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "ще залишилося." @@ -7080,7 +7121,7 @@ msgstr "Дозвольте обрати мені" msgid "Let's get your password reset!" msgstr "Давайте відновимо ваш пароль!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Злітаємо!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Світла" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Вподобати" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -7114,7 +7155,7 @@ msgstr "Вподобати 10 постів" msgid "Like 10 posts to train the Discover feed" msgstr "Вподобати 10 постів задля тренування Стрічки відкриття" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Вподобати цю стрічку" @@ -7122,8 +7163,8 @@ msgstr "Вподобати цю стрічку" msgid "Like this labeler" msgstr "" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Вподобано" @@ -7140,26 +7181,26 @@ msgstr "Вподобано" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Уподобання" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Уподобання цього посту" @@ -7191,11 +7232,16 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Список" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Список видалено" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Список приховано" @@ -7248,7 +7294,7 @@ msgstr "Список приховано" msgid "List Hidden" msgstr "Список приховано" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Список ігноровано" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Список розблоковано" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Список більше не ігноровано" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Списки" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Завантажити більше" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Завантажити більше запропонованих стрічок" @@ -7346,16 +7392,16 @@ msgstr "Завантажити нові сповіщення" msgid "Load new posts" msgstr "Завантажити нові пости" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Звіт" @@ -7405,11 +7451,6 @@ msgstr "Лого від <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Виглядає як XXXXX-XXXXXXX" @@ -7448,7 +7489,7 @@ msgstr "Переконайтеся, що це дійсно той сайт, що msgid "Manage saved feeds" msgstr "Керувати збереженими стрічками" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "" @@ -7461,8 +7502,14 @@ msgstr "Налаштувати ваші ігноровані слова і те msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "" @@ -7473,6 +7520,10 @@ msgstr "" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Медіа" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "згадані користувачі" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Повідомлення видалено" @@ -7603,7 +7655,7 @@ msgstr "" msgid "Message from server: {0}" msgstr "Повідомлення від сервера: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Поле введення повідомлення" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Повідомлення" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Модерація" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Деталі модерації" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Список модерації від <0/>" msgid "Moderation list by you" msgstr "Список модерації від вас" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Список модерації створено" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Список модерації оновлено" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Списки для модерації" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Списки для модерації" @@ -7697,11 +7755,11 @@ msgstr "Списки для модерації" msgid "moderation settings" msgstr "Налаштування модерації" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Статус модерації" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Інструменти модерації" @@ -7710,8 +7768,8 @@ msgstr "Інструменти модерації" msgid "Moderator has chosen to set a general warning on the content." msgstr "Модератор вирішив встановити загальне попередження на вміст." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Більше стрічок" @@ -7720,10 +7778,10 @@ msgstr "Більше стрічок" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Додаткові опції" @@ -7747,7 +7805,7 @@ msgstr "Музика" msgid "Mute" msgstr "Стишити" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Стишити" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "" @@ -7816,13 +7874,13 @@ msgstr "Ігнорувати це слово лише у тегах" msgid "Mute this word until you unmute it" msgstr "Ігнорувати це слово безстроково" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Ігнорувати обговорення" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Ігнорувати слова та теги" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Ігноровані облікові записи" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Ігноровані облікові записи" @@ -7852,7 +7910,7 @@ msgstr "Ігноровані облікові записи автоматичн msgid "Muted by \"{0}\"" msgstr "Ігноровано від \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Ігноровані слова та теги" @@ -7881,7 +7939,7 @@ msgstr "Мої стрічки" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Ім'я" @@ -7891,12 +7949,12 @@ msgstr "Природа" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Перейти до {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "" @@ -7910,8 +7968,8 @@ msgstr "Переходить до наступного екрана" msgid "Navigates to your profile" msgstr "Переходить до вашого профілю" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Неважливо, створіть для мене псевдонім" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Новий" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Новий пароль" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Новий пост" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Новий пост" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Спочатку найновіші" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Новини" @@ -8088,15 +8142,15 @@ msgstr "Новини" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Наступне" @@ -8108,12 +8162,16 @@ msgstr "Наступне зображення" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Ще немає вподобань" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Ви більше не читаєте {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Ще ніяких сповіщень!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Ніхто, окрім автора, не може цитувати цей пост." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Нічого не знайдено" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "" @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "" @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Ні, дякую" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Ніхто" @@ -8360,7 +8418,7 @@ msgstr "Ніхто ще це не цитував. Ймовірно, ви має msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Ніхто ще це не репостив. Ймовірно, ви маєте бути першим!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Нікого не знайдено. Спробуйте пошукати когось іншого." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Не знайдено" @@ -8407,7 +8465,7 @@ msgstr "Не знайдено" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Примітка щодо поширення" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Налаштування сповіщень" @@ -8435,8 +8497,8 @@ msgstr "Налаштування сповіщень" msgid "Notification sounds" msgstr "Звуки сповіщень" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Звуки сповіщень" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Сповіщення" @@ -8490,7 +8552,7 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "Добре" @@ -8505,6 +8567,10 @@ msgstr "Спочатку найдавніші" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "на<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Одна або декілька GIF не мають описового тексту." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Для одного або кількох зображень відсутній опис." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Одне або більше відео не мають описового тексту." #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Тільки {0} можуть відповідати." @@ -8556,7 +8622,7 @@ msgstr "Тільки {0} можуть відповідати." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Підтримуються лише файли зображень" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Відкрити створювач аватарів" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Відкрити налаштування розмови" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Емоджі" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Відкрити посилання на {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Відкрити налаштування повідомлень" msgid "Open moderation debug page" msgstr "" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Відкрити налаштування ігнорування слів і міток" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Відкрити меню власних підбірок" @@ -8759,9 +8825,8 @@ msgstr "Відкрити системний журнал" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Відкриє додаткову інформацію про запис msgid "Opens alt text dialog" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Відкриє камеру на пристрої" @@ -8804,28 +8869,28 @@ msgstr "" msgid "Opens composer" msgstr "Відкриє редактор" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Відкриє процес створення нового облікового запису Bluesky" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Відкриває цей профіль" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Параметри:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Або продовжуйте з іншим обліковим записом." -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "" @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Пароль" @@ -8993,7 +9094,7 @@ msgstr "Пароль" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "" @@ -9005,7 +9106,7 @@ msgstr "Пароль змінено" msgid "Password updated!" msgstr "Пароль змінено!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Пауза" @@ -9020,7 +9121,7 @@ msgstr "Призупинити відео" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Люди" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Люди, яких читає @{0}" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Люди, які читають @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Перемикач користувача" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Зображення, призначені для дорослих." -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Закріпити на головній" @@ -9131,8 +9232,8 @@ msgstr "Закріпити на головній" msgid "Pin to Home" msgstr "Закріпити на головній" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Закріпити у своєму обліковому записі" @@ -9151,11 +9252,11 @@ msgstr "" msgid "Pinned Feeds" msgstr "Закріплені стрічки" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Прикріплено до ваших стрічок" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Відтворити" @@ -9169,12 +9270,12 @@ msgstr "Відтворити {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Відтворити відео" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Відтворити відео" @@ -9182,7 +9283,7 @@ msgstr "Відтворити відео" msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "" @@ -9190,7 +9291,7 @@ msgstr "" msgid "Plays the GIF" msgstr "Відтворює GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Просимо обрати псевдонім." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Просимо обрати ваш пароль." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Просимо завершити перевірку Captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "" @@ -9232,7 +9333,7 @@ msgstr "" msgid "Please enter a password." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Просимо ввести адресу ел. пошти." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Будь ласка, введіть код запрошення." @@ -9306,8 +9407,8 @@ msgstr "Будь ласка, поясніть, чому ви вважаєте, msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "" msgid "Please sign in as @{0}" msgstr "Будь ласка, увійдіть як @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Політика" @@ -9367,18 +9468,18 @@ msgstr "Політика" msgid "Porn" msgstr "Порнографія" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Запостити" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Запостити" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Опублікувати все" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Пост від @{0}" @@ -9423,10 +9529,10 @@ msgstr "Пост видалено" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Не вдалось завантажити пост. Будь ласка, перевірте з'єднання з інтернетом та спробуйте ще раз." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "" @@ -9440,11 +9546,11 @@ msgstr "Пост приховано через ігнороване слово" msgid "Post Hidden by You" msgstr "Пост приховано вами" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Налаштування взаємодії з постом" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Пост не знайдено" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Пост закріплено" @@ -9478,7 +9584,7 @@ msgstr "Пост закріплено" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Пост відкріплено" @@ -9487,7 +9593,7 @@ msgstr "Пост відкріплено" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Пости" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Натисніть для повторної спроби з'єднання" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Конфіденційність" msgid "Privacy and security" msgstr "Конфіденційність та безпека" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Політика конфіденційності" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Обробка відео..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "профіль" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "" @@ -9685,7 +9791,7 @@ msgstr "QR-код збережено до галереї!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Цитувати пост" @@ -9723,8 +9829,8 @@ msgstr "Перевищено ліміт — ви намагались зміни msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Додати повторно цитування" @@ -9745,7 +9851,7 @@ msgstr "" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Повторна активація облікового запису" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Читати блог Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Читати Політику конфіденційності Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Читати Умови використання Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Перезавантажити розмови" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Видалити" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Видалити {displayName} з підбірки" @@ -9914,8 +10021,8 @@ msgstr "Видалити вкладення" msgid "Remove Avatar" msgstr "Видалити аватар" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Видалити банер" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Вилучити з моїх стрічок" @@ -9960,8 +10067,8 @@ msgstr "Вилучити з моїх стрічок" msgid "Remove from quick access?" msgstr "Прибрати зі швидкого доступу?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Прибрати зі збережених стрічок" @@ -9970,7 +10077,7 @@ msgstr "Прибрати зі збережених стрічок" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Видалити цю стрічку зі збережених стрічок" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "" @@ -10029,11 +10140,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Вилучено автором" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Вилучено вами" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Видалено з моїх стрічок" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Відповіді" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Відповіді вимкнуто" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Відповіді в цьому пості вимкнено." @@ -10141,14 +10253,14 @@ msgstr "Відповіді в цьому пості вимкнено." msgid "Reply" msgstr "Відповісти" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Відповісти" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" @@ -10162,7 +10274,7 @@ msgstr "Відповідь прихована автором гілки" msgid "Reply Hidden by You" msgstr "Відповідь прихована вами" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Налаштування відповіді визначаються автором гілки" @@ -10185,8 +10297,8 @@ msgstr "Відповідь успішно приховано" msgid "Report" msgstr "Поскаржитися" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Поскаржитися на розмову" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Діалогове вікно для скарг" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Поскаржитись на стрічку" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "" @@ -10216,8 +10328,8 @@ msgstr "" msgid "Report message" msgstr "Поскаржитися на повідомлення" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Поскаржитись на пост" @@ -10225,8 +10337,8 @@ msgstr "Поскаржитись на пост" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Поскаржитись на підбірку" @@ -10292,7 +10404,7 @@ msgstr "Репости ({0, plural, one {# репост} few {# репости} #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Репостити або цитувати" @@ -10330,12 +10442,12 @@ msgstr "Репости цього поста" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Вимагати опис зображень перед публікац msgid "Require an email code to sign in to your account." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Вимагається цим хостинг-провайдером" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Повторно надіслати електронний лист" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Надіслати лист ще раз" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Надіслати лист з підтвердженням ще раз" @@ -10453,6 +10565,11 @@ msgstr "Скинути пароль" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Повторити останню дію, яка спричинила п #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Повторити останню дію, яка спричинила п msgid "Retry" msgstr "Повторити спробу" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Повернутися до попередньої сторінки" @@ -10521,7 +10638,7 @@ msgstr "Повертає до головної сторінки" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Повертає до попередньої сторінки" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Зберегти зміни" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Зберегти зображення" @@ -10608,8 +10725,8 @@ msgstr "Зберегти новий псевдонім" msgid "Save QR code" msgstr "Зберегти QR-код" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Зберегти до моїх стрічок" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Збережені стрічки" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Збережено до ваших стрічок" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Привітайтесь!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Прогорнути вгору" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Пошук" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Шукати стрічки, якими ви б хотіли поділитись з іншими." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Пошук профілів" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "" @@ -10829,14 +10946,14 @@ msgstr "" msgid "See #{tag} posts by user" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Переглянути вакансії у Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Вибрати колір" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Вибрати обліковий запис" @@ -10910,7 +11022,7 @@ msgstr "Виберіть аватар" msgid "Select an emoji" msgstr "Виберіть емодзі" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Вибрати існуючий обліковий запис" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Оберіть, як довго ігнорувати це слово." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Обрати мову..." msgid "Select languages" msgstr "Вибрати мови" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "" @@ -11028,7 +11140,7 @@ msgstr "" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Оберіть мови постів, які ви хочете бачити у збережених каналах. Якщо не вибрано жодної – буде показано пости всіма мовами." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Вибрати дату народження" @@ -11045,7 +11157,7 @@ msgstr "Оберіть бажану мову для перекладів у ва msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Надіслати відгук" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Надіслати повідомлення" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Надіслати пост до..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Надіслати електронний лист підтвердження" @@ -11133,7 +11245,7 @@ msgstr "" msgid "Set new password" msgstr "Встановити новий пароль" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Налаштуйте ваш обліковий запис" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Встановлює ел. адресу для скидання пароля" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Налаштування" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Налаштування збережено" @@ -11242,7 +11354,7 @@ msgstr "З сексуальним підтекстом" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Поширити" @@ -11251,7 +11363,7 @@ msgstr "Поширити" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Все одно поширити" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Поділитись посиланням" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Поділитись посиланням на діалог" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Поширити QR-код" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "" @@ -11318,22 +11430,22 @@ msgstr "" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Поділитись цією підбіркою" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Поділіться цією підбіркою та допоможіть людям долучитись до своєї спільности у Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Тестувальник спільних налаштувань" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Показати" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Показати альтернативний текст" @@ -11373,14 +11489,14 @@ msgstr "Показати альтернативний текст" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Показати все одно" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Показувати менше таких публікацій" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Все одно показати список" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Показувати більше таких публікацій" @@ -11445,8 +11561,8 @@ msgstr "Показувати відповіді" msgid "Show replies as" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Показувати відповіді усім" @@ -11455,8 +11571,8 @@ msgstr "Показувати відповіді усім" msgid "Show reposts" msgstr "Показувати репости" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Показати попередження і фільтрувати зі msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "" @@ -11486,15 +11602,15 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Увійти" msgid "Sign in as {0}" msgstr "Увійти як {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "" @@ -11551,16 +11667,17 @@ msgstr "" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Пропустити" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Розробка П/З" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "" @@ -11664,7 +11786,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Інші стрічки, які можуть вам сподобатися" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Певні користувачі можуть відповідати" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Щось пішло не так" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Щось пішло не так. Будь ласка, спробуйте ще раз" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "" @@ -11759,8 +11881,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Спорт" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Розпочати чат з {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Набір початківця" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Набір початківця від {0}" @@ -11841,12 +11968,12 @@ msgstr "Набір початківця від {0}" msgid "Starter pack by <0/>" msgstr "" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Початкові набори, створені вами" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Хибний набір початківця" @@ -11854,7 +11981,7 @@ msgstr "Хибний набір початківця" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Набори початківця" @@ -11893,7 +12020,7 @@ msgstr "Сховище очищено, тепер вам треба переза msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "" @@ -11928,13 +12055,13 @@ msgstr "" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Підписатися на @{0}, щоб використовувати msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Підписатися на мітника" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Підписатися на цього мітника" @@ -11975,7 +12102,7 @@ msgstr "Підписатися на цього мітника" msgid "Subscribe to this list" msgstr "Підписатися на цей список" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Лише мітки" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Умови" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Дякуємо, ви успішно підтвердили адресу електронної пошти. Ви можете закрити цей діалог." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Що містить наступне:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Підбірку не вдалось знайти." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "На цьому все!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Обліковий запис зможе взаємодіяти з вами після розблокування." @@ -12287,7 +12414,7 @@ msgstr "Автор цієї гілки приховав цю відповідь. msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Веб — застосунок BlueSky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Політика конфіденційності була переміщена до <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Схоже, на сервері певні проблеми. Будь ласка, спробуйте знову через деякий час." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Підбірка, яку ви намагаєтесь переглянути, хибна. Ви можете її видалити." @@ -12402,7 +12529,7 @@ msgstr "Форму підтримки переміщено. Якщо вам по msgid "The Terms of Service have been moved to" msgstr "Умови Використання перенесено до" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Введений вами код підтвердження хибний. Переконайтеся, що ви використали правильне посилання або запросіть новий код." @@ -12412,7 +12539,7 @@ msgstr "Введений вами код підтвердження хибний msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Немає граничного часу для деактивації облікового запису, повертайтеся коли завгодно." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "При з'єднанні з сервером виникла проблема" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Виникла проблема зі з'єднанням з сервером. Перевірте підключення до Інтернету і повторіть спробу знову." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Виникла проблема з завантаженням сповіщень. Натисніть тут, щоб повторити спробу." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Виникла проблема з завантаженням постів. Натисніть тут, щоб повторити спробу." @@ -12495,25 +12622,25 @@ msgstr "Виникла проблема з оновленням ваших ст #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Виникла проблема! {0}" @@ -12521,10 +12648,10 @@ msgstr "Виникла проблема! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Виникла проблема. Перевірте підключенн msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "У застосунку сталася неочікувана проблема. Будь ласка, повідомте нас, якщо ви отримали це повідомлення!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Відбувався наплив нових користувачів у Bluesky! Ми активуємо ваш обліковий запис як тільки зможемо." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "Цей {screenDescription} був позначений:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "" @@ -12584,7 +12711,7 @@ msgstr "" msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "" @@ -12618,7 +12745,7 @@ msgstr "Це звернення буде направлено до сервіс msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Цей чат не в мережі" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Ця функція знаходиться в беті. Ви можете дізнатися більше про експорт репозиторіїв у <0>цьому блозі.." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Це посилання веде на сайт:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "" @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Зазначається, що пост було створено — <0>{0}, але вперше цей пост було оприлюднено на Bluesky — <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Цей пост буде приховано від стрічок та гілок. Цю дію не можна скасувати." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Автор цього поста вимкнув можливість його цитувати." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "" @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Цей сервіс не надав умови обслуговування або політики конфіденційності." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Це новий користувач. Натисніть для дета msgid "This user isn't following anyone." msgstr "Цей користувач не підписаний ні на кого." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Це прибере @{0} зі списку швидкого доступу." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Це видалить ваш пост з цитованого посту для усіх користувачів та замінить його на заповнювач." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Налаштування гілок" msgid "Threaded" msgstr "" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Налаштування обговорень" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Щоб вимкнути метод двофакторної автентифікації електронної пошти, будь ласка, перевірте свій доступ до адреси електронної пошти." @@ -13012,7 +13134,7 @@ msgstr "Щоб вимкнути метод двофакторної автент msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Сьогодні" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Увімкнути або вимкнути вміст для дорослих" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "" @@ -13053,7 +13175,7 @@ msgstr "Топ" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "" @@ -13061,8 +13183,8 @@ msgstr "" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Перекласти" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "" @@ -13099,12 +13221,20 @@ msgstr "" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Не вдається з'єднатись. Будь ласка, перевірте з'єднання з Інтернетом та повторіть спробу." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Не вдалося зв'язатися з вашим хостинг-провайдером. Перевірте ваше підключення до Інтернету." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Неможливо видалити" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Розблокувати" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Розблокувати" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Розблокувати обліковий запис" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Розблокувати обліковий запис?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Відписатися від {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Прибрати вподобання" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Не ігнорувати" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "" @@ -13379,8 +13536,8 @@ msgstr "" msgid "Unmute conversation" msgstr "Не ігнорувати розмову" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "" @@ -13388,8 +13545,8 @@ msgstr "" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Перестати ігнорувати" @@ -13397,14 +13554,14 @@ msgstr "Перестати ігнорувати" msgid "Unmute video" msgstr "Увімкнути звук відео" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Відкріпити" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "" @@ -13414,13 +13571,13 @@ msgstr "" msgid "Unpin from home" msgstr "Відкріпити від головної сторінки" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Відкріпити від облікового запису" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Відкріпити список модерації" @@ -13429,29 +13586,34 @@ msgstr "Відкріпити список модерації" msgid "Unpinned {0} from Home" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Відкріплено від ваших стрічок" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Відписатися" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Відписатись від списку" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Відписатися від цього мітника" @@ -13463,7 +13625,7 @@ msgstr "Відписано від списку" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Оновити на {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Завантажити текстовий файл до:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Завантажити з камери" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Завантажити з файлів" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Завантажити з бібліотеки" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Завантаження зображень..." msgid "Uploading link thumbnail..." msgstr "Завантаження ескізу посилання..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Завантаження відео..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Список користувачів від вас" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Список користувачів створено" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Список користувачів оновлено" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Ім'я користувача або електронна адреса" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "користувачі, яких читає <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "" @@ -13707,11 +13869,11 @@ msgstr "Значення:" msgid "Verification failed, please try again." msgstr "" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "" @@ -13720,14 +13882,14 @@ msgstr "" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Підтвердити адресу електронної пошти" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Відео" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Не вдалось обробити відео" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Відеоігри" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Відео не знайдено." @@ -13859,12 +14021,12 @@ msgstr "Відео не знайдено." msgid "Video settings" msgstr "Налаштування відео" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Відео завантажено" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Відео: {0}" @@ -13872,19 +14034,13 @@ msgstr "Відео: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Переглянути аватар {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Переглянути профіль {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Переглянути заблокований профіль користувача" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Докладніше у публікації в блозі" @@ -13936,8 +14092,8 @@ msgstr "Докладніше у публікації в блозі" msgid "View debug entry" msgstr "Переглянути запис для налагодження" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Переглянути деталі" @@ -13977,13 +14133,13 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Переглянути послуги мічення від @{0}" msgid "View this user's verifications" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Переглянути користувачів, які вподобали цю стрічку" @@ -14026,11 +14182,11 @@ msgstr "Переглянути користувачів, які вподобал msgid "View video" msgstr "" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Переглянути заблоковані облікові записи" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "" @@ -14039,11 +14195,15 @@ msgstr "" msgid "View your feeds and explore more" msgstr "Переглянути власні стрічки та дослідити ще більше" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Перегляньте списки модерації" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Переглянути ігноровані облікові записи" @@ -14060,6 +14220,10 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Ми оцінюємо {estimatedTime} до готовності вашого облікового запису." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Ми надіслали ще один лист з підтвердженням на <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Ми не змогли визначити, чи ви можете завантажувати відео. Будь ласка, спробуйте ще раз." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Наразі ми не змогли завантажити список ваших маркувальників." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Ми повідомимо вас, коли ваш обліковий запис буде готовий." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "У нас виникли проблеми з мережею, спроб msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Нам прикро! Пост, на який ви відповідаєте, видалено." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "З поверненням!" @@ -14351,17 +14519,17 @@ msgstr "Яку назву оберете для власної підбірки? msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Як справи?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Хто може взаємодіяти з цим постом?" @@ -14369,12 +14537,12 @@ msgstr "Хто може взаємодіяти з цим постом?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Хто може відповідати" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Написати пост" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Написати відповідь" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Так, деактивувати" @@ -14495,19 +14663,19 @@ msgstr "Так, деактивувати" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Так, видалити цю підбірку" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Так, вилучити" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Так, сховати" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Так, знов активувати мій обліковий запис" @@ -14519,7 +14687,7 @@ msgstr "Вчора" msgid "You are a trusted verifier" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Ви в черзі." @@ -14558,11 +14726,11 @@ msgstr "Ви в черзі." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Ви не можете завантажувати відео." @@ -14570,7 +14738,7 @@ msgstr "Ви не можете завантажувати відео." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Також ви можете знайти кастомні стрічки для підписання." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Тепер ви можете увійти за допомогою нового пароля." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Ви можете відновити свій обліковий запис для продовження входу. Ваш обліковий запис та пости побачать інші користувачі." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "" @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Ви не підписані на жодного користувача, який підписався на @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Ви ввели неправильний код. Він має виглядати так: XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Ви досягли кінця" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Ви тимчасово досягли ліміту завантаження відео. Будь ласка, спробуйте пізніше." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Ви маєте читати щонайменше сімох корис msgid "You must grant access to your photo library to save a QR code" msgstr "Ви маєте надати доступ до Фотографій для збереження QR-коду" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Раніше ви деактивували @{0}." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Ви вийдете з усіх облікових записів." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Ви в черзі" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ваша домашня стрічка закінчилась! Підпишіться на більше користувачів щоб отримувати більше постів." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Ви досягли денного ліміту завантаження відео (забагато байтів)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Ви досягли денного ліміту завантаження відео (забагато відео)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Ваш акаунт" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Ваш обліковий запис створено недостатньо давно для завантаження відео. Будь ласка, спробуйте пізніше." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Дані з вашого облікового запису, які містять усі загальнодоступні записи, можна завантажити як \"CAR\" файл. Цей файл не містить медіафайлів, таких як зображення, або особисті дані, які необхідно отримати окремо." @@ -15086,7 +15274,7 @@ msgstr "" msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Ваша дата народження" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Не вдалося розпізнати адресу електронної пошти." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "Ваша перша вподобайка!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "" @@ -15157,7 +15345,7 @@ msgstr "Вашим повним псевдонімом буде <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "" msgid "Your interests help us find what you like!" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ваш обліковий запис, пости, стрічки та списки більше не будуть видимі іншим користувачам Bluesky. Ви можете відновити свій обліковий запис в будь-який момент ввівши дані облікового запису у поле для входу." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/vi/messages.po b/src/locale/locales/vi/messages.po index 07fbeb188d..cc61b09442 100644 --- a/src/locale/locales/vi/messages.po +++ b/src/locale/locales/vi/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: vi\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:51\n" +"PO-Revision-Date: 2026-09-03 07:19\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, other {# đang theo dõi}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {# giờ}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, other {# tháng}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, other {người theo dõi}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {đang theo dõi}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, other {bài đăng}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "" @@ -401,14 +407,17 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "" @@ -476,11 +485,11 @@ msgstr "" msgid "{displayName}'s Starter Pack" msgstr "Gói khởi đầu của {displayName}" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, other {giờ}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {phút}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} đã đăng ký gói khởi đầu của bạn" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} đã xác thực bạn" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} đang theo dõi" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# người dùng}} đã đăng ký!" @@ -767,7 +776,7 @@ msgstr "" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, và {2, plural, other {# người khác}} nằm trong trong gói khởi đầu của bạn" @@ -834,7 +843,7 @@ msgstr "<0>{0}, <1>{1}, và {2, plural, other {# người khác}} nằm #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}, <1>{1}, và {2, plural, other {# người khác}} nằm trong trong gói khởi đầu của bạn" @@ -874,25 +883,25 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} và<1> <2>{1} nằm trong gói khởi đầu của bạn" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} nằm trong gói khởi đầu của bạn" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} thành viên" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>Bạn và<1> <2>{0} nằm trong gói khởi đầu của bạn" @@ -946,6 +955,12 @@ msgstr "7 ngày" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "" msgid "A new code has been sent" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "Một dạng xác thực hoàn toàn mới" @@ -1005,7 +1020,7 @@ msgstr "" msgid "A selected recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "" msgid "Accessibility" msgstr "Trợ năng" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "Cài đặt trợ năng" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "Tài khoản" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "Tài khoản đã bị chặn" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "Tài khoản được theo dõi" @@ -1086,8 +1101,8 @@ msgstr "" msgid "Account is deactivated" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "Tài khoản đã bị ẩn" @@ -1111,24 +1126,24 @@ msgstr "Tài khoản đã bị xóa khỏi truy cập nhanh" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "Tài khoản đã được bỏ chặn" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "Tài khoản đã bị bỏ theo dõi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "Tài khoản đã được bật lại thông báo" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Tài khoản có dấu tích xanh hình viền răng cưa <0><1/> có thể xác minh người khác. Những người xác minh đáng tin cậy này được chọn bởi Bluesky." @@ -1138,7 +1153,7 @@ msgstr "Tài khoản có dấu tích xanh hình viền răng cưa <0><1/> c msgid "Activity from others" msgstr "" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "Thêm" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "Thêm {0} để tiếp tục" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "Thêm {displayName} vào gói khởi đầu" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "Thêm người dùng vào danh sách này" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "Thêm tài khoản" @@ -1201,11 +1216,11 @@ msgstr "Thêm văn bản thay thế (không bắt buộc)" msgid "Add another account" msgstr "Thêm tài khoản khác" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "Thêm bài" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "" @@ -1223,7 +1238,7 @@ msgstr "Thêm mật khẩu ứng dụng" msgid "Add App Password" msgstr "Thêm mật khẩu ứng dụng" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "" @@ -1239,12 +1254,12 @@ msgstr "" msgid "Add group chat members" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "" @@ -1254,8 +1269,8 @@ msgstr "" msgid "Add members" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "Thêm thông tin chi tiết (không bắt buộc)" @@ -1295,7 +1310,7 @@ msgstr "Thêm bày tỏ cảm xúc" msgid "Add recommended feeds" msgstr "Thêm bảng tin được đề xuất" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "Thêm bảng tin từ gói khởi đầu của bạn!" @@ -1307,12 +1322,12 @@ msgstr "Thêm bảng tin mặc định chỉ bao gồm người bạn theo dõi" msgid "Add the following DNS record to your domain:" msgstr "Thêm bản ghi DNS sau vào tên miền của bạn:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "Thêm bảng tin này vào danh sách bảng tin của bạn" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "Thêm vào danh sách" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "" @@ -1330,7 +1345,7 @@ msgstr "" msgid "Add user to list" msgstr "Thêm tài khoản vào danh sách" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "" @@ -1361,7 +1376,7 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "Thông tin chi tiết thêm (tối đa 300 kí tự)" @@ -1378,14 +1393,14 @@ msgstr "18+" msgid "Adult content" msgstr "" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "Nội dung 18+" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "Nội dung 18+ chỉ có thể được bật qua Web tại <0>bsky.app." @@ -1402,7 +1417,7 @@ msgstr "Nhãn cho nội dung 18+" msgid "Adult sexual abuse content" msgstr "" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "Nâng cao" @@ -1423,7 +1438,7 @@ msgstr "" msgid "Age assurance only takes a few minutes" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "" @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "Tất cả" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "Tất cả" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "Tất cả tài khoản đã được theo dõi!" @@ -1474,7 +1494,7 @@ msgstr "Tất cả bảng tin bạn đã lưu tại cùng một nơi." msgid "Allow access to your direct messages" msgstr "Cho phép truy cập tin nhắn của bạn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "" @@ -1488,8 +1508,8 @@ msgstr "" msgid "Allow group chat invites from" msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "" @@ -1498,24 +1518,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "Cho phép trích dẫn bài đăng" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "Cho phép truy cập tin nhắn" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "Bạn đã có mã rồi?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "" @@ -1540,7 +1560,7 @@ msgstr "Đã đăng nhập dưới tên @{0}" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "Văn bản thay thế sẽ bị cắt ngắn. {MAX_ALT_TEXT, plural, other {Giới hạn: {0} kí tự.}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Email đã được gửi đến {0}, bao gồm mã xác nhận để nhập ở phía dưới." @@ -1587,7 +1607,7 @@ msgstr "Đã có lỗi xảy ra" msgid "An error occurred" msgstr "Đã có lỗi xảy ra" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "Đã có lỗi xảy ra khi đang nén video." @@ -1596,7 +1616,7 @@ msgstr "Đã có lỗi xảy ra khi đang nén video." msgid "An error occurred while fetching suggested accounts." msgstr "" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "Đã có lỗi xảy ra khi tải bảng tin." @@ -1609,15 +1629,15 @@ msgstr "Đã có lỗi xảy ra khi đang tạo gói khởi đầu của bạn. msgid "An error occurred while hiding suggestion. {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "Đã có lỗi xảy ra khi đang tải video. Vui lòng thử lại sau." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "Đã có lỗi xảy ra khi đang tải video. Vui lòng thử lại." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "" @@ -1628,16 +1648,16 @@ msgstr "Đã có lỗi xảy ra khi đang lưu mã QR!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "Đã có lỗi xảy ra khi đang cố gắng theo dõi tất cả" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1661,8 +1681,8 @@ msgstr "" msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Một hình vẽ cho thấy Bluesky chọn người xác minh đáng tin cậy, và rồi những người xác minh đáng tin cậy này xác minh từng tài khoản cá nhân khác." @@ -1686,14 +1706,14 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "Có vấn đề xảy ra, vui lòng thử lại." -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "Phác thảo một iPhone hiển thị ứng dụng Bluesky mở trang hồ sơ của một người dùng đã được xác minh với dấu tích xanh ngay cạnh tên hiển thị." @@ -1702,7 +1722,7 @@ msgstr "Phác thảo một iPhone hiển thị ứng dụng Bluesky mở trang h msgid "an unknown labeler" msgstr "dịch vụ nhãn không xác định" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "và" @@ -1735,7 +1755,7 @@ msgstr "Giới thiệu xác minh trên Bluesky" msgid "Any date" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "" @@ -1767,7 +1787,7 @@ msgstr "" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "Mật khẩu ứng dụng phải dài tối thiểu 4 ký tự" msgid "App passwords" msgstr "Mật khẩu ứng dụng" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "Mật khẩu ứng dụng" @@ -1856,7 +1876,7 @@ msgstr "Kháng nghị quyết định này" msgid "Appeal this label" msgstr "" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "Lưu trữ từ {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "Bài đăng lưu trữ" @@ -1914,7 +1934,7 @@ msgstr "Bạn có chắc chắn muốn xóa mật khẩu ứng dụng \"{0}\" kh msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "Bạn có chắc chắn muốn xóa gói khởi đầu này không?" @@ -1936,7 +1956,7 @@ msgstr "Bạn có chắc muốn rời khỏi cuộc trò chuyện này?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "Bạn có chắc chắn muốn xóa khỏi bảng tin của bạn không?" @@ -1945,7 +1965,7 @@ msgstr "Bạn có chắc chắn muốn xóa khỏi bảng tin của bạn không msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "Bạn có chắc chắn muốn hủy bỏ bài đăng này không?" @@ -1953,7 +1973,7 @@ msgstr "Bạn có chắc chắn muốn hủy bỏ bài đăng này không?" msgid "Are you sure?" msgstr "Bạn có chắc chắn không?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "" @@ -1969,8 +1989,8 @@ msgstr "Nghệ thuật" msgid "Artistic or non-erotic nudity." msgstr "Khỏa thân nghệ thuật hoặc không khiêu dâm." -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "" @@ -1979,12 +1999,12 @@ msgstr "" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "" @@ -2017,8 +2037,8 @@ msgstr "" msgid "Automation label" msgstr "" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "" @@ -2038,6 +2058,10 @@ msgstr "" msgid "Avatar creator" msgstr "" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "Trở lại" msgid "Back to Chats" msgstr "Trở lại Chats" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "" @@ -2081,7 +2109,7 @@ msgstr "" msgid "Banned user returning" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "" @@ -2089,7 +2117,7 @@ msgstr "" msgid "Based on your device's location, we think you're in <0>{region}." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "" @@ -2148,16 +2176,16 @@ msgstr "" msgid "Beta Feature" msgstr "" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "" @@ -2193,12 +2221,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "Chặn tài khoản" @@ -2255,15 +2283,15 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "Đã bị chặn" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "Tài khoản đã bị chặn" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "Tài khoản đã bị chặn" @@ -2288,7 +2316,7 @@ msgstr "Việc chặn là công khai. Tài khoản bị chặng không thể tr 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." msgstr "Việc chặn không ngăn nhãn gắn trên tài khoản của bạn, nhưng sẽ ngăn tài khoản này trả lời trong bài đăng của bạn hoặc tương tác với bạn." -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "Blog" @@ -2299,11 +2327,11 @@ msgstr "" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky không thể xác nhận tính xác thực của ngày được tuyên bố." @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "" @@ -2357,15 +2389,11 @@ msgstr "" msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky sẽ chọn một tập hợp các tài khoản được đề xuất từ những người trong mạng lưới của bạn." -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky sẽ chủ động xác thực các tài khoản nổi bật và đáng tin." @@ -2424,29 +2452,29 @@ msgstr "Xem thêm đề xuất trên trang Khám phá" msgid "Browse other feeds" msgstr "Xem các bảng tin khác" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "Tìm bài đăng về {displayName}" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "Tìm bài đăng được gắn thẻ với {displayName}" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "Xem bộ khởi đầu {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "Xem chủ đề {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "Tìm chủ đề {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "Doanh nghiệp" @@ -2459,10 +2487,10 @@ msgstr "" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "Bởi {0}" @@ -2475,7 +2503,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "Bởi <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "Bằng việc tạo tài khoản, bạn đồng ý với <0>Điều kho msgid "By creating an account you agree to the <0>Terms of Service." msgstr "Bằng việc tạo tài khoản, bạn đồng ý với <0>Điều khoản dịch vụ." -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "Bởi bạn" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "Máy ảnh" @@ -2521,16 +2549,16 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "Hủy bỏ" msgid "Cancel quote post" msgstr "Hủy bài đăng trích dẫn" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "Hủy kích hoạt lại và đăng xuất" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "Không thể tương tác với người dùng đã bị chặn" @@ -2609,7 +2637,7 @@ msgstr "Phụ đề (.vtt)" msgid "Captions & alt text" msgstr "Phụ đề & văn bản thay thế" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "" @@ -2651,24 +2679,24 @@ msgstr "Thay đổi tên tài khoản" msgid "Change hosting provider" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "Thay đổi dịch vụ kiểm duyệt" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "Thay đổi lý do báo cáo" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "Chat" @@ -2758,7 +2786,7 @@ msgstr "" msgid "Chat recipient is not followed by the sender." msgstr "" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "Hộp thư yêu cầu trò chuyện" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "Yêu cầu trò chuyện" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "" msgid "Check back later!" msgstr "" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "Kiểm tra trạng thái của tôi" @@ -2895,7 +2923,7 @@ msgstr "" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "Chọn bảng tin của riêng bạn! Các bảng tin được xây dựng bởi cộng đồng giúp bạn tìm nội dung bạn yêu thích." -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "Chọn mật khẩu của bạn" @@ -2931,7 +2959,7 @@ msgstr "" msgid "Clear image cache" msgstr "Xoá bộ nhớ đệm hình ảnh" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "Xóa truy vấn tìm kiếm" @@ -2951,11 +2979,11 @@ msgstr "" msgid "Click here to create or manage an invite link for this group chat" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "" @@ -2968,8 +2996,8 @@ msgstr "" msgid "Click here to restart the verification process." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "Nhấn để thử lại tin nhắn không thành công" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "Nhấn để thử lại tin nhắn không thành công" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "Nhấn để thử lại tin nhắn không thành công" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "Đóng" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "Đóng hộp thoại đang mở" @@ -3068,13 +3097,13 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "Đóng hộp thoại" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "Đóng trình đơn" @@ -3110,7 +3139,7 @@ msgstr "" msgid "Close this dialog" msgstr "Đóng hộp thoại này" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "" @@ -3118,7 +3147,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Đóng cảnh báo cập nhật mật khẩu" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "Đóng trình soạn bài đăng và huỷ bỏ nháp" @@ -3126,7 +3155,7 @@ msgstr "Đóng trình soạn bài đăng và huỷ bỏ nháp" msgid "Collapse list of users" msgstr "Thu gọn danh sách người dung" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "Thu gọn danh sách người dùng cho một thông báo cụ thể" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "Truyện tranh" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "Quy tắc cộng đồng" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "Hoàn thành quá trình hướng dẫn và bắt đầu sử dụng tài khoản của bạn" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "Hoàn thành thử thách" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "Soạn bài đăng mới" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Soạn bài đăng với độ dài tối đa {0, plural, other {# kí tự}}" @@ -3180,11 +3209,11 @@ msgstr "Soạn bài đăng với độ dài tối đa {0, plural, other {# kí t msgid "Compose reply" msgstr "Soạn trả lời" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "Đang nén video..." @@ -3198,18 +3227,18 @@ msgstr "Đã cấu hình trong <0>cài đặt kiểm duyệt." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "Xác nhận" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "Mã xác nhận" @@ -3226,12 +3255,12 @@ msgstr "" msgid "Connecting…" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "Liên hệ hỗ trợ" @@ -3273,7 +3302,7 @@ msgstr "Nội dung & phương tiện" msgid "Content and media" msgstr "Nội dung và phương tiện" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "Nội dung và phương tiện" @@ -3281,7 +3310,7 @@ msgstr "Nội dung và phương tiện" msgid "Content Blocked" msgstr "Nội dung đã bị chặn" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "Lọc nội dung" @@ -3421,8 +3450,8 @@ msgstr "Sao chép" msgid "Copy App Password" msgstr "Sao chép mật khẩu ứng dụng" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "Sao chép URI at://" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "Sao chép mã" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "Sao chép DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "Sao chép liên kết" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "Sao chép liên kết" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "Sao chép liên kết đến danh sách" @@ -3472,12 +3501,12 @@ msgstr "Sao chép liên kết đến danh sách" msgid "Copy link to post" msgstr "Sao chép liên kết đến bài đăng" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "" @@ -3491,8 +3520,8 @@ msgstr "Sao chép văn bản tin nhắn" msgid "Copy post at:// URI" msgstr "Sao chép URI at:// của bài đăng" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "Sao chép văn bản bài đăng" @@ -3506,7 +3535,7 @@ msgstr "Sao chép giá trị bản ghi TXT" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "Chính sách bản quyền" @@ -3632,7 +3661,7 @@ msgstr "Tạo" msgid "Create a list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "" @@ -3642,7 +3671,7 @@ msgstr "Tạo mã QR cho gói khởi đầu" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "Tạo gói khởi đầu" @@ -3655,12 +3684,12 @@ msgstr "" msgid "Create a starter pack for me" msgstr "Tạo gói khởi đầu cho tôi" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "" msgid "Create list" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "" @@ -3708,13 +3737,13 @@ msgstr "" msgid "Create list from starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "Tạo tài khoản mới" @@ -3724,8 +3753,8 @@ msgstr "" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "Tạo báo cáo cho {0}" @@ -3734,7 +3763,7 @@ msgstr "Tạo báo cáo cho {0}" msgid "Create starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "" @@ -3747,7 +3776,7 @@ msgstr "" msgid "Created {0}" msgstr "Đã tạo {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "Người tạo đã bị chặn" @@ -3800,7 +3829,7 @@ msgstr "Tối" msgid "Dark theme" msgstr "Chế độ tối" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "Ngày sinh" @@ -3814,7 +3843,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "Vô hiệu hóa tài khoản" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "Biểu tượng mặc định" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "Xóa" @@ -3892,8 +3921,8 @@ msgstr "Xóa cuộc trò chuyện" msgid "Delete for me" msgstr "Xóa cho tôi" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "Xoá danh sách" @@ -3909,30 +3938,30 @@ msgstr "Xóa tin nhắn cho tôi" msgid "Delete my account" msgstr "Xóa tài khoản của tôi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "Xóa bài đăng" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "Xóa gói khởi đầu" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "Xóa gói khởi đầu?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "Xóa danh sách này?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "Xóa bài đăng này?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "Đã xóa" @@ -3953,7 +3982,7 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "" msgid "Descriptive alt text" msgstr "Văn bản thay thế mô tả" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "Gỡ trích dẫn" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "Gỡ trích dẫn bài đăng?" @@ -3993,11 +4022,11 @@ msgstr "Đã bật chế độ dành cho nhà phát triển" msgid "Developer options" msgstr "Lựa chọn phát triển" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "Hộp thoại: điều chỉnh ai có thể tương tác với bài đăng này" @@ -4009,6 +4038,11 @@ msgstr "" msgid "Dim" msgstr "Mờ" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "" msgid "Disable email 2FA" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "Tắt Email 2FA" @@ -4041,11 +4075,11 @@ msgstr "Tắt phản hồi xúc giác" msgid "Disable link" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "" @@ -4056,17 +4090,17 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "Đã tắt" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "Hủy bỏ" @@ -4075,23 +4109,28 @@ msgstr "Hủy bỏ" msgid "Discard changes?" msgstr "Hủy thay đổi?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "Hủy bản nháp?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "Hủy bài đăng?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "" @@ -4106,8 +4145,8 @@ msgstr "Khám phá bảng tin mới" msgid "Discover New Feeds" msgstr "Khám phá bảng tin mới" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "Bỏ qua" @@ -4115,7 +4154,7 @@ msgstr "Bỏ qua" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "Bỏ qua lỗi " @@ -4217,8 +4256,9 @@ msgstr "" #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "Xong" msgid "Double tap or long press the message to add a reaction" msgstr "Nhấp đúp hoặc nhấp và giữ tin nhắn để thêm bày tỏ cảm xúc" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "Nhấn đúp để đóng hộp thoại" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "Chạm hai lần để thích" @@ -4248,11 +4288,11 @@ msgstr "" msgid "Download Bluesky" msgstr "Tải Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "" @@ -4266,11 +4306,11 @@ msgstr "" msgid "Download invite QR code" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "" @@ -4318,19 +4358,19 @@ msgstr "vd: alice.com" msgid "E.g. artistic nudes." msgstr "vd: khỏa thân nghệ thuật." -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "vd: người đăng bài hay" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "vd: người spam" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "vd: người đăng bài đều đặn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "" @@ -4341,7 +4381,7 @@ msgstr "" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "Chỉnh sửa" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "Chỉnh sửa hình đại diện" @@ -4373,8 +4413,8 @@ msgstr "" msgid "Edit image" msgstr "Chỉnh sửa hình ảnh" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "Chỉnh sửa cài đặt tương tác" @@ -4396,21 +4436,21 @@ msgstr "" msgid "Edit link settings" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "Chỉnh sửa chi tiết danh sách" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "Chỉnh sửa bảng tin của tôi" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "Thay đổi người" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "Chỉnh sửa cài đặt tương tác bài đăng" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "Chỉnh sửa hồ sơ" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "Chỉnh sửa hồ sơ" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "Chỉnh sửa gói khởi đầu" @@ -4454,15 +4494,15 @@ msgstr "Chỉnh sửa gói khởi đầu" msgid "Edit this group chat’s name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "Chỉnh sửa ai có thể trả lời" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "Chỉnh sửa gói khởi đầu của bạn" @@ -4470,16 +4510,16 @@ msgstr "Chỉnh sửa gói khởi đầu của bạn" msgid "Education" msgstr "Giáo dục" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "Người tạo danh sách này đã chặn bạn hoặc bạn đã chặn người đó." #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "Email" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "Đã tắt Email 2FA" @@ -4492,7 +4532,7 @@ msgstr "Đã bật Email 2FA" msgid "Email address" msgstr "Địa chỉ email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "Đã gởi lại email" @@ -4508,7 +4548,7 @@ msgstr "" msgid "Email verification complete!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "Đã xác minh email" @@ -4527,7 +4567,7 @@ msgstr "Nhúng bài đăng" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Nhúng bài đăng vào trang web của bạn. Chỉ cần sao chép đoạn mã sau và dán vào mã HTML của trang web của bạn." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "Trình phát video nhúng" @@ -4542,12 +4582,7 @@ msgstr "Bật" msgid "Enable {0} only" msgstr "Chỉ bật cho {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "Bật nội dung 18+" @@ -4583,7 +4618,7 @@ msgstr "" msgid "Enable push notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "" @@ -4601,7 +4636,7 @@ msgstr "Mở chủ đề nổi trội" msgid "Enable trending videos in your Discover feed" msgstr "Bật video nổi bật trong bảng tin Discover" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "Đã bật" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "Nhập địa chỉ email của bạn" @@ -4670,15 +4705,15 @@ msgstr "Nhập mật khẩu" msgid "Enter your username and password" msgstr "Nhập tên đăng nhập và mật khẩu" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "Mở toàn màn hình" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "Giải trí" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Lỗi" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "Đã có lỗi xảy ra khi đang lưu tệp" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "Nhận được lỗi phản hồi captcha." @@ -4712,11 +4747,11 @@ msgstr "Nhận được lỗi phản hồi captcha." msgid "Error: {error}" msgstr "Lỗi: {error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "Mọi người có thể trả lời" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "Mọi người có thể trả lời bài đăng này." @@ -4783,7 +4818,7 @@ msgstr "Mở rộng hoặc thu gọn toàn bộ bài đăng bạn đang trả l msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "Mở rộng hoặc thu gọn nội dung bài đăng" @@ -4826,21 +4861,21 @@ msgstr "Phương tiện phản cảm hoặc có khả năng phản cảm." msgid "Explicit sexual images." msgstr "Hình ảnh khiêu dâm." -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "Khám phá" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "" @@ -4849,7 +4884,7 @@ msgstr "" msgid "Export my data" msgstr "Xuất dữ liệu của tôi" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "" @@ -4868,7 +4903,7 @@ msgstr "Phương tiện ngoại vi" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Phương tiện ngoại vi có thể cho phép trang web thu thập thông tin về bạn và thiết bị của bạn. Thông tin không được gởi đi hoặc yêu cầu cho đến khi bạn nhấn nút \"phát\"." -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "Tùy chỉnh phương tiện ngoại vi" @@ -4946,7 +4981,7 @@ msgstr "Không xóa được tin nhắn" msgid "Failed to delete post, please try again" msgstr "Không xóa được bài đăng, vui lòng thử lại" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "Không xóa được gói khởi đầu" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "" @@ -5003,16 +5038,16 @@ msgstr "" msgid "Failed to load conversations" msgstr "Tải cuộc trò chuyện không thành công" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "Không tải được cài đặt bảng tin" @@ -5037,14 +5072,14 @@ msgstr "" msgid "Failed to load profiles" msgstr "" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "Không tải được gợi ý bảng tin" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "Không tải được gợi ý theo dõi" @@ -5067,12 +5102,12 @@ msgstr "Đánh dấu tất cả yêu cầu là đã đọc không thành công" msgid "Failed to mute group chat" msgstr "" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "Không ghim được bài đăng" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" @@ -5121,7 +5156,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "" @@ -5135,7 +5170,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "Không lưu được ảnh: {0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "Không thể lưu cài đặt. Vui lòng thử lại." @@ -5168,7 +5203,7 @@ msgstr "Không thay đổi được chế độ im lặng thảo luận, vui lò msgid "Failed to unlock group chat" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "" @@ -5185,7 +5220,7 @@ msgstr "" msgid "Failed to update email, please try again." msgstr "" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "Không thể cập nhật bảng tin" @@ -5197,12 +5232,10 @@ msgstr "" msgid "Failed to update settings" msgstr "Không thể cập nhật cài đặt" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "Không thể tải lên video" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "" msgid "False information about elections" msgstr "" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "Bảng tin" @@ -5241,11 +5274,11 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "Menu bảng tin" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "Bật/tắt bảng tin" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "Bảng tin" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "Tải cập nhật" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "Lưu tệp thành công!" @@ -5306,6 +5343,10 @@ msgstr "" msgid "Filter from feeds" msgstr "Lọc từ bảng tin" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Lọc tìm kiếm theo ngôn ngữ (hiện tại: {currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "Đang hoàn tất" @@ -5358,15 +5399,15 @@ msgstr "" msgid "Find accounts to follow" msgstr "Tìm tài khoản đề theo dõi" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "" @@ -5378,7 +5419,7 @@ msgstr "" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "Tìm người để theo dõi" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "Theo dõi" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "Theo dõi {0}" @@ -5458,7 +5499,7 @@ msgstr "Theo dõi {0}" msgid "Follow {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "Theo dõi {handle}" @@ -5474,8 +5515,8 @@ msgstr "" msgid "Follow 7 accounts" msgstr "Theo dõi 7 tài khoản" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "Theo dõi tài khoản" @@ -5486,8 +5527,8 @@ msgstr "Theo dõi tài khoản" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "Theo dõi tất cả" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "Người đang theo dõi @{0} mà bạn biết" @@ -5552,28 +5593,29 @@ msgstr "Người theo dõi bạn biết" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "Đang theo dõi" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "Đang theo dõi" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "Đang theo dõi {0}" @@ -5582,7 +5624,7 @@ msgstr "Đang theo dõi {0}" msgid "Following {displayName}" msgstr "" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "Đang theo dõi {handle}" @@ -5591,7 +5633,7 @@ msgstr "Đang theo dõi {handle}" msgid "Following feed preferences" msgstr "Cài đặt bảng tin Đang theo dõi" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "Cài đặt bảng tin Đang theo dõi" @@ -5613,7 +5655,7 @@ msgstr "Kích cỡ phông chữ" msgid "Food" msgstr "Ăn uống" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "" @@ -5812,7 +5854,7 @@ msgstr "Bắt đầu" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "" @@ -5835,8 +5877,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "" msgid "Go back" msgstr "Quay lại" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "Quay lại" @@ -5867,8 +5909,8 @@ msgstr "Quay lại bước trước" msgid "Go home" msgstr "Về trang chủ" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "" @@ -5879,8 +5921,8 @@ msgstr "" msgid "Go Live" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "" @@ -5900,7 +5942,7 @@ msgstr "Đi đến hồ sơ của {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "" @@ -5943,8 +5985,8 @@ msgstr "" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "" @@ -5953,6 +5995,11 @@ msgstr "" msgid "Grant access" msgstr "" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "" @@ -6083,6 +6130,11 @@ msgstr "" msgid "Haptics" msgstr "Xúc giác" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "" @@ -6095,7 +6147,7 @@ msgstr "" msgid "Harming or endangering minors" msgstr "" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "Hashtag" @@ -6112,11 +6164,11 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "Gặp trục trặc?" @@ -6145,11 +6197,11 @@ msgstr "Đây là mật khẩu ứng dụng của bạn!" msgid "Hey there 👋" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "" @@ -6158,7 +6210,7 @@ msgstr "" msgid "Hidden" msgstr "Bị ẩn" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "Bị ẩn bởi cài đặt kiểm duyệt của bạn." @@ -6166,23 +6218,19 @@ msgstr "Bị ẩn bởi cài đặt kiểm duyệt của bạn." msgid "Hidden list" msgstr "Danh sách ẩn" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "Ẩn" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "Ẩn" @@ -6195,7 +6243,7 @@ msgstr "Ẩn tùy chọn trùy chỉnh" msgid "Hide group chat updates" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "" @@ -6203,23 +6251,23 @@ msgstr "" msgid "Hide password" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "Ẩn bài đăng cho tôi" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "Ẩn trả lời cho tất cả mọi người" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "Ẩn trả lời cho tôi" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "" @@ -6227,38 +6275,31 @@ msgstr "" msgid "Hide this card" msgstr "Ẩn thẻ này" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "Ẩn bài đăng này?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "Ẩn trả lời này?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "Ẩn chủ đề nổi trội" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "Ẩn chủ đề nổi trội?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "Ẩn video nổi trội?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "Ẩn danh sách người dùng" @@ -6267,12 +6308,12 @@ msgstr "Ẩn danh sách người dùng" msgid "Hide verification badges" msgstr "Ẩn các dấu xác minh" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Ẩn nội dung" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "" @@ -6308,7 +6349,7 @@ msgstr "Hmm, máy chủ bảng tin trả về phản hồi không tốt. Vui lò msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, có vấn đề khi tìm bảng tin này. Có thể nó đã bị xóa." -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "Hmmmm, có vấn đề khi tải dữ liệu này. Xem bên dưới để biết thêm chi tiết. Nếu vấn đề này vẫn tiếp tục, vui lòng liên hệ với chúng tôi." @@ -6316,14 +6357,14 @@ msgstr "Hmmmm, có vấn đề khi tải dữ liệu này. Xem bên dưới đ msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, không thể tải dịch vụ kiểm duyệt đó." -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Chờ nhé! Chúng tôi đang dần dần cấp quyền truy cập video, và bạn vẫn đang trong hàng chờ. Hãy kiểm tra lại sau!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "Trang chủ" @@ -6369,8 +6410,8 @@ msgstr "" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "Tôi có mã" @@ -6400,15 +6441,15 @@ msgstr "" 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." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "Nếu bạn không phải là người lớn theo luật pháp tại nước bạn, phụ huynh hoặc người giám hộ pháp lý của bạn phải đọc những Điều khoản này thay bạn." -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "Danh sách không thể được khôi phục sau khi đã bị xóa." @@ -6420,7 +6461,7 @@ msgstr "Nếu bạn có tên miền riêng, bạn có thể sử dụng nó làm msgid "If you need to update your email, <0>click here." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "Bài đăng không thể được khôi phục sau khi đã bị xóa." @@ -6441,7 +6482,7 @@ msgstr "" msgid "If you're a developer, you can host your own server." msgstr "Nếu bạn là một lập trình viên, bạn có thể tự quản lý máy chủ riêng của mình." -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Nếu bạn muốn thay đổi tên người dùng hoặc email, hãy thực hiện trước khi vô hiệu hóa." @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "Ảnh" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Đã xoá bộ nhớ đệm hình ảnh, giải phóng {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "" @@ -6526,7 +6567,7 @@ msgstr "" msgid "Import Contacts" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "" @@ -6540,7 +6581,7 @@ msgstr "" msgid "Imported on {0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "" @@ -6635,7 +6676,7 @@ msgstr "Nhập mã đã được gởi đến email của bạn" msgid "Interaction limited" msgstr "Tương tác bị giới hạn" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "Cài đặt tương tác" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "Mã xác nhận 2FA không hợp lệ" @@ -6691,7 +6732,7 @@ msgstr "Tiêu đề báo cáo không hợp lệ" msgid "Invalid rescind request." msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "Mã xác minh không hợp lệ" @@ -6703,15 +6744,15 @@ msgstr "" msgid "Invite {name} to join Bluesky" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "Mã mời" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Không chấp nhận mã mời. Hãy kiểm tra bạn đã nhập đúng chưa và thử lại." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "" @@ -6761,7 +6802,7 @@ msgstr "" msgid "Invite link enabled" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "Mời mọi người vào gói khởi đầu này!" @@ -6786,26 +6827,26 @@ msgstr "Lời mời, nhưng cá nhân" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "Đúng" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Chỉ mới có bạn thôi! Thêm người khác vào gói khởi đầu của bạn bằng cách tìm kiếm ở trên." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "ID công việc: {0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "Công việc" @@ -6816,8 +6857,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "Tham gia Bluesky" @@ -6840,9 +6881,9 @@ msgstr "Tham gia trò chuyện" msgid "Journalism" msgstr "Báo chí" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "" @@ -6854,17 +6895,17 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "Gắn nhãn bởi {0}." -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "Gắn nhãn bởi người đăng." @@ -6893,7 +6934,7 @@ msgstr "Nhãn trên tài khoản của bạn" msgid "Language" msgstr "" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "Cài đặt ngôn ngữ" @@ -6907,12 +6948,12 @@ msgstr "Ngôn ngữ" msgid "Larger" msgstr "Lớn hơn" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "" @@ -6923,8 +6964,8 @@ msgstr "" msgid "Latest" msgstr "Mới nhất" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "" msgid "Learn more about age assurance" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "Tìm hiểu thêm về Bluesky" @@ -6966,8 +7007,8 @@ msgstr "" msgid "Learn more about self hosting your PDS." msgstr "Tìm hiểu thêm về việc tự lưu trữ PDS của bạn." -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Tìm hiểu thêm về kiểm duyệt được áp dụng cho nội dung này" @@ -6984,8 +7025,8 @@ msgstr "" msgid "Learn more about this warning" msgstr "Tìm hiểu thêm về cảnh báo này" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "" @@ -6995,7 +7036,7 @@ msgstr "" msgid "Learn more about what is public on Bluesky." msgstr "Tìm hiểu thêm về những gì công khai trên Bluesky." -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "Tìm hiểu thêm." @@ -7067,7 +7108,7 @@ msgstr "" msgid "Left group chat." msgstr "" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "còn lại." @@ -7080,7 +7121,7 @@ msgstr "Để tôi chọn" msgid "Let's get your password reset!" msgstr "Cùng đặt lại mật khẩu của bạn nào!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "Bắt đầu nào!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Sáng" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "Thích" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Thích ({0, plural, other {# lượt thích}})" @@ -7114,7 +7155,7 @@ msgstr "Thích 10 bài" msgid "Like 10 posts to train the Discover feed" msgstr "Thích 10 bài để dạy cho bảng tin Khám phá" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "Thích bảng tin này" @@ -7122,8 +7163,8 @@ msgstr "Thích bảng tin này" msgid "Like this labeler" msgstr "Thích dịch vụ gắn nhãn này" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "Thích bởi" @@ -7140,26 +7181,26 @@ msgstr "Thích bởi" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Thích bởi {0, plural, other {# người dùng}}" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "Lượt thích" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "Lượt thích cho bài đăng này" @@ -7191,11 +7232,16 @@ msgstr "Ngang hàng" msgid "Link copied to clipboard" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "Danh sách" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "" @@ -7227,20 +7273,20 @@ msgstr "" msgid "List creator" msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "Đã xóa danh sách" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "Đã ẩn danh sách" @@ -7248,7 +7294,7 @@ msgstr "Đã ẩn danh sách" msgid "List Hidden" msgstr "Đã ẩn danh sách" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "Đã ẩn toàn danh sách" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "Đã bỏ chặn danh sách" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "Đã đã bỏ ẩn toàn danh sách" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "Danh sách" @@ -7326,12 +7372,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "Tải thêm" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "Tải thêm gợi ý bảng tin" @@ -7346,16 +7392,16 @@ msgstr "Tải thông báo mới" msgid "Load new posts" msgstr "Tải bài đăng mới" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "" @@ -7383,7 +7429,7 @@ msgstr "" msgid "Locked" msgstr "" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "Log" @@ -7405,11 +7451,6 @@ msgstr "Logo bởi <0>@sawaratsuki.bsky.social" msgid "Long press to open tag menu for {0}" msgstr "" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "Có dạng XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "Hãy chắc rằng đây là nơi bạn muốn đến!" msgid "Manage saved feeds" msgstr "Quản lý bảng tin đã lưu" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "Quản lý cài đặt xác minh" @@ -7461,8 +7502,14 @@ msgstr "Quản lý từ cấm và thẻ" msgid "Manual" msgstr "" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "Đánh dấu tất cả là đã đọc" @@ -7473,6 +7520,10 @@ msgstr "Đánh dấu tất cả là đã đọc" msgid "Mark all chats as read" msgstr "" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "Phương tiện" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "" @@ -7540,7 +7591,7 @@ msgstr "" msgid "Members can still read chat history but can’t send new messages." msgstr "" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "người dùng được đề cập" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "Đã xóa tin nhắn" @@ -7603,7 +7655,7 @@ msgstr "Tin nhắn từ @{0}: {1}" msgid "Message from server: {0}" msgstr "Tin nhắn từ máy chủ: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "Trường nhập tin nhắn" @@ -7615,7 +7667,7 @@ msgstr "" msgid "Message options" msgstr "Tuỳ chọn tin nhắn" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "Tin nhắn" @@ -7640,12 +7692,12 @@ msgstr "" msgid "Misleading" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "Kiểm duyệt" @@ -7658,6 +7710,12 @@ msgstr "" msgid "Moderation details" msgstr "Chi tiết kiểm duyệt" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "Danh sách kiểm duyệt bởi <0/>" msgid "Moderation list by you" msgstr "Danh sách kiểm duyệt bởi bạn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "Đã tạo danh sách kiểm duyện" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "Đã cập nhật danh sách kiểm duyệt" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "Danh sách kiểm duyệt" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "Danh sách kiểm duyệt" @@ -7697,11 +7755,11 @@ msgstr "Danh sách kiểm duyệt" msgid "moderation settings" msgstr "Cài đặt kiểm duyệt" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "Trạng thái kiểm duyệt" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "Công cụ kiểm duyệt" @@ -7710,8 +7768,8 @@ msgstr "Công cụ kiểm duyệt" msgid "Moderator has chosen to set a general warning on the content." msgstr "Kiểm duyệt viên đã đặt cảnh báo chung cho nội dung." -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "Bảng tin khác" @@ -7720,10 +7778,10 @@ msgstr "Bảng tin khác" msgid "More languages..." msgstr "" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "Lựa chọn khác" @@ -7747,7 +7805,7 @@ msgstr "Âm nhạc" msgid "Mute" msgstr "Tắt tiếng" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "Tắt tiếng" msgid "Mute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "Ẩn tài khoản" @@ -7816,13 +7874,13 @@ msgstr "Chỉ ẩn từ này trong thẻ" msgid "Mute this word until you unmute it" msgstr "Ẩn từ này cho đến khi bạn bật lại" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "Tắt thông báo thảo luận" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "Ẩn từ & thẻ" @@ -7834,11 +7892,11 @@ msgstr "" msgid "Muted" msgstr "" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "Tài khoản bị ẩn" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "Tài khoản bị ẩn" @@ -7852,7 +7910,7 @@ msgstr "Bài đăng từ tài khoản đã bị ẩn sẽ bị xóa khỏi bản msgid "Muted by \"{0}\"" msgstr "Ẩn bởi \"{0}\"" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "Từ & thẻ bị ẩn" @@ -7881,7 +7939,7 @@ msgstr "Bảng tin của tôi" msgid "My starter pack" msgstr "" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "Tên" @@ -7891,12 +7949,12 @@ msgstr "Thiên nhiên" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "Điều hướng đến {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "Đi đến gói khởi đầu" @@ -7910,8 +7968,8 @@ msgstr "Điều hướng đến màn hình kế tiếp" msgid "Navigates to your profile" msgstr "Điều hướng đến hồ sơ của bạn" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" @@ -7919,10 +7977,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Thôi, tạo tên người dùng cho tôi" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "Tạo mới" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "Địa chỉ email mới" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "Tính năng mới" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "Mật khẩu mới" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "Bài đăng mới" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "Bài đăng mới" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "Trả lời mới nhất trước" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "Tin tức" @@ -8088,15 +8142,15 @@ msgstr "Tin tức" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "Tiếp theo" @@ -8108,12 +8162,16 @@ msgstr "Hình kế tiếp" msgid "Night" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" @@ -8194,11 +8252,11 @@ msgstr "Chưa có lượt thích nào" msgid "No lists" msgstr "" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "Không còn theo dõi {0}" @@ -8224,7 +8282,7 @@ msgstr "" msgid "No name" msgstr "" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "Chưa có thông báo nào!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "Không ai ngoài tác giả có thể trích dẫn bài đăng này." @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "Không có kết quả" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "Không có kết quả nào cho \"{0}\"." @@ -8322,7 +8380,7 @@ msgstr "" msgid "No results found for your query with advanced search filters applied." msgstr "" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "Không có kểt quả nào." @@ -8335,7 +8393,7 @@ msgstr "" msgid "No thanks" msgstr "Không, cảm ơn" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "" @@ -8343,7 +8401,7 @@ msgstr "" msgid "No video posts yet" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "Không ai" @@ -8360,7 +8418,7 @@ msgstr "Chưa có ai trích dẫn bài đăng này. Có lẽ bạn nên là ngư msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "Chưa có ai đăng lại bài đăng này. Có lẽ bạn nên là người đầu tiên!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "Không tìm thấy ai. Hãy thử tìm người khác." @@ -8398,7 +8456,7 @@ msgstr "" msgid "Not followed by anyone you’re following" msgstr "" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "Không tìm thấy" @@ -8407,7 +8465,7 @@ msgstr "Không tìm thấy" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "Chú ý về việc chia sẻ" @@ -8419,13 +8477,17 @@ msgstr "" msgid "Note: This post is only visible to logged-in users." msgstr "" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Cài đặt thông báo" @@ -8435,8 +8497,8 @@ msgstr "Cài đặt thông báo" msgid "Notification sounds" msgstr "Âm thanh thông báo" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "Âm thanh thông báo" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "Thông báo" @@ -8490,7 +8552,7 @@ msgstr "OK" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "OK" @@ -8505,6 +8567,10 @@ msgstr "Trả lời cũ nhất trước" msgid "On" msgstr "" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "trên<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "Một hoặc nhiều GIF thiếu văn bản thay thế." -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "Một hoặc nhiều hình ảnh thiếu văn bản thay thế." -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "Một hoặc nhiều video thiếu văn bản thay thế" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "Chỉ {0} có thể trả lời" @@ -8556,7 +8622,7 @@ msgstr "Chỉ {0} có thể trả lời" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8578,7 +8644,7 @@ msgstr "" msgid "Only followers who I follow" msgstr "" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "Chỉ hỗ trợ tệp hình ảnh" @@ -8637,7 +8703,7 @@ msgstr "" msgid "Open avatar creator" msgstr "Mở trình tạo hình đại diện" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "" @@ -8655,7 +8721,7 @@ msgstr "" msgid "Open conversation options" msgstr "Mở tùy chọn hội thoại" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "" @@ -8663,8 +8729,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Mở trình đơn" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "Mở trình chọn biểu tượng cảm xúc" @@ -8695,12 +8761,12 @@ msgstr "" msgid "Open group chat settings" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "Mở liên kết đến {niceUrl}" @@ -8713,11 +8779,11 @@ msgstr "Mở tùy chọn tin nhắn" msgid "Open moderation debug page" msgstr "Mở trang gỡ lỗi kiểm duyệt" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "Mở cài đặt thẻ và từ cấm" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "Mở gói" @@ -8743,7 +8809,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "Mở trình đơn gói khởi đầu" @@ -8759,9 +8825,8 @@ msgstr "Mở log hệ thống" msgid "Open this group chat" msgstr "" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" +msgid "Opens {displayName} feed" msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 @@ -8788,7 +8853,7 @@ msgstr "Mở chi tiết bổ sung cho một mục gỡ lỗi" msgid "Opens alt text dialog" msgstr "Mở hộp thoại văn bản thay thế" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "Mở máy ảnh trên thiết bị" @@ -8804,28 +8869,28 @@ msgstr "Mở hộp thoại thay đổi tên tài khoản" msgid "Opens composer" msgstr "Mở trình soạn thảo" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "Mở quy trình tạo tài khoản Bluesky mới" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Mở quy trình đăng nhập vào tài khoản Bluesky hiện tại của bạn" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "" @@ -8833,7 +8898,7 @@ msgstr "" msgid "Opens helpdesk in browser" msgstr "Mở trợ giúp trong trình duyệt" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "" @@ -8854,7 +8919,7 @@ msgstr "" msgid "Opens profile" msgstr "" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "" @@ -8867,11 +8932,11 @@ msgstr "" msgid "Opens the invite friends sheet to share your profile" msgstr "" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "" @@ -8879,15 +8944,51 @@ msgstr "" msgid "Opens this profile" msgstr "Mở hồ sơ này" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "Lựa chọn:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "Hoặc tiếp tục với tài khoản khác" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "Hoặc đăng nhập bằng một trong các tài khoản khác của bạn." @@ -8985,7 +9086,7 @@ msgstr "" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "Mật khẩu" @@ -8993,7 +9094,7 @@ msgstr "Mật khẩu" msgid "Password changed" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "Mật khẩu phải có ít nhất 8 ký tự." @@ -9005,7 +9106,7 @@ msgstr "Đã cập nhật mật khẩu" msgid "Password updated!" msgstr "Đã cập nhật mật khẩu!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "Dừng" @@ -9020,7 +9121,7 @@ msgstr "Dừng video" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "Con người" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "Người\tđược @{0} theo dõi" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "Người đang theo dõi @{0}" @@ -9070,11 +9171,11 @@ msgstr "" msgid "People I follow can request to join" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "" @@ -9082,7 +9183,7 @@ msgstr "" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "Tắt/bật người" @@ -9115,15 +9216,15 @@ msgstr "" msgid "Pictures meant for adults." msgstr "Hình ảnh cho người lớn" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "Ghim bảng tin" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "Ghim vào trang chủ" @@ -9131,8 +9232,8 @@ msgstr "Ghim vào trang chủ" msgid "Pin to Home" msgstr "Ghim vào trang chủ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "Ghim vào hồ sơ của bạn" @@ -9151,11 +9252,11 @@ msgstr "Đã ghim {0} vào trang chủ" msgid "Pinned Feeds" msgstr "Bảng tin đã ghim" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "Đã ghim vào bảng tin của bạn" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "Phát" @@ -9169,12 +9270,12 @@ msgstr "Phát {0}" msgid "Play GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "Phát video" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "Phát video" @@ -9182,7 +9283,7 @@ msgstr "Phát video" msgid "Plays or pauses the GIF" msgstr "Phát hoặc dừng GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "Phát hoặc dừng video" @@ -9190,7 +9291,7 @@ msgstr "Phát hoặc dừng video" msgid "Plays the GIF" msgstr "Phát GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "Phát video" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "Vui lòng chọn tên tài khoản." #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "Vui lòng chọn mật khẩu." @@ -9219,12 +9320,12 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Vui lòng hoàn thành xác minh captcha." -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "Vui lòng kiểm tra lại là bạn đã điền đúng địa chỉ email." @@ -9232,7 +9333,7 @@ msgstr "Vui lòng kiểm tra lại là bạn đã điền đúng địa chỉ em msgid "Please enter a password." msgstr "Vui lòng nhập mật khẩu." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "Vui lòng điền mật khẩu. Mật khẩu phải có ít nhất 8 ký tự." @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "Vui lòng nhập email của bạn." -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "Vui lòng nhập mã mời." @@ -9306,8 +9407,8 @@ msgstr "Vui lòng giải thích vì sao bạn nghĩ chat của bạn đã bị v msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "" @@ -9333,7 +9434,7 @@ msgstr "Vui lòng chọn một lý do cho báo cáo này" msgid "Please sign in as @{0}" msgstr "Vui lòng đăng nhập bằng @{0}" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "Chính trị" @@ -9367,18 +9468,18 @@ msgstr "Chính trị" msgid "Porn" msgstr "Hình ảnh khiêu dâm" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "Đăng" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "Đăng" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "" @@ -9393,12 +9494,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "Đăng tất cả" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "" @@ -9406,11 +9507,16 @@ msgstr "" msgid "Post blocked" msgstr "" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "Đăng bởi @{0}" @@ -9423,10 +9529,10 @@ msgstr "Đã xóa bài đăng" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Không đăng bài đăng được. Vui lòng kiểm tra kết nối mạng và thử lại." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "Bài đăng đã bị xoá" @@ -9440,11 +9546,11 @@ msgstr "Bài đăng bị ẩn do từ cấm" msgid "Post Hidden by You" msgstr "Bài đăng ẩn bởi bạn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "Cài đặt tương tác bài đăng" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "Cài đặt tương tác bài đăng" @@ -9468,7 +9574,7 @@ msgstr "" msgid "Post not found" msgstr "Không tìm thấy bài đăng" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "Đã ghim bài đăng" @@ -9478,7 +9584,7 @@ msgstr "Đã ghim bài đăng" msgid "Post type" msgstr "" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "Đã gở ghim bài đăng" @@ -9487,7 +9593,7 @@ msgstr "Đã gở ghim bài đăng" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "Bài đăng" @@ -9520,7 +9626,7 @@ msgstr "" msgid "Press to attempt reconnection" msgstr "Nhấn để thử kết nối lại" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "Quyền riêng tư" msgid "Privacy and security" msgstr "Quyền riêng tư và bảo mật" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "Chính sách bảo mật" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "Đang xử lý video..." @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "hồ sơ" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Danh sách công khai, chia sẻ được của người dùng để cho việc ẩn hoặc chặn hàng loạt." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "Đăng bài" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "Đăng bài" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "Đăng trả lời" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "Đăng trả lời" @@ -9685,7 +9791,7 @@ msgstr "Đã lưu mã QR vào camera roll!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "Trích dẫn bài đăng" @@ -9723,8 +9829,8 @@ msgstr "Vượt quá giới hạn - bạn đã thử thay đổi tên người d msgid "Rate limit exceeded. Please try again later." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "Đính kèm lại trích dẫn" @@ -9745,7 +9851,7 @@ msgstr "Bày tỏ cảm xúc với {emoji}" msgid "Reactions" msgstr "" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "Tái kích hoạt tài khoản của bạn" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "Đọc bài blog" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "Thu gọn" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "Xem thêm" @@ -9780,7 +9886,7 @@ msgstr "" msgid "Read our blog post" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "Đọc blog của Bluesky" @@ -9794,11 +9900,11 @@ msgstr "Đọc Chính sách bảo mật của Bluesky" msgid "Read the Bluesky Terms of Service" msgstr "Đọc Điều khoản dịch vụ của Bluesky" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "" @@ -9862,23 +9968,24 @@ msgstr "Tải lại hội thoại" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "Xóa" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "Xóa {displayName} khỏi gói khởi đầu" @@ -9914,8 +10021,8 @@ msgstr "Xóa tệp đính kèm" msgid "Remove Avatar" msgstr "Xóa hình đại diện" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "Xóa hình bìa" @@ -9950,8 +10057,8 @@ msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "Xóa khỏi bảng tin của tôi" @@ -9960,8 +10067,8 @@ msgstr "Xóa khỏi bảng tin của tôi" msgid "Remove from quick access?" msgstr "Xóa khỏi truy cập nhanh?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "Xóa khỏi bảng tin đã lưu" @@ -9970,7 +10077,7 @@ msgstr "Xóa khỏi bảng tin đã lưu" msgid "Remove from saved posts" msgstr "" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "Xóa khỏi bảng tin của bạn?" @@ -10010,7 +10117,7 @@ msgstr "" msgid "Remove this feed from your saved feeds" msgstr "Xóa bảng tin này khỏi bảng tin đã lưu của bạn" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "" @@ -10018,10 +10125,14 @@ msgstr "" msgid "Remove user from list" msgstr "Xoá tài khoản khỏi danh sách" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "Xoá xác minh" @@ -10029,11 +10140,11 @@ msgstr "Xoá xác minh" msgid "Remove your verification for this account?" msgstr "Xoá xác minh của bạn khỏi tài khoản này?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "Xóa bởi tác giả" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "Xóa bởi bạn" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "Đã xóa khỏi bảng tin của tôi" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "" @@ -10128,11 +10240,11 @@ msgstr "" msgid "Replies" msgstr "Trả lời" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "Trả lời đã bị tắt" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "Trả lời cho bài đăng này đã bị tắt." @@ -10141,14 +10253,14 @@ msgstr "Trả lời cho bài đăng này đã bị tắt." msgid "Reply" msgstr "Trả lời" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "Trả lời" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Trả lời ({0, plural, other {# trả lời}})" @@ -10162,7 +10274,7 @@ msgstr "Trả lời bị ẩn bởi tác giả của thảo luận" msgid "Reply Hidden by You" msgstr "Trả lời bị ẩn bởi bạn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "Cài đặt trả lời được chọn bởi tác giả của thảo luận" @@ -10185,8 +10297,8 @@ msgstr "Ẩn thành công trả lời" msgid "Report" msgstr "Báo cáo" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "Báo cáo tài khoản" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "Báo cáo hội thoại" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "Hộp thoại báo cáo" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "Báo cáo bảng tin" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "Báo cáo danh sách" @@ -10216,8 +10328,8 @@ msgstr "Báo cáo danh sách" msgid "Report message" msgstr "Báo cáo tin nhắn" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "Báo cáo bài đăng" @@ -10225,8 +10337,8 @@ msgstr "Báo cáo bài đăng" msgid "Report sent" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "Báo cáo gói khởi đầu" @@ -10292,7 +10404,7 @@ msgstr "Đăng lại ({0, plural, other {# đăng lại}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "Đăng lại hoặc trích dẫn bài đăng" @@ -10330,12 +10442,12 @@ msgstr "Lượt đăng lại của bài đăng này" msgid "Reposts of your reposts" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "" @@ -10348,8 +10460,8 @@ msgstr "" msgid "Request approved." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "" @@ -10371,7 +10483,7 @@ msgstr "" msgid "Requests" msgstr "" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "Yêu cầu văn bản thay thế trước khi đăng" msgid "Require an email code to sign in to your account." msgstr "Yêu cầu một mã gửi qua email để đăng nhập vào tài khoản của bạn." -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "Bắt buộc đối với nhà quản lý này" @@ -10418,16 +10530,16 @@ msgstr "" msgid "Resend code in <0>00:{0}" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "Gửi lại email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "Gửi lại email" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "Gửi lại email xác minh" @@ -10453,6 +10565,11 @@ msgstr "Đặt lại mật khẩu" msgid "Reset your password by sending a code to your email" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "" @@ -10479,9 +10596,9 @@ msgstr "Thử lại hành động cuối cùng (đã xảy ra lỗi)" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "Thử lại hành động cuối cùng (đã xảy ra lỗi)" msgid "Retry" msgstr "Thử lại" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "Thử tải lại tùy chọn báo cáo" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "Trở về trang trước" @@ -10521,7 +10638,7 @@ msgstr "Trở về trang chủ" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "Trở về trang trước" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "Lưu thay đổi" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "Lưu hình" @@ -10608,8 +10725,8 @@ msgstr "Lưu tên tài khoản mới" msgid "Save QR code" msgstr "Lưu mã QR" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "" @@ -10618,7 +10735,7 @@ msgstr "" msgid "Save to my feeds" msgstr "Lưu vào bảng tin của tôi" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "Bảng tin đã lưu" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "Đã lưu vào bảng tin của bạn" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Gửi lời chào!" @@ -10661,7 +10778,7 @@ msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "Cuộn đến đầu trang" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "Tìm kiếm" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "Tìm kiếm bài đăng của @{0}" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "Tìm theo tên hoặc sở thích" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "Tìm bảng tin" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "" @@ -10734,19 +10851,19 @@ msgstr "" msgid "Search for {q}" msgstr "" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "Tìm kiếm bảng tin bạn muốn đề xuất cho người khác." -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "Tìm thêm tài khoản" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "Tìm thêm bảng tin" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "" @@ -10774,14 +10891,14 @@ msgstr "" msgid "Search my posts" msgstr "Tìm kiếm bài đăng của tôi" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "Tìm kiếm bài đăng" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "Tìm hồ sơ" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "Tìm kiếm..." #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "Tìm hồ sơ" @@ -10829,14 +10946,14 @@ msgstr "Xem bài đăng #{tag}" msgid "See #{tag} posts by user" msgstr "Xem bài đăng #{tag} từ người dùng" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "Xem công việc tại Bluesky" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "" @@ -10844,16 +10961,11 @@ msgstr "" msgid "See more suggested profiles" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "" msgid "Select a color" msgstr "Chọn màu" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "Chọn tài khoản" @@ -10910,7 +11022,7 @@ msgstr "Chọn hình hiển thị" msgid "Select an emoji" msgstr "Chọn emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "" @@ -10946,11 +11058,11 @@ msgstr "" msgid "Select from an existing account" msgstr "Chọn từ một tài khoản đã tồn tại" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "Chọn thời gian ẩn cho từ này." #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "" @@ -10987,7 +11099,7 @@ msgstr "Chọn ngôn ngữ..." msgid "Select languages" msgstr "Chọn ngôn ngữ..." -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "Chọn dịch vụ kiểm duyệt" @@ -11028,7 +11140,7 @@ msgstr "Chọn một ngôn ngữ để dùng làm giao diện người dùng cho msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Chọn ngôn ngữ bạn muốn bảng tin đăng ký của mình bao gồm. Nếu không chọn, tất cả ngôn ngữ sẽ được hiển thị." -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "Chọn ngày sinh" @@ -11045,7 +11157,7 @@ msgstr "Chọn ngôn ngữ ưa thích cho bản dịch trong bảng tin của b msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "" @@ -11076,7 +11188,7 @@ msgstr "" msgid "Send feedback" msgstr "Gửi phản hồi" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "Gửi tin nhắn" @@ -11089,7 +11201,7 @@ msgstr "" msgid "Send post to..." msgstr "Gửi bài đăng đến..." -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "Gửi báo cáo cho {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "Gửi email xác minh" @@ -11133,7 +11245,7 @@ msgstr "Đặt biểu tượng ứng dụng thành {0}" msgid "Set new password" msgstr "Đặt mất khẩu mới" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "" @@ -11141,11 +11253,11 @@ msgstr "" msgid "Set up your account" msgstr "Thiết lập tài khoản của bạn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "" @@ -11161,9 +11273,9 @@ msgstr "" msgid "Sets email for password reset" msgstr "Đặt email để đặt lại mật khẩu" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "Cài đặt" @@ -11222,7 +11334,7 @@ msgstr "" msgid "Settings for repost notifications" msgstr "" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "Cài đặt được lưu" @@ -11242,7 +11354,7 @@ msgstr "Khiêu dâm" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "Chia sẻ" @@ -11251,7 +11363,7 @@ msgstr "Chia sẻ" msgid "Share age range" msgstr "" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "Vẫn chia sẻ" @@ -11279,13 +11391,13 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "Chia sẻ liên kết" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "Hộp thoại chia sẻ liên kết" @@ -11304,12 +11416,12 @@ msgstr "" msgid "Share Profile" msgstr "" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "Chia sẻ mã QR" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "Chia sẻ bảng tin này" @@ -11318,22 +11430,22 @@ msgstr "Chia sẻ bảng tin này" msgid "Share this search" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "Chia sẻ gói khởi đầu này" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "Chia sẻ gói khởi đầu này và giúp mọi người tham gia cộng đồng của bạn trên Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "" @@ -11345,7 +11457,7 @@ msgstr "" msgid "Share your thoughts…" msgstr "" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "Trình kiểm tra cài đặt đã chia sẻ" @@ -11359,12 +11471,16 @@ msgstr "" msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "Hiện" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Hiển thị văn bản thay thế" @@ -11373,14 +11489,14 @@ msgstr "Hiển thị văn bản thay thế" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "Vẫn hiển thị" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "" @@ -11401,16 +11517,16 @@ msgstr "Hiện tùy chọn tùy chỉnh" msgid "Show group chat updates" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "Hiển thị ít bài như thế này hơn" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "Vẫn hiển thị danh sách" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "" @@ -11418,8 +11534,8 @@ msgstr "" msgid "Show more" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "Hiển thị nhiều bài như thế này hơn" @@ -11445,8 +11561,8 @@ msgstr "Hiển thị trả lời" msgid "Show replies as" msgstr "Hiển thị trả lời dưới dạng" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "Hiển thị trả lời cho tất cả mọi người" @@ -11455,8 +11571,8 @@ msgstr "Hiển thị trả lời cho tất cả mọi người" msgid "Show reposts" msgstr "Hiển thị bài đăng lại" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "" @@ -11478,7 +11594,7 @@ msgstr "Hiển thị cảnh báo và bộ lọc từ bảng tin" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "Hiển thị thông tin về thời gian đăng của bài này" @@ -11486,15 +11602,15 @@ msgstr "Hiển thị thông tin về thời gian đăng của bài này" msgid "Shows other accounts you can switch to" msgstr "Hiển thị các tài khoản khác bạn có thể chuyển đổi sang" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Hiển thị nội dung" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "Hiển thị nội dung" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "Đăng nhập" msgid "Sign in as {0}" msgstr "Đăng nhập bằng {0}" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "Đăng nhập hoặc đăng ký tài khoản" @@ -11551,16 +11667,17 @@ msgstr "Đăng nhập vào Bluesky hoặc tạo tài khoản mới" msgid "Sign in to request access to this group chat." msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "Bỏ qua" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "" @@ -11628,7 +11745,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "" @@ -11644,19 +11761,24 @@ msgstr "Tạm bỏ qua lời nhắc" msgid "So many thoughts, you should post one" msgstr "" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "Lập trình viên" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "Một vài xác minh của bạn không hợp lệ." @@ -11664,7 +11786,7 @@ msgstr "Một vài xác minh của bạn không hợp lệ." msgid "Some other feeds you might like" msgstr "Một số bảng tin khác bạn có thể thích" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "Một số người có thể trả lời" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "Có gì đó không đúng" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "Có gì đó không đúng, vui lòng thử lại" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "" msgid "Something went wrong. Please try again." msgstr "Có lỗi xảy ra. Xin vui lòng thử lại." -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "Có gì không đúng? Hãy cho chúng tôi biết." @@ -11759,8 +11881,8 @@ msgstr "Có gì không đúng? Hãy cho chúng tôi biết." msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "Sử dụng để đăng nhập vào ứng dụng khác cùng với tên người d...ùng của bạn." @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "Thể thao" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "" @@ -11826,14 +11953,14 @@ msgstr "" msgid "Start chat with {displayName}" msgstr "Bắt đầu trò chuyện với {displayName}" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "Gói khởi đầu" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "Gói khởi đầu bởi {0}" @@ -11841,12 +11968,12 @@ msgstr "Gói khởi đầu bởi {0}" msgid "Starter pack by <0/>" msgstr "Gói khởi đầu bởi <0/>" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "Gói khởi đầu bởi bạn" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "Gói khởi đầu không hợp lệ" @@ -11854,7 +11981,7 @@ msgstr "Gói khởi đầu không hợp lệ" msgid "Starter packs" msgstr "" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "Gói khởi đầu" @@ -11893,7 +12020,7 @@ msgstr "Dữ liệu đã được xóa, bạn cần khởi động lại ứng d msgid "Stored as part of a secure code for matching with others" msgstr "" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "Gửi khiếu nại" msgid "Submit feedback" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "Gửi báo cáo" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "" @@ -11963,11 +12090,11 @@ msgstr "Đăng ký @{0} để sử dụng nhãn:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Đăng ký dịch vụ gắn nhãn" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Đăng ký dịch vụ gắn nhãn này" @@ -11975,7 +12102,7 @@ msgstr "Đăng ký dịch vụ gắn nhãn này" msgid "Subscribe to this list" msgstr "Đăng ký danh sách này" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "" @@ -11998,7 +12125,7 @@ msgstr "Đã xác minh thành công" msgid "Suggested" msgstr "" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Hoàng hôn" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "Chỉ thẻ tag" msgid "Take the conversation private." msgstr "" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" @@ -12103,8 +12230,8 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "" @@ -12206,7 +12333,7 @@ msgstr "Điều khoản" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "" msgid "Thanks for your feedback!" msgstr "" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Cảm ơn, bạn đã xác minh địa chỉ email thành công. Bạn có thể đóng hộp thoại này." -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "" @@ -12246,16 +12373,16 @@ msgstr "" msgid "That contains the following:" msgstr "Chứa giá trị sau đây:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "Không thể tìm thấy gói khởi đầu đó." -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "" @@ -12263,13 +12390,13 @@ msgstr "" msgid "That's all, folks!" msgstr "Hết!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "Hết bảng tin video!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "Tài khoản có thể tương tác với bạn sau khi bỏ chặn." @@ -12287,7 +12414,7 @@ msgstr "Tác giả thảo luận này đã ẩn trả lời này." msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Ứng dụng web Bluesky" @@ -12352,32 +12479,32 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Chính sách bảo mật đã được chuyển đến <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "" @@ -12386,7 +12513,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Máy chủ có vẻ đang có vấn đề. Vui lòng thử lại sau ít phút." -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Gói khởi đầu bạn đang xem là không hợp lệ. Bạn có thể xóa gói khởi đầu này." @@ -12402,7 +12529,7 @@ msgstr "Biểu mẫu hỗ trợ đã được chuyển đi. Nếu bạn cần gi msgid "The Terms of Service have been moved to" msgstr "Điều khoản dịch vụ đã được chuyển đến" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "Mã xác minh bạn cung cấp là không hợp lệ. Vui lòng chắc chắn rằng bạn đã sử dụng đúng liên kết xác mình hoặc yêu cầu một liên kết mới." @@ -12412,7 +12539,7 @@ msgstr "Mã xác minh bạn cung cấp là không hợp lệ. Vui lòng chắc c msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "" @@ -12428,7 +12555,7 @@ msgstr "" msgid "There is no invite link for this group chat." msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Không có giới hạn thời gian cho việc vô hiệu hóa tài khoản, hãy quay lại bất cứ lúc nào." @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "Có vấn đề khi kết nối với máy chủ" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Có vấn đề khi kết nối với máy chủ, vui lòng kiểm tra kết nối mạng của bạn và thử lại." -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Có vấn đề khi tải thông báo. Nhấn vào đây để thử lại." -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Có vấn đề khi tải bài đăng. Nhấn vào đây để thử lại." @@ -12495,25 +12622,25 @@ msgstr "Có vấn đề cập nhật bảng tin của bạn, vui lòng kiểm tr #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "Đã xảy ra vấn đề! {0}" @@ -12521,10 +12648,10 @@ msgstr "Đã xảy ra vấn đề! {0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "Đã xảy ra vấn đề. Vui lòng kiểm tra kết nối mạng của msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "Đã xảy ra một vấn đề không mong muốn trong ứng dụng. Vui lòng cho chúng tôi biết nếu điều này xảy ra với bạn!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Có một lượng lớn người dùng mới đến Bluesky! Chúng tôi sẽ kích hoạt tài khoản của bạn ngay khi có thể." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "" @@ -12576,7 +12703,7 @@ msgstr "" msgid "This {screenDescription} has been flagged:" msgstr "{screenDescription} này đã bị đánh dấu:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "Tài khoản này có dấu tích vì nó được xác minh bởi nguồn đáng tin cậy." @@ -12584,7 +12711,7 @@ msgstr "Tài khoản này có dấu tích vì nó được xác minh bởi ngu msgid "This account has been marked as automated by its owner." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "Tài khoản này có một hoặc nhiều lần thử xác minh, nhưng hiện tại chưa được xác minh thành công." @@ -12618,7 +12745,7 @@ msgstr "Kháng nghị này sẽ được gởi đến dịch vụ kiểm duyệt msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "" @@ -12649,7 +12776,7 @@ msgstr "Hội thoại đã bị ngắt kết nối" msgid "This code is invalid. Resend to get a new code." msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "" @@ -12683,7 +12810,7 @@ msgstr "" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "Nội dung này thuộc tài khoản đã xóa hoặc vô hiệu hóa. Nhấn để xem tùy chọn" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "" @@ -12700,7 +12827,7 @@ msgstr "" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Tính năng này đang ở phiên bản thử nghiệm. Bạn có thể đọc thêm về việc xuất kho dữ liệu trong <0>bài đăng blog này." @@ -12763,7 +12890,7 @@ msgstr "" msgid "This is not a valid link" msgstr "" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "Liên kết này dẫn bạn đến trang web sau đây:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Danh sách này – tạo bởi <0>{0} – có thể chứa các vi phạm tiều chuẩn cộng đồng của Bluesky trong tên hoặc mô tả của nó." -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "Danh sách này của bạn tạo có thể chứa vi phạm nguyên tắc cộng đồng của Bluesky trong tên hoặc mô tả của nó." @@ -12829,11 +12956,11 @@ msgstr "" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "Bài đăng này khai rằng đã được tạo vào <0>{0}, nhưng lần đầu tiên được Bluesky nhìn thấy vào <1>{1}." -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Bài đăng này có loại threadgate không xác định. Ứng dụng của bạn có thể đã lỗi thời." @@ -12845,19 +12972,19 @@ msgstr "" msgid "This post was deleted by its author" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Bài đăng này sẽ bị ẩn khỏi bảng tin và thảo luận. Hành động này không thể hoàn tác." -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "Tác giả bài đăng này đã tắt chức năng trích dẫn bài đăng." -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "Chỉ những người dùng đã đăng nhập mới xem được hồ sơ người dùng này. Người chưa đăng nhập sẽ không thể xem được." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "Trả lời này sẽ được sắp xếp vào mục ẩn ở cuối thảo luận của bạn và sẽ tắt thông báo cho các trả lời tiếp theo - cho cả bạn và người khác." @@ -12870,7 +12997,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Dịch vụ này không cung cấp điều khoản dịch vụ hoặc chính sách bảo mật." -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "" @@ -12927,7 +13054,7 @@ msgstr "Người dùng này mới đến đây. Nhấn vào để biết họ đ msgid "This user isn't following anyone." msgstr "Người dùng này không theo dõi ai cả." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "" @@ -12953,15 +13080,10 @@ msgstr "" msgid "This will remove @{0} from the quick access list." msgstr "Tác vụ này sẽ xóa @{0} khỏi danh sách truy cập nhanh." -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "Tác vụ này sẽ xóa bài đăng của bạn khỏi bài đăng trích dẫn này cho tất cả người dùng, và thay thế nó bằng một chỗ trống." -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "Cài đặt thảo luận" msgid "Threaded" msgstr "Phân luồng" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "Cài đặt thảo luận" @@ -12992,7 +13114,7 @@ msgstr "" #. placeholder {0}: Number(time) || 0 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" -msgstr "Thời gian còn lại: {0, plural, one {# giây} other {# giây}}" +msgstr "Thời gian còn lại: {0, plural, other {# giây}}" #: src/components/SendErrorReportDialog.tsx:68 msgid "Title" @@ -13002,7 +13124,7 @@ msgstr "" msgid "Title (100 characters max)" msgstr "" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "Để tắt email 2FA, vui lòng xác minh quyền truy cập vào địa chỉ email." @@ -13012,7 +13134,7 @@ msgstr "Để tắt email 2FA, vui lòng xác minh quyền truy cập vào đị msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "" @@ -13020,11 +13142,11 @@ msgstr "" msgid "Today" msgstr "Hôm nay" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "Bật/tắt nội dung 18+" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "Bật/tắt tiếng" @@ -13053,7 +13175,7 @@ msgstr "Hàng đầu" msgid "Top replies first" msgstr "" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "Chủ đề" @@ -13061,8 +13183,8 @@ msgstr "Chủ đề" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "Dịch" @@ -13074,12 +13196,12 @@ msgstr "" msgid "Translating" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "" @@ -13088,9 +13210,9 @@ msgstr "" msgid "Tree view" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "Chủ đề nổi trội" @@ -13099,12 +13221,20 @@ msgstr "Chủ đề nổi trội" msgid "Trending GIFs" msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "" @@ -13113,7 +13243,7 @@ msgstr "" msgid "Trolling" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Niềm tin hình thành từ các mối quan hệ, cộng đồng và bối cảnh chung, vì vậy chúng tôi cũng kích hoạt <0>người xác minh đáng tin cậy: các tổ chức có thể trực tiếp cấp xác minh." @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "Không thể kết nối. Vui lòng kiểm tra kết nối mạng của bạn và thử lại." #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "" @@ -13187,7 +13317,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "Không thể kết nối với dịch vụ của bạn. Vui lòng kiểm tra kết nối mạng." -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "Không thể xóa" @@ -13205,6 +13335,10 @@ msgstr "" msgid "Unable to find the selected recipient." msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "" @@ -13233,14 +13367,14 @@ msgstr "" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "Bỏ chặn" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "Bỏ chặn" @@ -13251,8 +13385,8 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "Bỏ chặn tài khoản" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "Bỏ chặn tài khoản" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "Mở khoá danh sách" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Huỷ đăng lại ({0, plural, other {# đăng lại}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "Bỏ theo dõi {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "Bỏ theo dõi tài khoản" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "Bỏ theo dõi người này" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Rất tiếc, không có dịch vụ gắn nhãn nào bạn đã đăng ký hỗ trợ loại báo cáo này." -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "Nhà xác minh không xác định" @@ -13333,13 +13490,13 @@ msgstr "" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "Bỏ thích" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Bỏ thích ({0, plural, other {# lượt thích}})" @@ -13351,12 +13508,12 @@ msgstr "" msgid "Unlock this group chat" msgstr "" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "Bỏ ẩn" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "Bỏ ẩn" msgid "Unmute {0}" msgstr "" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "Bỏ ẩn tài khoản" @@ -13379,8 +13536,8 @@ msgstr "Bỏ ẩn tài khoản" msgid "Unmute conversation" msgstr "Bật lại thông báo cho hội thoại" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "Bỏ ẩn danh sách" @@ -13388,8 +13545,8 @@ msgstr "Bỏ ẩn danh sách" msgid "Unmute this group chat" msgstr "" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "Bật lại thông báo cho thảo luận" @@ -13397,14 +13554,14 @@ msgstr "Bật lại thông báo cho thảo luận" msgid "Unmute video" msgstr "Bật lại thông báo cho video" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "Bỏ ghim" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "Bỏ ghim bảng tin" @@ -13414,13 +13571,13 @@ msgstr "Bỏ ghim bảng tin" msgid "Unpin from home" msgstr "Bỏ ghim khỏi trang chủ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "Bỏ ghim khỏi hồ sơ" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "Bỏ ghim khỏi danh sách kiểm duyệt" @@ -13429,29 +13586,34 @@ msgstr "Bỏ ghim khỏi danh sách kiểm duyệt" msgid "Unpinned {0} from Home" msgstr "Đã bỏ ghim {0} khỏi Trang chủ" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "Bỏ ghim khỏi bảng ghi của bạn" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "Huỷ tạm bỏ qua lời nhắc email" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Bỏ đăng ký" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "Bỏ đăng ký danh sách" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Bỏ đăng ký dịch vụ gắn nhãn" @@ -13463,7 +13625,7 @@ msgstr "Đã bỏ đăng ký danh sách" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -13512,10 +13674,10 @@ msgstr "Cập nhật thành {domain}" msgid "Update your email" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "" @@ -13539,24 +13701,24 @@ msgstr "Tải lên tệp văn bản đến:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "Tải lên từ máy ảnh" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "Tải lên từ Files" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "Tải lên từ Thư viện" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "" @@ -13570,7 +13732,7 @@ msgstr "Đang tải lên hình..." msgid "Uploading link thumbnail..." msgstr "Đang tải lên hình cho liên kết..." -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "Đang tải lên video..." @@ -13659,25 +13821,25 @@ msgstr "" msgid "User list by you" msgstr "Danh sách người của bạn" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "Đã tạo danh sách người dùng" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "Đã cập nhật danh sách người dùng" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "Tên tài khoản hoặc địa chỉ email" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "người dùng theo dõi bởi <0>@{0}" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "người dùng theo dõi <0>@{0}" @@ -13707,11 +13869,11 @@ msgstr "Giá trị:" msgid "Verification failed, please try again." msgstr "Xác minh không thành công, xin vui lòng thử lại." -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "Cài đặt xác minh" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "Cài đặt xác minh" @@ -13720,14 +13882,14 @@ msgstr "Cài đặt xác minh" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Xác minh trên Bluesky hoạt động không giống với các nền tảng khác. <0>Tìm hiểu thêm tại đây." -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "Xác minh bởi:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "Xác minh tài khoản" @@ -13790,12 +13952,12 @@ msgstr "" msgid "Verify your email" msgstr "Xác minh email của bạn" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "" @@ -13815,16 +13977,16 @@ msgstr "" msgid "via starter pack <0/><1>{starterPackName}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "Không thể xử lý video" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "Bảng tin video" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "Video từ {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "Trò chơi điện tử" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "Đã tạm dừng video" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "Đang phát video" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "Không tìm thấy video." @@ -13859,12 +14021,12 @@ msgstr "Không tìm thấy video." msgid "Video settings" msgstr "Cài đặt video" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "Đã tải lên video" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "Video: {0}" @@ -13872,19 +14034,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Video" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13903,9 +14059,9 @@ msgstr "Xem hình đại diện của {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "Xem hồ sơ của {0}" @@ -13924,11 +14080,11 @@ msgstr "" msgid "View {publicationTitle}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "Xem hồ sơ của người dùng bị chặn" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "Xem bài đăng để biết thêm chi tiết" @@ -13936,8 +14092,8 @@ msgstr "Xem bài đăng để biết thêm chi tiết" msgid "View debug entry" msgstr "Xem bản ghi gỡ lỗi" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "Xem chi tiết" @@ -13977,13 +14133,13 @@ msgstr "Xem thêm" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "Xem dịch vụ gắn nhãn bởi @{0}" msgid "View this user's verifications" msgstr "Xem xác minh của người dùng này" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "Xem người dùng thích bảng tin này" @@ -14026,11 +14182,11 @@ msgstr "Xem người dùng thích bảng tin này" msgid "View video" msgstr "Xem video" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "Xem tài khoản bạn đã chặn" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "Xem cài đặt tương tác mặc định cho bài đăng" @@ -14039,11 +14195,15 @@ msgstr "Xem cài đặt tương tác mặc định cho bài đăng" msgid "View your feeds and explore more" msgstr "Xem bảng tin của bạn và khám phá thêm" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "Xem danh sách kiểm duyệt của bạn" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "Xem tài khoản bạn đã ẩn" @@ -14060,6 +14220,10 @@ msgstr "Xem hình đầy đủ" msgid "Views video in immersive mode" msgstr "Xem video ở chế độ toàn màn hình" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "" @@ -14136,6 +14300,10 @@ msgstr "" msgid "We couldn’t load this conversation’s settings" msgstr "" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "" @@ -14148,7 +14316,7 @@ msgstr "" msgid "We don't store your friends' phone numbers or send any messages" msgstr "" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "Chúng tôi ước lượng {estimatedTime} cho đến khi tài khoản của bạn sẵn sàng." @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "Chúng tôi đã gởi một email xác minh khác đến <0>{0}." @@ -14186,7 +14354,7 @@ msgstr "Chúng tôi đề xuất chọn ít nhất hai mục quan tâm." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Chúng tôi không thể xác định bạn có được phép tải lên video hay không. Vui lòng thử lại." @@ -14198,16 +14366,16 @@ msgstr "" msgid "We were unable to load your birthdate preferences. Please try again." msgstr "" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "Chúng tôi không thể tải những dịch vụ dán nhãn bạn đã cấu hình." -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "Chúng tôi sẽ thông báo cho bạn khi tài khoản của bạn đã sẵn sàng." @@ -14236,7 +14404,7 @@ msgstr "" msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "" @@ -14255,7 +14423,7 @@ msgstr "Chúng tôi đang gặp vấn đề mạng, hãy thử lại" msgid "We’re having network issues, try again" msgstr "" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Chúng tôi đang giới thiệu một lớp xác minh mới trên Bluesky — một dấu tích dễ nổi bật." @@ -14267,7 +14435,7 @@ msgstr "" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "" @@ -14296,7 +14464,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Xin lỗi! Bài đăng bạn đang trả lời đã bị xóa." @@ -14325,12 +14493,12 @@ msgstr "" msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "Chào mừng trở lại!" @@ -14351,17 +14519,17 @@ msgstr "Bạn muốn gọi gói khởi đầu của mình là gì?" msgid "what’s up" msgstr "" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "Có gì mới?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "Khi bạn nhấp vào dấu tích, bạn sẽ thấy tổ chức đã xác minh người đó." -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "Ai có thể tương tác với bài đăng này?" @@ -14369,12 +14537,12 @@ msgstr "Ai có thể tương tác với bài đăng này?" msgid "Who can join this group chat and how" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "Ai có thể trả lời" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "Ai có thể xác minh?" @@ -14434,11 +14602,11 @@ msgstr "" msgid "Would you like to block this user and/or leave this conversation?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -14447,12 +14615,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "Soạn bài đăng" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "Soạn trả lời" @@ -14475,8 +14643,8 @@ msgstr "" msgid "www.mylivestream.tv" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "" @@ -14486,8 +14654,8 @@ msgstr "" msgid "Yes GIFs" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "Có, vô hiệu hóa" @@ -14495,19 +14663,19 @@ msgstr "Có, vô hiệu hóa" msgid "Yes, delete my account" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "Có, xóa gói khởi đầu này" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "Có, gỡ bỏ" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "Có, ẩn" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "Có, kích hoạt lại tài khoản của tôi" @@ -14519,7 +14687,7 @@ msgstr "Hôm qua" msgid "You are a trusted verifier" msgstr "Bạn là người xác minh đáng tin cậy" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" @@ -14544,12 +14712,12 @@ msgstr "Bạn đang tạo tài khoản trên" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "Bạn đang trong hàng chờ." @@ -14558,11 +14726,11 @@ msgstr "Bạn đang trong hàng chờ." msgid "You are Live" msgstr "" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "Bạn không được phép tải lên video." @@ -14570,7 +14738,7 @@ msgstr "Bạn không được phép tải lên video." msgid "You are not following anyone yet" msgstr "" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "" @@ -14599,7 +14767,7 @@ msgstr "" msgid "You can also discover new Custom Feeds to follow." msgstr "Bạn cũng có thể khám phá và theo dõi các bảng tin tùy chỉnh mới." -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "Bạn có thể đăng nhập bằng mật khẩu mới của mình." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Bạn có thể kích hoạt lại tài khoản của mình để tiếp tục đăng nhập. Hồ sơ và bài đăng của bạn sẽ hiển thị cho người dùng khác." @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "Bạn có thể cập nhật lại sau trong phần cài đặt." @@ -14690,7 +14855,7 @@ msgstr "" msgid "You don't follow any users who follow @{name}." msgstr "Bạn không theo dõi người dùng nào theo dõi @{name}." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "" @@ -14728,7 +14893,7 @@ msgstr "" #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Bạn đã nhập mã không hợp lệ. Mã có dạng XXXXX-XXXXX." @@ -14778,15 +14943,15 @@ msgstr "Bạn đã đến cuối" msgid "You have successfully verified your email address. You can close this dialog." msgstr "" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Bạn đã tạm thời đạt giới hạn tải lên video. Vui lòng thử lại sau." -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "" @@ -14858,7 +15023,7 @@ msgstr "Bạn phải theo dõi ít nhất bảy người khác để tạo gói msgid "You must grant access to your photo library to save a QR code" msgstr "Bạn phải cấp quyền truy cập vào thư viện ảnh của mình để lưu mã QR" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "Bạn đã vô hiệu hóa @{0} trước đây." @@ -14911,11 +15076,21 @@ msgstr "" msgid "You requested to join" msgstr "" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "Bạn sẽ đăng xuất khỏi tất cả tài khoản của mình." +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "" msgid "You’re in control" msgstr "" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "Bạn đang trong hàng chờ" @@ -15010,7 +15185,7 @@ msgstr "" msgid "You've found some people to follow" msgstr "Bạn đã tìm thấy một số người để theo dõi" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "" @@ -15018,7 +15193,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Bạn đã đến cuối bảng tin! Hãy tìm thêm một số tài khoản để theo dõi." -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "" @@ -15030,22 +15205,23 @@ msgstr "" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Bạn đã đến quá giới hạn tải lên video hàng ngày (quá nhiều byte)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Bạn đã đến giới hạn tải lên video hàng ngày (quá nhiều video)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Không còn video để xem nữa. Có lẽ đây là thời điểm thích hợp để nghỉ giải lao?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Tài khoản của bạn" @@ -15062,7 +15238,19 @@ msgstr "" msgid "Your account has been suspended" msgstr "Tài khoản của bạn đã bị đình chỉ" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Tài khoản của bạn chưa đủ tuổi để tải lên video. Vui lòng thử lại sau." @@ -15074,7 +15262,7 @@ msgstr "" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "Thư mục tài khoản của bạn, chứa tất cả các bản ghi dữ liệu công khai, có thể được tải xuống dưới dạng tệp \"CAR\". Tệp này không bao gồm nhúng phương tiện, chẳng hạn như hình ảnh, hoặc dữ liệu riêng tư của bạn, mà phải được tải riêng lẻ." @@ -15086,7 +15274,7 @@ msgstr "Tài khoản của bạn đã vi phạm <0>Điều khoản Dịch vụ c msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "Khiếu nại của bạn đã được gửi. Nếu khiếu nại của bạn được chấp thuận, bạn sẽ nhận được một email." -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "Ngày sinh của bạn" @@ -15115,7 +15303,7 @@ msgstr "" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Tên tài khoản hiện tại <0>{0} sẽ tự động được giữ lại cho bạn. Bạn có thể chuyển lại vào bất kỳ lúc nào từ tài khoản này." -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "" @@ -15128,7 +15316,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "Email của bạn có vẻ không hợp lệ." @@ -15140,7 +15328,7 @@ msgstr "" msgid "Your first like!" msgstr "Lượt thích đầu của bạn!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "Người theo dõi bạn" @@ -15157,7 +15345,7 @@ msgstr "Tên tài khoản đầy đủ của bạn sẽ là <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "" @@ -15165,7 +15353,7 @@ msgstr "" msgid "Your hosting provider is detected automatically from the username you enter." msgstr "" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "Mục quan tâm của bạn đã được cập nhật!" msgid "Your interests help us find what you like!" msgstr "Mục quan tâm của bạn giúp chúng tôi tìm những gì bạn thích!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "" @@ -15198,15 +15386,20 @@ msgstr "" msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "Mật khẩu của bạn phải có ít nhất 8 ký tự." -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "" @@ -15214,7 +15407,7 @@ msgstr "" msgid "Your preferred language" msgstr "" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "" @@ -15223,24 +15416,28 @@ msgstr "" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Hồ sơ, bài đăng, bảng tin, và danh sách của bạn sẽ không còn hiển thị cho người dùng Bluesky khác. Bạn có thể kích hoạt lại tài khoản bất kì lúc nào bằng cách đăng nhập." -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "Báo cáo của bạn sẽ được gửi tới <0>{0}." +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "Mục quan tâm mà bạn chọn giúp chúng tôi đưa nội dung mà bạn quan tâm đến." -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po index aa45e03fca..5d311f18ca 100644 --- a/src/locale/locales/zh-CN/messages.po +++ b/src/locale/locales/zh-CN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "“{interestsDisplayName}”类别(已选中)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# 位正在关注} other {# 位正在关注}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, one {找到了 # 位朋友!} other {找到了 # 位朋友!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# 小时} other {# 小时}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {#个月} other {#个月}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural,one {还有 1 则帖文} other {还有 # 则帖文}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {关注者} other {关注者}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {正在关注} other {正在关注}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {帖文} other {帖文}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural,other {# 个人}}使用此新手包加入了 Bluesky!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural,other {+其他 # 个新手包}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural,other {根据你所在地区的规定,你必须年满 # 周岁才能创建账户。}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} 正在直播" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} 已被占用" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "你的设备不支持翻译{0}。" @@ -401,14 +407,17 @@ msgstr "{0}/{1}{2, plural,one {个成员}other {个成员}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -444,7 +453,7 @@ msgstr "{0} 秒前" #: src/screens/Messages/JoinRequests.tsx:430 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" -msgstr "{count, plural,=0 {暂无加入申请} one {# 条加入请求}other {# 条加入申请}}" +msgstr "{count, plural,=0 {暂无加入申请} one {# 条加入申请}other {# 条加入申请}}" #: src/components/dms/SystemMessageGroup.tsx:38 msgid "{count, plural, one {# chat update} other {# chat updates}}" @@ -476,11 +485,11 @@ msgstr "{date} {time}" msgid "{displayName}'s Starter Pack" msgstr "{displayName}的新手包" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {时} other {时}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {分} other {分}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} 使用了你的新手包注册" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} 对你授予了认证" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} 位正在关注" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, other {则帖文}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, one {# 小时} other {# 小时}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "超过 {JOIN_REQUESTS_THRESHOLD} 条加入申请" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural,other {# 位用户}}已加入!" @@ -767,7 +776,7 @@ msgstr "{profileName}在 {timeAgoString}前使用新手包加入了 Bluesky" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}、<1>{1} 及{2, plural, one {其他 # } other {其他 # }}人已包含在你的新手包中" @@ -834,7 +843,7 @@ msgstr "<0>{0}、<1>{1} 及{2, plural, one {其他 # } other {其他 # } #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}、<1>{1} 及{2, plural, one {其他 # } other {其他 # }}人已包含在你的新手包中" @@ -874,25 +883,25 @@ msgstr "<0>{0}{1, plural,one {收藏}other {收藏}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, other {个喜欢}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0}及<1><2>{1} 已包含在你的新手包中" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} 已包含在你的新手包中" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} 的成员" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>点击此处以使用 GPS 更新你的位置信息。" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>你 及<1> <2>{0} 已包含在你的新手包中" @@ -946,6 +955,12 @@ msgstr "7 天" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "你可以在 Bluesky 上找到一系列热门动态源,包括 News、Booksky、Game Dev、Blacksky 以及 Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "发生了网络错误,请检查你的网络连接。" msgid "A new code has been sent" msgstr "已发送新的代码" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "全新的认证机制" @@ -1005,7 +1020,7 @@ msgstr "一张帖文编辑器的截图。在发布按钮旁边有一个新的草 msgid "A selected recipient is not followed by the sender." msgstr "选择的收信人未被发信人关注。" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "已发送申请!请等待群组所有者同意以加入群组。" msgid "Accessibility" msgstr "无障碍" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "无障碍设置" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "账户" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "已屏蔽该账户" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "已关注该账户" @@ -1086,8 +1101,8 @@ msgstr "账户已冻结" msgid "Account is deactivated" msgstr "账户已停用" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "已隐藏该账户" @@ -1111,24 +1126,24 @@ msgstr "已从快速访问中移除该账户" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "已取消屏蔽该账户" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "已取消关注该账户" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "已取消隐藏该账户" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "带有蓝色扇形外观认证徽章的账户 <0><1/> 可以为其他账户授予认证,这些可信认证人由 Bluesky 官方所挑选。" @@ -1138,7 +1153,7 @@ msgstr "带有蓝色扇形外观认证徽章的账户 <0><1/> 可以为其 msgid "Activity from others" msgstr "其他人的动态" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "活动通知" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "添加" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "再添加至少 {0} 个以继续" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "添加 {displayName} 至新手包" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "将用户添加至此列表" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "添加账户" @@ -1201,11 +1216,11 @@ msgstr "添加替代文本(可选)" msgid "Add another account" msgstr "添加其他账户" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "添加另一则帖文" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "添加另一则帖文至帖文串" @@ -1223,7 +1238,7 @@ msgstr "添加应用密码" msgid "Add App Password" msgstr "添加应用密码" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "添加自动化标记至此账户" @@ -1239,12 +1254,12 @@ msgstr "添加筛选条件" msgid "Add group chat members" msgstr "添加群组对话成员" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "添加图片" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "添加媒体内容至帖文" @@ -1254,8 +1269,8 @@ msgstr "添加媒体内容至帖文" msgid "Add members" msgstr "添加成员" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "补充更多细节(可选)" @@ -1295,7 +1310,7 @@ msgstr "添加反应" msgid "Add recommended feeds" msgstr "添加推荐的动态源" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "添加一些推荐的动态源到你的新手包里面!" @@ -1307,12 +1322,12 @@ msgstr "添加默认动态源(仅显示你关注的人)" msgid "Add the following DNS record to your domain:" msgstr "向你的域名添加以下 DNS 记录:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "添加到你的动态源" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "添加至列表" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "添加到帖文收藏" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "添加至新手包" @@ -1330,7 +1345,7 @@ msgstr "添加至新手包" msgid "Add user to list" msgstr "将用户新增至列表" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "添加你的出生日期" @@ -1361,7 +1376,7 @@ msgstr "正在添加成员至列表……" msgid "Additional details (limit 1000 characters)" msgstr "补充说明(一千个字以内)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "补充说明(300 个字以内)" @@ -1378,14 +1393,14 @@ msgstr "色情" msgid "Adult content" msgstr "成人内容" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "成人内容" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "仅可通过网页端(<0>bsky.app)启用成人内容显示。" @@ -1402,7 +1417,7 @@ msgstr "成人内容标记" msgid "Adult sexual abuse content" msgstr "成人性虐待内容" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "详细设置" @@ -1423,7 +1438,7 @@ msgstr "已提交年龄验证信息" msgid "Age assurance only takes a few minutes" msgstr "只需几分钟即可完成年龄验证" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "只需几分钟即可完成年龄验证。" @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "全部" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "全部" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "一共 {0} 个" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "已关注所有账户!" @@ -1474,7 +1494,7 @@ msgstr "以下是你已保存的动态源。" msgid "Allow access to your direct messages" msgstr "允许读取你的私人信息" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "允许任何人回复" @@ -1488,8 +1508,8 @@ msgstr "允许以下来源直接向你发起对话" msgid "Allow group chat invites from" msgstr "允许以下来源向你发送群组对话邀请" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "允许读取位置信息" @@ -1498,24 +1518,24 @@ msgstr "允许读取位置信息" msgid "Allow others to be notified of your posts" msgstr "允许其他人在你发帖时收到提醒" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "允许你关注的人回复" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "允许你提及的人回复" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "允许引用帖文" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "允许在 {0} 中的用户回复" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "允许你的关注者回复" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "允许读取私人信息" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "已经有验证码了?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "已经有账户了?" @@ -1540,7 +1560,7 @@ msgstr "已经以 @{0} 身份登录" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "替代文本太长将被截断,{MAX_ALT_TEXT, plural,other {限制为:{0} 个字符。}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "已发送一封电子邮件至 {0}。它包含你需要在下方输入的验证码。" @@ -1587,7 +1607,7 @@ msgstr "发生错误" msgid "An error occurred" msgstr "发生错误" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "压缩视频时发生错误。" @@ -1596,7 +1616,7 @@ msgstr "压缩视频时发生错误。" msgid "An error occurred while fetching suggested accounts." msgstr "获取建议账户出错。" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "载入动态源时发生错误。" @@ -1609,15 +1629,15 @@ msgstr "创建新手包时发生错误,要再试一次吗?" msgid "An error occurred while hiding suggestion. {0}" msgstr "隐藏建议时发生错误。{0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "播放视频时发生错误,请重试。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "播放视频时发生错误,请重试。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "加载列表时发生错误 :/" @@ -1628,16 +1648,16 @@ msgstr "保存二维码时发生错误!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "关注全部账户时发生错误" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "上传视频时发生错误。{message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "上传视频时发生错误。请检查网络连接并重试。" @@ -1661,8 +1681,8 @@ msgstr "包含 Bluesky 的几则帖文插图,旁边还有转发、喜欢和评 msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "一张 Bluesky 应用的插图,纸飞机从中飞出,寓意着邀请好友" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "这张图片显示 Bluesky 官方可挑选信任的认证人,并由可信认证人为其他账户授予认证。" @@ -1686,14 +1706,14 @@ msgstr "开始群组对话时出现问题,请重试。" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "出现问题,请重试。" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "这个 iPhone 模型正在显示 Bluesky 应用界面,其中打开了一个已认证账户的个人资料,名称旁边拥有认证徽章。" @@ -1702,7 +1722,7 @@ msgstr "这个 iPhone 模型正在显示 Bluesky 应用界面,其中打开了 msgid "an unknown labeler" msgstr "未知标记者" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "和" @@ -1735,7 +1755,7 @@ msgstr "为你介绍 Bluesky 上的认证机制" msgid "Any date" msgstr "任何日期" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "任何人" @@ -1767,7 +1787,7 @@ msgstr "关注我的人" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "任何人都无法再通过此链接加入对话,但你随时可以重新创建链接。" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "应用密码名称至少应包含 4 个字符" msgid "App passwords" msgstr "应用密码" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "应用密码" @@ -1856,7 +1876,7 @@ msgstr "对此决定提出申诉" msgid "Appeal this label" msgstr "对此标记提出申诉" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "应用提交变更" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "自 {0} 起被归档" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "已归档帖文" @@ -1914,7 +1934,7 @@ msgstr "你确定要删除此应用密码“{0}”吗?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "你确定要删除这条信息吗?此操作将仅为你删除信息,而不会为其他参与者删除。" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "你确定要删除此新手包吗?" @@ -1936,7 +1956,7 @@ msgstr "你确定要离开这个对话吗?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "你确定要离开此对话吗?此操作将仅为你删除对话,而不会为其他参与者删除。" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "你确定要将此从你的动态源中删除吗?" @@ -1945,7 +1965,7 @@ msgstr "你确定要将此从你的动态源中删除吗?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "你确定要撤销加入 {0} 的申请吗?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "你确定要放弃发布这则帖文吗?" @@ -1953,7 +1973,7 @@ msgstr "你确定要放弃发布这则帖文吗?" msgid "Are you sure?" msgstr "你确定吗?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "你是否为被描绘者本人,或代表被描绘者的授权代表?" @@ -1969,8 +1989,8 @@ msgstr "艺术" msgid "Artistic or non-erotic nudity." msgstr "带有艺术性或非色情的裸露。" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" msgstr "要求应用和网站不要向未登录用户显示我的账户" @@ -1979,12 +1999,12 @@ msgstr "要求应用和网站不要向未登录用户显示我的账户" msgid "Ask apps to hide my posts from algorithmic recommendations" msgstr "要求应用不要在算法推荐中展示我的帖文" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "为算法指定主题" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "至少应包含 8 个字符" @@ -2017,8 +2037,8 @@ msgstr "自动" msgid "Automation label" msgstr "自动化标记" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "自动化标记" @@ -2038,6 +2058,10 @@ msgstr "可用" msgid "Avatar creator" msgstr "头像创建工具" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "头像创建工具" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "头像创建工具" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "返回" msgid "Back to Chats" msgstr "返回对话" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "违法活动或违反安全规定的行为" @@ -2081,7 +2109,7 @@ msgstr "违法活动或违反安全规定的行为" msgid "Banned user returning" msgstr "被禁用户试图绕过封禁" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "根据你设备提供的位置信息,我们认为你位于<0>{geolocationString}。" @@ -2089,7 +2117,7 @@ msgstr "根据你设备提供的位置信息,我们认为你位于<0>{geolocat msgid "Based on your device's location, we think you're in <0>{region}." msgstr "根据你设备提供的位置信息,我们认为你位于<0>{region}。" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "基于你的网络信息,我们认为你位于 <0>{geolocationString}。如果你正在使用 VPN,此估算结果可能不准确。" @@ -2148,16 +2176,16 @@ msgstr "请填写以下栏位,以开始年龄验证流程。" msgid "Beta Feature" msgstr "测试功能" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "测试功能" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "测试功能已启用" @@ -2193,12 +2221,12 @@ msgstr "屏蔽 {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "屏蔽账户" @@ -2255,15 +2283,15 @@ msgstr "屏蔽该用户或删除整个对话(多选)" msgid "Block user and/or leave this conversation" msgstr "屏蔽该用户或离开对话(多选)" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "已被屏蔽" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "已屏蔽账户" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "已屏蔽账户" @@ -2288,7 +2316,7 @@ msgstr "屏蔽是公开可见的。被屏蔽的账户无法在你的帖文下回 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." msgstr "屏蔽不会阻止其继续标记你的账户,但会阻止该账户在你发布的帖文下回复或与你互动。" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "博客" @@ -2299,11 +2327,11 @@ msgstr "标签搜索" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky 无法确认帖文发布时间的真实性。" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky 经典™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky 通过产生并比对称为“哈希值”的数字指纹,来帮助朋友之间相互找到彼此。" @@ -2357,15 +2389,11 @@ msgstr "Bluesky 将你的联系人信息编码加密存储,若你删除联系 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky 将从你的关系网中选择一组推荐关注的账户。" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." msgstr "Bluesky 将不会向未登录用户显示你账户,并会要求其他应用也执行相同的操作。但其他应用未必会遵从该要求。注意:这并不会使你的账号转为非公开状态。" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "Bluesky 将不会在 Discover 动态源中展示您的帖文(对你的关注者除外),并会要求其他应用不要在其算法推荐中展示您的帖文。" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky 官方会主动确认部分知名账户的真实性并授予认证。" @@ -2424,29 +2452,29 @@ msgstr "在探索页面浏览更多建议" msgid "Browse other feeds" msgstr "浏览其他动态源" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "浏览有关 {displayName} 的帖文" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "浏览带有标签 {displayName} 的帖文" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "浏览新手包 {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "浏览 {0} 话题" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "浏览话题 {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "商务" @@ -2459,10 +2487,10 @@ msgstr "返回到主页时间线的按钮" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "来自 {0}" @@ -2475,7 +2503,7 @@ msgstr "来自 @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "来自 <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "继续创建账户即代表你同意我们的<0>服务条款和<1> msgid "By creating an account you agree to the <0>Terms of Service." msgstr "继续创建账户即代表你同意我们的<0>服务条款。" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "由你创建" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "相机" @@ -2521,16 +2549,16 @@ msgstr "需要相机权限" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "需要相机权限" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "需要相机权限" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "取消" msgid "Cancel quote post" msgstr "取消引用帖文" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "取消重新启用账户并登出" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "取消登录以便您检查用户名" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "无法与被屏蔽的用户进行互动" @@ -2609,7 +2637,7 @@ msgstr "字幕(.vtt)" msgid "Captions & alt text" msgstr "字幕及替代文本" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "轮播" @@ -2651,24 +2679,24 @@ msgstr "更改账户代码" msgid "Change hosting provider" msgstr "更改托管服务提供商" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "更改内容审核提供方" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "更改密码" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "更改密码对话框" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "更改举报类型" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "更改举报原因" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "列表在创建后将是一个独立副本,任何对新手包的更改将不会影响已创建的列表。" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "对话" @@ -2758,7 +2786,7 @@ msgstr "对话所有者无法离开对话。" msgid "Chat recipient is not followed by the sender." msgstr "对话收信人未被发信人关注。" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "对话邀请收件箱" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "对话邀请" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "请在下方输入发送到你电子邮箱 <0>{currentEmail} 的验 msgid "Check back later!" msgstr "请过段时间再来查看!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "检查我的状态" @@ -2895,7 +2923,7 @@ msgstr "选择你的托管服务提供商" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "自定义专属于你的时间线!由社群打造的动态源能帮助你找到喜欢的内容。" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "设置你的密码" @@ -2931,7 +2959,7 @@ msgstr "清空 GIF 搜索" msgid "Clear image cache" msgstr "清除图片缓存" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "清除搜索历史记录" @@ -2951,11 +2979,11 @@ msgstr "点击此处以添加成员至群组对话" msgid "Click here to create or manage an invite link for this group chat" msgstr "点击此处以创建或管理此群组对话的邀请链接" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "点击此处来删除你的账户" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "点击这里来登出" @@ -2968,8 +2996,8 @@ msgstr "点击此处以重新发送电子邮件" msgid "Click here to restart the verification process." msgstr "点击这里来重新开始验证流程。" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "点击这里来更新你的出生日期" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "点击以重试发送信息" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "点击以重试发送信息" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "点击以重试发送信息" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "关闭" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "关闭活动对话框" @@ -3068,13 +3097,13 @@ msgstr "关闭横幅" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "关闭对话框" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "关闭抽屉菜单" @@ -3110,7 +3139,7 @@ msgstr "关闭加入申请通知横幅" msgid "Close this dialog" msgstr "关闭此窗口" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "关闭欢迎界面" @@ -3118,7 +3147,7 @@ msgstr "关闭欢迎界面" msgid "Closes password update alert" msgstr "关闭密码更新警告" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "关闭编辑器并舍弃草稿" @@ -3126,7 +3155,7 @@ msgstr "关闭编辑器并舍弃草稿" msgid "Collapse list of users" msgstr "折叠用户列表" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "折叠指定通知的用户列表" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "漫画" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "社群准则" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "完成入门引导并开始使用你的账户" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "完成验证" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "撰写新帖文" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "撰写最多 {0, plural,other {# 个字符}} 的帖文" @@ -3180,11 +3209,11 @@ msgstr "撰写最多 {0, plural,other {# 个字符}} 的帖文" msgid "Compose reply" msgstr "撰写回复" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "正在压缩 GIF……" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "正在压缩视频……" @@ -3198,18 +3227,18 @@ msgstr "已在 <0>内容审核设置 中进行配置。" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "确认" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "验证码" @@ -3226,12 +3255,12 @@ msgstr "正在连接到服务……" msgid "Connecting…" msgstr "连接中……" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "连接问题" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "联系我们的支持团队" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "联系支持" @@ -3273,7 +3302,7 @@ msgstr "内容与媒体" msgid "Content and media" msgstr "内容与媒体" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "内容与媒体" @@ -3281,7 +3310,7 @@ msgstr "内容与媒体" msgid "Content Blocked" msgstr "已屏蔽该内容" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "内容过滤器" @@ -3421,8 +3450,8 @@ msgstr "复制" msgid "Copy App Password" msgstr "复制应用密码" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "复制 at:// 链接" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "复制代码" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "复制 DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "复制邀请链接" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "复制链接" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "复制链接" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "复制列表链接" @@ -3472,12 +3501,12 @@ msgstr "复制列表链接" msgid "Copy link to post" msgstr "复制帖文链接" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "复制个人资料链接" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "复制新手包链接" @@ -3491,8 +3520,8 @@ msgstr "复制信息文本" msgid "Copy post at:// URI" msgstr "复制帖文 at:// 链接" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "复制帖文文字" @@ -3506,7 +3535,7 @@ msgstr "复制 TXT 记录值" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "版权许可" @@ -3632,7 +3661,7 @@ msgstr "创建" msgid "Create a list" msgstr "创建列表" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "从新手包创建列表" @@ -3642,7 +3671,7 @@ msgstr "为新手包创建二维码" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "创建新手包" @@ -3655,12 +3684,12 @@ msgstr "创建新手包" msgid "Create a starter pack for me" msgstr "为我创建新手包" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "创建群组对话" msgid "Create list" msgstr "创建列表" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "从成员创建列表" @@ -3708,13 +3737,13 @@ msgstr "从成员创建列表" msgid "Create list from starter pack" msgstr "从新手包创建列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "创建内容审核列表" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "创建新的账户" @@ -3724,8 +3753,8 @@ msgstr "创建或修改此群组对话的邀请链接" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "创建针对 {0} 的举报" @@ -3734,7 +3763,7 @@ msgstr "创建针对 {0} 的举报" msgid "Create starter pack" msgstr "创建新手包" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "创建用户列表" @@ -3747,7 +3776,7 @@ msgstr "创建用户列表" msgid "Created {0}" msgstr "创建于 {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "已屏蔽此列表的创建者" @@ -3800,7 +3829,7 @@ msgstr "深色" msgid "Dark theme" msgstr "深色模式" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "出生日期" @@ -3814,7 +3843,7 @@ msgstr "白天" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "停用账户" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "默认图标" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "删除" @@ -3892,8 +3921,8 @@ msgstr "删除对话" msgid "Delete for me" msgstr "仅为我删除" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "删除列表" @@ -3909,30 +3938,30 @@ msgstr "仅为我删除信息" msgid "Delete my account" msgstr "删除我的账户" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "删除帖文" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "删除新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "要删除新手包吗?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "要删除此列表吗?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "要删除这则帖文吗?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "已删除" @@ -3953,7 +3982,7 @@ msgstr "验证后由 Plivo 删除" msgid "Deleted list" msgstr "删除列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "描述(最多 1000 个字符)" msgid "Descriptive alt text" msgstr "扩充描述替代文本" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "分离引用" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "要分离引用帖文吗?" @@ -3993,11 +4022,11 @@ msgstr "已启用开发者模式" msgid "Developer options" msgstr "开发者选项" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "调用设备翻译失败 :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "对话框:调整哪些人可以参与这则帖文的互动" @@ -4009,6 +4038,11 @@ msgstr "对话框:设置搜索筛选条件" msgid "Dim" msgstr "昏暗" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "关闭字幕" msgid "Disable email 2FA" msgstr "停用电子邮箱两步验证" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "停用电子邮箱两步验证" @@ -4041,11 +4075,11 @@ msgstr "停用触觉反馈" msgid "Disable link" msgstr "禁用链接" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "禁止其他人引用这则帖文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "完全停用回复" @@ -4056,17 +4090,17 @@ msgstr "禁用此邀请链接?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "停用" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "舍弃" @@ -4075,23 +4109,28 @@ msgstr "舍弃" msgid "Discard changes?" msgstr "要放弃更改吗?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "要舍弃草稿吗?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "要放弃发布吗?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "已断开与 Germ DM 的连接" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "探索动态源" @@ -4106,8 +4145,8 @@ msgstr "探索新的自定义动态源" msgid "Discover New Feeds" msgstr "探索新的动态源" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "跳过" @@ -4115,7 +4154,7 @@ msgstr "跳过" msgid "Dismiss banner" msgstr "忽略横幅提示" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "忽略错误" @@ -4217,8 +4256,9 @@ msgstr "别担心!你现有的对话及设置都已保存,只需验证你已 #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "完成" msgid "Double tap or long press the message to add a reaction" msgstr "双击或长按信息以添加反应" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "双击以关闭对话框" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "双击以点赞" @@ -4248,11 +4288,11 @@ msgstr "下载" msgid "Download Bluesky" msgstr "下载 Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "下载对话数据" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "下载对话数据" @@ -4266,11 +4306,11 @@ msgstr "下载图片" msgid "Download invite QR code" msgstr "下载邀请二维码" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "下载个人资料数据" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "下载个人资料数据" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "人肉搜索" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "草稿" @@ -4318,19 +4358,19 @@ msgstr "例如:alice.com" msgid "E.g. artistic nudes." msgstr "例如:人体艺术。" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "例如:优秀的发帖者" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "例如:垃圾内容制造者" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "例如:从不缺席的网友们。" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "例如:滥发广告内容的用户。" @@ -4341,7 +4381,7 @@ msgstr "进食障碍" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "编辑" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "编辑头像" @@ -4373,8 +4413,8 @@ msgstr "编辑群组名称" msgid "Edit image" msgstr "编辑图片" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "编辑互动选项" @@ -4396,21 +4436,21 @@ msgstr "编辑邀请链接" msgid "Edit link settings" msgstr "编辑链接设置" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "编辑列表详情" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "编辑直播状态" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "编辑内容审核列表" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "编辑我的动态源" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "编辑用户" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "编辑帖文互动选项" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "编辑个人资料" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "编辑个人资料" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "编辑新手包" @@ -4454,15 +4494,15 @@ msgstr "编辑新手包" msgid "Edit this group chat’s name" msgstr "编辑此群组对话的名称" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "编辑用户列表" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "编辑哪些人可以回复" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "编辑你的新手包" @@ -4470,16 +4510,16 @@ msgstr "编辑你的新手包" msgid "Education" msgstr "教育" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "此列表的创建者屏蔽了你,或你已屏蔽了对方。" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "电子邮箱" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "已停用电子邮箱两步验证" @@ -4492,7 +4532,7 @@ msgstr "已启用电子邮箱两步验证" msgid "Email address" msgstr "电子邮箱地址" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "重新发送电子邮件" @@ -4508,7 +4548,7 @@ msgstr "电子邮件已发送!<0>点击这里来重新发送。" msgid "Email verification complete!" msgstr "已验证电子邮箱!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "已验证电子邮箱" @@ -4527,7 +4567,7 @@ msgstr "嵌入帖文" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "将这则帖文嵌入到你的网站。只需复制以下代码片段,并将其插入到你网站的 HTML 代码中的合适位置即可。" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "嵌入式视频播放器" @@ -4542,12 +4582,7 @@ msgstr "启用" msgid "Enable {0} only" msgstr "仅启用 {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "启用 10 分钟视频上传。" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "启用成人内容显示" @@ -4583,7 +4618,7 @@ msgstr "转到其个人主页,点击 <0>提醒图标 即可接收该账户 msgid "Enable push notifications" msgstr "启用推送通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "允许其他人引用这则帖文" @@ -4601,7 +4636,7 @@ msgstr "启用热门话题" msgid "Enable trending videos in your Discover feed" msgstr "在你的“Discover”动态源中启用热门视频" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "启用" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "输入你的出生日期" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "输入你的电子邮箱地址" @@ -4670,15 +4705,15 @@ msgstr "输入你的密码" msgid "Enter your username and password" msgstr "输入你的用户名和密码" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "进入全屏模式" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "娱乐" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "错误" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "错误信息" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "保存文件时发生错误" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "CAPTCHA(人机验证)响应错误。" @@ -4712,11 +4747,11 @@ msgstr "CAPTCHA(人机验证)响应错误。" msgid "Error: {error}" msgstr "错误:{error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "任何人都可以回复" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "任何人都可以回复这则帖文。" @@ -4783,7 +4818,7 @@ msgstr "展开或折叠你正在回复的完整帖文" msgid "Expand post text" msgstr "展开帖文文本" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "展开或折叠帖文文本" @@ -4826,21 +4861,21 @@ msgstr "血腥、露骨或其他可能引起不适的媒体内容。" msgid "Explicit sexual images." msgstr "露骨的色情图片。" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "探索" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "探索应用" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "导出我的对话数据" @@ -4849,7 +4884,7 @@ msgstr "导出我的对话数据" msgid "Export my data" msgstr "导出账户数据" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "导出我的个人资料数据" @@ -4868,7 +4903,7 @@ msgstr "外部媒体" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "外部媒体可能会收集你或设备储存的个人信息。在你按下“播放”按钮之前,平台不会发送任何请求给外部媒体。" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "外部媒体偏好设置" @@ -4946,7 +4981,7 @@ msgstr "无法删除信息" msgid "Failed to delete post, please try again" msgstr "无法删除帖文,请重试" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "无法删除新手包" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "无法停用邀请链接" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "无法断开与 Germ DM 的连接。错误:{0}" @@ -5003,16 +5038,16 @@ msgstr "无法离开群组对话" msgid "Failed to load conversations" msgstr "无法加载对话" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "无法加载动态源" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "无法加载动态源偏好设置" @@ -5037,14 +5072,14 @@ msgstr "无法加载首选项。" msgid "Failed to load profiles" msgstr "无法加载个人资料" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "无法加载建议的动态源" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "无法加载建议关注" @@ -5067,12 +5102,12 @@ msgstr "无法标记所有为已读" msgid "Failed to mute group chat" msgstr "无法隐藏群组对话" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "无法固定帖文" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "无法重新连接 Germ DM。错误:{0}" @@ -5121,7 +5156,7 @@ msgstr "无法撤销你的申请,请重试。" msgid "Failed to resolve location. Please try again." msgstr "无法获取位置信息,请重试。" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "无法保存草稿" @@ -5135,7 +5170,7 @@ msgstr "无法保存图片" msgid "Failed to save image: {0}" msgstr "无法保存图片:{0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "无法保存设置,请重试。" @@ -5168,7 +5203,7 @@ msgstr "无法隐藏讨论串,请重试" msgid "Failed to unlock group chat" msgstr "无法解锁群组对话" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "无法取消固定列表" @@ -5185,7 +5220,7 @@ msgstr "无法更新电子邮箱两步验证设置" msgid "Failed to update email, please try again." msgstr "无法更新电子邮箱,请重试。" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "无法更新动态源" @@ -5197,12 +5232,10 @@ msgstr "无法更新动态提醒范围" msgid "Failed to update settings" msgstr "无法更新设置" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "无法上传视频" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "虚假账户或机器人" msgid "False information about elections" msgstr "散布选举相关虚假信息" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "动态源" @@ -5241,11 +5274,11 @@ msgstr "动态源创建者" msgid "Feed identifier" msgstr "动态源标识符" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "动态源菜单" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "切换动态源" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "已提交反馈给动态源维护者" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "动态源" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "动态源是一种自定义算法,用户仅需掌握一点编程知识即可轻松创建。 <0>阅读指南以获取更多资讯。" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "获取更新" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "已成功保存文件!" @@ -5306,6 +5343,10 @@ msgstr "依发布者筛选(目前:{currentLabel})" msgid "Filter from feeds" msgstr "从动态源中过滤" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "按语言过滤搜索(当前:{currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "筛选器" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "正在完成" @@ -5358,15 +5399,15 @@ msgstr "财经" msgid "Find accounts to follow" msgstr "去关注更多账户" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "寻找并邀请朋友" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "寻找联系人" @@ -5378,7 +5419,7 @@ msgstr "寻找我的朋友" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "寻找一些人来关注" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "聚焦搜索栏" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "关注" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "关注 {0}" @@ -5458,7 +5499,7 @@ msgstr "关注 {0}" msgid "Follow {displayName}" msgstr "关注 {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "关注 {handle}" @@ -5474,8 +5515,8 @@ msgstr "关注 10 个人以开始" msgid "Follow 7 accounts" msgstr "关注 7 个账户" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "关注账户" @@ -5486,8 +5527,8 @@ msgstr "关注账户" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "全部关注" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "关注所有账户" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "关注者可以加入" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "你认识的这些人也关注了 @{0}" @@ -5552,28 +5593,29 @@ msgstr "你认识的关注者" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "正在关注" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "正在关注" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "已关注 {0}" @@ -5582,7 +5624,7 @@ msgstr "已关注 {0}" msgid "Following {displayName}" msgstr "正在关注 {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "已关注 {handle}" @@ -5591,7 +5633,7 @@ msgstr "已关注 {handle}" msgid "Following feed preferences" msgstr "“Following”动态源偏好设置" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "“Following”动态源偏好设置" @@ -5613,7 +5655,7 @@ msgstr "字体大小" msgid "Food" msgstr "食物" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "对于组织账户,请使用账户负责人的出生日期。" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "创建新的链接" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "Germ DM 已断开" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM 链接" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "重新连接 Germ DM" @@ -5812,7 +5854,7 @@ msgstr "开始吧" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "已上传 GIF" @@ -5835,8 +5877,8 @@ msgstr "颂扬暴力" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "颂扬暴力" msgid "Go back" msgstr "返回" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "返回" @@ -5867,8 +5909,8 @@ msgstr "返回上一步" msgid "Go home" msgstr "转到主页" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "开始直播" @@ -5879,8 +5921,8 @@ msgstr "开始直播" msgid "Go Live" msgstr "开始直播" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "直播(已停用)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "直播时长" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "转到 {0} 的个人资料" @@ -5900,7 +5942,7 @@ msgstr "转到 {firstAuthorName} 的个人资料" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "转至账户设置" @@ -5943,8 +5985,8 @@ msgstr "你账户的直播功能已被停用" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "了解" @@ -5953,6 +5995,11 @@ msgstr "了解" msgid "Grant access" msgstr "授予权限" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "已更新群组对话名称" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "群组对话设置" @@ -6083,6 +6130,11 @@ msgstr "快乐 GIFs" msgid "Haptics" msgstr "触感" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "骚扰或仇恨行为" @@ -6095,7 +6147,7 @@ msgstr "有害或高风险活动" msgid "Harming or endangering minors" msgstr "伤害或危及未成年人安全" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "标签" @@ -6112,11 +6164,11 @@ msgstr "仇恨言论" msgid "Have a code? <0>Click here." msgstr "已经有验证码了?<0>点击这里。" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "位置信息判断有误?<0>点击此处来通过 GPS 更新你所在的位置。" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "遇到问题了吗?" @@ -6145,11 +6197,11 @@ msgstr "以下是你的应用密码!" msgid "Hey there 👋" msgstr "嗨👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "嗨!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "嗨!" @@ -6158,7 +6210,7 @@ msgstr "嗨!" msgid "Hidden" msgstr "隐藏" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "由你的内容审核设置所隐藏。" @@ -6166,23 +6218,19 @@ msgstr "由你的内容审核设置所隐藏。" msgid "Hidden list" msgstr "隐藏列表" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "隐藏" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "隐藏" @@ -6195,7 +6243,7 @@ msgstr "隐藏自定义选项" msgid "Hide group chat updates" msgstr "隐藏群组对话更新" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "隐藏列表" @@ -6203,23 +6251,23 @@ msgstr "隐藏列表" msgid "Hide password" msgstr "隐藏密码" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "仅为我隐藏这则帖文" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "为所有人隐藏回复" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "仅为我隐藏回复" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "在动态中隐藏转发帖文" @@ -6227,38 +6275,31 @@ msgstr "在动态中隐藏转发帖文" msgid "Hide this card" msgstr "隐藏这张卡片" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "要隐藏这则帖文吗?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "要隐藏这则回复吗?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "隐藏翻译" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "隐藏热门话题" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "要隐藏热门话题吗?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "要隐藏热门视频吗?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "隐藏用户列表" @@ -6267,12 +6308,12 @@ msgstr "隐藏用户列表" msgid "Hide verification badges" msgstr "隐藏认证徽章" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "隐藏内容" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "隐藏邀请朋友横幅" @@ -6308,7 +6349,7 @@ msgstr "抱歉,动态源服务器返回错误响应。请联系动态源的维 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "抱歉,我们无法找到该动态源。它似乎已被删除。" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "抱歉,看起来在加载数据时遇到了问题。请查看下方获取更多详情。如果问题仍然存在,请联系我们。" @@ -6316,14 +6357,14 @@ msgstr "抱歉,看起来在加载数据时遇到了问题。请查看下方获 msgid "Hmmmm, we couldn't load that moderation service." msgstr "抱歉,我们无法加载该内容审核提供服务方。" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "请稍等!我们正在逐步开放上传视频的权限。你目前仍在等待队伍中,请稍后再回来查看!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "主页" @@ -6369,8 +6410,8 @@ msgstr "人口贩卖" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "我同意 Bluesky 使用我的通讯录数据寻找朋友,并保留哈希值,直到我选择退出。" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "我有验证码" @@ -6400,15 +6441,15 @@ msgstr "若不指定语言,你的动态源将显示所有语言的内容。" 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." msgstr "如果你已年满 18 周岁并想重新验证,请点击下方按钮,并使用你所在地区可用的其他验证方式。如有任何疑问或顾虑,<0>我们的支持团队随时愿意为你提供帮助" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "若你是所在国家法律定义的未成年人,则你的父母或法定监护人必须代表你阅读这些条款。" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "如果你认为你的出生日期不正确,你可以<0>点击这里来更新。" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "如果你删除此列表,则以后将无法恢复。" @@ -6420,7 +6461,7 @@ msgstr "若你拥有自己的域名,你可以将其用作自己的账户代码 msgid "If you need to update your email, <0>click here." msgstr "如果你需要更新你的电子邮箱,请<0>点击这里。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "如果你删除这则帖文,则以后将无法恢复。" @@ -6441,7 +6482,7 @@ msgstr "如果你想限制其他人接收你账户的动态提醒,可以转到 msgid "If you're a developer, you can host your own server." msgstr "如果你是开发者,你可以自行托管服务器。" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "如果你想更改你的账户代码或电子邮箱,请记得在停用之前进行更改。" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "图片" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "图片 {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "第 {0} 张图片,共 {1} 张" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "第 {0} 张图片,共 {imageCount} 张" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "已清除图片缓存,释放了{0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "图片集,{0} 张图片" @@ -6526,7 +6567,7 @@ msgstr "导入联系人" msgid "Import Contacts" msgstr "导入通讯录" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "导入通讯录或邀请你的朋友" @@ -6540,7 +6581,7 @@ msgstr "导入通讯录来寻找你的朋友" msgid "Imported on {0}" msgstr "已于 {0} 导入" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "为了提供符合你年龄段的使用体验,我们需要知道你的出生日期。你只需提供一次,且相关信息将会严格保密。" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "包含自此日期之前发布的帖文" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "包含视频时间戳({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "输入发送至你电子邮箱的验证码" msgid "Interaction limited" msgstr "已限制互动" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "互动选项" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "隆重介绍帖文收藏(又名书签)" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "两步验证码无效。" @@ -6691,7 +6732,7 @@ msgstr "无效的举报内容" msgid "Invalid rescind request." msgstr "无效的撤销申请。" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "验证码无效" @@ -6703,15 +6744,15 @@ msgstr "邀请" msgid "Invite {name} to join Bluesky" msgstr "邀请 {name} 加入 Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "邀请码" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀请码无效,请检查你输入的邀请码并重试。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "邀请朋友" @@ -6761,7 +6802,7 @@ msgstr "已编辑邀请链接" msgid "Invite link enabled" msgstr "已启用邀请链接" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "使用此新手包来邀请其他人吧!" @@ -6786,26 +6827,26 @@ msgstr "以个性化的方式邀请朋友加入" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "看起来你的一些联系人还没有试着在这里找到你。你可以参考我们提供的信息草稿来发送邀请。" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "这是正确的电子邮箱地址" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "现在新手包里只有<0>{0}!通过上面的搜索功能将更多人添加到你的新手包里面。" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "现在只有你一个!通过上面的列表将更多人添加到你的新手包里面。" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "作业 ID:{0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "工作" @@ -6816,8 +6857,8 @@ msgstr "加入" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "加入 Bluesky" @@ -6840,9 +6881,9 @@ msgstr "加入对话" msgid "Journalism" msgstr "新闻学" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "保留编辑内容" @@ -6854,17 +6895,17 @@ msgstr "保持联系" msgid "KWS website" msgstr "KWS 官网" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" msgstr "为算法标记回复" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "由 {0} 标记。" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "由发布者标记。" @@ -6893,7 +6934,7 @@ msgstr "你账户上的标记" msgid "Language" msgstr "语言" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "语言设置" @@ -6907,12 +6948,12 @@ msgstr "语言" msgid "Larger" msgstr "更大" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "最后一次请求于 {timeAgo} 前" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "最后一次请求于不久前" @@ -6923,8 +6964,8 @@ msgstr "最后一次请求于不久前" msgid "Latest" msgstr "最新" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "进一步了解<0>如何使用高级搜索。" msgid "Learn more about age assurance" msgstr "深入了解年龄验证" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "深入了解有关 Bluesky 的信息" @@ -6966,8 +7007,8 @@ msgstr "了解更多导入通讯录功能" msgid "Learn more about self hosting your PDS." msgstr "深入了解有关自行托管 PDS 的信息。" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "深入了解有关应用于该内容的内容审核信息" @@ -6984,8 +7025,8 @@ msgstr "你可以阅读我们的博客文章,了解有关改动的更多资讯 msgid "Learn more about this warning" msgstr "深入了解有关此警告的信息" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "深入了解 Bluesky 的认证机制(英文)" @@ -6995,7 +7036,7 @@ msgstr "深入了解 Bluesky 的认证机制(英文)" msgid "Learn more about what is public on Bluesky." msgstr "深入了解有关 Bluesky 公开内容的信息。" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "了解更多关于你的 Germ DM 链接" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "在你的<0>账户设置了解详情" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "了解详情。" @@ -7067,7 +7108,7 @@ msgstr "离开此对话将触发永久锁定,你将无法重新加入。" msgid "Left group chat." msgstr "离开群组对话。" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "个人排在你前面。" @@ -7080,7 +7121,7 @@ msgstr "自定义" msgid "Let's get your password reset!" msgstr "让我们来重置你的密码吧!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "让我们开始吧!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "浅色" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "喜欢" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "喜欢({0, plural, one {# 次喜欢} other {# 次喜欢}})" @@ -7114,7 +7155,7 @@ msgstr "喜欢 10 则帖文" msgid "Like 10 posts to train the Discover feed" msgstr "喜欢 10 则帖文以训练“Discover”资讯源" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "喜欢此动态源" @@ -7122,8 +7163,8 @@ msgstr "喜欢此动态源" msgid "Like this labeler" msgstr "喜欢此标记者" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "喜欢的用户" @@ -7140,26 +7181,26 @@ msgstr "喜欢的用户" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {# 位用户} other {# 位用户}}喜欢" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "被 {0} 喜欢" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "被 {0} 及 {1} 喜欢" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "喜欢" msgid "Likes of your reposts" msgstr "喜欢你转发的帖文" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "这则帖文的喜欢数" @@ -7191,11 +7232,16 @@ msgstr "线性视图" msgid "Link copied to clipboard" msgstr "已复制链接至剪贴板" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "列表头像" @@ -7227,20 +7273,20 @@ msgstr "已创建列表,但无法添加部分成员" msgid "List creator" msgstr "列表创建者" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "已删除该列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "列表描述" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "列表描述太长,{DESCRIPTION_MAX_GRAPHEMES, plural, other {不能超过 # 个字符。}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "已隐藏该列表" @@ -7248,7 +7294,7 @@ msgstr "已隐藏该列表" msgid "List Hidden" msgstr "隐藏列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "列表需要指定名称。" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "已隐藏该列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "列表名称" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "列表名称太长,{DISPLAY_NAME_MAX_GRAPHEMES, plural, other {不能超过 # 个字符。}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "已取消屏蔽该列表" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "已取消隐藏该列表" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "列表" @@ -7326,12 +7372,12 @@ msgstr "直播功能正在测试阶段" msgid "Live link" msgstr "直播链接" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "加载更多" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "加载更多建议的动态源" @@ -7346,16 +7392,16 @@ msgstr "加载更多通知" msgid "Load new posts" msgstr "加载更多帖文" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "正在加载对话……" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "正在加载列表……" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "正在加载帖文互动选项……" @@ -7383,7 +7429,7 @@ msgstr "锁定此群组对话" msgid "Locked" msgstr "已锁定" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "日志" @@ -7405,11 +7451,6 @@ msgstr "网站标志由 <0>@sawaratsuki.bsky.social 绘制" msgid "Long press to open tag menu for {0}" msgstr "长按以开启 {0} 的标签菜单" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "更长的视频" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "应该类似这样 XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "请确认目标页面地址是否正确!" msgid "Manage saved feeds" msgstr "管理已保存的动态源" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "管理认证设置" @@ -7461,8 +7502,14 @@ msgstr "管理你的隐藏字词和标签" msgid "Manual" msgstr "手动" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "标记所有为已读" @@ -7473,6 +7520,10 @@ msgstr "标记所有为已读" msgid "Mark all chats as read" msgstr "将所有对话标记为已读" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "媒体" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "媒体文件已存储到{0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "媒体文件已存储到其他设备" @@ -7540,7 +7591,7 @@ msgstr "成员" msgid "Members can still read chat history but can’t send new messages." msgstr "成员仍然可以查看此群组对话记录,但无法发送新信息。" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "被提及的用户" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "信息" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "信息" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "发信息给 {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "已删除信息" @@ -7603,7 +7655,7 @@ msgstr "来自 @{0} 的信息:{1}" msgid "Message from server: {0}" msgstr "来自服务器的信息:{0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "信息输入框" @@ -7615,7 +7667,7 @@ msgstr "信息过长({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "信息选项" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "信息" @@ -7640,12 +7692,12 @@ msgstr "轻度骚扰或霸凌行为" msgid "Misleading" msgstr "误导" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "缺失媒体文件" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "内容审核" @@ -7658,6 +7710,12 @@ msgstr "内容审核过滤器" msgid "Moderation details" msgstr "内容审核详情" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "内容审核收件箱" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "由 <0/> 创建的内容审核列表" msgid "Moderation list by you" msgstr "你创建的内容审核列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "已创建内容审核列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "已更新内容审核列表" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "内容审核列表" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "内容审核列表" @@ -7697,11 +7755,11 @@ msgstr "内容审核列表" msgid "moderation settings" msgstr "内容审核设置" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "内容审核状态" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "内容审核工具" @@ -7710,8 +7768,8 @@ msgstr "内容审核工具" msgid "Moderator has chosen to set a general warning on the content." msgstr "内容审核服务提供方已对该内容标记一般警告。" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "更多动态源" @@ -7720,10 +7778,10 @@ msgstr "更多动态源" msgid "More languages..." msgstr "更多语言……" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "更多选项" @@ -7747,7 +7805,7 @@ msgstr "音乐" msgid "Mute" msgstr "隐藏" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "隐藏" msgid "Mute {0}" msgstr "隐藏 {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "隐藏账户" @@ -7816,13 +7874,13 @@ msgstr "仅隐藏包含该字词的标签" msgid "Mute this word until you unmute it" msgstr "将这个字词隐藏,直到你取消为止" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "隐藏讨论串" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "隐藏字词和标签" @@ -7834,11 +7892,11 @@ msgstr "你可以随时隐藏、离开或移除任何成员,尽在掌握。" msgid "Muted" msgstr "已隐藏" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "已隐藏账户" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "已隐藏账户" @@ -7852,7 +7910,7 @@ msgstr "已隐藏的账户不会出现在你的通知或时间线里面。隐藏 msgid "Muted by \"{0}\"" msgstr "被“{0}”隐藏" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "隐藏字词和标签" @@ -7881,7 +7939,7 @@ msgstr "我的动态源" msgid "My starter pack" msgstr "我的新手包" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "名称" @@ -7891,12 +7949,12 @@ msgstr "自然" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "转到 {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "转到新手包" @@ -7910,8 +7968,8 @@ msgstr "转到下一页" msgid "Navigates to your profile" msgstr "转到个人资料" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "需要举报侵害版权、法律要求及合规性问题吗?" @@ -7919,10 +7977,6 @@ msgstr "需要举报侵害版权、法律要求及合规性问题吗?" msgid "Nevermind, create a handle for me" msgstr "不用了,请帮我创建一个账户代码" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "最新" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "新的电子邮箱地址" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "新功能" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "新信息" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "新密码" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "新帖文" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "新帖文" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "最新回复优先" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "新闻" @@ -8088,15 +8142,15 @@ msgstr "新闻" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "下一步" @@ -8108,12 +8162,16 @@ msgstr "下一张图片" msgid "Night" msgstr "夜晚" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "否" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "无广告,无侵入式追踪,更没有成瘾性设计。Bluesky 充分尊重你宝贵的时间与注意力。" @@ -8194,11 +8252,11 @@ msgstr "目前还没有喜欢" msgid "No lists" msgstr "没有列表" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "已不再关注 {0}" @@ -8224,7 +8282,7 @@ msgstr "告别那些充斥着垃圾信息的算法,找到对你有利而非有 msgid "No name" msgstr "没有名字" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "目前还没有通知!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "没有人" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "仅限发布者可以引用这则帖文。" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "没有结果" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "找不到符合“{0}”的结果。" @@ -8322,7 +8380,7 @@ msgstr "找不到符合 “<0>{query}” 的结果。" msgid "No results found for your query with advanced search filters applied." msgstr "应用高级搜索筛选后,未找到匹配的结果。" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "没有结果。" @@ -8335,7 +8393,7 @@ msgstr "目前还没有新手包" msgid "No thanks" msgstr "不,谢谢" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "无法从你的设备获取到翻译结果。" @@ -8343,7 +8401,7 @@ msgstr "无法从你的设备获取到翻译结果。" msgid "No video posts yet" msgstr "目前还没有视频帖文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "没有人" @@ -8360,7 +8418,7 @@ msgstr "目前还没有人引用这则帖文,或许你可以来当第一个哦 msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "目前还没有人转发这则帖文,或许你可以来当第一个哦!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "找不到任何人,试试搜点其他关键字。" @@ -8398,7 +8456,7 @@ msgstr "此功能无法在这个平台上使用。" msgid "Not followed by anyone you’re following" msgstr "没有被任何你认识的人关注" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "找不到" @@ -8407,7 +8465,7 @@ msgstr "找不到" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "不急着分享?先将好想法收进草稿,静待最合适的时刻。" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "分享注意事项" @@ -8419,13 +8477,17 @@ msgstr "注意:Bluesky 是 Atmosphere(一个开放的公共网络)的一 msgid "Note: This post is only visible to logged-in users." msgstr "注:这则帖文仅对已登录用户可见。" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "目前没有收藏内容" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "通知设置" @@ -8435,8 +8497,8 @@ msgstr "通知设置" msgid "Notification sounds" msgstr "通知提示音" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "通知提示音" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "通知" @@ -8490,7 +8552,7 @@ msgstr "好的" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "好的" @@ -8505,6 +8567,10 @@ msgstr "最早回复优先" msgid "On" msgstr "开" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "在 Bluesky 上,这意味着您的帖子将只会在探索信息流中向关注您的用户显示。其他应用可以选择在其算法推荐中使用此偏好设置。" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "于<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "选择的收信人中有人不允许群组对话。" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "选择的收信人中有人屏蔽了你,无法发送信息。" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "至少有一张 GIF 缺失了替代文本。" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "至少有一张图片缺失了替代文本。" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "你所选中的部分文件格式不被支持。" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "你选中的部分文件太大,最大的文件大小为 {VIDEO_MAX_SIZE_MB} MB。" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "一则或多则帖文内容过长,无法保存为草稿{MAX_DRAFT_GRAPHEME_LENGTH, plural,one {最大字数限制为 # 个字符。}other {最大字数限制为 # 个字符。}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "至少有一段视频缺失了替代文本。" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "仅限{0}可以回复。" @@ -8556,7 +8622,7 @@ msgstr "仅限{0}可以回复。" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "你共上传了 {1} 张图片,我们仅会保留前 {0} {2, plural,one {张} other {张}};上限为 {MAX_GALLERY_IMAGES}" @@ -8578,7 +8644,7 @@ msgstr "只有关注者可以加入此群组对话。" msgid "Only followers who I follow" msgstr "仅限我关注的人" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "仅支持图片文件" @@ -8637,7 +8703,7 @@ msgstr "开启高级搜索选项" msgid "Open avatar creator" msgstr "开启头像创建工具" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "开启相机" @@ -8655,7 +8721,7 @@ msgstr "开启 {displayName} 的对话成员选项" msgid "Open conversation options" msgstr "开启对话选项" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "开启草稿" @@ -8663,8 +8729,8 @@ msgstr "开启草稿" msgid "Open drawer menu" msgstr "开启抽屉菜单" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "开启表情符号选择器" @@ -8695,12 +8761,12 @@ msgstr "开启群组对话" msgid "Open group chat settings" msgstr "开启群组对话设置" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "在 Google 翻译中开启" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "开启指向 {niceUrl} 的链接" @@ -8713,11 +8779,11 @@ msgstr "开启信息选项" msgid "Open moderation debug page" msgstr "开启内容审核调试页面" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "开启隐藏字词和标签设置" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "开启新手包" @@ -8743,7 +8809,7 @@ msgstr "开启设置" msgid "Open share menu" msgstr "开启分享菜单" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "开启新手包菜单" @@ -8759,10 +8825,9 @@ msgstr "开启系统日志" msgid "Open this group chat" msgstr "开启此群组对话" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "开启 {0} 动态源" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "开启调试记录的额外详细信息" msgid "Opens alt text dialog" msgstr "打开替代文本对话框" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "开启设备相机" @@ -8804,28 +8869,28 @@ msgstr "开启更改账户代码对话框" msgid "Opens composer" msgstr "开启编辑器" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "开启设备相机" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "开启设备相册以选择最多 {MAX_GALLERY_IMAGES, plural, other {# 张图片}}、一段视频或一张 GIF。" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "开启创建新 Bluesky 账户流程" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "开启登录到你现有的 Bluesky 账户流程" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "开启完整图片" @@ -8833,7 +8898,7 @@ msgstr "开启完整图片" msgid "Opens helpdesk in browser" msgstr "在浏览器中打开说明中心" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "开启图片选择器" @@ -8854,7 +8919,7 @@ msgstr "开启帖文语言设置" msgid "Opens profile" msgstr "打开个人资料" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "开启寻找和邀请朋友设置" @@ -8867,11 +8932,11 @@ msgstr "开启 GIF 选择器对话框" msgid "Opens the invite friends sheet to share your profile" msgstr "开启邀请好友面板来分享你的资料" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "开启帖文编辑器" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "在编辑器中开启这份草稿" @@ -8879,15 +8944,51 @@ msgstr "在编辑器中开启这份草稿" msgid "Opens this profile" msgstr "开启该个人资料" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "选项:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "或者以其他账户继续。" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "或者使用你的其他账户登录。" @@ -8985,7 +9086,7 @@ msgstr "派对 GIFs" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "密码" @@ -8993,7 +9094,7 @@ msgstr "密码" msgid "Password changed" msgstr "已更改密码" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "密码至少应包含 8 个字符。" @@ -9005,7 +9106,7 @@ msgstr "已更新密码" msgid "Password updated!" msgstr "已更新密码!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "暂停" @@ -9020,7 +9121,7 @@ msgstr "暂停视频" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "用户" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "{ownerName} 的关注者可以申请加入" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "被 @{0} 关注的用户" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "关注 @{0} 的用户" @@ -9070,11 +9171,11 @@ msgstr "我关注的人可以直接加入" msgid "People I follow can request to join" msgstr "我关注的人可以申请加入" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "你关注的人" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "你提及的人" @@ -9082,7 +9183,7 @@ msgstr "你提及的人" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "已被拒绝访问照片图库,请在系统设置中授权。" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "切换用户" @@ -9115,15 +9216,15 @@ msgstr "选择一个颜色主题" msgid "Pictures meant for adults." msgstr "不适合未成年人的图片。" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "固定动态源" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "固定到主页" @@ -9131,8 +9232,8 @@ msgstr "固定到主页" msgid "Pin to Home" msgstr "固定到主页" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "固定到你的个人资料" @@ -9151,11 +9252,11 @@ msgstr "固定 {0} 到主页" msgid "Pinned Feeds" msgstr "已固定的动态源列表" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "已固定到你的动态源中" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "播放" @@ -9169,12 +9270,12 @@ msgstr "播放 {0}" msgid "Play GIF" msgstr "播放 GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "播放视频" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "播放视频" @@ -9182,7 +9283,7 @@ msgstr "播放视频" msgid "Plays or pauses the GIF" msgstr "播放或暂停 GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "播放或暂停视频" @@ -9190,7 +9291,7 @@ msgstr "播放或暂停视频" msgid "Plays the GIF" msgstr "播放 GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "播放视频" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "请设置你的账户代码。" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "请设置你的密码。" @@ -9219,12 +9320,12 @@ msgstr "请点击我们发送给你电子邮件中的链接来验证你的新电 msgid "Please complete the verification captcha." msgstr "请完成 CAPTCHA(人机验证)。" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "请先验证你的电子邮箱地址以上传视频。" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "请再次确认你输入的电子邮箱地址是否正确。" @@ -9232,7 +9333,7 @@ msgstr "请再次确认你输入的电子邮箱地址是否正确。" msgid "Please enter a password." msgstr "请输入密码。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "请输入密码,至少应包含 8 个字符。" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "请输入我们之前发送到你电子邮箱地址的验证码。" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "请输入你的电子邮箱地址。" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "请输入你的邀请码。" @@ -9306,8 +9407,8 @@ msgstr "请说明你为什么认为你的对话被错误停用" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "请说明你为什么认为你的直播权限被错误停用。" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "请返回,或触发这个元素以回到内容的开头。" @@ -9333,7 +9434,7 @@ msgstr "请选择你要举报的违规项目" msgid "Please sign in as @{0}" msgstr "请以 @{0} 身份登录" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "请通过非自愿私密影像(NCII)举报表单提交你的举报。" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "请在以下栏位填写你的信息:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "政治" @@ -9367,18 +9468,18 @@ msgstr "政治" msgid "Porn" msgstr "色情" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "发布" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "帖文" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "第 {index} 则帖文,共 {count} 则" @@ -9393,12 +9494,12 @@ msgstr "发布一张图片" msgid "Post a video" msgstr "发布一段视频" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "全部发布" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "仍然发布" @@ -9406,11 +9507,16 @@ msgstr "仍然发布" msgid "Post blocked" msgstr "帖文已被屏蔽" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0} 的帖文" @@ -9423,10 +9529,10 @@ msgstr "已删除帖文" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "帖文发布失败。请检查网络连接并重试。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "帖文已被删除" @@ -9440,11 +9546,11 @@ msgstr "这则帖文因设置的隐藏字词而被隐藏" msgid "Post Hidden by You" msgstr "你已隐藏这则帖文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "帖文互动选项" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "帖文互动选项" @@ -9468,7 +9574,7 @@ msgstr "帖文链接" msgid "Post not found" msgstr "无法找到帖文" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "已固定帖文" @@ -9478,7 +9584,7 @@ msgstr "已固定帖文" msgid "Post type" msgstr "帖文类型" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "已取消固定帖文" @@ -9487,7 +9593,7 @@ msgstr "已取消固定帖文" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "帖文" @@ -9520,7 +9626,7 @@ msgstr "主要语言" msgid "Press to attempt reconnection" msgstr "点按此处以重试连接" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "隐私" msgid "Privacy and security" msgstr "隐私与安全" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "隐私与安全设置" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "隐私政策" msgid "Privacy violation of a minor" msgstr "侵犯未成年隐私" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "正在处理 GIF……" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "正在处理视频……" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "个人资料" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "公开且可对外分享的列表,可用来批量隐藏或屏蔽账户。" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "发布帖文" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "发布帖文" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "发布回复" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "发布回复" @@ -9685,7 +9791,7 @@ msgstr "已保存二维码至照片图库!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "引用帖文" @@ -9723,8 +9829,8 @@ msgstr "超过速率限制——你在短时间内尝试修改账户代码的次 msgid "Rate limit exceeded. Please try again later." msgstr "超出频率限制,请稍后再试。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "重新关联引用帖文" @@ -9745,7 +9851,7 @@ msgstr "使用 {emoji} 做出反应" msgid "Reactions" msgstr "反应" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "重新启用你的账户" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "阅读如何使用高级搜索筛选器" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "阅读博客文章" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "查看更少" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "查看更多" @@ -9780,7 +9886,7 @@ msgstr "查看更多回复" msgid "Read our blog post" msgstr "阅读我们的博客文章" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "浏览 Bluesky 博客" @@ -9794,11 +9900,11 @@ msgstr "浏览 Bluesky 隐私设置" msgid "Read the Bluesky Terms of Service" msgstr "浏览 Bluesky 服务条款" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "真实的对话。" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "真实的用户。" @@ -9862,23 +9968,24 @@ msgstr "重新加载对话" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "移除" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "从群组对话中移除 {displayName}" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "从你的新手包中删除 {displayName}" @@ -9914,8 +10021,8 @@ msgstr "删除关联" msgid "Remove Avatar" msgstr "删除头像" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "删除横幅图片" @@ -9950,8 +10057,8 @@ msgstr "从对话中移除" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "从我的动态源中删除" @@ -9960,8 +10067,8 @@ msgstr "从我的动态源中删除" msgid "Remove from quick access?" msgstr "要从快速访问中移除吗?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "从已保存的动态源中删除" @@ -9970,7 +10077,7 @@ msgstr "从已保存的动态源中删除" msgid "Remove from saved posts" msgstr "从帖文收藏里删除" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "要从你的动态源中删除吗?" @@ -10010,7 +10117,7 @@ msgstr "删除建议" msgid "Remove this feed from your saved feeds" msgstr "将此动态源从已保存的动态源中删除" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "删除不可用的内容审核服务" @@ -10018,10 +10125,14 @@ msgstr "删除不可用的内容审核服务" msgid "Remove user from list" msgstr "从列表中移除用户" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "撤回认证" @@ -10029,11 +10140,11 @@ msgstr "撤回认证" msgid "Remove your verification for this account?" msgstr "要撤回你对这个账户的认证吗?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "已被发布者删除" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "你已删除" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "已从帖文收藏里删除" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "已从你的新手包中删除" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "已从你的动态源中删除" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "已删除不可用的服务" @@ -10128,11 +10240,11 @@ msgstr "回复信息,点击以滚动到该信息对应的位置" msgid "Replies" msgstr "回复" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "已停用回复" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "这则帖文的回复已被停用。" @@ -10141,14 +10253,14 @@ msgstr "这则帖文的回复已被停用。" msgid "Reply" msgstr "回复" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "回复" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "回复({0, plural, one {# 则回复} other {# 则回复}})" @@ -10162,7 +10274,7 @@ msgstr "已被这条讨论串的发布者隐藏回复" msgid "Reply Hidden by You" msgstr "你已隐藏这则回复" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "由这条讨论串的发布者设置的回复选项" @@ -10185,8 +10297,8 @@ msgstr "已成功隐藏回复" msgid "Report" msgstr "举报" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "举报账户" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "举报对话" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "举报页面" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "举报动态源" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "举报列表" @@ -10216,8 +10328,8 @@ msgstr "举报列表" msgid "Report message" msgstr "举报信息" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "举报帖文" @@ -10225,8 +10337,8 @@ msgstr "举报帖文" msgid "Report sent" msgstr "已提交报告" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "举报新手包" @@ -10292,7 +10404,7 @@ msgstr "转发({0, plural, one {# 次转发} other {# 次转发}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "转发或引用帖文" @@ -10330,12 +10442,12 @@ msgstr "转发这则帖文" msgid "Reposts of your reposts" msgstr "转发你转发的帖文" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "转发帖文将在动态中隐藏" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "转发帖文将在动态中显示" @@ -10348,8 +10460,8 @@ msgstr "申请加入群组对话" msgid "Request approved." msgstr "已接受申请。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "获取验证码" @@ -10371,7 +10483,7 @@ msgstr "已发送申请" msgid "Requests" msgstr "邀请" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "发布时检查媒体是否提供替代文本" msgid "Require an email code to sign in to your account." msgstr "需要电子邮件验证码才能登录到你的账户。" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "服务提供商有此要求" @@ -10418,16 +10530,16 @@ msgstr "重新发送代码" msgid "Resend code in <0>00:{0}" msgstr "<0>00:{0} 后重新发送代码" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "重新发送电子邮件" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "重新发送电子邮件" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "重新发送验证码电子邮件" @@ -10453,6 +10565,11 @@ msgstr "重置密码" msgid "Reset your password by sending a code to your email" msgstr "通过向你的邮箱发送验证码来重置密码" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "恢复默认" @@ -10479,9 +10596,9 @@ msgstr "重试上次出错的操作" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "重试上次出错的操作" msgid "Retry" msgstr "重试" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "重新加载举报选项" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "返回上一页" @@ -10521,7 +10638,7 @@ msgstr "返回主页" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "返回上一页" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "悲伤 GIFs" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "保存出生日期" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "保存更改" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "保存更改?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "保存草稿" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "保存草稿?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "保存图片" @@ -10608,8 +10725,8 @@ msgstr "保存新的账户代码" msgid "Save QR code" msgstr "保存二维码" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "保存这些选项以供下次使用" @@ -10618,7 +10735,7 @@ msgstr "保存这些选项以供下次使用" msgid "Save to my feeds" msgstr "保存到我的动态源" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "已保存动态源" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "帖文收藏" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "已保存到你的动态源" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "问声好!" @@ -10661,7 +10778,7 @@ msgstr "扫描" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "扫描二维码" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "滚动到顶部" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "搜索" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "搜索 @{0} 的帖文" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "按名称或兴趣搜索" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "搜索动态源" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "搜索“{interestsDisplayName}”" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "搜索“{interestsDisplayName}“(已选中)" @@ -10734,19 +10851,19 @@ msgstr "搜索“{searchText}”" msgid "Search for {q}" msgstr "搜索 {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "通过搜索来添加你想分享的动态源。" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "搜索更多账户" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "搜索更多动态源" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "搜索用户" @@ -10774,14 +10891,14 @@ msgstr "搜索语言" msgid "Search my posts" msgstr "搜索我的帖文" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "搜索帖文" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "搜索个人资料" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "搜索……" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "搜索个人资料" @@ -10829,14 +10946,14 @@ msgstr "查看 #{tag} 的帖文" msgid "See #{tag} posts by user" msgstr "查看该用户包含 #{tag} 的帖文" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "查看 Bluesky 的工作职缺" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "浏览更多" @@ -10844,16 +10961,11 @@ msgstr "浏览更多" msgid "See more suggested profiles" msgstr "查看更多建议的个人资料" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "查看更多热门话题" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "在同一作者的讨论串帖文上显示编号标签(1/3、2/3 等)。" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "选择 {langName}" msgid "Select a color" msgstr "选择一个颜色" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "选择一个原因" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "选择账户" @@ -10910,7 +11022,7 @@ msgstr "选择一个头像" msgid "Select an emoji" msgstr "选择一个表情符号" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "选择一个选项" @@ -10946,11 +11058,11 @@ msgstr "选择搜索筛选条件类型(目前:{0})" msgid "Select from an existing account" msgstr "从现有账户中选择" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "从你的列表中选择" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "从你的列表中选择<0>{numberOfListsSelected, plural, other {(已选择# 人)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "选择要将这个字词隐藏多长时间。" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "选择语言" @@ -10987,7 +11099,7 @@ msgstr "选择语言……" msgid "Select languages" msgstr "选择语言" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "选择内容审核服务提供方" @@ -11028,7 +11140,7 @@ msgstr "选择应用界面所使用的语言。" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "选择你希望在动态源中显示的语言。如果留空,将默认显示全部语言的帖文。" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "输入你的出生日期" @@ -11045,7 +11157,7 @@ msgstr "选择动态源内容的翻译目标语言。" msgid "Select your preferred notification channels" msgstr "自定义你的通知推送选项" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "不支持选择多种媒体类型。" @@ -11076,7 +11188,7 @@ msgstr "提交错误报告" msgid "Send feedback" msgstr "提交反馈" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "发送信息" @@ -11089,7 +11201,7 @@ msgstr "发送帖文给 {name}" msgid "Send post to..." msgstr "发送帖文给……" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "将举报提交给 {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "从你的手机发送这则信息" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "发送验证电子邮件" @@ -11133,7 +11245,7 @@ msgstr "将应用图标更改为 {0}" msgid "Set new password" msgstr "设置新密码" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "精确设置哪些范围的人可以回复你的帖文" @@ -11141,11 +11253,11 @@ msgstr "精确设置哪些范围的人可以回复你的帖文" msgid "Set up your account" msgstr "设置你的账户" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "设置哪些人可以回复你的帖文" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "请在下方设置你的出生日期,我们很快就会让你继续四处探索及发布帖文!" @@ -11161,9 +11273,9 @@ msgstr "手动设置托管服务提供商" msgid "Sets email for password reset" msgstr "设置用于重置密码的电子邮箱" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "设置" @@ -11222,7 +11334,7 @@ msgstr "回复通知设置" msgid "Settings for repost notifications" msgstr "转发通知设置" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "已保存设置" @@ -11242,7 +11354,7 @@ msgstr "性暗示" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "分享" @@ -11251,7 +11363,7 @@ msgstr "分享" msgid "Share age range" msgstr "分享年龄范围" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "仍然分享" @@ -11279,13 +11391,13 @@ msgstr "分享邀请链接" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "分享链接" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "分享链接对话框" @@ -11304,12 +11416,12 @@ msgstr "分享帖文 at:// 链接" msgid "Share Profile" msgstr "分享资料" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "分享二维码" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "分享此动态源" @@ -11318,22 +11430,22 @@ msgstr "分享此动态源" msgid "Share this search" msgstr "分享此搜索结果" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "分享此新手包" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "分享此新手包,以帮助其他人更快融入你在 Bluesky 上的关系网。" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "分享到……" @@ -11345,7 +11457,7 @@ msgstr "分享你的联系人来寻找朋友" msgid "Share your thoughts…" msgstr "分享你的想法……" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "共享偏好测试器" @@ -11359,12 +11471,16 @@ msgstr "分享您的年龄范围只会透露你 Apple 账户关联的大致信 msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "分享您的年龄范围只会透露你 Google 账户关联的大致信息——例如,你已年满 18 岁。<0>你的确切年龄和生日信息永远不会被分享,年龄范围数据也永远不会离开此设备。因此,它只能在此设备上启用访问权限。或者,<1>你可以使用我们的可信合作伙伴 KWS来完成验证,从而在所有平台上启用访问权限。" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "显示" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "显示替代文本" @@ -11373,14 +11489,14 @@ msgstr "显示替代文本" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "仍然显示" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "显示自动化标记" @@ -11401,16 +11517,16 @@ msgstr "显示自定义选项" msgid "Show group chat updates" msgstr "显示群组聊天更新" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "显示更少类似内容" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "仍然显示列表" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "显示可供选择的用户列表" @@ -11418,8 +11534,8 @@ msgstr "显示可供选择的用户列表" msgid "Show more" msgstr "显示更多" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "显示更多类似内容" @@ -11445,8 +11561,8 @@ msgstr "显示回复" msgid "Show replies as" msgstr "将回复显示为" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "公开显示回复" @@ -11455,8 +11571,8 @@ msgstr "公开显示回复" msgid "Show reposts" msgstr "显示转发" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "在动态中显示转发帖文" @@ -11478,7 +11594,7 @@ msgstr "显示警告并从动态源中过滤" msgid "Show when you’re live" msgstr "显示直播状态" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "显示这则帖文的创建时间" @@ -11486,15 +11602,15 @@ msgstr "显示这则帖文的创建时间" msgid "Shows other accounts you can switch to" msgstr "显示可供你切换的其他账户" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "显示内容" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "显示内容" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "登录" msgid "Sign in as {0}" msgstr "以 {0} 登录" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "登录为……" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "登录或创建账户" @@ -11551,16 +11667,17 @@ msgstr "登录 Bluesky 或创建新账户" msgid "Sign in to request access to this group chat." msgstr "登录以申请加入此群组对话。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "登录以查看帖文" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "自" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "跳过" msgid "Skip contact sharing and continue to the app" msgstr "跳过分享通讯录并继续使用应用程序" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "跳过空白帖文?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "跳过介绍并开始使用你的账户" @@ -11628,7 +11745,7 @@ msgstr "跳过介绍并开始使用你的账户" msgid "Skip to next step" msgstr "跳至下一步" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "幻灯片" @@ -11644,19 +11761,24 @@ msgstr "暂停提醒" msgid "So many thoughts, you should post one" msgstr "总有一个想法值得被看见,挑一则发布吧" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "由你掌控的社交媒体。" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "程序开发" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "列表中的部分内容审核服务不再可用。" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "你当前被授予的部分认证无效。" @@ -11664,7 +11786,7 @@ msgstr "你当前被授予的部分认证无效。" msgid "Some other feeds you might like" msgstr "其他你可能喜欢的动态源" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "一些人可以回复" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "出了点问题" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "出了点问题,请重试" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "发生错误,请稍后重试。" msgid "Something went wrong. Please try again." msgstr "发生错误,请重试。" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "看起来有点问题?请告诉我们。" @@ -11759,8 +11881,8 @@ msgstr "看起来有点问题?请告诉我们。" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "很抱歉,我们现在无法加载建议账户。" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "很抱歉,你的登录会话已过期,请重新登录。" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "垃圾信息或其他虚假欺骗行为" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "运动" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "当你和其他人开始聊天后,对话就会出现在这里。" @@ -11826,14 +11953,14 @@ msgstr "开始对话" msgid "Start chat with {displayName}" msgstr "与 {displayName} 开始对话" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "新手包" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "由 {0} 创建的新手包" @@ -11841,12 +11968,12 @@ msgstr "由 {0} 创建的新手包" msgid "Starter pack by <0/>" msgstr "由 <0/> 创建的新手包" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "你创建的新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "无效的新手包" @@ -11854,7 +11981,7 @@ msgstr "无效的新手包" msgid "Starter packs" msgstr "新手包" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "新手包" @@ -11893,7 +12020,7 @@ msgstr "已清除数据,请立即重新启动应用。" msgid "Stored as part of a secure code for matching with others" msgstr "存储为安全代码的一部分,以匹配其他人" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "Storybook" @@ -11928,13 +12055,13 @@ msgstr "提交申诉" msgid "Submit feedback" msgstr "提交反馈" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "提交举报" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "通过“举报未自愿私密影像(NCII)”表单提交你的举报" @@ -11963,11 +12090,11 @@ msgstr "订阅 @{0} 以使用这些标记:" msgid "Subscribe to account activity" msgstr "订阅账户动态" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "订阅标记者" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "订阅此标记者" @@ -11975,7 +12102,7 @@ msgstr "订阅此标记者" msgid "Subscribe to this list" msgstr "订阅此列表" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "完成" @@ -11998,7 +12125,7 @@ msgstr "成功认证" msgid "Suggested" msgstr "建议" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "建议账户" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "日落" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "仅限标签" msgid "Take the conversation private." msgstr "将对话设为私密。" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "点击下方的“允许”按钮以允许 Bluesky 读取你的位置信息,我们将使用该数据来更准确地确认你所在地区可用的内容及功能。" @@ -12103,8 +12230,8 @@ msgstr "点击以了解详情" msgid "Tap for more information" msgstr "点击以了解详情" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "点击此处以使用 GPS 更新你的位置信息。" @@ -12206,7 +12333,7 @@ msgstr "条款" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "感谢你的反馈,相关信息将会发送给动态源维护者。" msgid "Thanks for your feedback!" msgstr "感谢您的反馈!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "谢谢,你已成功验证电子邮箱地址,现在你可以关闭此对话框。" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "谢谢!你已完成全部设置。" @@ -12246,16 +12373,16 @@ msgstr "谢谢!你已完成全部设置。" msgid "That contains the following:" msgstr "其中包含以下内容:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "找不到那个新手包。" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "该用户名已被占用" @@ -12263,13 +12390,13 @@ msgstr "该用户名已被占用" msgid "That's all, folks!" msgstr "就这些,完毕!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "就这些了!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "取消屏蔽后,该账户将重新能够与你互动。" @@ -12287,7 +12414,7 @@ msgstr "这条讨论串的发布者隐藏了这则回复。" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "你输入的出生日期表明你未满18周岁,你可能无法使用某些功能或查看部分内容。" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Bluesky 网页客户端" @@ -12352,32 +12479,32 @@ msgstr "你正在回复的帖文已被发布者标记为使用 {suggestedLanguag msgid "The Privacy Policy has been moved to <0/>" msgstr "隐私政策已移动到 <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "处理后的视频过大,请尝试使用较小的文件。" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "所选视频无法编码。" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "无法处理所选视频。" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "所选视频的宽高比不受支持。" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "你所选择的视频大小大于 {VIDEO_MAX_SIZE_MB} MB,请选择其他较小的视频文件。" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "所选视频时长过长。" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "所选视频使用了不受支持的格式。" @@ -12386,7 +12513,7 @@ msgstr "所选视频使用了不受支持的格式。" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "服务器似乎遇到了问题,请稍后重试。" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "你尝试查看的新手包无效。你可以考虑删除此新手包。" @@ -12402,7 +12529,7 @@ msgstr "支持表单已移动到别处。如果你需要更多帮助,请<0/> msgid "The Terms of Service have been moved to" msgstr "服务条款已移动到" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "你提供的验证码无效。请检查你使用的验证链接是否正确,或重试请求新验证链接。" @@ -12412,7 +12539,7 @@ msgstr "你提供的验证码无效。请检查你使用的验证链接是否正 msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "验证服务提供商无法向你的电话号码发送代码,请检查你的电话号码并重试。" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "视频无法上传到你的托管服务提供商,请重试。" @@ -12428,7 +12555,7 @@ msgstr "更改出生日期的频率有限制,你可能需要额外等待一天 msgid "There is no invite link for this group chat." msgstr "此聊天对话没有邀请链接。" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "停用账户没有时间限制,你可以随时决定重新回来。" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "你的网络连接发生了一些问题,请重试" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "连接服务器时出现问题" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "连接至服务器时出现问题。请检查网络连接并重试。" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "刷新通知时出现问题,点击重试。" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "刷新帖文时出现问题,点击重试。" @@ -12495,25 +12622,25 @@ msgstr "更新动态源时出现问题。请检查网络连接并重试。" #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "出现问题了!{0}" @@ -12521,10 +12648,10 @@ msgstr "出现问题了!{0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "出现问题了。请检查网络连接并重试。" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "应用发生意外错误,请联系我们进行错误反馈!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Bluesky 目前迎来了大量新用户!我们将尽快启用你的账户。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "这些是你的默认设置" @@ -12576,7 +12703,7 @@ msgstr "除非你再次发出邀请,否则他们将无法重新加入。" msgid "This {screenDescription} has been flagged:" msgstr "{screenDescription} 已被标记:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "此账户拥有认证徽章,因为其已被可信的认证人授予认证。" @@ -12584,7 +12711,7 @@ msgstr "此账户拥有认证徽章,因为其已被可信的认证人授予认 msgid "This account has been marked as automated by its owner." msgstr "此账户已被其所有人标记为自动化账户。" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "此账户已尝试进行一次或多次认证,但尚未被正式认证。" @@ -12618,7 +12745,7 @@ msgstr "这条申诉将提交给 Bluesky 内容审核服务。" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "该作者仅限已登录用户可以查看其帖文。" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "此按钮允许其他人开启 Germ DM 向你发送信息,你可以通过 Germ DM 来管理其可见性,或者点击下方按钮断开你 Bluesky 账户与 Germ DM 的连接。" @@ -12649,7 +12776,7 @@ msgstr "对话已被断开" msgid "This code is invalid. Resend to get a new code." msgstr "此代码无效,重新发送以获得新的代码。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "此验证码无效,请重试。" @@ -12683,7 +12810,7 @@ msgstr "此对话已锁定。" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "此对话的参与者已停用或删除账户,点击以获取更多详情" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "这份草稿将被永久删除。" @@ -12700,7 +12827,7 @@ msgstr "完全匹配此语句" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "此功能可让其他用户在你发布新帖或回复时收到提醒,你希望允许哪些人接收提醒?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "该功能正在测试。你可以在<0>这篇博客文章中获得关于导出数据的更多详情。" @@ -12763,7 +12890,7 @@ msgstr "这只是一次性的安全检查,因为我们之前未在此设备上 msgid "This is not a valid link" msgstr "无效链接" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "此标记让大家了解这是自动管理的账户。如果选择开启,此标记会显示在个人资料及帖文的账户名称旁,你可以随时决定添加或移除此标签。" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "这条链接将带你前往以下网站:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "此列表由 <0>{0} 创建,其名称或描述可能违反了 Bluesky 社群准则。" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "此列表由你创建,其名称或描述可能违反了 Bluesky 社群准则。" @@ -12829,11 +12956,11 @@ msgstr "这个人屏蔽了你" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "这则帖文声称发布于 <0>{0},但首次出现在 Bluesky 的时间为 <1>{1}。" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "此帖文存在未知的内容类型,你的应用版本可能已过时。" @@ -12845,19 +12972,19 @@ msgstr "这则帖文仅对已登录用户可见。" msgid "This post was deleted by its author" msgstr "这则帖文已被发布者删除" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "这则帖文将从动态源和讨论串中隐藏。注意:此操作无法撤消。" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "这则帖文的发布者已停用引用帖文。" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "此个人资料只对已登录用户可见,未登录的用户将无法看到。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "这则回复将被折叠到你讨论串底部的隐藏部分,并且会对你自己和其他人隐藏后续回复的通知。" @@ -12870,7 +12997,7 @@ msgstr "此界面仅适用于群组对话。" msgid "This service has not provided terms of service or a privacy policy." msgstr "该服务没有提供服务条款或隐私政策。" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "直播功能仍处于测试阶段,此服务暂不可用。可用的服务包括:{formatted}。" @@ -12927,7 +13054,7 @@ msgstr "该用户是近期加入 Bluesky 的。点按此处可获取其加入的 msgid "This user isn't following anyone." msgstr "该账户目前没有关注任何人。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "此视频无法在你的设备上播放,你的浏览器或系统可能缺失所需的视频解码器(H.264/AAC)。" @@ -12953,15 +13080,10 @@ msgstr "这将永久删除你的 Bluesky 账户 <0>{currentHandle} 及所有 msgid "This will remove @{0} from the quick access list." msgstr "这将从你的快速访问中移除 @{0}。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "你的帖文将从这则引用中删除,并替换为一个占位符。" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "讨论串编号" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "讨论串偏好设置" msgid "Threaded" msgstr "树形视图" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "讨论串偏好设置" @@ -13002,7 +13124,7 @@ msgstr "标题" msgid "Title (100 characters max)" msgstr "标题(最多 100 个字符)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "如果需要停用电子邮箱两步验证,请首先验证你的电子邮箱地址。" @@ -13012,7 +13134,7 @@ msgstr "如果需要停用电子邮箱两步验证,请首先验证你的电子 msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "如果需要停用电子邮箱两步验证,请首先验证你的电子邮箱地址 <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "需要登出请<0>点击此处。或者如果需要的话,你也可以<1>删除你的账户。" @@ -13020,11 +13142,11 @@ msgstr "需要登出请<0>点击此处。或者如果需要的话,你也 msgid "Today" msgstr "今天" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "切换以启用或停用成人内容" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "切换音量状态" @@ -13053,7 +13175,7 @@ msgstr "热门" msgid "Top replies first" msgstr "热门回复优先" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "话题" @@ -13061,8 +13183,8 @@ msgstr "话题" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "翻译" @@ -13074,12 +13196,12 @@ msgstr "已翻译" msgid "Translating" msgstr "正在翻译" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "正在翻译……" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "你的设备不支持将原文翻译成相同语言。" @@ -13088,9 +13210,9 @@ msgstr "你的设备不支持将原文翻译成相同语言。" msgid "Tree view" msgstr "树形视图" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "热门" @@ -13099,12 +13221,20 @@ msgstr "热门" msgid "Trending GIFs" msgstr "热门 GIFs" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "热门选项" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "流行趋势" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "流行趋势基于网络上人们正在讨论的内容,趋势标题和描述由 AI 生成。" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "热门视频" @@ -13113,7 +13243,7 @@ msgstr "热门视频" msgid "Trolling" msgstr "引战" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "信任源于人际关系、社群和共享环境,因此我们也引入了<0>可信的认证人:可以直接为其他账户授予认证的组织。" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "无法连接到服务器。请检查网络连接并重试。" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "无法连接到你的服务,请检查网络连接并重试。" @@ -13187,7 +13317,7 @@ msgstr "无法连接到你的服务,请检查网络连接并重试。" msgid "Unable to contact your service. Please check your Internet connection." msgstr "无法连接到服务,请检查网络连接。" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "无法删除" @@ -13205,6 +13335,10 @@ msgstr "找不到选中的收信人。" msgid "Unable to find the selected recipient." msgstr "找不到选中的收信人。" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "无法解析账户代码" @@ -13233,14 +13367,14 @@ msgstr "动态源信息不可用" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "取消屏蔽" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "取消屏蔽" @@ -13251,8 +13385,8 @@ msgstr "取消屏蔽 {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "取消屏蔽账户" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "取消屏蔽账户?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "要取消屏蔽账户吗?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "取消屏蔽列表" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "撤消" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "撤消" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "取消转发({0, plural, one {# 次转发} other {# 次转发}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "取消关注 {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "取消关注账户" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "取消关注用户" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "抱歉,你订阅的标记者不支持此举报类型。" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "很抱歉,你在个人资料中保存的出生日期信息显示你的年龄太小,暂时还不能使用 Bluesky。" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "很抱歉,你设置的年龄无法在你所在的地区使用 Bluesky。" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "未知的认证人" @@ -13333,13 +13490,13 @@ msgstr "未标记的成人内容" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "未标记、具骚扰性,或非自愿的成人内容" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "取消喜欢" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "取消喜欢({0, plural, one {# 次喜欢} other {# 次喜欢}})" @@ -13351,12 +13508,12 @@ msgstr "解锁对话" msgid "Unlock this group chat" msgstr "解锁此群组聊天" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "取消隐藏" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "取消隐藏" msgid "Unmute {0}" msgstr "取消隐藏 {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "取消隐藏账户" @@ -13379,8 +13536,8 @@ msgstr "取消隐藏账户" msgid "Unmute conversation" msgstr "取消隐藏对话" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "取消隐藏列表" @@ -13388,8 +13545,8 @@ msgstr "取消隐藏列表" msgid "Unmute this group chat" msgstr "取消隐藏此群组对话" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "取消隐藏讨论串" @@ -13397,14 +13554,14 @@ msgstr "取消隐藏讨论串" msgid "Unmute video" msgstr "取消隐藏视频" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "取消固定" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "取消固定动态源" @@ -13414,13 +13571,13 @@ msgstr "取消固定动态源" msgid "Unpin from home" msgstr "从主页取消固定" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "从个人资料取消固定" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "取消固定限制列表" @@ -13429,29 +13586,34 @@ msgstr "取消固定限制列表" msgid "Unpinned {0} from Home" msgstr "从主页取消固定 {0}" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "已从你的动态源中取消固定" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "已取消固定列表" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "取消暂停邮件提醒" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "取消订阅" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "从列表取消订阅" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "取消订阅此标记者" @@ -13463,7 +13625,7 @@ msgstr "已从列表中取消订阅" msgid "Unsupported clipboard content" msgstr "不支持的剪贴板内容" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "不支持的视频类型:{mimeType}" @@ -13512,10 +13674,10 @@ msgstr "更新至 {domain}" msgid "Update your email" msgstr "更新你的电子邮箱" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "更新你的位置信息" @@ -13539,24 +13701,24 @@ msgstr "将文本文件上传至:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "从相机上传" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "从文件上传" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "从照片图库上传" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "正在上传 GIF……" @@ -13570,7 +13732,7 @@ msgstr "正在上传图片……" msgid "Uploading link thumbnail..." msgstr "正在上传链接缩略图……" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "正在上传视频……" @@ -13659,25 +13821,25 @@ msgstr "{0} 的用户列表" msgid "User list by you" msgstr "你的用户列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "已创建用户列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "已更新用户列表" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "用户名不能超过 {MAX_SERVICE_HANDLE_LENGTH, plural, other {# 个字符}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "用户名不能使用连字符(-)开头或结尾" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "用户名只能包含字母(a-z)、数字及连字符(-)" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "用户名或电子邮箱地址" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "被 <0>@{0} 关注的用户" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "正在关注 <0>@{0} 的用户" @@ -13707,11 +13869,11 @@ msgstr "值:" msgid "Verification failed, please try again." msgstr "无法授予认证,请重试。" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "认证设置" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "认证设置" @@ -13720,14 +13882,14 @@ msgstr "认证设置" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Bluesky 的认证机制不同于其他平台。<0>在此了解详情。" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "认证人:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "认证账户" @@ -13790,12 +13952,12 @@ msgstr "验证你的年龄" msgid "Verify your email" msgstr "验证你的电子邮箱" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "验证中" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "正在确认你的年龄验证状态" @@ -13815,16 +13977,16 @@ msgstr "版本号 {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "通过新手包 <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "视频" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "视频处理失败" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "视频动态源" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "来自 {0} 的视频:{text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "来自 {0} 的视频。点击以播放或暂停视频" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "电子游戏" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "视频已暂停" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "视频正在播放" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "无法找到视频。" @@ -13859,12 +14021,12 @@ msgstr "无法找到视频。" msgid "Video settings" msgstr "视频设置" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "已上传视频" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "视频:{0}" @@ -13872,19 +14034,13 @@ msgstr "视频:{0}" msgid "Videos" msgstr "视频" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "视频时长必须不超过 10 分钟。" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "视频长度不得超过 3 分钟。" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "查看" @@ -13903,9 +14059,9 @@ msgstr "查看 {0} 的头像" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "查看 {0} 的个人资料" @@ -13924,11 +14080,11 @@ msgstr "查看 {displayName} 的个人资料" msgid "View {publicationTitle}" msgstr "查看 {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "查看该屏蔽账户的个人资料" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "查看博客文章以获取更多资讯" @@ -13936,8 +14092,8 @@ msgstr "查看博客文章以获取更多资讯" msgid "View debug entry" msgstr "查看调试项目" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "查看详情" @@ -13977,13 +14133,13 @@ msgstr "查看更多" msgid "View more trending videos" msgstr "浏览更多热门视频" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "查看帖文" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "查看由 @{0} 提供的标记服务。" msgid "View this user's verifications" msgstr "查看此用户的认证" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "查看此动态源被谁喜欢" @@ -14026,11 +14182,11 @@ msgstr "查看此动态源被谁喜欢" msgid "View video" msgstr "查看视频" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "查看你已屏蔽的账户" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "查看你的默认帖文互动选项" @@ -14039,11 +14195,15 @@ msgstr "查看你的默认帖文互动选项" msgid "View your feeds and explore more" msgstr "查看你的动态源并探索更多内容" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "查看你的内容审核收件箱" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "查看你的内容审核列表" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "查看你隐藏的账户" @@ -14060,6 +14220,10 @@ msgstr "查看完整图片" msgid "Views video in immersive mode" msgstr "进入沉浸模式观看视频" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "暴力" @@ -14136,6 +14300,10 @@ msgstr "无法载入此对话的加入申请" msgid "We couldn’t load this conversation’s settings" msgstr "我们目前无法加载此对话选项" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "我们无法验证你所属的托管服务提供商。请检查你的网络连接,或<0>手动设置托管服务提供商。" @@ -14148,7 +14316,7 @@ msgstr "我们会在确认联系人后删除哈希值" msgid "We don't store your friends' phone numbers or send any messages" msgstr "我们不会存储你朋友的电话号码或发送任何信息" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "我们估计还需要 {estimatedTime} 才能完成你的账户准备。" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "我们正在与 <0>KWS 合作处理年龄验证流程。当你点击下方的“开始”按钮时,KWS 将发送一封电子邮件指引你完成年龄验证。如果你使用的电子邮件地址已被用于其他使用 KWS 技术的游戏或服务,你将无需再次验证。完成验证流程后,你将可以继续使用 Bluesky。" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "我们将发送另一封验证邮件至 <0>{0}。" @@ -14186,7 +14354,7 @@ msgstr "我们建议至少选择两个感兴趣的主题。" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "我们将向 <0>{0} 发送一封含有链接的电子邮件,请点击邮件内容来完成电子邮箱的验证流程。" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "我们无法确定你是否有权上传视频,请重试。" @@ -14198,16 +14366,16 @@ msgstr "由于网络故障,我们无法加载你所在地区的年龄验证配 msgid "We were unable to load your birthdate preferences. Please try again." msgstr "我们无法加载你的出生日期偏好设置,请重试。" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "我们暂时无法记载你已配置的标记者。" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "我们因连接问题无法接收验证状态,可能需要等待一段时间。你的账户会在确认验证后自动恢复。" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "我们会在你的账户准备好时通知你。" @@ -14236,7 +14404,7 @@ msgstr "我们正在改进<0>社群准则,希望能得到你的宝贵意 msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "我们正在改进社群准则,希望能得到你的宝贵意见!新的准则将于 2025 年 10 月 15 日生效。" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "我们正在与服务器连接确认你的年龄验证状态,这应该只需要几分钟。" @@ -14255,7 +14423,7 @@ msgstr "我们遇到了网络问题,请再试一次" msgid "We’re having network issues, try again" msgstr "我们遇到了网络问题,请再试一次" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "为你介绍 Bluesky 的全新认证机制 —— 认证徽章。" @@ -14267,7 +14435,7 @@ msgstr "我们非常高兴你选择加入我们!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "很抱歉,根据你设备所提供的数据,你尚未达到使用 Bluesky 所需的年龄。" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "很抱歉,根据你设备回报的位置信息,你目前所处的地区需要进行年龄验证。" @@ -14296,7 +14464,7 @@ msgstr "很抱歉,无法完成你的搜索。请几分钟后重试。" msgid "We're sorry, you cannot access this screen at this time." msgstr "很抱歉,你目前无法访问此页面。" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "很抱歉!你回复的帖文已被删除。" @@ -14325,12 +14493,12 @@ msgstr "我们正在更新服务条款、隐私政策以及版权政策,自 20 msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "我们正在更新我们的服务条款、隐私政策以及版权政策,自 2025 年 9 月 15 日起生效。同时我们也在改进我们的社群准则,希望能得到你的意见!新的准则将于 2025 年 10 月 15 日生效。你可以阅读我们的博客文章。了解有关这些改动的更多资讯,以及如何与我们分享你的想法。" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "我们已确认你的年龄验证状态,你现在可以关闭此对话框。" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "欢迎回来!" @@ -14351,17 +14519,17 @@ msgstr "你希望如何命名你的新手包?" msgid "what’s up" msgstr "有什么新鲜事" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "发生了什么新鲜事?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "当你点按验证徽章时,你会看到哪些组织已为其授予认证。" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "哪些人可以参与这则帖文的互动?" @@ -14369,12 +14537,12 @@ msgstr "哪些人可以参与这则帖文的互动?" msgid "Who can join this group chat and how" msgstr "谁可以加入此群组及加入策略" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "哪些人可以回复" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "哪些人可以获得认证?" @@ -14434,11 +14602,11 @@ msgstr "需要屏蔽该用户、删除整个对话,或两者一并执行吗? msgid "Would you like to block this user and/or leave this conversation?" msgstr "需要屏蔽该用户、离开对话,或两者一并执行吗?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "在查看其他草稿之前,需要先保存现有内容吗?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "需要把现有内容保存为草稿,以便日后编辑吗?" @@ -14447,12 +14615,12 @@ msgstr "需要把现有内容保存为草稿,以便日后编辑吗?" msgid "Write a post" msgstr "撰写一篇帖文" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "撰写帖文" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "撰写你的回复" @@ -14475,8 +14643,8 @@ msgstr "对话类型错误" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "是" @@ -14486,8 +14654,8 @@ msgstr "是" msgid "Yes GIFs" msgstr "赞同 GIFs" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "确定停用" @@ -14495,19 +14663,19 @@ msgstr "确定停用" msgid "Yes, delete my account" msgstr "是,删除我的账户" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "确定删除此新手包" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "确定分离" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "确定隐藏" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "确定重新启用我的账户" @@ -14519,7 +14687,7 @@ msgstr "昨天" msgid "You are a trusted verifier" msgstr "你是可信的认证人" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "你所在的地区依法要求我们在允许您使用 Bluesky 应用之前验证你的年龄。" @@ -14544,12 +14712,12 @@ msgstr "你的账户将创建在" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "你目前已被禁止使用直播功能,如需对此审核决定提出申诉,请填写以下表格并提交。" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "你现在无法访问 Bluesky 的年龄验证流程,如果你认为这是系统误判,请<0>联系我们的支持团队。" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "你已在等待名单中。" @@ -14558,11 +14726,11 @@ msgstr "你已在等待名单中。" msgid "You are Live" msgstr "你已开始直播" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "你已停止直播" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "你目前无法上传视频。" @@ -14570,7 +14738,7 @@ msgstr "你目前无法上传视频。" msgid "You are not following anyone yet" msgstr "你还没有关注任何账户" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "你正在直播中!" @@ -14599,7 +14767,7 @@ msgstr "你也可以<0>暂时停用你的账户,在此期间,其他 Blue msgid "You can also discover new Custom Feeds to follow." msgstr "你也可以探索并关注新的自定义动态源。" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "你可以将你的对话数据导出为一个“JSONL”文件。此文件仅包含你发送的对话信息,不包含接收到的对话信息数据。" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "你现在可以使用新密码登录。" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "帖文最多只能添加 {MAX_GALLERY_IMAGES, plural,other {# 张图片}}" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "你目前只能保存最多 1000 个字符的草稿。" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "你目前只能保存最多 1000 个字符的草稿,你想在查看其他草稿之前放弃这则帖文内容吗?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "你一次只能选择一个 GIF。" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "你一次只能选择一个视频。" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "你可以继续登录以重新启用你的账户,其他用户将能够重新看到你的个人资料和帖文。" @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "你仍然可以查看对话记录,但无法发送新信息。" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "你最多可以选择 {MAX_GALLERY_IMAGES, plural,other {# 张图片}}。" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "你可以随时在设置里重新更改。" @@ -14690,7 +14855,7 @@ msgstr "使用应用密码登录时,无法更改出生日期,请改用主密 msgid "You don't follow any users who follow @{name}." msgstr "你没有关注任何同样关注 @{name} 的用户。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "你还没有任何列表。" @@ -14728,7 +14893,7 @@ msgstr "你已经完全停用了回复、引用及提及的通知,因此此选 #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "你输入的验证码无效。验证码的格式应该类似这样 XXXXX-XXXXX。" @@ -14778,15 +14943,15 @@ msgstr "你已经浏览到末尾了" msgid "You have successfully verified your email address. You can close this dialog." msgstr "你已成功验证电子邮箱地址,现在你可以关闭此对话框。" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "你已暂时达到视频上传的限制。请稍后再试。" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "你有未保存的更改,需要保存吗?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "你有未保存的更改。在查看其他草稿前,需要先保存现有内容吗?" @@ -14858,7 +15023,7 @@ msgstr "你必须至少关注 7 个人以创建新手包。" msgid "You must grant access to your photo library to save a QR code" msgstr "你必须授权访问照片图库以保存二维码" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "你必须授予权限以访问媒体内容。" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "你是此对话的所有者" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "你之前停用了 @{0}。" @@ -14911,11 +15076,21 @@ msgstr "你回复了自己" msgid "You requested to join" msgstr "你已申请加入" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "你将登出所有账户。" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "一切就绪!不过,一些功能可能在你能证明自己已成年 msgid "You’re in control" msgstr "尽在掌控" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "轮到你了" @@ -15010,7 +15185,7 @@ msgstr "你选择不允许访问通讯录数据" msgid "You've found some people to follow" msgstr "你发现了一些可以关注的人" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "你已到达内容的结尾。" @@ -15018,7 +15193,7 @@ msgstr "你已到达内容的结尾。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "你已经浏览完动态源的所有帖文啦!寻找一些更多的账户关注吧。" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "你已达到最大草稿保存数量" @@ -15030,22 +15205,23 @@ msgstr "你已达到请求上限,请稍后再试。" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "你已达到 {MAX_FILTERS, plural,one {# 个筛选条件}other {# 个筛选条件}}的上限,试试修改或替换部分筛选条件以继续。" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "你已到达内容的开头。" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "你已达到每日上传视频上限(文件太大)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "你已达到每日上传视频上限(数量太多)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "你已经看完了所有视频,或许是时候休息一下?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "你的账户" @@ -15062,7 +15238,19 @@ msgstr "你的账户已删除,有缘再会! ✌️" msgid "Your account has been suspended" msgstr "你的账户已被冻结" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "你的账户注册时间过短,暂时无法上传视频。请稍后再试。" @@ -15074,7 +15262,7 @@ msgstr "你的账户创建时间太短了" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "要建立新的群组对话,你的账号必须创建至少 7 天以上。" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "你可以将你的账户数据导出为一个“CAR”文件,该文件包含了该账户所有公开的数据记录,但不包括任何嵌入媒体,例如图像或你的私人资料,这些数据需要另外获取。" @@ -15086,7 +15274,7 @@ msgstr "你的账户被判定违反了<0>Bluesky 服务条款。你应该已 msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "已提交申诉。如果申诉成功,我们会通过电子邮件通知你。" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "你的出生日期" @@ -15115,7 +15303,7 @@ msgstr "你的联系人 {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "你当前使用的账户代码 <0>{0} 将自动预留给你,以便你能够在日后随时切换回来。" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "你申报的年龄未满 18 周岁,以下部分设置可能会因此停用。如果你先前填写了错误的出生日期,可以到<0>账户设置中重新编辑。" @@ -15128,7 +15316,7 @@ msgstr "你的电子邮件" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "你的电子邮箱似乎无效。" @@ -15140,7 +15328,7 @@ msgstr "你的电子邮箱尚未验证,请验证你的电子邮箱以便继续 msgid "Your first like!" msgstr "你的第一次喜欢!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "你的关注者" @@ -15157,7 +15345,7 @@ msgstr "你的完整账户代码将修改为 <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "无法通过电子邮件地址检测你的托管服务提供商,因此将使用默认的 Bluesky 服务。请改为输入你的用户名,或手动设置您的托管服务提供商。" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "你的托管服务提供商不支持这么大的视频,请尝试使用较小的文件重试。" @@ -15165,7 +15353,7 @@ msgstr "你的托管服务提供商不支持这么大的视频,请尝试使用 msgid "Your hosting provider is detected automatically from the username you enter." msgstr "你的托管服务提供商将根据你输入的用户名自动检测。" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "已更新你的兴趣!" msgid "Your interests help us find what you like!" msgstr "选择兴趣主题可以帮助我们推荐更多你喜欢的内容!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "已更新你的位置信息。" @@ -15198,15 +15386,20 @@ msgstr "你的名称、头像以及群组名称、成员数都会公开显示在 msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "已成功更改你的密码!请你今后使用你的新密码登录 Bluesky。" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "你输入的密码至少应包含 8 个字符。" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "已发布你的帖文" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "已发布你的帖文" @@ -15214,7 +15407,7 @@ msgstr "已发布你的帖文" msgid "Your preferred language" msgstr "你的主要语言" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "你的头像" @@ -15223,24 +15416,28 @@ msgstr "你的头像" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "你的头像周围环绕着许多其他人的头像" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "其他 Bluesky 用户将无法看到你的个人资料、帖文、列表与其他相关个人信息。你可以随时登录以重新启用你的账户。" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "已发布你的回复" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "你的举报信息将提交给 <0>{0}。" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "你选择的兴趣主题将帮助我们提供更多你想看到的内容。" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "你的帖文串中包含空白帖文,继续发布将会跳过这些内容,其余帖文会重新组合成完整的帖文串发布。" diff --git a/src/locale/locales/zh-HK/messages.po b/src/locale/locales/zh-HK/messages.po index 2279ff759c..9f31fa02b9 100644 --- a/src/locale/locales/zh-HK/messages.po +++ b/src/locale/locales/zh-HK/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "「{interestsDisplayName}」類別(已揀選)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# 個跟緊} other {# 個跟緊}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, other {搵到 # 個朋友!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {#個鐘} other {#個鐘}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# 個月前} other {# 個月前}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, other {仲有 # 條帖文}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {擁躉} other {擁躉}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {跟緊} other {跟緊}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {帖文} other {帖文}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {# 個人}}經此新手包加入咗 Bluesky 喇!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+其他 # 個新手包}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {根據你所在地區嘅規定,你要夠 # 歲先可以建立帳號。}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} 直播緊" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} 俾人用咗" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "你嘅裝置唔支援翻譯{0}。" @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, other {成員}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} {time}" msgid "{displayName}'s Starter Pack" msgstr "{displayName}嘅新手包" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {個鐘} other {個鐘}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {分鐘} other {分鐘}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} 用咗你嘅新手包註冊" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} 授權咗你驗證" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} 個跟緊" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, other {條帖文}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, other {# 個鐘}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ 個新加入申請" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "{joinedAllTimeCount, plural, other {# 個用戶}}已加入!" @@ -767,7 +776,7 @@ msgstr "「{profileName}」喺 {timeAgoString}前使用新手包加入咗 Bluesk #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}、<1>{1} 同{2, plural, one {另外 # } other {另外 # }}人經已喺你嘅新手包度" @@ -834,7 +843,7 @@ msgstr "<0>{0}、<1>{1} 同{2, plural, one {另外 # } other {另外 # } #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}、<1>{1} 同{2, plural, one {另外 # } other {另外 # }}人經已喺你嘅新手包度" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, other {次收藏}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, other {個讚好}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} 同<1> <2>{1} 經已喺你嘅新手包度" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} 經已喺你嘅新手包度" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} 嘅成員" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>撳呢度去用 GPS 更新你嘅位置。" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>你 同<1> <2>{0} 經已喺你嘅新手包度" @@ -946,6 +955,12 @@ msgstr "7 日" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "喺 Bluesky 上你可以搵到一系列嘅熱門動態源,包括 News、Booksky、Game Dev、Blacksky,同 Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "發生網絡錯誤,請檢查你嘅網絡連線狀態。" msgid "A new code has been sent" msgstr "已傳送新代碼" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "全新嘅驗證機制" @@ -1005,7 +1020,7 @@ msgstr "呢張係帖文編輯器嘅截圖,「發布」掣隔籬多咗粒寫住 msgid "A selected recipient is not followed by the sender." msgstr "揀選嘅收信人未有俾傳送人跟隨。" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "已送出申請!請等待羣組擁有者審覈加入申請。" msgid "Accessibility" msgstr "無障礙" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "無障礙設定" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "帳號" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "已封鎖帳號" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "已跟蹤帳號" @@ -1086,8 +1101,8 @@ msgstr "帳號已被停權" msgid "Account is deactivated" msgstr "帳號已停用" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "已靜音帳號" @@ -1111,24 +1126,24 @@ msgstr "已從快速存取度移除帳號" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "已解除封鎖帳號" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "已唔再跟蹤帳號" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "已唔再靜音帳號" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "帶有圓齒藍色剔號徽章嘅帳號<0><1/>可以授權驗證其他帳號。呢啲受信任嘅驗證者係由 Bluesky 官方所揀。" @@ -1138,7 +1153,7 @@ msgstr "帶有圓齒藍色剔號徽章嘅帳號<0><1/>可以授權驗證其 msgid "Activity from others" msgstr "其他人嘅動態" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "動態通知" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "新增" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "加多至少 {0} 個繼續" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "加 {displayName} 到新手包" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "將用戶擺到落呢個清單度" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "新增帳號" @@ -1201,11 +1216,11 @@ msgstr "新增替代文字(可選)" msgid "Add another account" msgstr "加多個帳號" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "加多另一條帖文" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "加多另一條帖文到討論串" @@ -1223,7 +1238,7 @@ msgstr "新增應用程式專用密碼" msgid "Add App Password" msgstr "新增應用程式專用密碼" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "加入自動化標記到此帳號" @@ -1239,12 +1254,12 @@ msgstr "新增篩選條件" msgid "Add group chat members" msgstr "加入羣組傾偈成員" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "加入圖片" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "加入媒體到帖文" @@ -1254,8 +1269,8 @@ msgstr "加入媒體到帖文" msgid "Add members" msgstr "加入成員" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "補充更多資料(可選)" @@ -1295,7 +1310,7 @@ msgstr "加入反應" msgid "Add recommended feeds" msgstr "加入推薦嘅動態源" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "加啲動態源落你個新手包度!" @@ -1307,12 +1322,12 @@ msgstr "加入預設嘅動態源 (淨係顯示你跟嘅人)" msgid "Add the following DNS record to your domain:" msgstr "將下低嘅 DNS 記錄新增到你嘅網域:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "將佢加入到你嘅動態源" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "加到清單" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "加入帖文收藏" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "加到新手包" @@ -1330,7 +1345,7 @@ msgstr "加到新手包" msgid "Add user to list" msgstr "加入用戶到清單" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "新增你嘅出世日期" @@ -1361,7 +1376,7 @@ msgstr "加緊成員到清單……" msgid "Additional details (limit 1000 characters)" msgstr "補充資訊(1000 個字元以內)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "補充資訊(300 個字元以內)" @@ -1378,14 +1393,14 @@ msgstr "色情" msgid "Adult content" msgstr "成人內容" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "成人內容" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "淨係可以喺網頁版 (<0>bsky.app) 啓用成人內容顯示。" @@ -1402,7 +1417,7 @@ msgstr "成人內容標記" msgid "Adult sexual abuse content" msgstr "成人性虐待內容" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "進階設定" @@ -1423,7 +1438,7 @@ msgstr "已提交年齡驗證資訊" msgid "Age assurance only takes a few minutes" msgstr "淨係用幾分鐘就攪掂年齡認證" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "淨係用幾分鐘就攪掂年齡驗證。" @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "所有" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "所有" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "總共 {0} 個" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "已跟晒所有帳號!" @@ -1474,7 +1494,7 @@ msgstr "下低係你儲存咗嘅動態源。" msgid "Allow access to your direct messages" msgstr "允許取用你嘅私訊" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "允許任何人回覆" @@ -1488,8 +1508,8 @@ msgstr "允許呢啲人向你傳送私訊" msgid "Allow group chat invites from" msgstr "允許呢啲人向你傳送羣組傾偈邀請" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "允許取用位置" @@ -1498,24 +1518,24 @@ msgstr "允許取用位置" msgid "Allow others to be notified of your posts" msgstr "允許其他人喺你出新帖嗰陣收到通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "允許你跟嘅人回覆" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "允許你提及嘅人回覆" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "允許引用帖文" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "允許喺 {0} 度嘅用戶回覆" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "允許你嘅擁躉回覆" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "允許取用你嘅私訊" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "有咗重設碼?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "有咗帳號?" @@ -1540,7 +1560,7 @@ msgstr "用咗 @{0} 身分登入" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "替代文字超出部分會斬斷,{MAX_ALT_TEXT, plural, other {限制:{0} 個字元。}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "電郵送咗去 {0} 度。你可以抄低郵件度個驗證碼跟住喺下低用咗佢。" @@ -1587,7 +1607,7 @@ msgstr "發生錯誤" msgid "An error occurred" msgstr "發生錯誤" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "壓縮影片嗰陣發生錯誤。" @@ -1596,7 +1616,7 @@ msgstr "壓縮影片嗰陣發生錯誤。" msgid "An error occurred while fetching suggested accounts." msgstr "攞緊建議帳號嗰陣發生錯誤。" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "攞緊動態源嗰陣發生錯誤。" @@ -1609,15 +1629,15 @@ msgstr "幫手砌緊你嘅新手包嗰陣發生錯誤。使唔使試多次?" msgid "An error occurred while hiding suggestion. {0}" msgstr "隱藏建議嗰陣發生錯誤。{0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "撈緊影片嗰陣發生錯誤。唔該遲啲試多次。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "撈緊影片嗰陣發生錯誤。唔該試多次。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "撈緊清單嗰陣發生錯誤 :/" @@ -1628,16 +1648,16 @@ msgstr "儲存 QR Code 嗰陣發生錯誤!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "試緊跟晒所有帳號嗰陣發生錯誤" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "上載影片嗰陣發生錯誤。{message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "上載影片嗰陣發生錯誤。請檢查你嘅網絡連線狀態,跟住試多次。" @@ -1661,8 +1681,8 @@ msgstr "Bluesky 嘅幾條帖文嘅插圖,旁邊仲有轉發、讚好同留言 msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "一張畫住 Bluesky App 有隻紙飛機飛出嚟嘅插圖,寓意邀請朋友" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "呢張插圖說明 Bluesky 所揀受信任嘅驗證者,兼由受信任嘅驗證者授權驗證個別嘅帳號。" @@ -1686,14 +1706,14 @@ msgstr "開始羣組傾偈嗰陣出咗問題,唔該試多次。" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "出咗問題,唔該試多次。" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "一張使用 iPhone 嘅示範圖,顯示住 Bluesky 應用程式開咗喺一個驗證咗用戶嘅個人檔案度,喺佢哋名稱隔籬有個藍色剔號標記。" @@ -1702,7 +1722,7 @@ msgstr "一張使用 iPhone 嘅示範圖,顯示住 Bluesky 應用程式開咗 msgid "an unknown labeler" msgstr "未知嘅標記服務" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "同" @@ -1735,7 +1755,7 @@ msgstr "同你介紹 Bluesky 上嘅認證機制" msgid "Any date" msgstr "任何日期" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "任何人" @@ -1767,7 +1787,7 @@ msgstr "跟我嘅人" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "任何人都唔得再透過此連結夾入羣組,但你可以隨時建立新嘅邀請連結。" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "密碼名稱必須至少有 4 個字元" msgid "App passwords" msgstr "應用程式專用密碼" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "應用程式專用密碼" @@ -1856,7 +1876,7 @@ msgstr "對此決定提出申訴" msgid "Appeal this label" msgstr "申訴此標記" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "套用 Pull Request" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "封存於 {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "封存咗嘅帖文" @@ -1914,7 +1934,7 @@ msgstr "你確定要刪咗呢個應用程式專用密碼「{0}」?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "你確定要刪咗呢條訊息?呢條訊息淨係會幫你刪咗佢,但係其他人仲係睇到。" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "你確定要刪咗個新手包?" @@ -1936,7 +1956,7 @@ msgstr "你確定要離開呢個對話?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "你確定要離開呢個對話?你嘅訊息淨係會喺你嗰邊刪除,唔會對其他成員進行刪除。" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "你確定要喺你嘅動態源度刪除呢個?" @@ -1945,7 +1965,7 @@ msgstr "你確定要喺你嘅動態源度刪除呢個?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "你確定要撤回申請加入 {0}?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "你確定要放棄發布呢條帖文?" @@ -1953,7 +1973,7 @@ msgstr "你確定要放棄發布呢條帖文?" msgid "Are you sure?" msgstr "你確定?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "你係咪影像中嘅當事人,抑或係受當事人嘅授權代表代理人?" @@ -1969,22 +1989,22 @@ msgstr "藝術" msgid "Artistic or non-erotic nudity." msgstr "藝術或非情色嘅裸體。" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" -msgstr "" +msgstr "要求其他應用程式同網站唔好畀未登入嘅用戶顯示我嘅帳號" #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:32 #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:35 msgid "Ask apps to hide my posts from algorithmic recommendations" -msgstr "" +msgstr "要求其他應用程式演算法唔好推薦我嘅帖文" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "爲演算法指定主題" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "至少 8 個字元" @@ -2017,8 +2037,8 @@ msgstr "自動" msgid "Automation label" msgstr "機械人標記" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "機械人標記" @@ -2038,6 +2058,10 @@ msgstr "用到" msgid "Avatar creator" msgstr "頭像建立工具" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "頭像建立工具" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "頭像建立工具" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "返去" msgid "Back to Chats" msgstr "返去傾偈" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "違禁活動或違反保安規定行爲" @@ -2081,7 +2109,7 @@ msgstr "違禁活動或違反保安規定行爲" msgid "Banned user returning" msgstr "停權用戶嘗試逃避懲罰" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "根據你裝置嘅位置,我哋估你身處 <0>{geolocationString}。" @@ -2089,7 +2117,7 @@ msgstr "根據你裝置嘅位置,我哋估你身處 <0>{geolocationString} msgid "Based on your device's location, we think you're in <0>{region}." msgstr "根據你裝置嘅位置,我哋估你身處 <0>{region}。" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "根據你嘅網絡,我哋估你身處 <0>{geolocationString}。若然你用緊 VPN 嘅話,可能會估錯。" @@ -2148,16 +2176,16 @@ msgstr "請填寫下低欄位,以開始年齡驗證流程。" msgid "Beta Feature" msgstr "測試功能" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "測試功能" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "已啓用測試功能" @@ -2193,12 +2221,12 @@ msgstr "封鎖 {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "封鎖帳號" @@ -2255,15 +2283,15 @@ msgstr "封鎖呢個用戶或刪除呢個對話(複選)" msgid "Block user and/or leave this conversation" msgstr "封鎖此用戶或離開對話(複選)" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "已被封鎖" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "已封鎖帳號" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "已封鎖嘅帳號" @@ -2288,7 +2316,7 @@ msgstr "封鎖嘅帳號公開。被封鎖嘅帳號唔得喺你嘅討論串度回 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." msgstr "封鎖帳號唔會阻止佢標記你嘅帳號,但係會阻止佢喺你嘅討論串度回覆或同你互動。" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "網誌" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky 無法確認貼文發布日期嘅真實性。" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky 透過建立加密稱爲「雜湊值」嘅數碼指模,透過比對指模去搵返彼此朋友。" @@ -2357,15 +2389,11 @@ msgstr "Bluesky 將你嘅聯絡人儲存成加密資訊,刪除聯絡人亦都 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky 將會喺你社交網絡度揀一啲推薦嘅帳號。" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." -msgstr "" +msgstr "Bluesky 唔會畀未登入嘅用戶顯示你嘅帳號,亦會嗌其他應用程式一齊噉做。之不過其他 應用程式未必會遵從呢個要求。呢個設定唔會令你嘅帳號變成非公開。" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky 官方會主動幫一啲出名同眞實嘅帳號授權驗證。" @@ -2424,29 +2452,29 @@ msgstr "喺探索頁面瀏覽更多建議" msgid "Browse other feeds" msgstr "瀏覽其他動態源" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "睇吓同 {displayName} 有挐掕嘅貼文" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "睇吓用咗 {displayName} 標籤嘅貼文" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "瀏覽新手包 {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "瀏覽話題 {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "瀏覽話題 {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "商業" @@ -2459,10 +2487,10 @@ msgstr "去返首頁時間軸粒掣" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "嚟自 {0}" @@ -2475,7 +2503,7 @@ msgstr "嚟自 @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "嚟自 <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "建立帳號即係表示你同意<0>服務條款同<1>私隱政策Terms of Service." msgstr "建立帳號即係表示你同意<0>服務條款。" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "你所建立" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "相機" @@ -2521,16 +2549,16 @@ msgstr "需要取用相機權限" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "需要取用相機權限" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "需要取用相機權限" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "咪喇" msgid "Cancel quote post" msgstr "唔再引用帖文" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "取消重新啓動兼登出" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "取消登入以便你檢查用戶名稱" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "唔得同被封鎖嘅用戶互動" @@ -2609,7 +2637,7 @@ msgstr "字幕(.vtt)" msgid "Captions & alt text" msgstr "字幕同替代文字" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "輪播" @@ -2651,24 +2679,24 @@ msgstr "變更帳號代碼" msgid "Change hosting provider" msgstr "變更託管服務提供者" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "切換內容審覈服務" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "變更密碼" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "變更密碼對話框" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "變更擧報類別" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "變更擧報理由" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "清單建立後會係一個獨立嘅副本,新手包有咩變更都會唔影響到份清單。" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "傾偈" @@ -2758,7 +2786,7 @@ msgstr "傾偈擁有者唔可以離開羣組傾偈。" msgid "Chat recipient is not followed by the sender." msgstr "傳送者未有跟隨訊息接收者。" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "傾偈邀請收件箱" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "傾偈邀請" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "喺下低輸入傳送至 <0>{currentEmail} 嘅驗證碼:" msgid "Check back later!" msgstr "遲啲至過嚟睇睇!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "檢查我嘅狀態" @@ -2895,7 +2923,7 @@ msgstr "揀選你嘅託管服務提供者" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "自訂你自己嘅時間軸!社羣建立嘅動態源會幫你搵到啱心水嘅內容。" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "設定你嘅密碼" @@ -2931,7 +2959,7 @@ msgstr "剷晒 GIF 搜尋" msgid "Clear image cache" msgstr "剷晒圖片快取" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "剷晒搵嘢記錄" @@ -2951,11 +2979,11 @@ msgstr "撳呢度加人到此羣組傾偈" msgid "Click here to create or manage an invite link for this group chat" msgstr "撳呢度建立或管理此羣組傾偈嘅邀請連結" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "撳呢度刪除你嘅帳號" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "撳呢度登出" @@ -2968,8 +2996,8 @@ msgstr "撳呢度重新傳送電郵" msgid "Click here to restart the verification process." msgstr "撳呢度重新開始驗證流程。" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "撳呢度更新你嘅出世日期" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "撳低去試多次傳送訊息" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "撳低去試多次傳送訊息" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "撳低去試多次傳送訊息" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "閂" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "閂咗目前嘅對話框" @@ -3068,13 +3097,13 @@ msgstr "閂咗橫額" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "閂咗對話框" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "閂櫃桶選單" @@ -3110,7 +3139,7 @@ msgstr "閂咗加入申請通知橫額" msgid "Close this dialog" msgstr "閂呢個對話框" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "刪咗歡迎介面" @@ -3118,7 +3147,7 @@ msgstr "刪咗歡迎介面" msgid "Closes password update alert" msgstr "閂咗密碼更新警示" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "閂咗帖文編輯器兼棄置草稿" @@ -3126,7 +3155,7 @@ msgstr "閂咗帖文編輯器兼棄置草稿" msgid "Collapse list of users" msgstr "摺疊用戶清單" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "摺疊特定通知嘅用戶清單" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "漫畫" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "社羣準則" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "攪掂入門指導跟住開始使用你嘅帳號" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "完成呢個挑戰" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "撰寫新帖文" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "撰寫最多 {0, plural,other {# 個字元}}嘅帖文" @@ -3180,11 +3209,11 @@ msgstr "撰寫最多 {0, plural,other {# 個字元}}嘅帖文" msgid "Compose reply" msgstr "撰寫回覆" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "壓縮緊 GIF……" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "壓縮緊條片……" @@ -3198,18 +3227,18 @@ msgstr "已喺 <0>內容審覈設定 度設定。" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "確認" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "驗證碼" @@ -3226,12 +3255,12 @@ msgstr "連緊線到服務……" msgid "Connecting…" msgstr "連緊線……" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "連線問題" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "聯絡我哋嘅支援團隊" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "聯絡支援" @@ -3273,7 +3302,7 @@ msgstr "內容同媒體" msgid "Content and media" msgstr "內容同媒體" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "內容同媒體" @@ -3281,7 +3310,7 @@ msgstr "內容同媒體" msgid "Content Blocked" msgstr "已封鎖內容" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "內容篩選器" @@ -3421,8 +3450,8 @@ msgstr "複製" msgid "Copy App Password" msgstr "複製應用程式專用密碼" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "複製 at:// 連結" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "複製程式碼" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "複製 DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "複製邀請連結" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "複製連結" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "複製連結" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "複製清單連結" @@ -3472,12 +3501,12 @@ msgstr "複製清單連結" msgid "Copy link to post" msgstr "複製貼文連結" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "複製個人檔案連結" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "複製新手包連結" @@ -3491,8 +3520,8 @@ msgstr "複製訊息文字" msgid "Copy post at:// URI" msgstr "複製貼文 at:// 連結" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "複製帖文文字" @@ -3506,7 +3535,7 @@ msgstr "複製 TXT 記錄值" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "版權政策" @@ -3632,7 +3661,7 @@ msgstr "建立" msgid "Create a list" msgstr "建立清單" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "從呢個新手包建立清單" @@ -3642,7 +3671,7 @@ msgstr "幫新手包建立 QR Code" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "建立一個新手包" @@ -3655,12 +3684,12 @@ msgstr "建立新手包" msgid "Create a starter pack for me" msgstr "幫我建立一個新手包" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "建立羣組傾偈" msgid "Create list" msgstr "建立清單" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "從成員建立列表" @@ -3708,13 +3737,13 @@ msgstr "從成員建立列表" msgid "Create list from starter pack" msgstr "從新手包建立清單" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "建立內容審覈清單" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "建立新帳號" @@ -3724,8 +3753,8 @@ msgstr "建立或編輯此羣組傾偈嘅邀請連結" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "擧報 {0}" @@ -3734,7 +3763,7 @@ msgstr "擧報 {0}" msgid "Create starter pack" msgstr "建立新手包" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "建立用戶清單" @@ -3747,7 +3776,7 @@ msgstr "建立用戶清單" msgid "Created {0}" msgstr "建立於 {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "已封鎖此清單建立者" @@ -3800,7 +3829,7 @@ msgstr "深色" msgid "Dark theme" msgstr "深色主題" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "出世日期" @@ -3814,7 +3843,7 @@ msgstr "朝早" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "停用帳號" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "預設圖標" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "刪除" @@ -3892,8 +3921,8 @@ msgstr "刪除對話" msgid "Delete for me" msgstr "幫我刪除" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "刪除清單" @@ -3909,30 +3938,30 @@ msgstr "淨係刪我嗰度嘅訊息" msgid "Delete my account" msgstr "刪除我嘅帳號" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "刪除帖文" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "刪除新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "係咪要刪除新手包?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "係咪要刪咗呢份清單?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "係咪要刪咗呢條帖文?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "已刪除" @@ -3953,7 +3982,7 @@ msgstr "驗證後由 Plivo 刪除" msgid "Deleted list" msgstr "刪除咗嘅清單" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "簡介(最多 1000 個字元)" msgid "Descriptive alt text" msgstr "描述性替代文字" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "拆開引用" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "係咪要拆開引用帖文?" @@ -3993,11 +4022,11 @@ msgstr "已啓用開發者模式" msgid "Developer options" msgstr "開發人員選項" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "使用裝置翻譯出咗問題 :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "對話框:調整邊啲人可以喺呢條帖文度互動" @@ -4009,6 +4038,11 @@ msgstr "對話框:設定搵嘢篩選條件" msgid "Dim" msgstr "昏暗" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "關閉字幕" msgid "Disable email 2FA" msgstr "停用電郵雙重驗證" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "停用電郵雙重驗證" @@ -4041,11 +4075,11 @@ msgstr "停用觸覺回饋" msgid "Disable link" msgstr "停用連結" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "拒絕其他人引用呢條帖文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "徹底關閉回覆" @@ -4056,17 +4090,17 @@ msgstr "停用此邀請連結?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "停用" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "棄置" @@ -4075,23 +4109,28 @@ msgstr "棄置" msgid "Discard changes?" msgstr "係咪要放棄變更?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "係咪要棄置份草稿?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "係咪要放棄發布?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "中斷連結 Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "探索動態源" @@ -4106,8 +4145,8 @@ msgstr "發掘新嘅自訂動態源" msgid "Discover New Feeds" msgstr "發掘新嘅動態源" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "跳過" @@ -4115,7 +4154,7 @@ msgstr "跳過" msgid "Dismiss banner" msgstr "忽略提示" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "跳過錯誤" @@ -4217,8 +4256,9 @@ msgstr "唔使驚!你所有現存嘅訊息同設定經已儲存,只要驗證 #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "攪掂" msgid "Double tap or long press the message to add a reaction" msgstr "撳兩吓或撳住訊息去加入反應" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "撳兩吓閂咗呢個對話框" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "撳兩吓讚佢" @@ -4248,11 +4288,11 @@ msgstr "下載" msgid "Download Bluesky" msgstr "下載 Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "下載傾偈資料" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "下載傾偈資料" @@ -4266,11 +4306,11 @@ msgstr "下載圖片" msgid "Download invite QR code" msgstr "下載邀請 QR Code" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "下載個人檔案資料" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "下載個人檔案資料" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "網上起底" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "草稿" @@ -4318,19 +4358,19 @@ msgstr "例如:alice.com" msgid "E.g. artistic nudes." msgstr "例如:藝術裸體。" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "例如:優秀嘅發帖者" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "例如:垃圾內容製造者" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "例如:永遠唔好錯過嘅發帖者。" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "例如:不停用廣告洗版嘅用戶。" @@ -4341,7 +4381,7 @@ msgstr "飲食失調" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "編輯" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "編輯頭像" @@ -4373,8 +4413,8 @@ msgstr "編輯羣組名稱" msgid "Edit image" msgstr "編輯圖片" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "編輯互動設定" @@ -4396,21 +4436,21 @@ msgstr "編輯邀請連結" msgid "Edit link settings" msgstr "編輯連結設定" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "編輯清單詳情" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "編輯直播狀態" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "編輯內容審覈清單" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "編輯我嘅動態源" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "編輯用戶" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "編輯帖文互動設定" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "編輯個人檔案" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "編輯個人檔案" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "編輯新手包" @@ -4454,15 +4494,15 @@ msgstr "編輯新手包" msgid "Edit this group chat’s name" msgstr "編輯此羣組傾偈名稱" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "編輯用戶清單" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "調整邊啲人可以回覆" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "編輯你嘅新手包" @@ -4470,16 +4510,16 @@ msgstr "編輯你嘅新手包" msgid "Education" msgstr "教育" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "呢個清單嘅建立者封鎖咗你,或係你封鎖咗個佢。" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "電郵" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "已停用電郵雙重驗證" @@ -4492,7 +4532,7 @@ msgstr "已啓用電郵雙重驗證" msgid "Email address" msgstr "電郵地址" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "重新傳送電郵" @@ -4508,7 +4548,7 @@ msgstr "已寄出驗證電郵!<0>撳呢度重新傳送。" msgid "Email verification complete!" msgstr "已完成電郵驗證!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "已驗證電郵" @@ -4527,7 +4567,7 @@ msgstr "嵌入帖文" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "將呢條帖文嵌入到你嘅網站嘅話,淨係需要複製下低程式碼片段,跟住將佢貼到落你網站嘅 HTML 程式碼度。" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "嵌入式影片播放器" @@ -4542,12 +4582,7 @@ msgstr "啓用" msgid "Enable {0} only" msgstr "只啓用 {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "啓用成人內容" @@ -4583,7 +4618,7 @@ msgstr "去到此帳號嘅個人檔案,撳<0>鐘仔圖標,即可收到 msgid "Enable push notifications" msgstr "啓用推播通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "允許其他人引用呢條帖文" @@ -4601,7 +4636,7 @@ msgstr "啓用時興話題" msgid "Enable trending videos in your Discover feed" msgstr "喺你「Discover」動態源度啓用時興影片" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "啓用" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "輸入你嘅出世日期" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "輸入你嘅電郵地址" @@ -4670,15 +4705,15 @@ msgstr "輸入你嘅密碼" msgid "Enter your username and password" msgstr "輸入你嘅用戶名稱同密碼" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "進入全螢幕" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "娛樂" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "錯誤" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "錯誤資訊" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "儲存檔案嗰陣發生錯誤" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "接收 CAPTCHA 回覆嗰陣發生錯誤。" @@ -4712,11 +4747,11 @@ msgstr "接收 CAPTCHA 回覆嗰陣發生錯誤。" msgid "Error: {error}" msgstr "錯誤:{error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "所有人都可以回覆" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "所有人都可以回覆呢條帖文。" @@ -4783,7 +4818,7 @@ msgstr "展開或摺疊你覆緊嘅完整帖文" msgid "Expand post text" msgstr "展開帖文文字" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "展開或摺疊帖文文字" @@ -4826,21 +4861,21 @@ msgstr "血腥、暴露或獵奇等其他可能令人反感嘅媒體內容。" msgid "Explicit sexual images." msgstr "打大赤肋嘅鹹溼相。" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "探索" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "探索應用程式" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "匯出我嘅傾偈資料" @@ -4849,7 +4884,7 @@ msgstr "匯出我嘅傾偈資料" msgid "Export my data" msgstr "匯出我嘅數據" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "匯出我嘅個人檔案資料" @@ -4868,7 +4903,7 @@ msgstr "外部媒體" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "外部媒體網站可能會攞你同你部裝置啲資訊。除非你撳咗「播放」掣,否則唔會傳送或要求用任何資料去到外部媒體網站度。" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "外部媒體偏好設定" @@ -4946,7 +4981,7 @@ msgstr "刪唔到訊息" msgid "Failed to delete post, please try again" msgstr "刪唔到帖文,唔該試多次" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "刪唔到新手包" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "停用唔到邀請連結" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "中斷連結 Germ DM 嗰陣出咗問題。錯誤:{0}" @@ -5003,16 +5038,16 @@ msgstr "離開唔到羣組傾偈" msgid "Failed to load conversations" msgstr "撈唔到對話" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "撈唔到動態源" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "撈唔到動態源偏好設定" @@ -5037,14 +5072,14 @@ msgstr "撈唔到偏好設定。" msgid "Failed to load profiles" msgstr "撈唔到個人檔案" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "撈唔到建議嘅動態源" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "撈唔到建議你跟嘅人" @@ -5067,12 +5102,12 @@ msgstr "標記唔到所有邀請做已讀" msgid "Failed to mute group chat" msgstr "靜音唔到羣組傾偈" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "固定唔到帖文" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "連唔返 Germ DM。錯誤:{0}" @@ -5121,7 +5156,7 @@ msgstr "撤回唔到你嘅申請,唔該試多次。" msgid "Failed to resolve location. Please try again." msgstr "取用唔到位置資訊,唔該試多次。" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "存儲唔到草稿" @@ -5135,7 +5170,7 @@ msgstr "下載唔到圖片" msgid "Failed to save image: {0}" msgstr "儲存唔到圖片:{0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "儲存唔到設定,唔該試多次。" @@ -5168,13 +5203,13 @@ msgstr "靜音唔到討論串,唔該試多次" msgid "Failed to unlock group chat" msgstr "解鎖唔到羣組傾偈" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "取消固定唔到清單" #: src/state/queries/content-visibility.ts:83 msgid "Failed to update content visibility" -msgstr "" +msgstr "無法更新內容顯示設定" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:148 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:82 @@ -5185,7 +5220,7 @@ msgstr "更新唔到電郵雙重驗證設定" msgid "Failed to update email, please try again." msgstr "更新唔到電郵,唔該試多次。" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "更新唔到動態源" @@ -5197,12 +5232,10 @@ msgstr "更新唔到動態通知範圍" msgid "Failed to update settings" msgstr "更新唔到設定" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "上載唔到條片" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "虛假帳號或機械人" msgid "False information about elections" msgstr "散播選擧相關虛假資訊" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "動態源" @@ -5241,11 +5274,11 @@ msgstr "動態源建立者" msgid "Feed identifier" msgstr "動態源 ID" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "動態源選單" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "切換動態源" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "已提交意見到動態源維護者" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "動態源" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "動態源係畀用戶自己訂製嘅演算法,識啲 coding 知識就整到出嚟。<0>閱讀指南知多啲。" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "取得更新" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "檔案儲存成功!" @@ -5306,6 +5343,10 @@ msgstr "按發布者篩選(目前:{currentLabel})" msgid "Filter from feeds" msgstr "喺動態源度篩選" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "按語言篩選去搵(目前:{currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "篩選器" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "幫緊你幫緊你" @@ -5358,15 +5399,15 @@ msgstr "財經" msgid "Find accounts to follow" msgstr "去跟更多帳號" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "尋找同邀請朋友" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "尋找聯絡人" @@ -5378,7 +5419,7 @@ msgstr "尋找我嘅朋友" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "睇吓跟啲乜人好" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "聚焦搵嘢欄位" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "跟佢" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "跟 {0}" @@ -5458,7 +5499,7 @@ msgstr "跟 {0}" msgid "Follow {displayName}" msgstr "跟隨 {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "跟 {handle}" @@ -5474,8 +5515,8 @@ msgstr "跟隨 10 個人即可開始" msgid "Follow 7 accounts" msgstr "跟 7 個人" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "跟佢" @@ -5486,8 +5527,8 @@ msgstr "跟佢" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "跟晒佢哋" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "跟晒所有帳號" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "擁躉可以加入" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "你識嘅 @{0} 亦都跟咗佢" @@ -5552,28 +5593,29 @@ msgstr "你識嘅擁躉" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "跟緊" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "跟緊" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "跟緊 {0}" @@ -5582,7 +5624,7 @@ msgstr "跟緊 {0}" msgid "Following {displayName}" msgstr "跟緊 {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "跟緊 {handle}" @@ -5591,7 +5633,7 @@ msgstr "跟緊 {handle}" msgid "Following feed preferences" msgstr "「Following」動態源偏好設定" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "「Following」動態源偏好設定" @@ -5613,7 +5655,7 @@ msgstr "字型大細" msgid "Food" msgstr "食物" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "對於組織帳號,請使用帳號負責人嘅出世日期。" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "產生新嘅連結" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "已中斷連結 Germ DM" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM 連結" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "重新連結 Germ DM" @@ -5812,7 +5854,7 @@ msgstr "開始啦" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF 已上載" @@ -5835,8 +5877,8 @@ msgstr "歌頌暴力" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "歌頌暴力" msgid "Go back" msgstr "返去" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "返去" @@ -5867,8 +5909,8 @@ msgstr "返去上一步" msgid "Go home" msgstr "去返首頁" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "開始直播" @@ -5879,8 +5921,8 @@ msgstr "開始直播" msgid "Go Live" msgstr "開始直播" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "直播(已停用)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "直播持續時長" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "去到 {0} 嘅個人檔案" @@ -5900,7 +5942,7 @@ msgstr "去到 {firstAuthorName} 嘅個人檔案" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "去到帳號設定" @@ -5943,8 +5985,8 @@ msgstr "你帳號嘅直播功能已被停用" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "明晒" @@ -5953,6 +5995,11 @@ msgstr "明晒" msgid "Grant access" msgstr "授予取用權限" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "已更新羣組傾偈名稱" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "羣組傾偈設定" @@ -6083,6 +6130,11 @@ msgstr "開心 GIF" msgid "Haptics" msgstr "觸覺" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "騷擾或仇恨" @@ -6095,7 +6147,7 @@ msgstr "有害或高風險活動" msgid "Harming or endangering minors" msgstr "侵害或危害未成年人" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "標籤" @@ -6112,11 +6164,11 @@ msgstr "仇恨言論" msgid "Have a code? <0>Click here." msgstr "有咗代碼?<0>撳呢度。" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "係咪攪錯咗你嘅位置?<0>撳呢度用 GPS 更新你嘅位置。" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "遇到問題?" @@ -6145,11 +6197,11 @@ msgstr "呢個係你嘅應用程式專用密碼!" msgid "Hey there 👋" msgstr "哈佬 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "哈佬!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "哈佬!" @@ -6158,7 +6210,7 @@ msgstr "哈佬!" msgid "Hidden" msgstr "隱藏" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "俾你嘅內容審覈設定所隱藏。" @@ -6166,23 +6218,19 @@ msgstr "俾你嘅內容審覈設定所隱藏。" msgid "Hidden list" msgstr "隱藏清單" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "隱藏" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "隱藏" @@ -6195,7 +6243,7 @@ msgstr "隱藏自訂選項" msgid "Hide group chat updates" msgstr "隱藏羣組傾偈更新" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "隱藏清單" @@ -6203,23 +6251,23 @@ msgstr "隱藏清單" msgid "Hide password" msgstr "隱藏密碼" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "幫我隱藏帖文" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "幫所有人隱藏回覆" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "幫我隱藏回覆" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "喺動態源度隱藏轉發帖文" @@ -6227,38 +6275,31 @@ msgstr "喺動態源度隱藏轉發帖文" msgid "Hide this card" msgstr "隱藏呢張卡片" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "係咪要隱藏呢條帖文?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "係咪要隱藏呢個回覆?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "隱藏翻譯" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "隱藏時興話題" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "係咪要隱藏時興話題?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "係咪要隱藏時興影片?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "隱藏用戶清單" @@ -6267,12 +6308,12 @@ msgstr "隱藏用戶清單" msgid "Hide verification badges" msgstr "隱藏認證標記" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "隱藏內容" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "隱藏邀請朋友橫額" @@ -6308,7 +6349,7 @@ msgstr "唔好意思,動態源伺服器畀咗個錯誤嘅回覆,請話畀動 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "唔好意思,我哋搵唔到呢個動態源。佢可能經已刪咗。" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "唔好意思,我哋好似喺撈緊數據嗰陣遇到問題。睇吓下低資訊瞭解詳情。若然仲係有呢個問題,請聯絡我哋。" @@ -6316,14 +6357,14 @@ msgstr "唔好意思,我哋好似喺撈緊數據嗰陣遇到問題。睇吓下 msgid "Hmmmm, we couldn't load that moderation service." msgstr "唔好意思,我哋撈唔到嗰個審覈服務。" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "幫緊你幫緊你!我哋而家逐步開放影片功能,而你仲喺等候名單嗰度。遲啲返嚟睇吓啦!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "首頁" @@ -6369,8 +6410,8 @@ msgstr "人口販賣" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "我同意 Bluesky 使用我嘅聯絡人尋找朋友,兼保留雜湊值,直到我選擇退出。" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "我有驗證碼" @@ -6400,15 +6441,15 @@ msgstr "若然未指定語言,你嘅動態源就會顯示所有語言嘅內容 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." msgstr "若然你已年滿 18 歲而且想重新驗證,請撳下低粒掣,試吓用你所在地區支援嘅其他驗證方式。若有任何問題或疑慮,<0>我哋嘅支援團隊願意爲你提供幫助。" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "若然你嘅年齡喺所在國家/地區嘅法律定義爲未成年者,噉你父母或法定監護人就必須代表你閱讀呢啲條款。" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "若然你覺得你嘅出世日期唔啱,可以<0>撳呢度去更新。" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "若然你刪咗呢份清單,之後就冇得恢復。" @@ -6420,7 +6461,7 @@ msgstr "若然你有自己嘅網域,你可以用佢作爲你嘅帳號代碼。 msgid "If you need to update your email, <0>click here." msgstr "若然你需要更新你嘅電郵,<0>撳呢度。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "若然你刪咗呢條帖文,之後就冇得恢復。" @@ -6441,7 +6482,7 @@ msgstr "若然你想限制邊個可以收到你帳號嘅動態通知,可去到 msgid "If you're a developer, you can host your own server." msgstr "若然你係開發人員,你可以自己托管伺服器。" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "喺停用帳號前,記得確認你係咪需要變更你嘅帳號代碼或電郵。" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "圖片" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "圖片 {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "第 {0} 張圖片(共 {1} 張)" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "第 {0} 張圖片(共 {imageCount} 張)" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "已剷晒圖片快取,釋放咗 {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "相冊,{0} 張圖片" @@ -6526,7 +6567,7 @@ msgstr "匯入聯絡人" msgid "Import Contacts" msgstr "匯入聯絡人" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "匯入聯絡人或邀請你嘅朋友" @@ -6540,7 +6581,7 @@ msgstr "匯入聯絡人去尋找你嘅朋友" msgid "Imported on {0}" msgstr "匯入於 {0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "爲咗提供適合你年齡嘅內容體驗,我哋需要知道你嘅出世日期。只需提供一次,相關資料會絕對保密。" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "包含此日期之前發佈嘅帖文" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "包括影片時間戳 ({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "輸入電郵到你嘅驗證碼" msgid "Interaction limited" msgstr "已限制互動" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "互動設定" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "同你介紹帖文收藏(又稱書籤)" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "雙重驗證確認碼無效。" @@ -6691,7 +6732,7 @@ msgstr "無效嘅擧報內容" msgid "Invalid rescind request." msgstr "無效嘅撤回申請。" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "無效嘅驗證碼" @@ -6703,15 +6744,15 @@ msgstr "邀請" msgid "Invite {name} to join Bluesky" msgstr "邀請 {name} 加入 Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "邀請碼" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀請碼無效。請檢查你輸入嘅驗證碼啱定唔啱,跟住試多次。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "邀請朋友" @@ -6761,7 +6802,7 @@ msgstr "已變更邀請連結" msgid "Invite link enabled" msgstr "已啓用邀請連結" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "用呢個新手包邀請更多人加入!" @@ -6786,26 +6827,26 @@ msgstr "邀請朋友加入,同時保持個人化" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "睇落你有啲聯絡人未喺度試過搵你。你可以執執我哋準備嘅草稿去傳送邀請佢哋。" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "係啱嘅" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "而家新手包只有 <0>{0}!用上高嘅搵嘢功能,將更多人加到你嘅新手包度啦。" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "而家淨係得你一個人!用上高搵嘢功能將更加多人擺到落你嘅新手包度。" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "作業 ID:{0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "工作" @@ -6816,8 +6857,8 @@ msgstr "加入" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "加入 Bluesky" @@ -6840,9 +6881,9 @@ msgstr "加入對話" msgid "Journalism" msgstr "記者" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "繼續編輯" @@ -6854,17 +6895,17 @@ msgstr "有新動態嗰陣通知我" msgid "KWS website" msgstr "KWS 網站" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" -msgstr "" +msgstr "幫演算法標記回覆" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "{0} 所標記。" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "發布者所標記。" @@ -6893,7 +6934,7 @@ msgstr "你帳號上嘅標記" msgid "Language" msgstr "語言" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "語言設定" @@ -6907,12 +6948,12 @@ msgstr "語言" msgid "Larger" msgstr "大啲" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "最後一次請求喺 {timeAgo} 前" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "最後一次請求喺冇幾耐前" @@ -6923,8 +6964,8 @@ msgstr "最後一次請求喺冇幾耐前" msgid "Latest" msgstr "最新" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "想知多啲<0>點用進階搵嘢。" msgid "Learn more about age assurance" msgstr "想知多啲年齡驗證" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "想知多啲 Bluesky" @@ -6966,8 +7007,8 @@ msgstr "想知多啲匯入聯絡人功能" msgid "Learn more about self hosting your PDS." msgstr "想知多啲點樣自行架設 PDS。" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "想知多啲呢個內容所套用嘅內容審覈措施" @@ -6984,8 +7025,8 @@ msgstr "想知多啲呢啲變化資訊以及點樣同我哋分享你嘅睇法, msgid "Learn more about this warning" msgstr "想知多啲呢個警告" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "想知多啲 Bluesky 嘅驗證機制" @@ -6995,7 +7036,7 @@ msgstr "想知多啲 Bluesky 嘅驗證機制" msgid "Learn more about what is public on Bluesky." msgstr "想知多啲 Bluesky 上面公開嘅內容。" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "想知多啲你嘅 Germ DM 連結" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "想知多啲去你嘅<0>帳號設定。" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "想知多啲。" @@ -7067,7 +7108,7 @@ msgstr "離開呢度傾偈之後將會永久鎖定,你之後會加唔返入嚟 msgid "Left group chat." msgstr "離開羣組傾偈。" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "個人排喺你前面。" @@ -7080,7 +7121,7 @@ msgstr "等我自己揀" msgid "Let's get your password reset!" msgstr "等我哋重設你嘅密碼啦!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "行啦我哋!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "淺色" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "讚佢" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "讚佢({0, plural, one {# 人讚佢} other {# 人讚佢}})" @@ -7114,7 +7155,7 @@ msgstr "讚好 10 條帖文" msgid "Like 10 posts to train the Discover feed" msgstr "讚夠 10 條帖文去訓練「Discover」動態源" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "讚好呢個動態源" @@ -7122,8 +7163,8 @@ msgstr "讚好呢個動態源" msgid "Like this labeler" msgstr "讚呢個標記服務" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "讚過" @@ -7140,26 +7181,26 @@ msgstr "讚過" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "有 {0, plural, one {# 人} other {# 人}}讚佢" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "{0} 讚咗" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "{0} 同 {1} 讚咗" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "讚好" msgid "Likes of your reposts" msgstr "讚好你轉發嘅帖文" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "呢條帖文嘅讚數" @@ -7191,11 +7232,16 @@ msgstr "直列模式" msgid "Link copied to clipboard" msgstr "已複製連結到剪貼簿" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "清單" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "清單封面相" @@ -7227,20 +7273,20 @@ msgstr "清單經已建立,但加唔到部分成員" msgid "List creator" msgstr "清單建立者" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "已刪除清單" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "清單簡介" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "清單簡介太長,{DESCRIPTION_MAX_GRAPHEMES, plural, other {唔得超過 # 個字元。}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "已隱藏清單" @@ -7248,7 +7294,7 @@ msgstr "已隱藏清單" msgid "List Hidden" msgstr "隱藏清單" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "請爲清單指定名稱。" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "已靜音清單" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "清單名稱" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "清單名稱太長,{DISPLAY_NAME_MAX_GRAPHEMES, plural, other {唔得超過 # 個字元。}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "已解除封鎖清單" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "已唔再靜音清單" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "清單" @@ -7326,12 +7372,12 @@ msgstr "直播功能仲喺測試階段" msgid "Live link" msgstr "直播連結" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "再撈啲" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "再撈啲建議動態源" @@ -7346,16 +7392,16 @@ msgstr "撈吓新嘅通知" msgid "Load new posts" msgstr "撈吓新嘅帖文" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "撈緊傾偈……" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "撈緊清單……" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "撈緊帖文互動設定……" @@ -7383,7 +7429,7 @@ msgstr "鎖定此羣組傾偈" msgid "Locked" msgstr "已鎖定" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "日誌" @@ -7405,11 +7451,6 @@ msgstr "LOGO 由 <0>@sawaratsuki.bsky.social 所繪製" msgid "Long press to open tag menu for {0}" msgstr "撳住打開 {0} 標籤選單" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "似係 XXXXX-XXXXXX 噉" @@ -7448,7 +7489,7 @@ msgstr "睇清楚呢度係咪你真係想去嘅網站!" msgid "Manage saved feeds" msgstr "管理儲存咗嘅動態源" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "管理驗證設定" @@ -7461,8 +7502,14 @@ msgstr "管理你嘅靜音字詞同標籤" msgid "Manual" msgstr "手動" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "標記晒做已讀" @@ -7473,6 +7520,10 @@ msgstr "標記晒做已讀" msgid "Mark all chats as read" msgstr "標記晒所有傾偈做已讀" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "媒體" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "媒體已儲存到 {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "媒體已儲存到其他裝置" @@ -7540,7 +7591,7 @@ msgstr "成員" msgid "Members can still read chat history but can’t send new messages." msgstr "成員始終可以睇到傾偈記錄,但無法傳送新訊息。" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "提到嘅用戶" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "訊息" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "訊息" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "傳送訊息畀 {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "已刪除訊息" @@ -7603,7 +7655,7 @@ msgstr "嚟自 @{0} 嘅訊息:{1}" msgid "Message from server: {0}" msgstr "嚟自伺服器嘅訊息:{0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "訊息輸入欄位" @@ -7615,7 +7667,7 @@ msgstr "訊息內容太長({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "訊息選項" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "傾偈" @@ -7640,12 +7692,12 @@ msgstr "輕度騷擾或欺凌" msgid "Misleading" msgstr "誤導" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "缺失媒體檔案" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "內容審覈" @@ -7658,6 +7710,12 @@ msgstr "內容過濾器" msgid "Moderation details" msgstr "內容審覈詳情" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "內容審覈收件匣" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "<0/> 所建立嘅內容審覈清單" msgid "Moderation list by you" msgstr "你嘅內容審覈清單" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "已建立內容審覈清單" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "已更新內容審覈清單" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "內容審覈清單" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "內容審覈清單" @@ -7697,11 +7755,11 @@ msgstr "內容審覈清單" msgid "moderation settings" msgstr "內容審覈設定" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "內容審覈狀態" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "內容審覈工具" @@ -7710,8 +7768,8 @@ msgstr "內容審覈工具" msgid "Moderator has chosen to set a general warning on the content." msgstr "內容審覈服務提供者經已將呢個內容標記普通警告。" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "更多動態源" @@ -7720,10 +7778,10 @@ msgstr "更多動態源" msgid "More languages..." msgstr "更多語言……" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "更多選項" @@ -7747,7 +7805,7 @@ msgstr "音樂" msgid "Mute" msgstr "靜音" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "靜音" msgid "Mute {0}" msgstr "靜音 {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "靜音帳號" @@ -7816,13 +7874,13 @@ msgstr "淨係靜音包含呢個字詞嘅標籤" msgid "Mute this word until you unmute it" msgstr "將呢個字詞靜音,直至你唔再靜音爲止" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "靜音討論串" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "靜音字詞同標籤" @@ -7834,11 +7892,11 @@ msgstr "隨時靜音、離開抑或踢人都得。呢度傾偈由你話事。" msgid "Muted" msgstr "已靜音" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "靜音咗嘅帳號" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "靜音咗嘅帳號" @@ -7852,7 +7910,7 @@ msgstr "靜音咗嘅帳號唔會再喺你嘅動態源同通知度出現,兼且 msgid "Muted by \"{0}\"" msgstr "俾 「{0}」 靜音" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "靜音字詞同標籤" @@ -7881,7 +7939,7 @@ msgstr "我嘅動態源" msgid "My starter pack" msgstr "我嘅新手包" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "名稱" @@ -7891,12 +7949,12 @@ msgstr "自然" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "去到 {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "去到新手包" @@ -7910,8 +7968,8 @@ msgstr "去到下一個畫面" msgid "Navigates to your profile" msgstr "去到你嘅個人檔案" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "需要擧報侵犯版權、法律要求,或監管合規問題?" @@ -7919,10 +7977,6 @@ msgstr "需要擧報侵犯版權、法律要求,或監管合規問題?" msgid "Nevermind, create a handle for me" msgstr "唔使喇,幫我整個帳號代碼" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "至新" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "新嘅電郵地址" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "新功能" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "新訊息" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "新密碼" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "新帖文" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "新帖文" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "最新回覆行先" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "新聞" @@ -8088,15 +8142,15 @@ msgstr "新聞" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "下一步" @@ -8108,12 +8162,16 @@ msgstr "下一張圖片" msgid "Night" msgstr "晚黑" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "唔係" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "冇廣告,冇侵入式追踪,當然亦冇成癮性設計。 Bluesky 尊重你嘅時間同注意力。" @@ -8194,11 +8252,11 @@ msgstr "而家仲未有人讚" msgid "No lists" msgstr "仲未有清單" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "已唔再跟随 {0}" @@ -8224,7 +8282,7 @@ msgstr "告別無謂杞人憂天嘅垃圾資訊演算法,搵啲益你而非害 msgid "No name" msgstr "冇名" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "而家仲未有通知!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "冇人" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "凈係得作者可以引用呢篇帖文。" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "冇嘢到" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "搵唔到「{0}」嘅結果。" @@ -8322,7 +8380,7 @@ msgstr "搵唔到符合「<0>{query}」嘅結果。" msgid "No results found for your query with advanced search filters applied." msgstr "用咗進階搵嘢篩選器後,搵唔到結果。" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "冇嘢到。" @@ -8335,7 +8393,7 @@ msgstr "而家仲未有新手包" msgid "No thanks" msgstr "唔使,多謝" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "無法從你嘅裝置取得翻譯結果。" @@ -8343,7 +8401,7 @@ msgstr "無法從你嘅裝置取得翻譯結果。" msgid "No video posts yet" msgstr "而家仲未有包含影片帖文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "冇人" @@ -8360,7 +8418,7 @@ msgstr "而家仲未有人引用喎,一唔係你做第一個啦!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "而家仲未有人轉發喎,一唔係你做第一個啦!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "搵唔到人,試吓搵第個。" @@ -8398,7 +8456,7 @@ msgstr "喺呢個平臺用唔到。" msgid "Not followed by anyone you’re following" msgstr "你識得嘅人入邊冇人跟隨佢" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "搵唔到" @@ -8407,25 +8465,29 @@ msgstr "搵唔到" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "未諗過發布住?將你啲好橋擺入草稿先,等啱時機至出。" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "關於分享嘅注意事項" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:127 msgid "Note: Bluesky is part of the Atmosphere, an open public network. These settings ask other apps and websites to limit your visibility, but they can choose not to. Your public content may still appear elsewhere." -msgstr "" +msgstr "註:Bluesky 係 Atmosphere(一個開放公共網絡)嘅一部分。呢啲設定會要求其他應用程式同網站限制你嘅可見度,但佢哋亦都可能唔會遵從呢個要求。你嘅公開內容仍然可能會出現喺其他地方。" #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:133 msgid "Note: This post is only visible to logged-in users." msgstr "註:呢條帖文淨係得登入咗嘅用戶先睇到。" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "而家仲未有收藏內容" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "通知設定" @@ -8435,8 +8497,8 @@ msgstr "通知設定" msgid "Notification sounds" msgstr "通知音效" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "通知音效" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "通知" @@ -8490,7 +8552,7 @@ msgstr "好嘅" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "好嘅" @@ -8505,6 +8567,10 @@ msgstr "最舊回覆行先" msgid "On" msgstr "開啓" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "喺 Bluesky,呢個意思係你嘅帖文只會喺「發掘」動態源出現畀跟隨你嘅人睇。其他應用程式可以揀係咪喺佢哋自己嘅演算法推薦入面用呢個偏好設定。" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "喺<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "揀中嘅人入邊有個人唔接受羣組傾偈。" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "揀中嘅人入邊有個人封鎖你,所以傳送唔到訊息。" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "部分 GIF 圖片缺少替代文字。" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "部分圖片缺少替代文字。" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "你所揀選嘅部分檔案格式唔支援。" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "你揀中嘅部分檔案太大,最大檔案大細係 {VIDEO_MAX_SIZE_MB} MB。" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "部分帖文內容太長,儲存唔到做草稿。{MAX_DRAFT_GRAPHEME_LENGTH, plural, one {字數上限 # 個字元。} other {字數上限 # 個字元。}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "部分影片缺少替代文字。" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "淨係得{0}可以回覆。" @@ -8556,7 +8622,7 @@ msgstr "淨係得{0}可以回覆。" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "只保留前 {0} {2, plural, other {張圖片}}(共 {1} 張);最多加入 {MAX_GALLERY_IMAGES} 張圖片" @@ -8578,7 +8644,7 @@ msgstr "只有擁躉先可以加入呢度羣組傾偈。" msgid "Only followers who I follow" msgstr "僅限我跟返嘅人" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "淨係支援圖片檔案" @@ -8637,7 +8703,7 @@ msgstr "打開進階搵嘢選項" msgid "Open avatar creator" msgstr "打開頭像製作器" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "打開相機" @@ -8655,7 +8721,7 @@ msgstr "打開 {displayName} 嘅傾偈成員選項" msgid "Open conversation options" msgstr "打開對話選項" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "打開草稿" @@ -8663,8 +8729,8 @@ msgstr "打開草稿" msgid "Open drawer menu" msgstr "打開櫃桶選單" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "打開 Emoji 選擇器" @@ -8695,12 +8761,12 @@ msgstr "開啓羣組傾偈" msgid "Open group chat settings" msgstr "打開羣組傾偈設定" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "用 Google 翻譯打開" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "打開去 {niceUrl} 嘅連結" @@ -8713,11 +8779,11 @@ msgstr "打開訊息選項" msgid "Open moderation debug page" msgstr "開啓內容審覈偵錯頁面" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "打開靜音字詞同標籤設定" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "打開新手包" @@ -8743,7 +8809,7 @@ msgstr "打開設定" msgid "Open share menu" msgstr "打開分享選單" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "打開新手包選單" @@ -8759,10 +8825,9 @@ msgstr "打開系統日誌" msgid "Open this group chat" msgstr "開啓此羣組傾偈" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "打開 {0} 動態源" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "打開調試條目嘅額外詳細資訊" msgid "Opens alt text dialog" msgstr "打開替代文字對話框" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "打開你嘅裝置上嘅相機" @@ -8804,28 +8869,28 @@ msgstr "打開變更帳號代碼對話框" msgid "Opens composer" msgstr "打開帖文編輯器" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "打開裝置相機" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "打開裝置相片圖庫去揀選最多 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}、一條影片或一張 GIF。" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "打開流程去建立一個新嘅 Bluesky 帳號" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "打開流程去登入你現有嘅 Bluesky 帳號" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "打開完整圖片" @@ -8833,7 +8898,7 @@ msgstr "打開完整圖片" msgid "Opens helpdesk in browser" msgstr "喺瀏覽器度打開說明中心" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "打開圖片選擇器" @@ -8854,7 +8919,7 @@ msgstr "打開帖文語言設定" msgid "Opens profile" msgstr "打開個人檔案" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "打開尋找同邀請朋友設定" @@ -8867,11 +8932,11 @@ msgstr "打開 GIF 揀選對話框" msgid "Opens the invite friends sheet to share your profile" msgstr "打開邀請朋友面板去分享你嘅個人檔案" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "打開帖文編輯器" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "喺編輯器度打開呢份草稿" @@ -8879,15 +8944,51 @@ msgstr "喺編輯器度打開呢份草稿" msgid "Opens this profile" msgstr "打開呢個人嘅個人檔案" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "選項:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "或用第個帳號繼續。" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "或登入你其他嘅帳號。" @@ -8985,7 +9086,7 @@ msgstr "派對 GIF" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "密碼" @@ -8993,7 +9094,7 @@ msgstr "密碼" msgid "Password changed" msgstr "已變更密碼" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "密碼必須至少要 8 個字元。" @@ -9005,7 +9106,7 @@ msgstr "已更新密碼" msgid "Password updated!" msgstr "已更新密碼!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "暫停" @@ -9020,7 +9121,7 @@ msgstr "暫停影片" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "用戶" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "{ownerName} 跟嘅人可以申請加入" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "@{0} 跟咗嘅人" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "跟緊 @{0} 嘅人" @@ -9070,11 +9171,11 @@ msgstr "我跟嘅人可以直接加入" msgid "People I follow can request to join" msgstr "我跟嘅人可以申請加入" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "你跟嘅人" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "你提及嘅人" @@ -9082,7 +9183,7 @@ msgstr "你提及嘅人" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "相片圖庫取用權限被拒絕,請喺系統設定度授予權限。" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "切換用戶" @@ -9115,15 +9216,15 @@ msgstr "揀選一個顏色主題" msgid "Pictures meant for adults." msgstr "圖片唔啱細路睇。" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "固定動態源" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "固定到首頁" @@ -9131,8 +9232,8 @@ msgstr "固定到首頁" msgid "Pin to Home" msgstr "固定到首頁" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "固定到你嘅個人檔案" @@ -9151,11 +9252,11 @@ msgstr "固定 {0} 到首頁" msgid "Pinned Feeds" msgstr "固定咗嘅動態源" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "固定喺你嘅動態源" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "播放" @@ -9169,12 +9270,12 @@ msgstr "播放 {0}" msgid "Play GIF" msgstr "播放 GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "播放影片" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "播放影片" @@ -9182,7 +9283,7 @@ msgstr "播放影片" msgid "Plays or pauses the GIF" msgstr "播放或暫停 GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "播放或暫停影片" @@ -9190,7 +9291,7 @@ msgstr "播放或暫停影片" msgid "Plays the GIF" msgstr "播放 GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "播放影片" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "請設定你嘅帳號代碼。" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "請設定你嘅密碼。" @@ -9219,12 +9320,12 @@ msgstr "請打開我哋正話送咗去你新電郵入邊嗰條連結嚟驗證新 msgid "Please complete the verification captcha." msgstr "請完成 Captcha 驗證(人機驗證)。" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "請先驗證你嘅電郵地址去上載影片。" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "請你檢查多次你輸入嘅電郵地址啱唔啱。" @@ -9232,7 +9333,7 @@ msgstr "請你檢查多次你輸入嘅電郵地址啱唔啱。" msgid "Please enter a password." msgstr "請輸入密碼。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "請輸入密碼,必須至少要 8 個字元。" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "請輸入我哋正話送咗去你電郵地址嗰個保安編碼。" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "請輸入你嘅電郵地址。" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "請輸入你嘅邀請碼。" @@ -9306,8 +9407,8 @@ msgstr "請解釋點解你以爲我哋唔應該停用你傾偈功能" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "請解釋點解你以爲我哋唔應該停用你嘅直播功能。" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "請返去,或觸發呢個元素去返到頭位。" @@ -9333,7 +9434,7 @@ msgstr "請揀選你要擧報嘅理由" msgid "Please sign in as @{0}" msgstr "請用 @{0} 身份登入" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "請透過「非自願嘅親密影像(NCII)」表格提交你嘅擧報。" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "請喺下低寫低你嘅訊息:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "政治" @@ -9367,18 +9468,18 @@ msgstr "政治" msgid "Porn" msgstr "色情" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "發布" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "帖文" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "第 {index} 條帖文,共 {count} 條" @@ -9393,12 +9494,12 @@ msgstr "發布一張相片" msgid "Post a video" msgstr "發布一條影片" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "發晒佢哋" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "點都要發布" @@ -9406,11 +9507,16 @@ msgstr "點都要發布" msgid "Post blocked" msgstr "已封鎖帖文" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0} 嘅帖文" @@ -9423,10 +9529,10 @@ msgstr "已刪除帖文" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "帖文發布失敗。請檢查你嘅網絡連線狀態,跟住試多次。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "帖文經已刪除" @@ -9440,11 +9546,11 @@ msgstr "帖文因設定嘅靜音字詞所隱藏" msgid "Post Hidden by You" msgstr "呢條帖文俾你隱藏咗" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "帖文互動設定" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "帖文互動設定" @@ -9468,7 +9574,7 @@ msgstr "帖文連結" msgid "Post not found" msgstr "搵唔到帖文" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "已固定帖文" @@ -9478,7 +9584,7 @@ msgstr "已固定帖文" msgid "Post type" msgstr "帖文類型" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "已唔再固定帖文" @@ -9487,7 +9593,7 @@ msgstr "已唔再固定帖文" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "帖文" @@ -9520,7 +9626,7 @@ msgstr "偏好語言" msgid "Press to attempt reconnection" msgstr "撳低去試吓重新連線" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "私隱" msgid "Privacy and security" msgstr "私隱同保安" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "私隱同保安設定" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "私隱政策" msgid "Privacy violation of a minor" msgstr "侵犯未成年人私隱" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "處理緊 GIF……" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "處理緊條片……" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "個人檔案" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "公開、可分享嘅清單,可以用嚟批量靜音或封鎖帳號。" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "發布帖文" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "發布帖文" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "發布回覆" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "發布回覆" @@ -9685,7 +9791,7 @@ msgstr "QR code 存咗去你嘅相簿度喇!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "引用帖文" @@ -9723,8 +9829,8 @@ msgstr "超過咗速率限制——你喺短時間內改過帳號代碼太多, msgid "Rate limit exceeded. Please try again later." msgstr "超出速率限制,唔該陣間試多次。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "重新連結引用" @@ -9745,7 +9851,7 @@ msgstr "用 {emoji} 畀個反應" msgid "Reactions" msgstr "反應" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "重新啓用你嘅帳號" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "閱讀點用進階搵嘢篩選器" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "閱讀網誌文章" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "睇少啲" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "睇多啲" @@ -9780,7 +9886,7 @@ msgstr "閱讀更多回覆" msgid "Read our blog post" msgstr "閱讀我哋嘅網誌文章" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "睇吓 Bluesky 網誌" @@ -9794,11 +9900,11 @@ msgstr "睇吓 Bluesky 私隱政策" msgid "Read the Bluesky Terms of Service" msgstr "睇吓 Bluesky 服務條款" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "眞實對話。" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "眞實用戶。" @@ -9862,23 +9968,24 @@ msgstr "撈多次對話" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "刪除" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "將 {displayName} 踢出羣組" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "喺新手包度刪除 {displayName}" @@ -9914,8 +10021,8 @@ msgstr "刪除關聯" msgid "Remove Avatar" msgstr "刪除頭像" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "刪除橫額" @@ -9950,8 +10057,8 @@ msgstr "喺傾偈度刪除" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "喺我嘅動態源度刪除" @@ -9960,8 +10067,8 @@ msgstr "喺我嘅動態源度刪除" msgid "Remove from quick access?" msgstr "係咪要喺快速存取中刪除?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "喺儲存咗嘅動態源度刪除" @@ -9970,7 +10077,7 @@ msgstr "喺儲存咗嘅動態源度刪除" msgid "Remove from saved posts" msgstr "從帖文收藏度刪除" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "係咪要喺你嘅動態源度刪除?" @@ -10010,7 +10117,7 @@ msgstr "刪除建議" msgid "Remove this feed from your saved feeds" msgstr "將呢個動態源喺你儲存咗嘅動態源度刪除" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "刪除用唔到嘅內容審核服務" @@ -10018,10 +10125,14 @@ msgstr "刪除用唔到嘅內容審核服務" msgid "Remove user from list" msgstr "喺清單度刪除用戶" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "撤回驗證" @@ -10029,11 +10140,11 @@ msgstr "撤回驗證" msgid "Remove your verification for this account?" msgstr "係咪要撤回你對呢個帳號嘅驗證?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "俾發布者刪咗" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "俾你刪咗" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "已從帖文收藏度刪除" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "已從新手包度刪除" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "已從你嘅動態源度刪除" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "已刪除用唔到嘅服務" @@ -10128,11 +10240,11 @@ msgstr "有人覆咗訊息,撳吓轆到嗰度" msgid "Replies" msgstr "回覆" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "已關閉回覆" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "呢條帖文嘅回覆經已關閉。" @@ -10141,14 +10253,14 @@ msgstr "呢條帖文嘅回覆經已關閉。" msgid "Reply" msgstr "回覆" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "回覆" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "回覆({0, plural, one {# 個回覆} other {# 個回覆}})" @@ -10162,7 +10274,7 @@ msgstr "回覆俾呢個討論串嘅發布者隱藏" msgid "Reply Hidden by You" msgstr "呢個回覆俾你隱藏咗" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "回覆設定係由討論串嘅作者所設" @@ -10185,8 +10297,8 @@ msgstr "成功隱藏回覆" msgid "Report" msgstr "擧報" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "擧報帳號" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "擧報對話" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "擧報對話框" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "擧報動態源" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "擧報清單" @@ -10216,8 +10328,8 @@ msgstr "擧報清單" msgid "Report message" msgstr "擧報訊息" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "擧報帖文" @@ -10225,8 +10337,8 @@ msgstr "擧報帖文" msgid "Report sent" msgstr "已提交擧報" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "擧報新手包" @@ -10292,7 +10404,7 @@ msgstr "轉發({0, plural, one {# 次轉發} other {# 次轉發}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "轉發或引用帖文" @@ -10330,12 +10442,12 @@ msgstr "轉發呢條帖文" msgid "Reposts of your reposts" msgstr "轉發你轉發嘅帖文" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "轉發帖文會喺動態中隱藏" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "轉發帖文會喺動態中顯示" @@ -10348,8 +10460,8 @@ msgstr "申請加入羣組傾偈" msgid "Request approved." msgstr "已接受申請。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "取得驗證碼" @@ -10371,7 +10483,7 @@ msgstr "已送出申請" msgid "Requests" msgstr "邀請" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "發布之前要提供替代文字" msgid "Require an email code to sign in to your account." msgstr "登入嗰陣要用埋電郵驗證碼先至得。" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "服務提供者要求此必填" @@ -10418,16 +10530,16 @@ msgstr "重新傳送代碼" msgid "Resend code in <0>00:{0}" msgstr "<0>00:{0} 後重新傳送代碼" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "重新傳送電郵" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "重新傳送電郵" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "重新傳送驗證郵件" @@ -10453,6 +10565,11 @@ msgstr "重設密碼" msgid "Reset your password by sending a code to your email" msgstr "透過傳送驗證碼到你嘅電郵去重設密碼" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "還原預設值" @@ -10479,9 +10596,9 @@ msgstr "試多次執行上一個出錯誤嘅動作" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "試多次執行上一個出錯誤嘅動作" msgid "Retry" msgstr "試多次" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "撈多次擧報選項" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "返去上一頁" @@ -10521,7 +10638,7 @@ msgstr "返去首頁" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "返去上一頁" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "傷心 GIF" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "儲存出世日期" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "儲存變更" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "係咪要儲存變更?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "儲存草稿" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "係咪要儲存草稿?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "儲存圖片" @@ -10608,8 +10725,8 @@ msgstr "儲存新嘅帳號代碼" msgid "Save QR code" msgstr "儲存 QR code" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "儲存呢啲選項供下次使用" @@ -10618,7 +10735,7 @@ msgstr "儲存呢啲選項供下次使用" msgid "Save to my feeds" msgstr "儲存到我嘅動態源度" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "儲存咗嘅動態源" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "帖文收藏" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "已儲存到你嘅動態源度" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "Say 哈嘍!" @@ -10661,7 +10778,7 @@ msgstr "掃描" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "掃描 QR Code" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "轆到去頂部" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "搵嘢" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "搵 @{0} 嘅帖文" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "用名稱或興趣去搵" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "搵動態源" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "搵「{interestsDisplayName}」" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "搵「{interestsDisplayName}」(已揀選)" @@ -10734,19 +10851,19 @@ msgstr "搵「{searchText}」" msgid "Search for {q}" msgstr "搵 {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "搵你想同其他人推薦嘅動態源。" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "搵更多帳號" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "搵更多動態源" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "搵用戶" @@ -10774,14 +10891,14 @@ msgstr "搵語言" msgid "Search my posts" msgstr "搵我嘅帖文" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "搵帖文" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "搵個人檔案" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "搵……" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "搵個人檔案" @@ -10829,14 +10946,14 @@ msgstr "睇吓包含 #{tag} 嘅帖文" msgid "See #{tag} posts by user" msgstr "睇吓呢位用戶包含 #{tag} 嘅帖文" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "喺 Bluesky 度搵工" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "睇多啲" @@ -10844,16 +10961,11 @@ msgstr "睇多啲" msgid "See more suggested profiles" msgstr "睇多啲建議個人檔案" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "睇多啲時興話題" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "喺同一作者嘅討論串帖文上顯示編號標籤(1/3、2/3 等)。" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "揀選 {langName}" msgid "Select a color" msgstr "揀一隻色" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "揀選一個理由" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "揀選帳號" @@ -10910,7 +11022,7 @@ msgstr "揀個頭像" msgid "Select an emoji" msgstr "揀個 Emoji" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "揀選一個選項" @@ -10946,11 +11058,11 @@ msgstr "揀選篩選類型(目前:{0})" msgid "Select from an existing account" msgstr "喺而家有嘅帳號度揀" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "喺你嘅清單度揀選" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "喺你嘅清單度揀選<0>{numberOfListsSelected, plural, other {(已揀選 # 人)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "揀選靜音將呢個字詞要幾耐。" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "揀選語言" @@ -10987,7 +11099,7 @@ msgstr "揀選語言……" msgid "Select languages" msgstr "揀選語言" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "揀選內容審覈服務" @@ -11028,7 +11140,7 @@ msgstr "揀選應用程式介面要用返乜語言。" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "揀選邊啲語言你想喺你訂閱嘅動態源度出現。唔揀嘅話,就會顯示所有語言。" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "揀選你個出世日期" @@ -11045,7 +11157,7 @@ msgstr "揀選你喺訂閱嘅動態源度要翻譯嘅目標語言" msgid "Select your preferred notification channels" msgstr "揀選你想要嘅通知類型" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "唔支援揀選多種媒體類型。" @@ -11076,7 +11188,7 @@ msgstr "提交錯誤報告" msgid "Send feedback" msgstr "提交意見" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "傳送訊息" @@ -11089,7 +11201,7 @@ msgstr "傳送帖文畀 {name}" msgid "Send post to..." msgstr "傳送帖文到……" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "將擧報提交到 {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "從你嘅電話傳送呢條訊息" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "傳送驗證電郵" @@ -11133,7 +11245,7 @@ msgstr "將應用程式圖標改成 {0}" msgid "Set new password" msgstr "設定新密碼" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "準確設定邊啲人羣可以回覆你嘅帖文" @@ -11141,11 +11253,11 @@ msgstr "準確設定邊啲人羣可以回覆你嘅帖文" msgid "Set up your account" msgstr "設定你嘅帳號" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "設定邊個可以回覆你嘅帖文" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "喺下低設定好出世日期,我哋即刻畀你繼續出 Post 同探索㗎喇!" @@ -11161,9 +11273,9 @@ msgstr "手動設定你嘅託管服務提供者" msgid "Sets email for password reset" msgstr "設定電郵嚟重設密碼" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "設定" @@ -11222,7 +11334,7 @@ msgstr "回覆通知設定" msgid "Settings for repost notifications" msgstr "轉發通知設定" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "已儲存設定" @@ -11242,7 +11354,7 @@ msgstr "性暗示" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "分享" @@ -11251,7 +11363,7 @@ msgstr "分享" msgid "Share age range" msgstr "分享年齡範圍" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "點都要分享" @@ -11279,13 +11391,13 @@ msgstr "分享邀請連結" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "分享連結" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "分享連結對話框" @@ -11304,12 +11416,12 @@ msgstr "分享帖文 at:// 連結" msgid "Share Profile" msgstr "分享個人檔案" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "分享 QR code" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "分享呢個動態源" @@ -11318,22 +11430,22 @@ msgstr "分享呢個動態源" msgid "Share this search" msgstr "分享此搵嘢結果" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "分享呢個新手包" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "分享呢個新手包,等更多人加入你喺 Bluesky 度嘅社羣。" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "分享到……" @@ -11345,7 +11457,7 @@ msgstr "分享你嘅聯絡人去尋找朋友" msgid "Share your thoughts…" msgstr "分享你嘅諗法……" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "共用偏好測試器" @@ -11359,12 +11471,16 @@ msgstr "分享你嘅年齡範圍只會揭露同你 Apple 帳號關聯嘅資訊 msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "分享你嘅年齡範圍只會揭露同你 Google 帳號關聯嘅資訊(例如:你年滿 18 歲)。<0>你嘅確切年齡同生日絕對唔會被分享,而呢啲資料亦絕對唔會離開呢部裝置。因此,呢個功能凈係幫此裝置解除限制。抑或,<1>你可以用我哋信任嘅合作夥伴 KWS去完成驗證,方便喺所有平台上啓用取用權限。" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "顯示" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "顯示替代文字" @@ -11373,14 +11489,14 @@ msgstr "顯示替代文字" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "點都要顯示" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "顯示自動化標記" @@ -11401,16 +11517,16 @@ msgstr "顯示自訂選項" msgid "Show group chat updates" msgstr "顯示羣組傾偈更新" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "推少啲噉嘅嘢畀我" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "點都要顯示呢個清單" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "顯示有得揀選嘅用戶清單" @@ -11418,8 +11534,8 @@ msgstr "顯示有得揀選嘅用戶清單" msgid "Show more" msgstr "睇多啲" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "睇多啲類似內容" @@ -11445,8 +11561,8 @@ msgstr "顯示回覆" msgid "Show replies as" msgstr "回覆顯示成" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "公開顯示回覆" @@ -11455,8 +11571,8 @@ msgstr "公開顯示回覆" msgid "Show reposts" msgstr "顯示轉發" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "喺動態中顯示轉發帖文" @@ -11478,7 +11594,7 @@ msgstr "顯示警告兼且喺動態源度篩選" msgid "Show when you’re live" msgstr "顯示直播狀態" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "顯示關於呢條帖文嘅建立時間資訊" @@ -11486,15 +11602,15 @@ msgstr "顯示關於呢條帖文嘅建立時間資訊" msgid "Shows other accounts you can switch to" msgstr "顯示其他你切換得到嘅帳號" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "顯示內容" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "顯示內容" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "登入" msgid "Sign in as {0}" msgstr "用 {0} 身份登入" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "登入爲……" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "登入或建立帳號" @@ -11551,16 +11667,17 @@ msgstr "登入 Bluesky 或整個新帳號" msgid "Sign in to request access to this group chat." msgstr "登入以申請加入此羣組傾偈。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "登入以檢視帖文" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "由" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "跳過" msgid "Skip contact sharing and continue to the app" msgstr "跳過分享聯絡人兼繼續使用應用程式" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "跳過空白帖文?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "跳過介紹直接開始使用你嘅帳號" @@ -11628,7 +11745,7 @@ msgstr "跳過介紹直接開始使用你嘅帳號" msgid "Skip to next step" msgstr "跳到下一步" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "幻燈片" @@ -11644,19 +11761,24 @@ msgstr "暫停提醒" msgid "So many thoughts, you should post one" msgstr "咁多諗頭,不如出 Post 講吓" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "由你話事嘅社交平臺。" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "軟件開發" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "清單度有部分內容審核服務唔再用到。" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "你目前被授予嘅部分驗證無效。" @@ -11664,7 +11786,7 @@ msgstr "你目前被授予嘅部分驗證無效。" msgid "Some other feeds you might like" msgstr "其他可能都會啱你心水嘅動態源" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "淨係得部分人可以回覆" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "出咗問題" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "出咗問題,唔該試多次" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "出咗問題,唔該遲啲試多次。" msgid "Something went wrong. Please try again." msgstr "出咗問題,唔該試多次。" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "有輘輷?話畀我哋知。" @@ -11759,8 +11881,8 @@ msgstr "有輘輷?話畀我哋知。" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "對唔住,我哋而家撈唔到帳號建議。" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "對唔住!你嘅登入階段過咗期,請重新登入。" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "垃圾訊息或其他虛假欺騙行爲" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "運動" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "當你同第個人傾偈之後,對話內容就會喺度出現。" @@ -11826,14 +11953,14 @@ msgstr "開始傾偈" msgid "Start chat with {displayName}" msgstr "開始同 {displayName} 傾偈" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "新手包" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "{0} 整嘅新手包" @@ -11841,12 +11968,12 @@ msgstr "{0} 整嘅新手包" msgid "Starter pack by <0/>" msgstr "<0/> 整嘅新手包" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "你嘅新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "無效新手包" @@ -11854,7 +11981,7 @@ msgstr "無效新手包" msgid "Starter packs" msgstr "新手包" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "新手包" @@ -11893,7 +12020,7 @@ msgstr "已剷晒儲存資料,請即刻重啓應用程式。" msgid "Stored as part of a secure code for matching with others" msgstr "儲存為安全代碼嘅一部分,去匹配其他人" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "故仔書" @@ -11928,13 +12055,13 @@ msgstr "提交申訴" msgid "Submit feedback" msgstr "提交意見" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "提交擧報" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "透過「非自願嘅親密影像(NCII)」表格提交你嘅擧報" @@ -11963,11 +12090,11 @@ msgstr "訂閱 @ {0} 去用呢啲標記:" msgid "Subscribe to account activity" msgstr "訂閱帳號動態" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "訂閱標記服務" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "訂閱呢個標記服務" @@ -11975,7 +12102,7 @@ msgstr "訂閱呢個標記服務" msgid "Subscribe to this list" msgstr "訂閱呢份清單" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "攪掂" @@ -11998,7 +12125,7 @@ msgstr "成功驗證" msgid "Suggested" msgstr "建議" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "建議帳號" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "日落" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "只限標籤" msgid "Take the conversation private." msgstr "轉做私密對話。" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "撳下低「允許」掣允許 Bluesky 取用你嘅位置資訊,我哋會用佢去更準確噉確定你身處地區可用內容同功能。" @@ -12103,8 +12230,8 @@ msgstr "撳去睇詳細資訊" msgid "Tap for more information" msgstr "撳去知多啲" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "撳呢度用 GPS 更新你嘅位置。" @@ -12206,7 +12333,7 @@ msgstr "條款" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "多謝你嘅意見!意見經已轉達畀相關動態源維護者。" msgid "Thanks for your feedback!" msgstr "多謝你嘅意見!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "多謝,你經已成功驗證你嘅電郵地址。而家你可以閂咗呢個對話框。" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "唔該晒!攪掂喇。" @@ -12246,16 +12373,16 @@ msgstr "唔該晒!攪掂喇。" msgid "That contains the following:" msgstr "當中包含以下內容:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "搵唔到嗰個新手包。" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "呢個用戶名稱俾人用咗" @@ -12263,13 +12390,13 @@ msgstr "呢個用戶名稱俾人用咗" msgid "That's all, folks!" msgstr "就噉先,咁多位!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "就係咁多喇!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "解除封鎖之後,呢個帳號就可以同你互動。" @@ -12287,7 +12414,7 @@ msgstr "呢個討論串嘅作者隱藏咗呢個回覆。" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "你輸入嘅出世日期表示你未夠 18 歲。你可能用唔到部分內容同使用部分功能。" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Bluesky 網頁應用程式" @@ -12352,32 +12479,32 @@ msgstr "你覆緊嘅帖文,發布者標記咗係用 {suggestedLanguageName} msgid "The Privacy Policy has been moved to <0/>" msgstr "私隱政策擺咗去 <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "處理後嘅影片太大,請用細啲嘅檔案試多次。" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "無法編碼所選嘅影片。" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "無法處理所選嘅影片。" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "所選影片嘅長闊比例唔支援。" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "你揀中嘅影片大過 {VIDEO_MAX_SIZE_MB} MB,請用細啲嘅檔案試多次。" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "所選嘅影片過長。" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "所選嘅影片使用唔支援嘅格式。" @@ -12386,7 +12513,7 @@ msgstr "所選嘅影片使用唔支援嘅格式。" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "伺服器似乎遇到問題。唔該遲啲試多次。" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "你想睇嘅新手包已經失效。你可以刪咗呢個新手包去。" @@ -12402,7 +12529,7 @@ msgstr "支援表格擺咗去其他地方度。若然你需要協助,請<0/> msgid "The Terms of Service have been moved to" msgstr "服務條款擺咗去" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "你提供嘅驗證碼無效。請確保你用咗正確嘅驗證連結,或申請多一次新嘅連結。" @@ -12412,7 +12539,7 @@ msgstr "你提供嘅驗證碼無效。請確保你用咗正確嘅驗證連結, msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "驗證服務提供者傳送唔到代碼去你嘅電話號碼度,請檢查您的電話號碼跟住試多次。" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "影片無法上載到你的託管服務提供者。唔該試多次。" @@ -12428,7 +12555,7 @@ msgstr "受變更出世日期次數限制,你可能需要等一兩日先可以 msgid "There is no invite link for this group chat." msgstr "此羣組傾偈冇任何邀請連結。" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "帳號停用冇時間限制,幾時用返你話事。" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "你嘅網絡連線出咗問題,唔該試多次" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "連線到伺服器嗰陣出咗問題" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "連線到伺服器嗰陣出咗問題,請檢查網絡連線狀態跟住試多次。" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "攞緊通知嗰陣出咗問題,撳呢度試多次。" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "攞緊帖文嗰陣出咗問題,撳呢度試多次。" @@ -12495,25 +12622,25 @@ msgstr "更新你嘅動態源嗰陣出咗問題,請檢查你嘅網絡連線狀 #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "{0} 出咗問題!" @@ -12521,10 +12648,10 @@ msgstr "{0} 出咗問題!" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "出咗問題。請檢查你嘅網絡連線狀態,跟住試多次。" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "應用程式出現咗一個估都估唔到嘅問題。若然你有呢種情況嘅話唔該話畀我哋知!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Bluesky 家陣有一大班人加入!我哋會盡快啓用你嘅帳號。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "呢啲係你嘅預設設定" @@ -12576,7 +12703,7 @@ msgstr "除非你再次邀請,否則佢哋加唔返入嚟。" msgid "This {screenDescription} has been flagged:" msgstr "{screenDescription} 已被標記:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "呢個帳號擁有驗證徽章,因爲佢經已由受信任嘅驗證者授予驗證。" @@ -12584,7 +12711,7 @@ msgstr "呢個帳號擁有驗證徽章,因爲佢經已由受信任嘅驗證者 msgid "This account has been marked as automated by its owner." msgstr "呢個帳號已被擁有者標記做自動化帳號。" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "呢個帳號試過授權一次或多次驗證,但係仲未正式驗證到。" @@ -12618,7 +12745,7 @@ msgstr "呢份申訴會提交到 Bluesky 嘅內容審覈服務度。" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "呢位作者設定咗得登入咗嘅人先睇到佢啲帖文。" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "呢粒掣方便其他人打開 Germ DM 向你傳送訊息。你可以喺 Germ DM 度設定佢係咪顯示出嚟,抑或撳下低粒掣將你嘅 Bluesky 帳號同 Germ DM 帳號斷開連線。" @@ -12649,7 +12776,7 @@ msgstr "傾偈經已中斷連線" msgid "This code is invalid. Resend to get a new code." msgstr "呢個代碼無效,重新傳送去取得新嘅代碼。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "呢個驗證碼無效,唔該試多次。" @@ -12683,7 +12810,7 @@ msgstr "此對話已鎖定。" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "同你對話嗰個人經已停用或刪除帳號,撳低去檢視選項" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "呢份草稿將會永久刪除。" @@ -12700,7 +12827,7 @@ msgstr "直程一樣嘅字句" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "呢個功能可以畀其他用戶喺你出新帖或回覆嗰陣收到通知。你想開畀邊啲人?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "呢個功能仲喺測試階段。你可以睇 <0>呢篇網誌 知多啲匯出資料嘅資訊。" @@ -12763,7 +12890,7 @@ msgstr "呢個係一次性嘅安全檢查,事緣我哋之前未喺呢部裝置 msgid "This is not a valid link" msgstr "呢條連結無效" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "呢個標記話畀人知呢個係自動化帳號。開咗之後,個標記就會出現喺帳號名同帖文隔籬。你可以隨時加上抑或移除此標記。" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "呢個連結會帶你去到下低嘅網站:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "呢份清單係 <0>{0} 所建立,佢嘅名或描述度可能違反咗 Bluesky 嘅社羣準則。" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "呢份清單係你所建立,佢嘅名或描述度可能違反咗 Bluesky 嘅社羣準則。" @@ -12829,11 +12956,11 @@ msgstr "呢個人封鎖咗你" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "呢條帖文話係話喺 <0>{0} 發布嘅,但係最先出現喺 Bluesky 嘅時間係喺 <1>{1}。" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "呢條帖文存在未知嘅內容類型,你應用程式嘅版本可能過咗期。" @@ -12845,19 +12972,19 @@ msgstr "呢條帖文淨係得登入咗嘅用戶先睇到。" msgid "This post was deleted by its author" msgstr "呢條帖文經已俾發布者刪除" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "呢條帖文將會喺討論串同動態源度隱藏,呢個操作冇得取消。" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "呢條帖文嘅發布者唔俾人引用。" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "呢份個人檔案淨係畀登入咗嘅用戶睇,冇得俾未登入嘅人睇。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "呢個回覆會摺疊到你討論串下底嘅隱藏部分,兼且會爲你自己同其他人靜音後續回覆嘅通知。" @@ -12870,7 +12997,7 @@ msgstr "此畫面只適用於羣組對話。" msgid "This service has not provided terms of service or a privacy policy." msgstr "呢個服務未有提供服務條款或私隱政策。" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "事緣直播功能處於測試階段,未支援呢個服務。可使用嘅服務:{formatted}。" @@ -12927,7 +13054,7 @@ msgstr "呢個用戶啱嚟冇耐,撳低去睇佢具體幾時入嚟嘅時間。 msgid "This user isn't following anyone." msgstr "呢個用戶未有跟過任何人。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "你嘅裝置播放唔到呢條影片,瀏覽器或系統可能唔支援影片解碼器(H.264/AAC)。" @@ -12953,15 +13080,10 @@ msgstr "噉做會永久刪除你嘅 Bluesky 帳號 <0>{currentHandle} 同所 msgid "This will remove @{0} from the quick access list." msgstr "噉樣會喺快速存取清單度移除 @{0}。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "你嘅帖文會喺呢篇引用嘅帖文度刪除,兼且將佢換成一個佔位標記。" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "討論串編號" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "討論串偏好設定" msgid "Threaded" msgstr "樹狀模式" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "討論串偏好設定" @@ -13002,7 +13124,7 @@ msgstr "標題" msgid "Title (100 characters max)" msgstr "標題(最多 100 個字元)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "若然停用電郵雙重驗證,請驗證你嘅電郵地址。" @@ -13012,7 +13134,7 @@ msgstr "若然停用電郵雙重驗證,請驗證你嘅電郵地址。" msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "要停用電郵雙重驗證,請驗證你電郵地址 <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "想登出可以<0>撳呢度。抑或你需要嘅話,你仲可以<1>刪除你嘅帳號。" @@ -13020,11 +13142,11 @@ msgstr "想登出可以<0>撳呢度。抑或你需要嘅話,你仲可以<1 msgid "Today" msgstr "今日" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "切換控制啓用或停用成人內容" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "切換聲音" @@ -13053,7 +13175,7 @@ msgstr "至 Hit" msgid "Top replies first" msgstr "熱門回覆行先" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "話題" @@ -13061,8 +13183,8 @@ msgstr "話題" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "翻譯" @@ -13074,12 +13196,12 @@ msgstr "已翻譯" msgid "Translating" msgstr "翻譯緊" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "翻譯緊……" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "你嘅裝置唔支援將原文翻譯成目標語言。" @@ -13088,9 +13210,9 @@ msgstr "你嘅裝置唔支援將原文翻譯成目標語言。" msgid "Tree view" msgstr "樹狀介面" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "時興話題" @@ -13099,12 +13221,20 @@ msgstr "時興話題" msgid "Trending GIFs" msgstr "熱門 GIF" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "時興選項" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "時興話題" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "熱門話題係根據網絡上大家嘅討論而定。話題標題同簡介都係用 AI 生成。" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "時興影片" @@ -13113,7 +13243,7 @@ msgstr "時興影片" msgid "Trolling" msgstr "引戰" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "信任源於人際關係、社羣同共享嘅背景,所以我哋亦都引入咗<0>受信任嘅驗證者:可以直接授予驗證其他帳號嘅組織。" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "連唔到線到伺服器。請檢查你嘅網絡連線狀態,跟住試多次。" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "連唔到線到你嘅服務。請檢查你嘅網絡連線狀態,跟住試多次。" @@ -13187,7 +13317,7 @@ msgstr "連唔到線到你嘅服務。請檢查你嘅網絡連線狀態,跟住 msgid "Unable to contact your service. Please check your Internet connection." msgstr "連唔到線到服務,請檢查你嘅網絡連線狀態。" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "刪唔到" @@ -13205,6 +13335,10 @@ msgstr "搵唔到揀咗嘅接收人。" msgid "Unable to find the selected recipient." msgstr "搵唔到揀咗嘅收件人。" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "解析唔到帳號代碼" @@ -13233,14 +13367,14 @@ msgstr "取用唔到動態源資訊" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "解除封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "解除封鎖" @@ -13251,8 +13385,8 @@ msgstr "解除封鎖 {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "解除封鎖帳號" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "解除封鎖帳號?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "係咪要解除封鎖帳號?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "解除封鎖清單" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "咪喇" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "咪喇" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "唔再轉發({0, plural, one {# 次轉發} other {# 次轉發}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "唔再跟 {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "唔再跟佢" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "唔再跟呢位用戶" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "唔好意思,你訂閱嘅標記服務冇一個係支援呢個擧報類型。" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "唔好意思,事緣你個人檔案嘅出世日期顯示你年紀太細,暫時用唔到 Bluesky 住。" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "唔好意思,你所申報嘅年齡唔得喺你所在地區使用 Bluesky。" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "未知嘅驗證者" @@ -13333,13 +13490,13 @@ msgstr "未標記嘅成人內容" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "未標記、具虐待性、或非自願嘅成人內容" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "唔再讚佢" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "唔再讚佢({0, plural, one {# 人讚佢} other {# 人讚佢}})" @@ -13351,12 +13508,12 @@ msgstr "解除鎖定傾偈" msgid "Unlock this group chat" msgstr "唔再鎖定此羣組傾偈" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "唔再靜音" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "唔再靜音" msgid "Unmute {0}" msgstr "唔再靜音 {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "唔再靜音帳號" @@ -13379,8 +13536,8 @@ msgstr "唔再靜音帳號" msgid "Unmute conversation" msgstr "唔再靜音對話" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "唔再靜音清單" @@ -13388,8 +13545,8 @@ msgstr "唔再靜音清單" msgid "Unmute this group chat" msgstr "唔再靜音此羣組傾偈" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "唔再靜音討論串" @@ -13397,14 +13554,14 @@ msgstr "唔再靜音討論串" msgid "Unmute video" msgstr "唔再靜音影片" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "唔再固定" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "唔再固定動態源" @@ -13414,13 +13571,13 @@ msgstr "唔再固定動態源" msgid "Unpin from home" msgstr "唔再喺首頁度固定" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "唔再喺個人檔案度固定" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "唔再固定內容審覈清單" @@ -13429,29 +13586,34 @@ msgstr "唔再固定內容審覈清單" msgid "Unpinned {0} from Home" msgstr "唔再喺首頁度固定 {0}" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "經已唔再固定喺你嘅動態源度" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "經已唔再固定清單" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "唔再暫停電郵提醒" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "唔再訂閱" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "唔再訂閱清單" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "唔再訂閱呢個標記服務" @@ -13463,7 +13625,7 @@ msgstr "經已喺清單度唔再訂閱" msgid "Unsupported clipboard content" msgstr "唔支援呢種剪貼簿內容" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "唔支援嘅影片類型:{mimeType}" @@ -13512,10 +13674,10 @@ msgstr "更新成 {domain}" msgid "Update your email" msgstr "更新你嘅電郵" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "更新你嘅位置" @@ -13539,24 +13701,24 @@ msgstr "上載文字檔案到:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "喺相機度上載" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "喺檔案度上載" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "喺相片圖庫度上載" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "上載緊 GIF……" @@ -13570,7 +13732,7 @@ msgstr "上載緊圖片……" msgid "Uploading link thumbnail..." msgstr "上載緊連結縮圖……" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "上載緊條片……" @@ -13659,25 +13821,25 @@ msgstr "{0} 嘅用戶清單" msgid "User list by you" msgstr "你嘅用戶清單" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "用戶清單經已建立" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "用戶清單經已更新" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "用戶名稱唔得超過 {MAX_SERVICE_HANDLE_LENGTH, plural, other {# 個字元}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "用戶名稱唔得以連字號(-)開頭或結尾" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "用戶名稱只能包含字母(a-z)、數字及連字號(-)。" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "用戶名稱或電郵地址" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "<0>@{0} 跟咗嘅用戶" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "跟緊 <0>@{0} 嘅用戶" @@ -13707,11 +13869,11 @@ msgstr "值:" msgid "Verification failed, please try again." msgstr "授予唔到驗證,唔該試多次。" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "驗證設定" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "驗證設定" @@ -13720,14 +13882,14 @@ msgstr "驗證設定" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Bluesky 嘅驗證機制同其他平臺唔同。 <0>想知多啲去呢度。" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "驗證者:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "驗證帳號" @@ -13790,12 +13952,12 @@ msgstr "驗證你嘅年齡" msgid "Verify your email" msgstr "驗證你嘅電郵" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "驗證緊" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "確認緊你嘅年齡驗證狀態" @@ -13815,16 +13977,16 @@ msgstr "版本 {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "經由新手包 <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "影片" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "影片處理失敗" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "影片動態源" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "影片嚟自 {0}:{text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "影片嚟自{0}。撳一吓去播放或暫停影片" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "電子遊戲" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "條片經已暫停" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "條片播緊" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "搵唔到條片。" @@ -13859,12 +14021,12 @@ msgstr "搵唔到條片。" msgid "Video settings" msgstr "影片設定" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "影片上載成功" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "影片:{0}" @@ -13872,19 +14034,13 @@ msgstr "影片:{0}" msgid "Videos" msgstr "影片" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "影片長度必須喺 10 分鐘之內。" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "影片長度唔得超過 3 分鐘。" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "睇吓" @@ -13903,9 +14059,9 @@ msgstr "睇吓 {0} 嘅頭像" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "睇吓 {0} 嘅個人檔案" @@ -13924,11 +14080,11 @@ msgstr "睇吓 {displayName} 嘅個人檔案" msgid "View {publicationTitle}" msgstr "睇吓 {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "睇吓已封鎖用戶嘅個人檔案" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "睇吓網誌文章嚟了解更多資訊" @@ -13936,8 +14092,8 @@ msgstr "睇吓網誌文章嚟了解更多資訊" msgid "View debug entry" msgstr "睇吓調試條目" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "睇吓詳細資訊" @@ -13977,13 +14133,13 @@ msgstr "睇晒佢哋" msgid "View more trending videos" msgstr "睇多啲時興影片" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "睇吓帖文" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "睇吓 @{0} 提供嘅標記服務" msgid "View this user's verifications" msgstr "睇吓呢個用戶嘅認證" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "睇吓邊啲人讚過呢個動態源" @@ -14026,11 +14182,11 @@ msgstr "睇吓邊啲人讚過呢個動態源" msgid "View video" msgstr "睇片" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "睇吓你封鎖嘅帳號" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "睇吓你預設嘅帖文互動設定" @@ -14039,11 +14195,15 @@ msgstr "睇吓你預設嘅帖文互動設定" msgid "View your feeds and explore more" msgstr "睇吓你嘅動態源同埋探索更多" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "睇吓你嘅內容審覈收件匣" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "睇吓你嘅內容審覈清單" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "睇吓你靜音咗嘅帳號" @@ -14060,6 +14220,10 @@ msgstr "睇吓完整圖片" msgid "Views video in immersive mode" msgstr "進入沉浸模式睇片" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "暴力" @@ -14136,6 +14300,10 @@ msgstr "我哋撈唔到呢度傾偈嘅加入申請" msgid "We couldn’t load this conversation’s settings" msgstr "我哋撈唔到呢個對話設定" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "我哋無法驗證你嘅託管服務提供者。請檢查你嘅網絡連線,抑或<0>手動設定你嘅託管服務提供者。" @@ -14148,7 +14316,7 @@ msgstr "我哋會喺確認聯絡人後刪除雜湊值" msgid "We don't store your friends' phone numbers or send any messages" msgstr "我哋唔會儲存你朋友嘅電話號碼或傳送任何訊息" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "我哋估計仲要 {estimatedTime} 先至可以攪掂你個帳號。" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "我哋同 <0>KWS 合作處理年齡驗證。當你撳下低「開始」後,KWS 就會傳送電郵畀你,話你知點樣做驗證。若然你個電郵之前已經喺其他用 KWS 嘅遊戲或者服務度驗證過年齡,就唔使再做多次。攪掂之後,就會帶你返嚟去繼續用 Bluesky。" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "我哋傳送咗另一封驗證電郵去到 <0>{0} 度。" @@ -14186,7 +14354,7 @@ msgstr "我哋建議你至少揀兩個啱心水嘅主題。" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "我哋送咗封含有連結嘅電郵去 <0>{0} 度。請撳開佢去完成電郵驗證流程。" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "我哋確定唔到你有冇上載影片權限,唔該試多次。" @@ -14198,16 +14366,16 @@ msgstr "由於可能出現網絡錯誤,我哋暫時撈唔到你所在地區嘅 msgid "We were unable to load your birthdate preferences. Please try again." msgstr "我哋撈唔到你嘅出世日期偏好設定,唔該試多次。" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "我哋而家撈唔到你訂閱咗嘅標記服務。" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "我哋因遇着連線問題接收唔到驗證狀態,可能需要啲時間。你個帳號會喺確認後自動恢復。" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "我哋會喺攪掂你嘅帳號嗰陣通知你。" @@ -14236,7 +14404,7 @@ msgstr "我哋同時都改進緊<0>社羣準則,亦都希望聽取你嘅 msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "我哋同時都改進緊社羣準則,亦都希望聽取你嘅意見!新守則會喺 2025 年 10 月 15 號生效。" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "我哋喺伺服器度確認緊你嘅年齡驗證狀態。呢個過程幾秒鐘就攪掂。" @@ -14255,7 +14423,7 @@ msgstr "我哋遇到網絡問題,唔該試多次" msgid "We’re having network issues, try again" msgstr "我哋遇到網絡問題,唔該試多次" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "同你介紹 Bluesky 嘅全新驗證機制 —— 驗證標記。" @@ -14267,7 +14435,7 @@ msgstr "我哋非常之高興你加入我哋!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "唔好意思,根據你裝置提供嘅資料,你未達到使用 Bluesky 嘅年齡要求。" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "對唔住,根據你裝置嘅位置資訊,你而家身處嘅地區需要完成年齡驗證。" @@ -14296,7 +14464,7 @@ msgstr "對唔住,無法完成你嘅搵嘢要求。唔該等多幾分鐘試吓 msgid "We're sorry, you cannot access this screen at this time." msgstr "唔好意思,你目前進入唔到呢個頁面。" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "對唔住!你覆緊嘅帖文經已俾人刪咗。" @@ -14325,12 +14493,12 @@ msgstr "我哋正在更新服務條款、私隱政策,同版權政策,於 20 msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "我哋正在更新服務條款、私隱政策,同版權政策,於 2025 年 9 月 15 號開始生效。我哋同時都改進緊社羣準則,亦都希望聽取你嘅意見!新守則會喺 2025 年 10 月 15 號生效。想知多啲呢啲變化資訊以及點樣同我哋分享你嘅睇法,可以閱讀我哋嘅網誌文章。" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "我哋經已確認你嘅年齡驗證狀態。你而家可以閂咗呢個對話框。" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "歡迎返嚟!" @@ -14351,17 +14519,17 @@ msgstr "你諗住點嗌你嘅新手包?" msgid "what’s up" msgstr "近排點" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "有咩大件事?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "當你撳低認證標記之後,你會睇到邊啲組織授予咗驗證。" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "邊個可以喺呢篇帖文度互動?" @@ -14369,12 +14537,12 @@ msgstr "邊個可以喺呢篇帖文度互動?" msgid "Who can join this group chat and how" msgstr "邊個可以加入此羣組同埋邀請規則" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "邊個可以回覆" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "邊啲人可以授權認證?" @@ -14434,11 +14602,11 @@ msgstr "需要封鎖呢個用戶或刪除呢個對話,定一齊執行?" msgid "Would you like to block this user and/or leave this conversation?" msgstr "需要封鎖呢個用戶或離開呢個對話,定一齊執行?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "睇其他草稿之前,你使唔使儲存現有內容先?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "你使唔使儲存現有內容做草稿,留返遲啲再編輯?" @@ -14447,12 +14615,12 @@ msgstr "你使唔使儲存現有內容做草稿,留返遲啲再編輯?" msgid "Write a post" msgstr "撰寫一條帖文" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "撰寫帖文" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "寫低你嘅回覆" @@ -14475,8 +14643,8 @@ msgstr "對話類型錯誤" msgid "www.mylivestream.tv" msgstr "www.mylivestream.tv" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "係" @@ -14486,8 +14654,8 @@ msgstr "係" msgid "Yes GIFs" msgstr "認同 GIF" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "係,停用佢" @@ -14495,19 +14663,19 @@ msgstr "係,停用佢" msgid "Yes, delete my account" msgstr "係,刪除我嘅帳號" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "係,刪咗呢個新手包" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "係,分離佢" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "係,隱藏佢" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "係,重新啓用我嘅帳號" @@ -14519,7 +14687,7 @@ msgstr "尋日" msgid "You are a trusted verifier" msgstr "你係受信任嘅認證者" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "你身處嘅地區法例要求我哋允許你使用 Bluesky 之前需要驗證你嘅年齡。" @@ -14544,12 +14712,12 @@ msgstr "你嘅帳號將建立於" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "你而家被禁止使用直播功能,若要就審覈決定提出申訴,請提交下低表格。" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "你而家取用唔到 Bluesky 嘅年齡驗證流程。若然你覺得係系統誤判,請<0>聯絡我哋嘅支援團隊。" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "你而家喺等待名單度。" @@ -14558,11 +14726,11 @@ msgstr "你而家喺等待名單度。" msgid "You are Live" msgstr "你已開始直播" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "你已停止直播" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "你唔得上載影片。" @@ -14570,7 +14738,7 @@ msgstr "你唔得上載影片。" msgid "You are not following anyone yet" msgstr "你而家仲未跟過任何人" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "你而家開咗直播喇!" @@ -14599,7 +14767,7 @@ msgstr "你亦可以<0>暫時停用帳號。停用期間,其他 Bluesky msgid "You can also discover new Custom Feeds to follow." msgstr "你亦都可以探索同埋去跟其他啲自訂動態源。" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "你亦都可以匯出你嘅傾偈資料做「JSONL」檔案。呢份檔案淨係會包括你傳送嘅傾偈訊息,唔包括你收到嘅訊息。" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "你而家可以用你嘅新密碼登入。" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "帖文唔得超過 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "你淨係可以儲存 1000 字元嘅草稿。" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "你淨係可以儲存 1000 個字元字嘅草稿。你想唔想喺睇其他草稿之前放棄呢條帖文內容?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "你一次淨係揀得一張 GIF。" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "你一次淨係揀得一條片。" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "你可以重新啓用你嘅帳號嚟繼續登入,你嘅個人檔案同帖文會畀返其他用戶睇到。" @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "你仍然可以睇到傾偈記錄,但係傳送唔到新訊息。" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "你最多可以揀 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}。" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "你可以遲啲喺設定度改返。" @@ -14690,7 +14855,7 @@ msgstr "用緊應用程式專用密碼嗰陣,係改唔到出世日期嘅。請 msgid "You don't follow any users who follow @{name}." msgstr "你未有跟任何跟咗 @{name} 嘅用戶。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "你而家仲未有任何清單。" @@ -14728,7 +14893,7 @@ msgstr "你經已停用晒回覆、引用同提及嘅通知,因此呢個頁面 #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "你輸入嘅驗證碼唔啱。格式應該係 XXXXX-XXXXX。" @@ -14778,15 +14943,15 @@ msgstr "你經已睇晒所有嘢喇" msgid "You have successfully verified your email address. You can close this dialog." msgstr "你經已成功驗證電郵地址。你而家可以閂咗呢個對話框。" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "你暫時經已達到上載影片嘅上限,唔該遲啲試多次。" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "你呢份草稿有未儲存嘅變更,使唔使儲存咗先?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "你有未儲存嘅變更。睇其他草稿之前,使唔使儲存咗先?" @@ -14858,7 +15023,7 @@ msgstr "你必須跟住至少 7 個人先至可以生成新手套裝。" msgid "You must grant access to your photo library to save a QR code" msgstr "你必須授予相片圖庫取用權限先至可以儲存 QR code" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "你必須允許取用你嘅媒體內容。" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "你係呢度傾偈嘅擁有者" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "你之前停用咗 @{0}。" @@ -14911,11 +15076,21 @@ msgstr "你覆咗自己" msgid "You requested to join" msgstr "你已申請加入" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "你將會登出所有帳號。" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "攪掂晒!不過喺你證明自己經已成年之前,部分功能可 msgid "You’re in control" msgstr "一切由你話事" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "輪到你喇" @@ -15010,7 +15185,7 @@ msgstr "你揀咗拒絕取用聯絡人" msgid "You've found some people to follow" msgstr "你經已搵到你要跟邊啲人" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "你經已轆到最㞘。" @@ -15018,7 +15193,7 @@ msgstr "你經已轆到最㞘。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "你經已睇晒你嘅動態源喇!去搵更多人嚟跟佢哋啦。" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "你經已達到儲存草稿數量上限" @@ -15030,22 +15205,23 @@ msgstr "你經已達到請求數上限。唔該遲啲試多次。" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "你已經去到 {MAX_FILTERS, plural, other {# 個篩選條件}} 嘅上限。試吓喺現有嘅篩選器度加多啲條件,唔好再開新嘅喇。" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "你經已轆到頭位。" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "你經已達到每日上載影片嘅上限(總計影片大細過大)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "你經已達到每日上載影片嘅上限(影片數量過多)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "你睇晒所有嘢喇。可能係時候要唞陣先?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "你嘅帳號" @@ -15062,7 +15238,19 @@ msgstr "你嘅帳號經已刪除,有緣再會!✌️" msgid "Your account has been suspended" msgstr "你嘅帳號已被停權" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "你嘅帳號註冊時間太短未畀得你上載影片。唔該遲啲試多次。" @@ -15074,7 +15262,7 @@ msgstr "你嘅帳號建立時間太短" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "你嘅帳號必須建立 7 日以上先可以建立新嘅羣組傾偈。" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "你可以將你嘅帳號所有公開資料匯出成一份「CAR」檔案。呢份檔案唔包括嵌入媒體(譬如圖片同影片)或你嘅私人資料,呢啲資料需要另外擷取。" @@ -15086,7 +15274,7 @@ msgstr "你嘅帳號被判定違反咗 <0>Bluesky Social 服務條款。你 msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "你嘅申訴經已提交。若然判決上訴得直我哋會透過電郵通知你。" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "你嘅出世日期" @@ -15115,7 +15303,7 @@ msgstr "你嘅聯絡人 {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "你而家嘅帳號代碼 <0>{0} 會自動幫你留住。方便你之後轉返去用之前嘅頭銜。" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "你設定嘅年齡未滿 18 歲。下低嘅部分設定可能會被停用。若然資料有誤,可以去<0>帳號設定度變更你嘅出世日期。" @@ -15128,7 +15316,7 @@ msgstr "你嘅電郵" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "你嘅電郵似乎無效。" @@ -15140,7 +15328,7 @@ msgstr "你嘅電郵仲未驗證。請驗證你嘅電郵以便享用所有 Blues msgid "Your first like!" msgstr "你嘅第一個讚!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "你嘅擁躉" @@ -15157,7 +15345,7 @@ msgstr "你嘅完整帳號代碼會係 <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "無法喺電郵地址判斷到你嘅託管服務提供者,因此用返預設嘅 Bluesky 服務。請改成輸入你嘅用戶名稱,抑或手動設定你嘅託管服務提供者。" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "你的託管服務提供者未支援咁大嘅影片。請中細啲嘅檔案試多次。" @@ -15165,7 +15353,7 @@ msgstr "你的託管服務提供者未支援咁大嘅影片。請中細啲嘅檔 msgid "Your hosting provider is detected automatically from the username you enter." msgstr "系統會根據你輸入嘅用戶名稱自動判斷你嘅託管服務提供者。" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "你嘅心水主題經已更新!" msgid "Your interests help us find what you like!" msgstr "你嘅心水主題可以幫我哋搵到更多你所鍾意嘅內容!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "已更新你嘅位置資訊。" @@ -15198,15 +15386,20 @@ msgstr "你嘅名稱、頭像、羣組傾偈嘅名稱同埋成員數目所有人 msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "你嘅密碼經已變更成功!由而家開始請使用你新嘅密碼登入 Bluesky。" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "你輸入嘅密碼必須至少要 8 個字元。" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "已發布你嘅帖文" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "已發布你嘅帖文" @@ -15214,7 +15407,7 @@ msgstr "已發布你嘅帖文" msgid "Your preferred language" msgstr "你嘅偏好語言" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "你嘅頭像" @@ -15223,24 +15416,28 @@ msgstr "你嘅頭像" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "你嘅頭像俾其他用戶嘅頭像一圈圈噉圍住" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "你嘅個人檔案、帖文、動態源同埋清單唔會再畀其他 Bluesky 用戶睇到。你幾時都可以登入重新啓用你嘅帳號。" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "已發布你嘅回覆" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "你嘅擧報會提交去 <0>{0}。" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "你揀選嘅心水主題可以幫我哋提供更多你所關注嘅內容。" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "你嘅帖文串包含空白帖文,空白帖文將會跳過,剩低嗰啲帖文會重新整理成帖文串發布。" diff --git a/src/locale/locales/zh-TW/messages.po b/src/locale/locales/zh-TW/messages.po index 8967e9ba2e..df21a79f62 100644 --- a/src/locale/locales/zh-TW/messages.po +++ b/src/locale/locales/zh-TW/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-08-19 23:50\n" +"PO-Revision-Date: 2026-09-03 07:18\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,6 +23,10 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "「{interestsDisplayName}」類別(已選取)" +#: src/screens/ModerationInbox/index.tsx:190 +msgid "“{label}” – shown behind a warning" +msgstr "" + #. A reply summary in chat #: src/components/dms/MessageItem.tsx:917 msgid "(blocked message hidden)" @@ -97,8 +101,10 @@ msgstr "{0, plural, one {# 個跟隨中} other {# 個跟隨中}}" msgid "{0, plural, one {# friend found!} other {# friends found!}}" msgstr "{0, plural, other {找到了 # 個朋友!}}" +#. placeholder {0}: 72 #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 +#: src/screens/ModerationInbox/index.tsx:144 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# 小時} other {# 小時}}" @@ -180,18 +186,18 @@ msgid "{0, plural, one {#mo} other {#mo}}" msgstr "{0, plural, one {# 個月前} other {# 個月前}}" #. placeholder {0}: draft.meta.replyCount -#: src/view/com/composer/drafts/DraftItem.tsx:143 +#: src/view/com/composer/drafts/DraftItem.tsx:144 msgid "{0, plural, one {1 more post} other {# more posts}}" msgstr "{0, plural, other {還有 # 則貼文}}" #. placeholder {0}: profile.followersCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:441 +#: src/components/ProfileHoverCard/index.web.tsx:440 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {個跟隨者} other {個跟隨者}}" #. placeholder {0}: profile.followsCount || 0 -#: src/components/ProfileHoverCard/index.web.tsx:445 +#: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {個跟隨中} other {個跟隨中}}" @@ -203,7 +209,7 @@ msgstr "{0, plural, one {則貼文} other {則貼文}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 -#: src/screens/StarterPack/StarterPackScreen.tsx:497 +#: src/screens/StarterPack/StarterPackScreen.tsx:494 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" msgstr "{0, plural, other {# 個人}}透過此新手包加入了 Bluesky!" @@ -213,7 +219,7 @@ msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+其他 # 個新手包}}" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:313 +#: src/screens/Signup/StepInfo/index.tsx:325 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "{0, plural, other {根據您所在地區的規定,您必須年滿 # 歲才能建立帳號。}}" @@ -268,12 +274,12 @@ msgid "{0} is live" msgstr "{0} 正在直播" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) -#: src/screens/Signup/StepHandle/index.tsx:211 +#: src/screens/Signup/StepHandle/index.tsx:212 msgid "{0} is not available" msgstr "{0} 已被佔用" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) -#: src/lib/translation/index.tsx:314 +#: src/lib/translation/index.tsx:323 msgid "{0} is not supported by your device." msgstr "您的裝置不支援翻譯{0}。" @@ -401,14 +407,17 @@ msgstr "{0}/{1} {2, plural, other {個成員}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:532 +#: src/components/images/Gallery/index.tsx:534 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of notifications exceeds the cap – for example, 99+ notifications #. Displayed when the number of requests exceeds the cap – for example, 99+ requests #. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#. placeholder {0}: i18n.number(UNREAD_NOTIFICATION_CAP - 1) #: src/screens/Messages/components/InboxRequests.tsx:55 +#: src/screens/Moderation/index.tsx:173 msgid "{0}+" msgstr "{0}+" @@ -476,11 +485,11 @@ msgstr "{date} {time}" msgid "{displayName}'s Starter Pack" msgstr "「{displayName}」的新手包" -#: src/screens/SignupQueued.tsx:226 +#: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgstr "{estimatedTimeHrs, plural, one {時} other {時}}" -#: src/screens/SignupQueued.tsx:232 +#: src/screens/SignupQueued.tsx:231 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {分} other {分}}" @@ -652,14 +661,14 @@ msgstr "{firstAuthorName} 使用了您的新手包註冊" msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} 對您授予了驗證" -#: src/components/ProfileHoverCard/index.web.tsx:569 +#: src/components/ProfileHoverCard/index.web.tsx:568 msgid "{following} following" msgstr "{following} 個跟隨中" #. '{postCount} {posts}', e.g., '1.2K posts' #. '{postCount} {posts}', e.g., '1.2K posts' #: src/components/interstitials/FeedTrendingTopics.tsx:246 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:190 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:194 msgid "{formattedPostCount} {postCount, plural, one {post} other {posts}}" msgstr "{formattedPostCount} {postCount, plural, other {則貼文}}" @@ -685,7 +694,7 @@ msgid "{hours, plural, one {# hour} other {# hours}}" msgstr "{hours, plural, other {# 小時}}" #. Badge indicating post count in a thread, e.g., the 3rd post of 5 total is '3/5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:89 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:90 msgctxt "post-number-in-thread" msgid "{index}/{count}" msgstr "{index}/{count}" @@ -701,7 +710,7 @@ msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "超過 {JOIN_REQUESTS_THRESHOLD} 個加入申請" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack -#: src/components/StarterPack/StarterPackCard.tsx:98 +#: src/components/StarterPack/StarterPackCard.tsx:99 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" msgstr "已有 {joinedAllTimeCount, plural, other {# 個使用者}}加入!" @@ -767,7 +776,7 @@ msgstr "「{profileName}」在 {timeAgoString}前使用新手包加入了 Bluesk #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/components/interstitials/FeedTrendingTopics.tsx:231 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:165 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:169 msgid "{rank}." msgstr "{rank}." @@ -819,14 +828,14 @@ msgid "+{0}" msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 -#: src/screens/Search/components/StarterPackCard.tsx:250 +#: src/screens/Search/components/StarterPackCard.tsx:251 msgid "+{computedTotal}" msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:565 +#: src/screens/StarterPack/Wizard/index.tsx:574 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}、<1>{1} 和{2, plural, other {其他 # 人}}已包含在您的新手包中" @@ -834,7 +843,7 @@ msgstr "<0>{0}、<1>{1} 和{2, plural, other {其他 # 人}}已包含在 #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) #. placeholder {2}: items.length - 2 -#: src/screens/StarterPack/Wizard/index.tsx:512 +#: src/screens/StarterPack/Wizard/index.tsx:521 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" msgstr "<0>{0}、<1>{1} 和{2, plural, one {其他 # } other {其他 # }}人已包含在您的新手包中" @@ -874,25 +883,25 @@ msgstr "<0>{0} {1, plural, other {次收藏}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(likeCount) -#: src/screens/PostThread/components/LikesStat.tsx:46 +#: src/screens/PostThread/components/LikesStat.tsx:36 msgid "<0>{0} {likeCount, plural, one {like} other {likes}}" msgstr "<0>{0} {likeCount, plural, other {個喜歡}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[1]) -#: src/screens/StarterPack/Wizard/index.tsx:499 -#: src/screens/StarterPack/Wizard/index.tsx:553 +#: src/screens/StarterPack/Wizard/index.tsx:508 +#: src/screens/StarterPack/Wizard/index.tsx:562 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" msgstr "<0>{0} 和<1> <2>{1} 已包含在您的新手包中" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:546 +#: src/screens/StarterPack/Wizard/index.tsx:555 msgid "<0>{0} is included in your starter pack" msgstr "<0>{0} 已在您的新手包中" #. placeholder {0}: list.name -#: src/components/WhoCanReply.tsx:346 +#: src/components/WhoCanReply.tsx:335 msgid "<0>{0} members" msgstr "<0>{0} 的成員" @@ -911,7 +920,7 @@ msgid "<0>Tap here to update your location with GPS." msgstr "<0>點一下這裡以使用 GPS 確認您的位置。" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) -#: src/screens/StarterPack/Wizard/index.tsx:490 +#: src/screens/StarterPack/Wizard/index.tsx:499 msgid "<0>You and<1> <2>{0} are included in your starter pack" msgstr "<0>您和<1> <2>{0} 已包含在您的新手包中" @@ -946,6 +955,12 @@ msgstr "7 天" msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" msgstr "您可以在 Bluesky 上找到一系列熱門動態源,包括 News、Booksky、Game Dev、Blacksky,以及 ​​Fountain Pens" +#: src/screens/ModerationInbox/index.tsx:186 +#: src/screens/ModerationInbox/index.tsx:194 +msgctxt "moderation-report-action" +msgid "A label was added to your post" +msgstr "" + #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:58 msgid "a message" @@ -973,7 +988,7 @@ msgstr "發生了網路錯誤,請檢查您的網路連線狀態。" msgid "A new code has been sent" msgstr "已傳送新的驗證碼" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:95 msgid "A new form of verification" msgstr "全新的驗證機制" @@ -1005,7 +1020,7 @@ msgstr "一張貼文編輯器的螢幕截圖。在發布按鈕旁有一個標示 msgid "A selected recipient is not followed by the sender." msgstr "選擇的部分對象沒有被傳送者跟隨。" -#: src/Navigation.tsx:483 +#: src/Navigation.tsx:489 #: src/screens/Settings/AboutSettings.tsx:85 #: src/screens/Settings/Settings.tsx:267 #: src/screens/Settings/Settings.tsx:270 @@ -1054,11 +1069,11 @@ msgstr "已送出申請!請靜待擁有者確認以加入群組。" msgid "Accessibility" msgstr "無障礙" -#: src/Navigation.tsx:390 +#: src/Navigation.tsx:396 msgid "Accessibility Settings" msgstr "無障礙設定" -#: src/Navigation.tsx:406 +#: src/Navigation.tsx:412 #: src/screens/Settings/AccountSettings.tsx:54 #: src/screens/Settings/Settings.tsx:177 #: src/screens/Settings/Settings.tsx:180 @@ -1068,12 +1083,12 @@ msgstr "帳號" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 #: src/screens/Messages/components/RequestButtons.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:122 -#: src/view/com/profile/ProfileMenu.tsx:223 +#: src/view/com/profile/ProfileMenu.tsx:211 msgctxt "toast" msgid "Account blocked" msgstr "成功封鎖帳號" -#: src/view/com/profile/ProfileMenu.tsx:239 +#: src/view/com/profile/ProfileMenu.tsx:227 msgctxt "toast" msgid "Account followed" msgstr "成功跟隨帳號" @@ -1086,8 +1101,8 @@ msgstr "帳號已被停權" msgid "Account is deactivated" msgstr "帳號已停用" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:466 -#: src/view/com/profile/ProfileMenu.tsx:159 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:464 +#: src/view/com/profile/ProfileMenu.tsx:147 msgctxt "toast" msgid "Account muted" msgstr "成功靜音帳號" @@ -1111,24 +1126,24 @@ msgstr "成功從快速存取中移除帳號" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:87 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 -#: src/view/com/profile/ProfileMenu.tsx:210 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account unblocked" msgstr "成功解除封鎖帳號" -#: src/view/com/profile/ProfileMenu.tsx:254 +#: src/view/com/profile/ProfileMenu.tsx:242 msgctxt "toast" msgid "Account unfollowed" msgstr "成功取消跟隨帳號" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 -#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 +#: src/view/com/profile/ProfileMenu.tsx:134 msgctxt "toast" msgid "Account unmuted" msgstr "成功取消靜音帳號" -#: src/components/verification/VerifierDialog.tsx:100 +#: src/components/verification/VerifierDialog.tsx:101 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "帶有扇形藍色勾號徽章的帳號<0><1/>可以對其他帳號授予驗證。這些可靠的驗證者由 Bluesky 官方親自挑選。" @@ -1138,7 +1153,7 @@ msgstr "帶有扇形藍色勾號徽章的帳號<0><1/>可以對其他帳號 msgid "Activity from others" msgstr "來自其他人的動態" -#: src/Navigation.tsx:459 +#: src/Navigation.tsx:465 msgid "Activity notifications" msgstr "動態通知" @@ -1153,11 +1168,11 @@ msgid "Add" msgstr "新增" #. placeholder {0}: 8 - items.length -#: src/screens/StarterPack/Wizard/index.tsx:601 +#: src/screens/StarterPack/Wizard/index.tsx:610 msgid "Add {0} more to continue" msgstr "再新增至少 {0} 個以繼續" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:62 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:64 msgid "Add {displayName} to starter pack" msgstr "新增 {displayName} 至新手包" @@ -1176,7 +1191,7 @@ msgid "Add a user to this list" msgstr "將使用者新增至此列表" #: src/components/dialogs/SwitchAccount.tsx:56 -#: src/screens/Deactivated.tsx:189 +#: src/screens/Deactivated.tsx:188 msgid "Add account" msgstr "新增帳號" @@ -1201,11 +1216,11 @@ msgstr "新增替代文字(選填)" msgid "Add another account" msgstr "新增其他帳號" -#: src/view/com/composer/Composer.tsx:1659 +#: src/view/com/composer/Composer.tsx:1625 msgid "Add another post" msgstr "加入另一則貼文" -#: src/view/com/composer/Composer.tsx:2328 +#: src/view/com/composer/Composer.tsx:2296 msgid "Add another post to thread" msgstr "新增另一則貼文至討論串" @@ -1223,7 +1238,7 @@ msgstr "新增應用程式專用密碼" msgid "Add App Password" msgstr "新增應用程式專用密碼" -#: src/screens/Settings/AutomationLabelSettings.tsx:169 +#: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" msgstr "加入自動化標記到此帳號" @@ -1239,12 +1254,12 @@ msgstr "新增篩選條件" msgid "Add group chat members" msgstr "加入群組對話成員" -#: src/view/com/feeds/ComposerPrompt.tsx:226 +#: src/view/com/feeds/ComposerPrompt.tsx:237 msgid "Add image" msgstr "新增圖片" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:534 +#: src/view/com/composer/SelectMediaButton.tsx:520 msgid "Add media to post" msgstr "加入媒體到貼文" @@ -1254,8 +1269,8 @@ msgstr "加入媒體到貼文" msgid "Add members" msgstr "加入成員" -#: src/components/moderation/ReportDialog/index.tsx:606 -#: src/components/moderation/ReportDialog/index.tsx:610 +#: src/components/moderation/ReportDialog/index.tsx:605 +#: src/components/moderation/ReportDialog/index.tsx:609 msgid "Add more details (optional)" msgstr "補充更多資訊(選填)" @@ -1295,7 +1310,7 @@ msgstr "加入反應" msgid "Add recommended feeds" msgstr "加入推薦的動態源" -#: src/screens/StarterPack/Wizard/index.tsx:534 +#: src/screens/StarterPack/Wizard/index.tsx:543 msgid "Add some feeds to your starter pack!" msgstr "新增一些動態源到您的新手包中吧!" @@ -1307,12 +1322,12 @@ msgstr "新增預設的動態源(只顯示您跟隨的人)" msgid "Add the following DNS record to your domain:" msgstr "將以下 DNS 記錄新增到您的網域:" -#: src/components/FeedCard.tsx:335 +#: src/components/FeedCard.tsx:337 msgid "Add this feed to your feeds" msgstr "將此新增至您的動態源" -#: src/view/com/profile/ProfileMenu.tsx:393 -#: src/view/com/profile/ProfileMenu.tsx:396 +#: src/view/com/profile/ProfileMenu.tsx:377 +#: src/view/com/profile/ProfileMenu.tsx:380 msgid "Add to lists" msgstr "新增至列表" @@ -1321,8 +1336,8 @@ msgid "Add to saved posts" msgstr "新增至貼文收藏" #: src/components/dialogs/StarterPackDialog.tsx:181 -#: src/view/com/profile/ProfileMenu.tsx:384 -#: src/view/com/profile/ProfileMenu.tsx:387 +#: src/view/com/profile/ProfileMenu.tsx:368 +#: src/view/com/profile/ProfileMenu.tsx:371 msgid "Add to starter packs" msgstr "新增至新手包" @@ -1330,7 +1345,7 @@ msgstr "新增至新手包" msgid "Add user to list" msgstr "將使用者新增至列表" -#: src/ageAssurance/components/NoAccessScreen.tsx:297 +#: src/ageAssurance/components/NoAccessScreen.tsx:299 msgid "Add your birthdate" msgstr "新增您的出生日期" @@ -1361,7 +1376,7 @@ msgstr "正在新增成員至列表……" msgid "Additional details (limit 1000 characters)" msgstr "補充資訊(1000 個字元以內)" -#: src/components/moderation/ReportDialog/index.tsx:624 +#: src/components/moderation/ReportDialog/index.tsx:623 msgid "Additional details (limit 300 characters)" msgstr "補充資訊(300 個字元以內)" @@ -1378,14 +1393,14 @@ msgstr "色情" msgid "Adult content" msgstr "成人內容" -#: src/components/moderation/ContentHider.tsx:129 +#: src/components/moderation/ContentHider.tsx:122 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:146 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" msgstr "成人內容" -#: src/screens/Moderation/index.tsx:412 +#: src/screens/Moderation/index.tsx:467 msgid "Adult content can only be enabled via the Web at <0>bsky.app." msgstr "成人內容只能透過網頁版 (<0>bsky.app) 啟用。" @@ -1402,7 +1417,7 @@ msgstr "成人內容標記" msgid "Adult sexual abuse content" msgstr "成人性虐待內容" -#: src/screens/Moderation/index.tsx:457 +#: src/screens/Moderation/index.tsx:511 msgid "Advanced" msgstr "進階設定" @@ -1423,7 +1438,7 @@ msgstr "成功提交年齡驗證資訊" msgid "Age assurance only takes a few minutes" msgstr "只需幾分鐘即可完成年齡驗證" -#: src/ageAssurance/components/NoAccessScreen.tsx:449 +#: src/ageAssurance/components/NoAccessScreen.tsx:451 msgid "Age assurance only takes a few minutes." msgstr "只需幾分鐘即可完成年齡驗證。" @@ -1438,6 +1453,11 @@ msgstr "alice@example.com" msgid "All" msgstr "全部" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:22 +msgctxt "moderation-report-filter" +msgid "All" +msgstr "全部" + #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 @@ -1445,7 +1465,7 @@ msgid "All {0}" msgstr "全部 {0} 個" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:98 -#: src/screens/StarterPack/StarterPackScreen.tsx:398 +#: src/screens/StarterPack/StarterPackScreen.tsx:395 msgid "All accounts have been followed!" msgstr "成功跟隨所有帳號!" @@ -1474,7 +1494,7 @@ msgstr "以下是您儲存的動態源。" msgid "Allow access to your direct messages" msgstr "允許存取您的私人訊息" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:453 msgid "Allow anyone to reply" msgstr "允許任何人回覆" @@ -1488,8 +1508,8 @@ msgstr "允許這些人向您發起對話" msgid "Allow group chat invites from" msgstr "允許這些人向您發起群組對話邀請" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:127 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:133 msgid "Allow location access" msgstr "允許存取位置" @@ -1498,24 +1518,24 @@ msgstr "允許存取位置" msgid "Allow others to be notified of your posts" msgstr "允許其他人在您發布貼文時收到通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:501 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:506 msgid "Allow people you follow to reply" msgstr "允許您跟隨的人回覆" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:515 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:520 msgid "Allow people you mention to reply" msgstr "允許被提及的人回覆" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:633 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:638 msgid "Allow quote posts" msgstr "允許引用貼文" #. placeholder {0}: list.name -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:595 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:600 msgid "Allow users in {0} to reply" msgstr "允許在 {0} 中的使用者回覆" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:487 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:492 msgid "Allow your followers to reply" msgstr "允許您的跟隨者回覆" @@ -1524,12 +1544,12 @@ msgid "Allows access to direct messages" msgstr "允許存取私人訊息" #: src/screens/Login/ForgotPasswordForm.tsx:178 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:239 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:245 msgid "Already have a code?" msgstr "已經有重設驗證碼了?" -#: src/components/WelcomeModal.tsx:187 +#: src/components/WelcomeModal.tsx:190 msgid "Already have an account?" msgstr "已經有帳號了?" @@ -1540,7 +1560,7 @@ msgstr "已經以 @{0} 的身分登入" #: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 -#: src/components/images/Gallery/index.tsx:596 +#: src/components/images/Gallery/index.tsx:598 #: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:101 #: src/view/com/composer/photos/Gallery.tsx:211 @@ -1573,7 +1593,7 @@ msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} char msgstr "替代文字超出字數上限,將被截斷。{MAX_ALT_TEXT, plural, other {限制:{0} 個字元。}}" #. placeholder {0}: currentAccount?.email || '(no email)' -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:102 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "一封電子郵件已傳送至 {0}。請查看郵件並在下方輸入驗證碼。" @@ -1587,7 +1607,7 @@ msgstr "發生錯誤" msgid "An error occurred" msgstr "發生錯誤" -#: src/view/com/composer/state/video.ts:509 +#: src/view/com/composer/state/video.ts:503 msgid "An error occurred while compressing the video." msgstr "壓縮影片時發生錯誤。" @@ -1596,7 +1616,7 @@ msgstr "壓縮影片時發生錯誤。" msgid "An error occurred while fetching suggested accounts." msgstr "取得建議帳號時發生錯誤。" -#: src/state/queries/explore-feed-previews.tsx:181 +#: src/state/queries/explore-feed-previews.tsx:185 msgid "An error occurred while fetching the feed." msgstr "載入動態源時發生錯誤。" @@ -1609,15 +1629,15 @@ msgstr "產生您的新手包時發生錯誤。要再試一次嗎?" msgid "An error occurred while hiding suggestion. {0}" msgstr "隱藏建議時發生錯誤。{0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:197 +#: src/components/Post/Embed/VideoEmbed/index.tsx:222 msgid "An error occurred while loading the video. Please try again later." msgstr "載入影片時發生錯誤。請稍後再試。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:321 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:356 msgid "An error occurred while loading the video. Please try again." msgstr "載入影片時發生錯誤。請稍後再試。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:578 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 msgid "An error occurred while loading your lists :/" msgstr "載入列表時發生錯誤 :/" @@ -1628,16 +1648,16 @@ msgstr "儲存 QR Code 時發生錯誤!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:55 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:83 -#: src/screens/StarterPack/StarterPackScreen.tsx:357 -#: src/screens/StarterPack/StarterPackScreen.tsx:384 +#: src/screens/StarterPack/StarterPackScreen.tsx:354 +#: src/screens/StarterPack/StarterPackScreen.tsx:381 msgid "An error occurred while trying to follow all" msgstr "跟隨所有帳號時發生錯誤" -#: src/view/com/composer/state/video.ts:561 +#: src/view/com/composer/state/video.ts:555 msgid "An error occurred while uploading the video. {message}" msgstr "上傳影片時發生錯誤。{message}" -#: src/view/com/composer/state/video.ts:553 +#: src/view/com/composer/state/video.ts:547 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "上傳影片時發生錯誤,請檢查您的網路連線狀態,然後再試一次。" @@ -1661,8 +1681,8 @@ msgstr "Bluesky 的幾則貼文插圖,旁邊還有轉發、喜歡和留言圖 msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" msgstr "一張 Bluesky 應用程式的插圖,有一架紙飛機從中飛出,象徵著邀請朋友" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 -#: src/components/verification/VerifierDialog.tsx:88 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:87 +#: src/components/verification/VerifierDialog.tsx:89 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "這張插圖說明 Bluesky 官方負責挑選可靠的驗證者,而這些驗證者則進一步為個別帳號授予驗證。" @@ -1686,14 +1706,14 @@ msgstr "開始群組對話時發生問題,請再試一次。" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 -#: src/components/ProfileCard.tsx:507 -#: src/components/ProfileCard.tsx:529 +#: src/components/ProfileCard.tsx:512 +#: src/components/ProfileCard.tsx:537 #: src/view/com/notifications/NotificationFeedItem.tsx:827 #: src/view/com/notifications/NotificationFeedItem.tsx:848 msgid "An issue occurred, please try again." msgstr "發生問題,請再試一次。" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:122 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "一張使用 iPhone 示範的圖片,顯示 Bluesky 應用程式中已驗證使用者的個人檔案,其名稱旁邊有一個藍色勾號標記。" @@ -1702,7 +1722,7 @@ msgstr "一張使用 iPhone 示範的圖片,顯示 Bluesky 應用程式中已 msgid "an unknown labeler" msgstr "未知的標記服務" -#: src/components/WhoCanReply.tsx:367 +#: src/components/WhoCanReply.tsx:356 msgid "and" msgstr "和" @@ -1735,7 +1755,7 @@ msgstr "為您介紹 Bluesky 上的驗證機制" msgid "Any date" msgstr "任何日期" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 msgid "Anyone" msgstr "任何人" @@ -1767,7 +1787,7 @@ msgstr "跟隨我的人" msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." msgstr "任何人都無法再透過此連結加入群組,但您可以隨時建立新的邀請連結。" -#: src/Navigation.tsx:491 +#: src/Navigation.tsx:497 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 @@ -1805,7 +1825,7 @@ msgstr "密碼名稱必須至少包含 4 個字元" msgid "App passwords" msgstr "應用程式專用密碼" -#: src/Navigation.tsx:358 +#: src/Navigation.tsx:364 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" msgstr "應用程式專用密碼" @@ -1856,7 +1876,7 @@ msgstr "對此處分提出申訴" msgid "Appeal this label" msgstr "申訴此標記" -#: src/Navigation.tsx:398 +#: src/Navigation.tsx:404 #: src/screens/Settings/AppearanceSettings.tsx:71 #: src/screens/Settings/Settings.tsx:229 #: src/screens/Settings/Settings.tsx:232 @@ -1874,12 +1894,12 @@ msgid "Apply Pull Request" msgstr "套用拉取請求 (Pull Request)" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:624 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 msgid "Archived from {0}" msgstr "封存於 {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:595 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:633 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:598 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 msgid "Archived post" msgstr "已封存的貼文" @@ -1914,7 +1934,7 @@ msgstr "您確定要刪除此應用程式專用密碼「{0}」嗎?" msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "您確定要刪除這則訊息嗎?此訊息只會從您的紀錄中消失,不會對其他成員刪除。" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:717 msgid "Are you sure you want to delete this starter pack?" msgstr "您確定要刪除這個新手包嗎?" @@ -1936,7 +1956,7 @@ msgstr "您確定要離開這個對話嗎?" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." msgstr "您確定要離開這段對話嗎?此訊息只會從您的紀錄中消失,不會對其他成員刪除。" -#: src/components/FeedCard.tsx:371 +#: src/components/FeedCard.tsx:373 msgid "Are you sure you want to remove this from your feeds?" msgstr "您確定要將此從您的動態源中移除嗎?" @@ -1945,7 +1965,7 @@ msgstr "您確定要將此從您的動態源中移除嗎?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "您確定要撤回加入 {0} 的申請嗎?" -#: src/view/com/composer/Composer.tsx:1795 +#: src/view/com/composer/Composer.tsx:1763 msgid "Are you sure you'd like to discard this post?" msgstr "您確定要放棄發布這則貼文嗎?" @@ -1953,7 +1973,7 @@ msgstr "您確定要放棄發布這則貼文嗎?" msgid "Are you sure?" msgstr "您確定嗎?" -#: src/components/moderation/ReportDialog/index.tsx:929 +#: src/components/moderation/ReportDialog/index.tsx:928 msgid "Are you the person depicted, or an authorized representative acting on behalf of the person depicted?" msgstr "您是否為影像中之當事人,或為代表該當事人之獲授權代理人?" @@ -1969,22 +1989,22 @@ msgstr "藝術" msgid "Artistic or non-erotic nudity." msgstr "帶有藝術性或非色情的裸體。" -#: src/screens/Settings/components/PwiOptOut.tsx:89 -#: src/screens/Settings/components/PwiOptOut.tsx:93 +#: src/screens/Settings/components/PwiOptOut.tsx:90 +#: src/screens/Settings/components/PwiOptOut.tsx:94 msgid "Ask apps and sites not to show my account to logged-out users" -msgstr "" +msgstr "要求應用程式和網站不要向未登入的使用者顯示我的帳號" #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:32 #: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:35 msgid "Ask apps to hide my posts from algorithmic recommendations" -msgstr "" +msgstr "要求應用程式在演算法推薦中隱藏我的貼文" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:619 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" msgstr "為演算法指定主題" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:213 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:211 msgid "At least 8 characters" msgstr "至少 8 個字元" @@ -2017,8 +2037,8 @@ msgstr "自動" msgid "Automation label" msgstr "自動化標記" -#: src/Navigation.tsx:422 -#: src/screens/Settings/AutomationLabelSettings.tsx:102 +#: src/Navigation.tsx:428 +#: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" msgstr "自動化標記" @@ -2038,6 +2058,10 @@ msgstr "可用" msgid "Avatar creator" msgstr "大頭貼照建立工具" +#: src/screens/ModerationInbox/index.tsx:102 +msgid "Awaiting review" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 #: src/components/dms/AddMembersFlow.tsx:533 @@ -2046,8 +2070,8 @@ msgstr "大頭貼照建立工具" #: src/components/dms/InitiateChatFlow.tsx:870 #: src/components/moderation/AppealForm.tsx:156 #: src/components/moderation/AppealForm.tsx:157 -#: src/screens/Login/ChooseAccountForm.tsx:96 -#: src/screens/Login/ChooseAccountForm.tsx:100 +#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/screens/Login/ChooseAccountForm.tsx:99 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:128 #: src/screens/Login/LoginForm.tsx:512 @@ -2060,8 +2084,8 @@ msgstr "大頭貼照建立工具" #: src/screens/Messages/components/InviteLinkDialog.tsx:301 #: src/screens/Messages/Inbox.tsx:232 #: src/screens/Profile/Header/Shell.tsx:175 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:277 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:275 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:284 #: src/screens/Signup/BackNextButtons.tsx:42 #: src/screens/StarterPack/Wizard/index.tsx:311 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 @@ -2073,6 +2097,10 @@ msgstr "返回" msgid "Back to Chats" msgstr "返回對話" +#: src/screens/ModerationInbox/index.tsx:198 +msgid "Ban evasion – {duration}, now expired" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:218 msgid "Banned activities or security violations" msgstr "違法活動或危害安全行為" @@ -2081,7 +2109,7 @@ msgstr "違法活動或危害安全行為" msgid "Banned user returning" msgstr "停權使用者試圖繞過懲罰" -#: src/ageAssurance/components/NoAccessScreen.tsx:184 +#: src/ageAssurance/components/NoAccessScreen.tsx:186 msgid "Based on your device's location, we think you're in <0>{geolocationString}." msgstr "根據您的裝置定位資訊,我們判斷您目前位於 <0>{geolocationString}。" @@ -2089,7 +2117,7 @@ msgstr "根據您的裝置定位資訊,我們判斷您目前位於 <0>{geoloca msgid "Based on your device's location, we think you're in <0>{region}." msgstr "根據您的裝置定位資訊,我們判斷您目前位於 <0>{region}。" -#: src/ageAssurance/components/NoAccessScreen.tsx:194 +#: src/ageAssurance/components/NoAccessScreen.tsx:196 msgid "Based on your network, we think you're in <0>{geolocationString}. This estimate may be inaccurate if you're using a VPN." msgstr "根據您的網路連結資訊,我們推測您目前位於 <0>{geolocationString}。若您正在使用 VPN,此預估位置可能不準確。" @@ -2148,16 +2176,16 @@ msgstr "請填寫以下欄位,以開始年齡驗證程序。" msgid "Beta Feature" msgstr "測試功能" -#: src/Navigation.tsx:414 +#: src/Navigation.tsx:420 #: src/screens/Settings/BetaFeaturesSettings.tsx:116 #: src/screens/Settings/Settings.tsx:251 #: src/screens/Settings/Settings.tsx:254 msgid "Beta features" msgstr "測試功能" -#: src/components/BetaBadge.tsx:79 -#: src/components/BetaBadge.tsx:99 +#: src/components/BetaBadge.tsx:80 #: src/components/BetaBadge.tsx:100 +#: src/components/BetaBadge.tsx:101 msgid "Beta features enabled" msgstr "已啟用測試功能" @@ -2193,12 +2221,12 @@ msgstr "封鎖 {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:768 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 #: src/screens/Messages/components/RequestButtons.tsx:154 #: src/screens/Messages/components/RequestButtons.tsx:156 -#: src/view/com/profile/ProfileMenu.tsx:536 -#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:502 msgid "Block account" msgstr "封鎖帳號" @@ -2255,15 +2283,15 @@ msgstr "封鎖此帳號或刪除整個對話(複選)" msgid "Block user and/or leave this conversation" msgstr "封鎖此帳號或退出對話(複選)" -#: src/components/Post/Embed/index.tsx:214 +#: src/components/Post/Embed/index.tsx:215 msgid "Blocked" msgstr "已被封鎖" -#: src/screens/Moderation/index.tsx:329 +#: src/screens/Moderation/index.tsx:385 msgid "Blocked accounts" msgstr "已封鎖帳號" -#: src/Navigation.tsx:194 +#: src/Navigation.tsx:200 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" msgstr "已封鎖帳號" @@ -2288,7 +2316,7 @@ msgstr "您封鎖的帳號對所有人可見。他們無法提及您、在您的 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." msgstr "封鎖該帳號無法阻止其標記您的帳號,但他將無法在您的討論串中回覆,或以其他方式與您互動。" -#: src/view/com/auth/SplashScreen.web.tsx:176 +#: src/view/com/auth/SplashScreen.web.tsx:175 msgid "Blog" msgstr "部落格" @@ -2299,11 +2327,11 @@ msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:514 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:649 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:652 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky 無法確認貼文發布日期的真實性。" @@ -2312,6 +2340,10 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky 經典™" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:36 +msgid "Bluesky has taken action on your account or content for violating our community guidelines. Further violations will lead to stronger enforcement, including suspension." +msgstr "" + #: src/components/contacts/screens/GetContacts.tsx:237 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." msgstr "Bluesky 透過產生並比對一組稱為「雜湊值」的數位指紋,來幫助朋友相互找到彼此。" @@ -2357,15 +2389,11 @@ msgstr "Bluesky 會把您的聯絡人以編碼加密形式儲存。刪除聯絡 msgid "Bluesky will choose a set of recommended accounts from people in your network." msgstr "Bluesky 將從您的個人社群網路中選擇一組推薦的帳號。" -#: src/screens/Settings/components/PwiOptOut.tsx:101 +#: src/screens/Settings/components/PwiOptOut.tsx:102 msgid "Bluesky will not show your account to logged-out users and will ask other apps to do the same. Other apps may not honor this request. It doesn't make your account private." -msgstr "" +msgstr "Bluesky 將不會向未登入的使用者顯示您的帳號,並會要求其他應用程式也這麼做。其他應用程式未必會遵循此要求。這不會使您的帳號轉為非公開狀態。" -#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 -msgid "Bluesky will not show your posts in the Discover feed (except to your followers) and will ask other apps not to show your posts in their own algorithmic recommendations." -msgstr "" - -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:137 msgid "Bluesky will proactively verify notable and authentic accounts." msgstr "Bluesky 官方會主動確認部分知名帳號的真實性並授予驗證。" @@ -2424,29 +2452,29 @@ msgstr "在探索頁面瀏覽更多建議" msgid "Browse other feeds" msgstr "瀏覽其他動態源" -#: src/components/TrendingTopics.tsx:88 +#: src/components/TrendingTopics.tsx:135 msgid "Browse posts about {displayName}" msgstr "瀏覽有關 {displayName} 的貼文" -#: src/components/TrendingTopics.tsx:96 +#: src/components/TrendingTopics.tsx:143 msgid "Browse posts tagged with {displayName}" msgstr "瀏覽帶有標籤 {displayName} 的貼文" -#: src/components/TrendingTopics.tsx:105 +#: src/components/TrendingTopics.tsx:152 msgid "Browse starter pack {displayName}" msgstr "瀏覽新手包 {displayName}" #. placeholder {0}: trend.displayName #: src/components/interstitials/FeedTrendingTopics.tsx:203 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:147 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:151 msgid "Browse topic {0}" msgstr "瀏覽話題 {0}" -#: src/components/TrendingTopics.tsx:142 +#: src/components/TrendingTopics.tsx:189 msgid "Browse topic {displayName}" msgstr "瀏覽話題 {displayName}" -#: src/view/com/auth/SplashScreen.web.tsx:171 +#: src/view/com/auth/SplashScreen.web.tsx:170 msgid "Business" msgstr "商務" @@ -2459,10 +2487,10 @@ msgstr "返回首頁時間軸的按鈕" #. placeholder {0}: sanitizeHandle(handle, '@') #. placeholder {0}: sanitizeHandle(item.feed.creator.handle, '@') #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:1093 +#: src/components/moderation/ReportDialog/index.tsx:1092 #: src/screens/Messages/JoinRequest.tsx:185 -#: src/screens/Search/components/StarterPackCard.tsx:104 -#: src/screens/Search/Explore.tsx:956 +#: src/screens/Search/components/StarterPackCard.tsx:105 +#: src/screens/Search/Explore.tsx:957 msgid "By {0}" msgstr "來自 {0}" @@ -2475,7 +2503,7 @@ msgstr "來自 @{0}" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #. placeholder {0}: info.creatorHandle === TRENDING_HANDLE ? l`Bluesky` : sanitizeHandle(info.creatorHandle, '@') #: src/components/intents/GroupChatJoinDialog.tsx:384 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:502 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:510 msgid "By <0>{0}" msgstr "來自 <0>{0}" @@ -2504,11 +2532,11 @@ msgstr "建立帳號即表示您同意<0>服務條款及<1>隱私權政策Terms of Service." msgstr "建立帳號即表示您同意<0>服務條款。" -#: src/screens/Search/components/StarterPackCard.tsx:103 +#: src/screens/Search/components/StarterPackCard.tsx:104 msgid "By you" msgstr "由您建立" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:68 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:72 msgid "Camera" msgstr "相機" @@ -2521,16 +2549,16 @@ msgstr "需要相機存取權限" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:141 #: src/components/contacts/screens/GetContacts.tsx:294 #: src/components/contacts/screens/GetContacts.tsx:299 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:141 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:140 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:145 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:122 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:128 #: src/components/dialogs/InAppBrowserConsent.tsx:99 #: src/components/dialogs/InAppBrowserConsent.tsx:105 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:191 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:199 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:301 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 #: src/components/Menu/index.tsx:373 @@ -2543,7 +2571,7 @@ msgstr "需要相機存取權限" #: src/features/liveNow/components/GoLiveDialog.tsx:254 #: src/features/liveNow/components/GoLiveDialog.tsx:260 #: src/lib/media/picker.tsx:38 -#: src/screens/Deactivated.tsx:155 +#: src/screens/Deactivated.tsx:154 #: src/screens/Messages/components/InviteLinkDialog.tsx:497 #: src/screens/Messages/components/InviteLinkDialog.tsx:501 #: src/screens/Messages/ConversationSettings/prompts.tsx:108 @@ -2560,13 +2588,13 @@ msgstr "需要相機存取權限" #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:152 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 #: src/screens/Settings/components/ChangeHandleDialog.tsx:87 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:258 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:250 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:256 #: src/screens/Settings/Settings.tsx:312 #: src/screens/Takendown.tsx:100 #: src/screens/Takendown.tsx:103 -#: src/view/com/composer/Composer.tsx:1873 -#: src/view/com/composer/Composer.tsx:1883 +#: src/view/com/composer/Composer.tsx:1841 +#: src/view/com/composer/Composer.tsx:1851 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2577,7 +2605,7 @@ msgstr "取消" msgid "Cancel quote post" msgstr "放棄引用貼文" -#: src/screens/Deactivated.tsx:149 +#: src/screens/Deactivated.tsx:148 msgid "Cancel reactivation and sign out" msgstr "取消重新啟用並登出" @@ -2594,8 +2622,8 @@ msgid "Cancels signing in so you can check your username" msgstr "取消登入以便您檢查使用者名稱" #: src/components/PostControls/index.tsx:104 -#: src/components/PostControls/index.tsx:134 -#: src/components/PostControls/index.tsx:162 +#: src/components/PostControls/index.tsx:135 +#: src/components/PostControls/index.tsx:164 #: src/state/shell/composer/index.tsx:96 msgid "Cannot interact with a blocked user" msgstr "無法與被封鎖的使用者進行互動" @@ -2609,7 +2637,7 @@ msgstr "字幕 (.vtt)" msgid "Captions & alt text" msgstr "字幕和替代文字" -#: src/components/images/Gallery/index.tsx:273 +#: src/components/images/Gallery/index.tsx:275 msgid "carousel" msgstr "輪播" @@ -2651,24 +2679,24 @@ msgstr "變更帳號代碼" msgid "Change hosting provider" msgstr "變更託管服務提供者" -#: src/components/moderation/ReportDialog/index.tsx:523 +#: src/components/moderation/ReportDialog/index.tsx:522 msgid "Change moderation service" msgstr "切換內容管理服務" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:264 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:270 msgid "Change password" msgstr "變更密碼" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:169 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:167 msgid "Change password dialog" msgstr "變更密碼對話框" -#: src/components/moderation/ReportDialog/index.tsx:385 +#: src/components/moderation/ReportDialog/index.tsx:384 msgid "Change report category" msgstr "變更檢舉類別" -#: src/components/moderation/ReportDialog/index.tsx:464 +#: src/components/moderation/ReportDialog/index.tsx:463 msgid "Change report reason" msgstr "變更檢舉理由" @@ -2698,9 +2726,9 @@ msgid "Changes to the starter pack will not be reflected in the list after creat msgstr "列表在轉存後會是一份完全獨立的副本,任何對新手包的變更都不會影響已轉存的列表。" #: src/lib/hooks/useNotificationHandler.ts:133 -#: src/Navigation.tsx:509 +#: src/Navigation.tsx:515 #: src/view/shell/bottom-bar/BottomBar.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:698 +#: src/view/shell/desktop/LeftNav.tsx:697 #: src/view/shell/Drawer.tsx:528 msgid "Chat" msgstr "對話" @@ -2758,7 +2786,7 @@ msgstr "對話擁有者無法離開群組對話。" msgid "Chat recipient is not followed by the sender." msgstr "訊息接收者沒有被傳送者跟隨。" -#: src/Navigation.tsx:529 +#: src/Navigation.tsx:535 msgid "Chat request inbox" msgstr "對話邀請收件匣" @@ -2768,7 +2796,7 @@ msgid "Chat requests" msgstr "對話邀請" #: src/components/dms/ConvoMenu.tsx:88 -#: src/Navigation.tsx:524 +#: src/Navigation.tsx:530 #: src/screens/Messages/ChatList.tsx:97 #: src/screens/Messages/ChatList.tsx:101 #: src/screens/Messages/ChatList.tsx:671 @@ -2813,8 +2841,8 @@ msgstr "在下方輸入傳送至 <0>{currentEmail} 的驗證碼:" msgid "Check back later!" msgstr "請晚點再回來看看!" -#: src/screens/SignupQueued.tsx:86 -#: src/screens/SignupQueued.tsx:90 +#: src/screens/SignupQueued.tsx:85 +#: src/screens/SignupQueued.tsx:89 msgid "Check my status" msgstr "檢查我的狀態" @@ -2895,7 +2923,7 @@ msgstr "選擇您的託管服務提供者" msgid "Choose your own timeline! Feeds built by the community help you find content you love." msgstr "自行設計專屬於您的河道!由社群打造的動態源能協助您找到喜愛的內容。" -#: src/screens/Signup/StepInfo/index.tsx:270 +#: src/screens/Signup/StepInfo/index.tsx:282 msgid "Choose your password" msgstr "設定您的密碼" @@ -2931,7 +2959,7 @@ msgstr "清除 GIF 搜尋" msgid "Clear image cache" msgstr "清除圖片快取" -#: src/components/forms/SearchInput.tsx:87 +#: src/components/forms/SearchInput.tsx:93 msgid "Clear search query" msgstr "清除搜尋記錄" @@ -2951,11 +2979,11 @@ msgstr "點一下這裡以加入使用者至此群組對話" msgid "Click here to create or manage an invite link for this group chat" msgstr "點一下這裡以建立或管理此群組對話的邀請連結" -#: src/ageAssurance/components/NoAccessScreen.tsx:327 +#: src/ageAssurance/components/NoAccessScreen.tsx:329 msgid "Click here to delete your account" msgstr "點一下這裡來刪除您的帳號" -#: src/ageAssurance/components/NoAccessScreen.tsx:318 +#: src/ageAssurance/components/NoAccessScreen.tsx:320 msgid "Click here to log out" msgstr "點一下這裡來登出" @@ -2968,8 +2996,8 @@ msgstr "點一下這裡來重新傳送電子郵件" msgid "Click here to restart the verification process." msgstr "點一下這裡以重新開始驗證程序。" -#: src/ageAssurance/components/NoAccessScreen.tsx:119 -#: src/ageAssurance/components/NoAccessScreen.tsx:294 +#: src/ageAssurance/components/NoAccessScreen.tsx:121 +#: src/ageAssurance/components/NoAccessScreen.tsx:296 msgid "Click here to update your birthdate" msgstr "點一下這裡來更新您的出生日期" @@ -2991,10 +3019,10 @@ msgid "Click to retry failed message" msgstr "點此以重新傳送訊息" #. Visible label of the button that dismisses the GIF picker error dialog. -#: src/ageAssurance/components/RedirectOverlay.tsx:265 -#: src/ageAssurance/components/RedirectOverlay.tsx:271 -#: src/ageAssurance/components/RedirectOverlay.tsx:321 -#: src/ageAssurance/components/RedirectOverlay.tsx:327 +#: src/ageAssurance/components/RedirectOverlay.tsx:264 +#: src/ageAssurance/components/RedirectOverlay.tsx:270 +#: src/ageAssurance/components/RedirectOverlay.tsx:320 +#: src/ageAssurance/components/RedirectOverlay.tsx:326 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:174 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 @@ -3007,8 +3035,8 @@ msgstr "點此以重新傳送訊息" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:165 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:173 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:140 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:178 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:179 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:188 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:192 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:200 #: src/components/dialogs/SearchablePeopleList.tsx:336 @@ -3028,27 +3056,28 @@ msgstr "點此以重新傳送訊息" #: src/components/intents/GroupChatJoinDialog.tsx:286 #: src/components/NewskieDialog.tsx:170 #: src/components/NewskieDialog.tsx:176 -#: src/components/ProgressGuide/FollowDialog.tsx:462 +#: src/components/ProgressGuide/FollowDialog.tsx:456 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:119 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 -#: src/components/verification/VerificationsDialog.tsx:146 -#: src/components/verification/VerifierDialog.tsx:147 -#: src/components/WhoCanReply.tsx:229 -#: src/components/WhoCanReply.tsx:236 +#: src/components/TrendingTopics.tsx:55 +#: src/components/verification/VerificationsDialog.tsx:147 +#: src/components/verification/VerifierDialog.tsx:148 +#: src/components/WhoCanReply.tsx:218 +#: src/components/WhoCanReply.tsx:225 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:45 #: src/features/liveNow/components/EditLiveDialog.tsx:212 #: src/features/liveNow/components/EditLiveDialog.tsx:218 #: src/screens/Messages/components/InviteLinkDialog.tsx:521 #: src/screens/Messages/components/InviteLinkDialog.tsx:526 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:297 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:290 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:295 #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" msgstr "關閉" -#: src/components/Dialog/index.web.tsx:131 -#: src/components/Dialog/index.web.tsx:344 +#: src/components/Dialog/index.web.tsx:137 +#: src/components/Dialog/index.web.tsx:351 msgid "Close active dialog" msgstr "關閉目前的對話框" @@ -3068,13 +3097,13 @@ msgstr "關閉橫幅" #: src/components/dialogs/LanguageSelectDialog.tsx:354 #: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:198 -#: src/components/verification/VerificationsDialog.tsx:138 -#: src/components/verification/VerifierDialog.tsx:140 +#: src/components/verification/VerificationsDialog.tsx:139 +#: src/components/verification/VerifierDialog.tsx:141 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" msgstr "關閉對話框" -#: src/view/shell/index.web.tsx:127 +#: src/view/shell/index.web.tsx:128 msgid "Close drawer menu" msgstr "關閉側邊選單" @@ -3110,7 +3139,7 @@ msgstr "關閉加入申請通知橫幅" msgid "Close this dialog" msgstr "關閉此對話框" -#: src/components/WelcomeModal.tsx:212 +#: src/components/WelcomeModal.tsx:215 msgid "Close welcome modal" msgstr "關閉歡迎畫面" @@ -3118,7 +3147,7 @@ msgstr "關閉歡迎畫面" msgid "Closes password update alert" msgstr "關閉密碼更新警告" -#: src/view/com/composer/Composer.tsx:1881 +#: src/view/com/composer/Composer.tsx:1849 msgid "Closes post composer and discards post draft" msgstr "關閉貼文編輯器並捨棄草稿" @@ -3126,7 +3155,7 @@ msgstr "關閉貼文編輯器並捨棄草稿" msgid "Collapse list of users" msgstr "折疊使用者列表" -#: src/view/com/notifications/NotificationFeedItem.tsx:974 +#: src/view/com/notifications/NotificationFeedItem.tsx:973 msgid "Collapses list of users for a given notification" msgstr "折疊指定通知的使用者列表" @@ -3152,12 +3181,12 @@ msgid "Comics" msgstr "漫畫" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 -#: src/Navigation.tsx:348 +#: src/Navigation.tsx:354 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" msgstr "社群準則" -#: src/screens/Onboarding/StepFinished/index.tsx:329 +#: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Complete onboarding and start using your account" msgstr "完成入門引導以開始使用您的帳號" @@ -3166,13 +3195,13 @@ msgid "Complete the challenge" msgstr "完成驗證" #: src/lib/hotkeys/index.tsx:66 -#: src/view/com/feeds/ComposerPrompt.tsx:150 -#: src/view/shell/desktop/LeftNav.tsx:587 +#: src/view/com/feeds/ComposerPrompt.tsx:161 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "撰寫新貼文" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1757 +#: src/view/com/composer/Composer.tsx:1725 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "撰寫最多 {0, plural,other {# 個字元}}的貼文" @@ -3180,11 +3209,11 @@ msgstr "撰寫最多 {0, plural,other {# 個字元}}的貼文" msgid "Compose reply" msgstr "撰寫回覆" -#: src/view/com/composer/Composer.tsx:2711 +#: src/view/com/composer/Composer.tsx:2682 msgid "Compressing GIF..." msgstr "正在壓縮 GIF……" -#: src/view/com/composer/Composer.tsx:2713 +#: src/view/com/composer/Composer.tsx:2684 msgid "Compressing video..." msgstr "正在壓縮影片……" @@ -3198,18 +3227,18 @@ msgstr "在 <0>內容篩選 中調整設定。" #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:194 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:197 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:192 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:195 msgid "Confirm" msgstr "確認" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:443 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:191 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:195 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:189 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:193 #: src/screens/Settings/components/DeleteAccountDialog.tsx:250 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:153 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:159 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:157 msgid "Confirmation code" msgstr "驗證碼" @@ -3226,12 +3255,12 @@ msgstr "正在連線至服務……" msgid "Connecting…" msgstr "連線中……" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" msgstr "連線問題" -#: src/ageAssurance/components/NoAccessScreen.tsx:404 +#: src/ageAssurance/components/NoAccessScreen.tsx:406 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:128 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" @@ -3242,8 +3271,8 @@ msgid "Contact our support team" msgstr "聯絡我們的支援團隊" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:160 -#: src/screens/Signup/index.tsx:240 -#: src/screens/Signup/index.tsx:243 +#: src/screens/Signup/index.tsx:241 +#: src/screens/Signup/index.tsx:244 msgid "Contact support" msgstr "聯絡支援" @@ -3273,7 +3302,7 @@ msgstr "內容與媒體" msgid "Content and media" msgstr "內容與媒體" -#: src/Navigation.tsx:467 +#: src/Navigation.tsx:473 msgid "Content and Media" msgstr "內容與媒體" @@ -3281,7 +3310,7 @@ msgstr "內容與媒體" msgid "Content Blocked" msgstr "已封鎖內容" -#: src/screens/Moderation/index.tsx:362 +#: src/screens/Moderation/index.tsx:417 msgid "Content filters" msgstr "內容篩選器" @@ -3421,8 +3450,8 @@ msgstr "複製" msgid "Copy App Password" msgstr "複製應用程式專用密碼" -#: src/view/com/profile/ProfileMenu.tsx:575 -#: src/view/com/profile/ProfileMenu.tsx:578 +#: src/view/com/profile/ProfileMenu.tsx:534 +#: src/view/com/profile/ProfileMenu.tsx:537 msgid "Copy at:// URI" msgstr "複製 at:// 連結" @@ -3437,8 +3466,8 @@ msgid "Copy code" msgstr "複製程式碼" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 -#: src/view/com/profile/ProfileMenu.tsx:584 -#: src/view/com/profile/ProfileMenu.tsx:587 +#: src/view/com/profile/ProfileMenu.tsx:543 +#: src/view/com/profile/ProfileMenu.tsx:546 msgid "Copy DID" msgstr "複製 DID" @@ -3451,17 +3480,17 @@ msgid "Copy invite link" msgstr "複製邀請連結" #: src/components/dms/ChatInvite/Root.tsx:92 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Copy link" msgstr "複製連結" -#: src/components/StarterPack/ShareDialog.tsx:122 +#: src/components/StarterPack/ShareDialog.tsx:123 msgid "Copy Link" msgstr "複製連結" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:193 msgid "Copy link to list" msgstr "複製列表連結" @@ -3472,12 +3501,12 @@ msgstr "複製列表連結" msgid "Copy link to post" msgstr "複製貼文連結" -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:331 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:315 msgid "Copy link to profile" msgstr "複製個人檔案連結" -#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:652 msgid "Copy link to starter pack" msgstr "複製新手包連結" @@ -3491,8 +3520,8 @@ msgstr "複製訊息文字" msgid "Copy post at:// URI" msgstr "複製貼文 at:// 連結" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:574 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" msgstr "複製貼文文字" @@ -3506,7 +3535,7 @@ msgstr "複製 TXT 記錄值" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 -#: src/Navigation.tsx:353 +#: src/Navigation.tsx:359 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" msgstr "著作權政策" @@ -3632,7 +3661,7 @@ msgstr "建立" msgid "Create a list" msgstr "建立列表" -#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Create a list from this starter pack" msgstr "轉存此新手包到新的列表" @@ -3642,7 +3671,7 @@ msgstr "為新手包建立 QR Code" #: src/components/StarterPack/ProfileStarterPacks.tsx:210 #: src/components/StarterPack/ProfileStarterPacks.tsx:319 -#: src/Navigation.tsx:560 +#: src/Navigation.tsx:566 msgid "Create a starter pack" msgstr "建立一個新手包" @@ -3655,12 +3684,12 @@ msgstr "建立新手包" msgid "Create a starter pack for me" msgstr "為我產生一個新手包" -#: src/components/WelcomeModal.tsx:153 -#: src/components/WelcomeModal.tsx:161 +#: src/components/WelcomeModal.tsx:156 +#: src/components/WelcomeModal.tsx:164 #: src/screens/Messages/JoinRequest.tsx:318 #: src/screens/Signup/index.tsx:139 #: src/view/com/auth/SplashScreen.tsx:108 -#: src/view/com/auth/SplashScreen.web.tsx:118 +#: src/view/com/auth/SplashScreen.web.tsx:117 #: src/view/shell/bottom-bar/BottomBar.tsx:351 #: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 @@ -3699,7 +3728,7 @@ msgstr "建立群組對話" msgid "Create list" msgstr "建立列表" -#: src/screens/StarterPack/StarterPackScreen.tsx:619 +#: src/screens/StarterPack/StarterPackScreen.tsx:641 msgid "Create list from members" msgstr "轉存成員到新的列表" @@ -3708,13 +3737,13 @@ msgstr "轉存成員到新的列表" msgid "Create list from starter pack" msgstr "轉存新手包到新的列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:377 msgid "Create moderation list" msgstr "建立內容管理列表" #: src/screens/Messages/JoinRequest.tsx:312 #: src/view/com/auth/SplashScreen.tsx:89 -#: src/view/com/auth/SplashScreen.web.tsx:110 +#: src/view/com/auth/SplashScreen.web.tsx:109 msgid "Create new account" msgstr "建立新帳號" @@ -3724,8 +3753,8 @@ msgstr "建立或編輯此群組對話的邀請連結" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title -#: src/components/moderation/ReportDialog/index.tsx:835 -#: src/components/moderation/ReportDialog/index.tsx:880 +#: src/components/moderation/ReportDialog/index.tsx:834 +#: src/components/moderation/ReportDialog/index.tsx:879 msgid "Create report for {0}" msgstr "建立 {0} 的檢舉" @@ -3734,7 +3763,7 @@ msgstr "建立 {0} 的檢舉" msgid "Create starter pack" msgstr "建立新手包" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:376 msgid "Create user list" msgstr "建立使用者列表" @@ -3747,7 +3776,7 @@ msgstr "建立使用者列表" msgid "Created {0}" msgstr "建立於 {0}" -#: src/screens/List/ListHiddenScreen.tsx:131 +#: src/screens/List/ListHiddenScreen.tsx:130 msgid "Creator has been blocked" msgstr "已封鎖此列表的建立者" @@ -3800,7 +3829,7 @@ msgstr "深色" msgid "Dark theme" msgstr "深色主題" -#: src/screens/Signup/StepInfo/index.tsx:298 +#: src/screens/Signup/StepInfo/index.tsx:310 msgid "Date of birth" msgstr "出生日期" @@ -3814,7 +3843,7 @@ msgstr "白晝" #: src/screens/Settings/AccountSettings.tsx:177 #: src/screens/Settings/AccountSettings.tsx:182 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:74 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" msgstr "停用帳號" @@ -3839,12 +3868,12 @@ msgid "Default icons" msgstr "預設圖示" #: src/components/dms/MessageOverlays.tsx:184 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:824 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:276 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:329 #: src/screens/Settings/AppPasswords.tsx:213 -#: src/screens/StarterPack/StarterPackScreen.tsx:608 -#: src/screens/StarterPack/StarterPackScreen.tsx:708 -#: src/screens/StarterPack/StarterPackScreen.tsx:787 +#: src/screens/StarterPack/StarterPackScreen.tsx:630 +#: src/screens/StarterPack/StarterPackScreen.tsx:748 +#: src/screens/StarterPack/StarterPackScreen.tsx:879 msgid "Delete" msgstr "刪除" @@ -3892,8 +3921,8 @@ msgstr "刪除對話" msgid "Delete for me" msgstr "為我刪除" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:200 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:203 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:231 msgid "Delete list" msgstr "刪除列表" @@ -3909,30 +3938,30 @@ msgstr "為我刪除訊息" msgid "Delete my account" msgstr "刪除我的帳號" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 -#: src/view/com/composer/Composer.tsx:1769 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 +#: src/view/com/composer/Composer.tsx:1737 msgid "Delete post" msgstr "刪除貼文" -#: src/screens/StarterPack/StarterPackScreen.tsx:602 -#: src/screens/StarterPack/StarterPackScreen.tsx:778 +#: src/screens/StarterPack/StarterPackScreen.tsx:624 +#: src/screens/StarterPack/StarterPackScreen.tsx:870 msgid "Delete starter pack" msgstr "刪除新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:674 +#: src/screens/StarterPack/StarterPackScreen.tsx:714 msgid "Delete starter pack?" msgstr "要刪除新手包嗎?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:271 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:324 msgid "Delete this list?" msgstr "要刪除這個列表嗎?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "Delete this post?" msgstr "要刪除這則貼文嗎?" -#: src/components/Post/Embed/index.tsx:207 +#: src/components/Post/Embed/index.tsx:208 msgid "Deleted" msgstr "已刪除" @@ -3953,7 +3982,7 @@ msgstr "驗證後由 Plivo 刪除" msgid "Deleted list" msgstr "已刪除的列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:461 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:463 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 @@ -3969,12 +3998,12 @@ msgstr "簡介(最多 1000 個字元)" msgid "Descriptive alt text" msgstr "描述性替代文字" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:712 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:722 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:719 msgid "Detach quote" msgstr "分離引用" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:854 msgid "Detach quote post?" msgstr "要解除引用貼文嗎?" @@ -3993,11 +4022,11 @@ msgstr "成功啟用開發者模式" msgid "Developer options" msgstr "開發人員選項" -#: src/lib/translation/index.tsx:303 +#: src/lib/translation/index.tsx:312 msgid "Device failed to translate :(" msgstr "使用裝置端翻譯時發生問題 :(" -#: src/components/WhoCanReply.tsx:215 +#: src/components/WhoCanReply.tsx:204 msgid "Dialog: adjust who can interact with this post" msgstr "對話框:調整哪些人能夠與這則貼文互動" @@ -4009,6 +4038,11 @@ msgstr "對話框:設定搜尋篩選條件" msgid "Dim" msgstr "昏暗" +#: src/screens/ModerationInbox/index.tsx:116 +msgctxt "moderation-report-subject" +msgid "Direct message from {account}" +msgstr "" + #: src/screens/Messages/components/InviteLinkDialog.tsx:382 #: src/screens/Messages/components/InviteLinkDialog.tsx:387 msgid "Disable" @@ -4027,7 +4061,7 @@ msgstr "關閉字幕" msgid "Disable email 2FA" msgstr "停用電子郵件雙重驗證" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:98 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:96 msgid "Disable Email 2FA" msgstr "停用電子郵件雙重驗證" @@ -4041,11 +4075,11 @@ msgstr "關閉觸覺回饋" msgid "Disable link" msgstr "停用連結" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:625 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Disable quote posts of this post" msgstr "拒絕其他人引用這則貼文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:462 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 msgid "Disable replies entirely" msgstr "完全關閉回覆" @@ -4056,17 +4090,17 @@ msgstr "要停用此邀請連結嗎?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 -#: src/screens/Moderation/index.tsx:402 +#: src/screens/Moderation/index.tsx:457 msgid "Disabled" msgstr "停用" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:102 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1549 -#: src/view/com/composer/Composer.tsx:1593 -#: src/view/com/composer/Composer.tsx:1802 -#: src/view/com/composer/drafts/DraftItem.tsx:242 -#: src/view/com/composer/drafts/DraftsButton.tsx:131 +#: src/view/com/composer/Composer.tsx:1515 +#: src/view/com/composer/Composer.tsx:1560 +#: src/view/com/composer/Composer.tsx:1770 +#: src/view/com/composer/drafts/DraftItem.tsx:243 +#: src/view/com/composer/drafts/DraftsButton.tsx:128 msgid "Discard" msgstr "捨棄" @@ -4075,23 +4109,28 @@ msgstr "捨棄" msgid "Discard changes?" msgstr "要放棄變更嗎?" -#: src/view/com/composer/Composer.tsx:1547 -#: src/view/com/composer/drafts/DraftItem.tsx:239 -#: src/view/com/composer/drafts/DraftsButton.tsx:98 +#: src/view/com/composer/Composer.tsx:1513 +#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftsButton.tsx:94 msgid "Discard draft?" msgstr "要捨棄草稿嗎?" -#: src/view/com/composer/Composer.tsx:1564 -#: src/view/com/composer/Composer.tsx:1794 +#: src/view/com/composer/Composer.tsx:1530 +#: src/view/com/composer/Composer.tsx:1762 msgid "Discard post?" msgstr "要放棄發布嗎?" -#: src/screens/Profile/components/GermButton.tsx:263 -#: src/screens/Profile/components/GermButton.tsx:270 +#: src/screens/Profile/components/GermButton.tsx:267 +#: src/screens/Profile/components/GermButton.tsx:274 msgid "Disconnect Germ DM" msgstr "中斷連結 Germ DM" -#: src/screens/Search/Explore.tsx:444 +#: src/lib/strings/feed-names.ts:16 +msgctxt "feed-name" +msgid "Discover" +msgstr "" + +#: src/screens/Search/Explore.tsx:445 msgid "Discover feeds" msgstr "探索動態源" @@ -4106,8 +4145,8 @@ msgstr "探索新的自訂動態源" msgid "Discover New Feeds" msgstr "探索新的動態源" -#: src/components/Dialog/index.tsx:400 -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 +#: src/components/Dialog/index.tsx:405 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:86 msgid "Dismiss" msgstr "跳過" @@ -4115,7 +4154,7 @@ msgstr "跳過" msgid "Dismiss banner" msgstr "關閉提示橫幅" -#: src/view/com/composer/Composer.tsx:2653 +#: src/view/com/composer/Composer.tsx:2624 msgid "Dismiss error" msgstr "跳過錯誤" @@ -4217,8 +4256,9 @@ msgstr "不用擔心!您現有的訊息和設定都已儲存,只需驗證您 #: src/lib/media/picker.tsx:37 #: src/screens/Login/components/HostingProviderDialog.tsx:253 #: src/screens/Login/components/HostingProviderDialog.tsx:255 -#: src/screens/Onboarding/StepProfile/index.tsx:354 -#: src/screens/Onboarding/StepProfile/index.tsx:357 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:74 +#: src/screens/Onboarding/StepProfile/index.tsx:355 +#: src/screens/Onboarding/StepProfile/index.tsx:358 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 #: src/view/com/composer/labels/LabelsBtn.tsx:219 @@ -4232,11 +4272,11 @@ msgstr "完成" msgid "Double tap or long press the message to add a reaction" msgstr "點兩下或長按訊息以加入反應" -#: src/components/Dialog/index.tsx:401 +#: src/components/Dialog/index.tsx:406 msgid "Double tap to close the dialog" msgstr "點兩下以關閉對話框" -#: src/screens/VideoFeed/index.tsx:1196 +#: src/screens/VideoFeed/index.tsx:1235 msgid "Double tap to like" msgstr "點兩下以表示喜歡" @@ -4248,11 +4288,11 @@ msgstr "下載" msgid "Download Bluesky" msgstr "下載 Bluesky" -#: src/screens/Settings/components/ExportCarDialog.tsx:155 +#: src/screens/Settings/components/ExportCarDialog.tsx:153 msgid "Download chat data" msgstr "下載對話資料" -#: src/screens/Settings/components/ExportCarDialog.tsx:160 +#: src/screens/Settings/components/ExportCarDialog.tsx:158 msgctxt "button" msgid "Download chat data" msgstr "下載對話資料" @@ -4266,11 +4306,11 @@ msgstr "下載圖片" msgid "Download invite QR code" msgstr "下載邀請 QR Code" -#: src/screens/Settings/components/ExportCarDialog.tsx:124 +#: src/screens/Settings/components/ExportCarDialog.tsx:122 msgid "Download profile data" msgstr "下載個人檔案資料" -#: src/screens/Settings/components/ExportCarDialog.tsx:129 +#: src/screens/Settings/components/ExportCarDialog.tsx:127 msgctxt "button" msgid "Download profile data" msgstr "下載個人檔案資料" @@ -4280,8 +4320,8 @@ msgid "Doxxing" msgstr "人肉搜尋" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 -#: src/view/com/composer/drafts/DraftsButton.tsx:70 -#: src/view/com/composer/drafts/DraftsButton.tsx:79 +#: src/view/com/composer/drafts/DraftsButton.tsx:68 +#: src/view/com/composer/drafts/DraftsButton.tsx:77 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" msgstr "草稿" @@ -4318,19 +4358,19 @@ msgstr "例如:alice.com" msgid "E.g. artistic nudes." msgstr "例如:人體藝術。" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:378 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380 msgid "e.g. Great Posters" msgstr "例如:優秀的發文者" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:379 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:381 msgid "e.g. Spammers" msgstr "例如:垃圾內容製造者" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:382 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:384 msgid "e.g. The posters who never miss." msgstr "例如:凡事從不缺席的網友們。" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:383 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:385 msgid "e.g. Users that repeatedly reply with ads." msgstr "例如:不斷發布廣告洗版的帳號。" @@ -4341,7 +4381,7 @@ msgstr "飲食失調" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:148 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:250 -#: src/screens/StarterPack/StarterPackScreen.tsx:597 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 #: src/screens/StarterPack/Wizard/index.tsx:327 #: src/screens/StarterPack/Wizard/index.tsx:332 msgid "Edit" @@ -4354,7 +4394,7 @@ msgid "Edit" msgstr "編輯" #: src/view/com/util/UserAvatar.tsx:464 -#: src/view/com/util/UserBanner.tsx:125 +#: src/view/com/util/UserBanner.tsx:132 msgid "Edit avatar" msgstr "編輯大頭貼照" @@ -4373,8 +4413,8 @@ msgstr "編輯群組名稱" msgid "Edit image" msgstr "編輯圖片" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:802 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:786 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:799 msgid "Edit interaction settings" msgstr "編輯互動設定" @@ -4396,21 +4436,21 @@ msgstr "編輯邀請連結" msgid "Edit link settings" msgstr "編輯連結設定" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:192 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:220 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:223 msgid "Edit list details" msgstr "編輯列表資訊" -#: src/view/com/profile/ProfileMenu.tsx:407 -#: src/view/com/profile/ProfileMenu.tsx:427 +#: src/view/com/profile/ProfileMenu.tsx:391 +#: src/view/com/profile/ProfileMenu.tsx:405 msgid "Edit live status" msgstr "編輯直播狀態" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:372 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "Edit moderation list" msgstr "編輯內容管理列表" -#: src/Navigation.tsx:363 +#: src/Navigation.tsx:369 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" msgstr "編輯我的動態源" @@ -4429,23 +4469,23 @@ msgid "Edit People" msgstr "編輯使用者" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:113 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:263 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:262 msgid "Edit post interaction settings" msgstr "編輯貼文互動設定" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 msgid "Edit profile" msgstr "編輯個人檔案" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:338 msgid "Edit Profile" msgstr "編輯個人檔案" -#: src/screens/StarterPack/StarterPackScreen.tsx:589 +#: src/screens/StarterPack/StarterPackScreen.tsx:611 msgid "Edit starter pack" msgstr "編輯新手包" @@ -4454,15 +4494,15 @@ msgstr "編輯新手包" msgid "Edit this group chat’s name" msgstr "編輯此群組對話的名稱" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:373 msgid "Edit user list" msgstr "編輯使用者列表" -#: src/components/WhoCanReply.tsx:109 +#: src/components/WhoCanReply.tsx:103 msgid "Edit who can reply" msgstr "修改哪些人可以回覆" -#: src/Navigation.tsx:565 +#: src/Navigation.tsx:571 msgid "Edit your starter pack" msgstr "編輯您的新手包" @@ -4470,16 +4510,16 @@ msgstr "編輯您的新手包" msgid "Education" msgstr "教育" -#: src/screens/List/ListHiddenScreen.tsx:145 +#: src/screens/List/ListHiddenScreen.tsx:144 msgid "Either the creator of this list has blocked you or you have blocked the creator." msgstr "此列表的建立者已封鎖您,或您已封鎖了對方。" #: src/screens/Settings/AccountSettings.tsx:69 -#: src/screens/Signup/StepInfo/index.tsx:222 +#: src/screens/Signup/StepInfo/index.tsx:234 msgid "Email" msgstr "電子信箱" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:68 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:67 msgctxt "toast" msgid "Email 2FA disabled" msgstr "成功停用電子郵件雙重驗證" @@ -4492,7 +4532,7 @@ msgstr "已啟用電子郵件雙重驗證" msgid "Email address" msgstr "電子郵件地址" -#: src/components/intents/VerifyEmailIntentDialog.tsx:100 +#: src/components/intents/VerifyEmailIntentDialog.tsx:101 msgid "Email Resent" msgstr "重新傳送電子郵件" @@ -4508,7 +4548,7 @@ msgstr "已寄出驗證信!<0>點一下這裡來重新傳送。" msgid "Email verification complete!" msgstr "已完成驗證電子信箱!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:75 +#: src/components/intents/VerifyEmailIntentDialog.tsx:76 msgid "Email Verified" msgstr "已驗證電子信箱" @@ -4527,7 +4567,7 @@ msgstr "嵌入貼文" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "將這則貼文嵌入到您的網站。只需複製以下程式碼片段,並將其貼上到您網站的 HTML 程式碼中即可。" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:67 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:70 msgid "Embedded video player" msgstr "嵌入式影片播放器" @@ -4542,12 +4582,7 @@ msgstr "啟用" msgid "Enable {0} only" msgstr "僅啟用 {0}" -#. Description of a feature flag (10-minute video uploads) -#: src/analytics/features/index.ts:90 -msgid "Enable 10-minute video uploads." -msgstr "" - -#: src/screens/Moderation/index.tsx:389 +#: src/screens/Moderation/index.tsx:442 msgid "Enable adult content" msgstr "顯示成人內容" @@ -4583,7 +4618,7 @@ msgstr "前往其個人檔案,點一下旁邊的<0>鈴鐺圖示 <1/>,即 msgid "Enable push notifications" msgstr "啟用推播通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:626 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:631 msgid "Enable quote posts of this post" msgstr "允許其他人引用這則貼文" @@ -4601,7 +4636,7 @@ msgstr "啟用流行趨勢" msgid "Enable trending videos in your Discover feed" msgstr "在您的「Discover」動態源中啟用熱門影片" -#: src/screens/Moderation/index.tsx:400 +#: src/screens/Moderation/index.tsx:455 msgid "Enabled" msgstr "啟用" @@ -4657,7 +4692,7 @@ msgid "Enter your birthdate" msgstr "輸入您的出生日期" #: src/screens/Login/ForgotPasswordForm.tsx:100 -#: src/screens/Signup/StepInfo/index.tsx:242 +#: src/screens/Signup/StepInfo/index.tsx:254 msgid "Enter your email address" msgstr "輸入您的電子郵件地址" @@ -4670,15 +4705,15 @@ msgstr "輸入您的密碼" msgid "Enter your username and password" msgstr "輸入您的使用者名稱和密碼" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:190 msgid "Enters full screen" msgstr "進入全螢幕" -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:248 msgid "Entertainment" msgstr "娛樂" -#: src/view/com/composer/Composer.tsx:2731 +#: src/view/com/composer/Composer.tsx:2702 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "錯誤" @@ -4700,11 +4735,11 @@ msgid "Error message" msgstr "錯誤資訊" #: src/screens/Settings/components/ExportCarDialog.tsx:55 -#: src/screens/Settings/components/ExportCarDialog.tsx:86 +#: src/screens/Settings/components/ExportCarDialog.tsx:85 msgid "Error occurred while saving file" msgstr "儲存檔案時發生錯誤" -#: src/screens/Signup/StepCaptcha/index.tsx:127 +#: src/screens/Signup/StepCaptcha/index.tsx:126 msgid "Error receiving captcha response." msgstr "取得人機驗證 (Captcha) 回應時發生錯誤。" @@ -4712,11 +4747,11 @@ msgstr "取得人機驗證 (Captcha) 回應時發生錯誤。" msgid "Error: {error}" msgstr "錯誤:{error}" -#: src/components/WhoCanReply.tsx:78 +#: src/components/WhoCanReply.tsx:72 msgid "Everybody can reply" msgstr "所有人都可以回覆" -#: src/components/WhoCanReply.tsx:272 +#: src/components/WhoCanReply.tsx:261 msgid "Everybody can reply to this post." msgstr "所有人都可以回覆這則貼文。" @@ -4783,7 +4818,7 @@ msgstr "展開或摺疊您正在回覆的完整貼文" msgid "Expand post text" msgstr "展開貼文文字" -#: src/screens/VideoFeed/index.tsx:1072 +#: src/screens/VideoFeed/index.tsx:1111 msgid "Expands or collapses post text" msgstr "展開或摺疊貼文文字" @@ -4826,21 +4861,21 @@ msgstr "血腥、露骨或災害等可能會引起不適的媒體內容。" msgid "Explicit sexual images." msgstr "露骨的色情圖片。" -#: src/Navigation.tsx:769 +#: src/Navigation.tsx:775 #: src/screens/Search/Shell.tsx:549 -#: src/view/shell/desktop/LeftNav.tsx:677 +#: src/view/shell/desktop/LeftNav.tsx:676 #: src/view/shell/Drawer.tsx:476 msgid "Explore" msgstr "探索" -#: src/components/WelcomeModal.tsx:166 -#: src/components/WelcomeModal.tsx:175 +#: src/components/WelcomeModal.tsx:169 +#: src/components/WelcomeModal.tsx:178 msgid "Explore the app" msgstr "探索應用程式" #: src/screens/Messages/Settings.tsx:329 #: src/screens/Messages/Settings.tsx:338 -#: src/screens/Settings/components/ExportCarDialog.tsx:136 +#: src/screens/Settings/components/ExportCarDialog.tsx:134 msgid "Export my chat data" msgstr "匯出我的對話資料" @@ -4849,7 +4884,7 @@ msgstr "匯出我的對話資料" msgid "Export my data" msgstr "匯出我的資料" -#: src/screens/Settings/components/ExportCarDialog.tsx:103 +#: src/screens/Settings/components/ExportCarDialog.tsx:101 msgid "Export my profile data" msgstr "匯出我的個人檔案資料" @@ -4868,7 +4903,7 @@ msgstr "外部媒體" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "外部媒體網站可能會收集有關您個人和裝置的資訊。在您按下「播放」按鈕之前,不會傳輸任何資料。" -#: src/Navigation.tsx:382 +#: src/Navigation.tsx:388 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" msgstr "外部媒體選項" @@ -4946,7 +4981,7 @@ msgstr "刪除訊息時發生問題" msgid "Failed to delete post, please try again" msgstr "刪除貼文時發生問題,請再試一次" -#: src/screens/StarterPack/StarterPackScreen.tsx:747 +#: src/screens/StarterPack/StarterPackScreen.tsx:839 msgid "Failed to delete starter pack" msgstr "刪除新手包時發生問題" @@ -4955,7 +4990,7 @@ msgid "Failed to disable invite link" msgstr "停用邀請連結時發生問題" #. placeholder {0}: error?.message -#: src/screens/Profile/components/GermButton.tsx:197 +#: src/screens/Profile/components/GermButton.tsx:201 msgid "Failed to disconnect Germ DM. Error: {0}" msgstr "中斷連結 Germ DM 時發生問題。錯誤:{0}" @@ -5003,16 +5038,16 @@ msgstr "離開群組對話時發生問題" msgid "Failed to load conversations" msgstr "載入對話時發生問題" -#: src/screens/Search/Explore.tsx:522 -#: src/screens/Search/Explore.tsx:567 -#: src/screens/Search/Explore.tsx:613 +#: src/screens/Search/Explore.tsx:523 +#: src/screens/Search/Explore.tsx:568 +#: src/screens/Search/Explore.tsx:614 msgid "Failed to load feeds" msgstr "載入動態時發生問題" -#: src/screens/Search/Explore.tsx:481 -#: src/screens/Search/Explore.tsx:536 -#: src/screens/Search/Explore.tsx:581 -#: src/screens/Search/Explore.tsx:627 +#: src/screens/Search/Explore.tsx:482 +#: src/screens/Search/Explore.tsx:537 +#: src/screens/Search/Explore.tsx:582 +#: src/screens/Search/Explore.tsx:628 msgid "Failed to load feeds preferences" msgstr "載入動態源偏好設定時發生問題" @@ -5037,14 +5072,14 @@ msgstr "載入偏好設定時發生問題。" msgid "Failed to load profiles" msgstr "載入個人檔案時發生問題" -#: src/screens/Search/Explore.tsx:474 -#: src/screens/Search/Explore.tsx:529 -#: src/screens/Search/Explore.tsx:574 -#: src/screens/Search/Explore.tsx:620 +#: src/screens/Search/Explore.tsx:475 +#: src/screens/Search/Explore.tsx:530 +#: src/screens/Search/Explore.tsx:575 +#: src/screens/Search/Explore.tsx:621 msgid "Failed to load suggested feeds" msgstr "載入建議動態源時發生問題" -#: src/screens/Search/Explore.tsx:382 +#: src/screens/Search/Explore.tsx:383 msgid "Failed to load suggested follows" msgstr "載入建議跟隨帳號時發生問題" @@ -5067,12 +5102,12 @@ msgstr "將所有邀請標示為已讀時發生問題" msgid "Failed to mute group chat" msgstr "靜音群組對話時發生問題" -#: src/state/queries/pinned-post.ts:80 +#: src/state/queries/pinned-post.ts:107 msgid "Failed to pin post" msgstr "釘選貼文時發生問題" #. placeholder {0}: e?.message -#: src/screens/Profile/components/GermButton.tsx:165 +#: src/screens/Profile/components/GermButton.tsx:169 msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "重新連結 Germ DM 時發生問題。錯誤:{0}" @@ -5121,7 +5156,7 @@ msgstr "無法撤銷您的申請,請再試一次。" msgid "Failed to resolve location. Please try again." msgstr "存取位置資訊時發生問題,請再試一次。" -#: src/view/com/composer/Composer.tsx:775 +#: src/view/com/composer/Composer.tsx:741 msgid "Failed to save draft" msgstr "儲存草稿時發生問題" @@ -5135,7 +5170,7 @@ msgstr "儲存圖片時發生問題" msgid "Failed to save image: {0}" msgstr "無法儲存圖片:{0}" -#: src/screens/ModerationInteractionSettings/index.tsx:110 +#: src/screens/ModerationInteractionSettings/index.tsx:112 msgid "Failed to save settings. Please try again." msgstr "儲存設定時發生問題,請再試一次。" @@ -5168,13 +5203,13 @@ msgstr "將討論串設為靜音時發生問題,請再試一次" msgid "Failed to unlock group chat" msgstr "解鎖群組對話時發生問題" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 msgid "Failed to unpin list" msgstr "取消釘選列表時發生問題" #: src/state/queries/content-visibility.ts:83 msgid "Failed to update content visibility" -msgstr "" +msgstr "更新內容可見性失敗" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:148 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:82 @@ -5185,7 +5220,7 @@ msgstr "更新電子郵件雙重驗證設定時發生問題" msgid "Failed to update email, please try again." msgstr "更新電子信箱時發生問題,請再試一次。" -#: src/components/FeedCard.tsx:313 +#: src/components/FeedCard.tsx:315 msgid "Failed to update feeds" msgstr "更新動態時發生問題" @@ -5197,12 +5232,10 @@ msgstr "更新通知類別時發生問題" msgid "Failed to update settings" msgstr "更新設定時發生問題" -#: src/lib/media/video/upload.ts:104 -#: src/lib/media/video/upload.web.ts:104 -#: src/lib/media/video/upload.web.ts:108 -#: src/lib/media/video/upload.web.ts:118 -msgid "Failed to upload video" -msgstr "上傳影片時發生問題" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:90 +#: src/screens/StarterPack/StarterPackScreen.tsx:570 +msgid "Failed to update starter pack opt-out" +msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." @@ -5220,7 +5253,7 @@ msgstr "虛假帳號或機器人" msgid "False information about elections" msgstr "散播選舉相關虛假資訊" -#: src/Navigation.tsx:293 +#: src/Navigation.tsx:299 msgid "Feed" msgstr "動態源" @@ -5241,11 +5274,11 @@ msgstr "動態源建立者" msgid "Feed identifier" msgstr "動態源 ID" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:401 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:403 msgid "Feed menu" msgstr "動態源選單" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Feed toggle" msgstr "切換動態源" @@ -5265,24 +5298,28 @@ msgctxt "toast" msgid "Feedback sent to feed operator" msgstr "意見已提交給動態源維護者" -#: src/Navigation.tsx:545 +#: src/Navigation.tsx:551 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 #: src/screens/Search/SearchResults.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:193 +#: src/screens/StarterPack/StarterPackScreen.tsx:195 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:240 -#: src/view/shell/desktop/LeftNav.tsx:712 +#: src/view/shell/desktop/LeftNav.tsx:711 #: src/view/shell/Drawer.tsx:592 msgid "Feeds" msgstr "動態源" +#: src/view/com/home/HomeHeader.tsx:37 +msgid "Feeds ✨" +msgstr "" + #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." msgstr "動態源是可讓使用者自行設計的演算法,只需掌握一點程式設計知識即可輕鬆構建。請<0>參閱指南以瞭解更多資訊。" -#: src/components/FeedCard.tsx:310 +#: src/components/FeedCard.tsx:312 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" @@ -5294,7 +5331,7 @@ msgid "Fetch update" msgstr "取得更新" #: src/screens/Settings/components/ExportCarDialog.tsx:51 -#: src/screens/Settings/components/ExportCarDialog.tsx:82 +#: src/screens/Settings/components/ExportCarDialog.tsx:81 msgid "File saved successfully!" msgstr "成功儲存檔案!" @@ -5306,6 +5343,10 @@ msgstr "依發布者篩選(目前:{currentLabel})" msgid "Filter from feeds" msgstr "從動態中排除內容" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:41 +msgid "Filter moderation reports (currently: {currentLabel})" +msgstr "" + #: src/screens/Search/components/SearchLanguageDropdown.tsx:70 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "依語言篩選搜尋(目前:{currentLanguageLabel})" @@ -5333,7 +5374,7 @@ msgctxt "search" msgid "Filters" msgstr "篩選條件" -#: src/screens/Onboarding/StepFinished/index.tsx:335 +#: src/screens/Onboarding/StepFinished/index.tsx:341 msgid "Finalizing" msgstr "正在完成" @@ -5358,15 +5399,15 @@ msgstr "財經" msgid "Find accounts to follow" msgstr "去跟隨更多帳號" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:52 #: src/screens/Settings/FindContactsSettings.tsx:79 #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Find and invite friends" msgstr "尋找並邀請朋友" -#: src/Navigation.tsx:446 -#: src/Navigation.tsx:587 +#: src/Navigation.tsx:452 +#: src/Navigation.tsx:593 msgid "Find Contacts" msgstr "尋找聯絡人" @@ -5378,7 +5419,7 @@ msgstr "尋找我的朋友" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 #: src/components/ProgressGuide/FollowDialog.tsx:80 -#: src/components/ProgressGuide/FollowDialog.tsx:448 +#: src/components/ProgressGuide/FollowDialog.tsx:442 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" msgstr "尋找一些人來跟隨" @@ -5436,13 +5477,13 @@ msgid "Focus the search field" msgstr "聚焦搜尋欄位" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:545 -#: src/components/ProfileHoverCard/index.web.tsx:492 -#: src/components/ProfileHoverCard/index.web.tsx:503 +#: src/components/ProfileCard.tsx:553 +#: src/components/ProfileHoverCard/index.web.tsx:491 +#: src/components/ProfileHoverCard/index.web.tsx:502 #: src/screens/Messages/ConversationSettings/Member.tsx:170 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:409 -#: src/screens/VideoFeed/index.tsx:955 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:415 +#: src/screens/VideoFeed/index.tsx:994 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow" @@ -5450,7 +5491,7 @@ msgstr "跟隨" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 msgid "Follow {0}" msgstr "跟隨 {0}" @@ -5458,7 +5499,7 @@ msgstr "跟隨 {0}" msgid "Follow {displayName}" msgstr "跟隨 {displayName}" -#: src/screens/VideoFeed/index.tsx:934 +#: src/screens/VideoFeed/index.tsx:973 msgid "Follow {handle}" msgstr "跟隨 {handle}" @@ -5474,8 +5515,8 @@ msgstr "跟隨 10 個人即可開始" msgid "Follow 7 accounts" msgstr "跟隨 7 個帳號" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:372 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:356 msgid "Follow account" msgstr "跟隨帳號" @@ -5486,8 +5527,8 @@ msgstr "跟隨帳號" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:165 #: src/screens/Settings/FindContactsSettings.tsx:469 #: src/screens/Settings/FindContactsSettings.tsx:479 -#: src/screens/StarterPack/StarterPackScreen.tsx:445 -#: src/screens/StarterPack/StarterPackScreen.tsx:453 +#: src/screens/StarterPack/StarterPackScreen.tsx:442 +#: src/screens/StarterPack/StarterPackScreen.tsx:450 msgid "Follow all" msgstr "全部跟隨" @@ -5496,9 +5537,9 @@ msgid "Follow all accounts" msgstr "跟隨所有帳號" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:541 +#: src/components/ProfileCard.tsx:549 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:407 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:413 #: src/view/com/notifications/NotificationFeedItem.tsx:890 #: src/view/com/notifications/NotificationFeedItem.tsx:897 msgid "Follow back" @@ -5541,7 +5582,7 @@ msgid "Followers can join" msgstr "跟隨者可以加入" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:247 +#: src/Navigation.tsx:253 msgid "Followers of @{0} that you know" msgstr "您認識的這些人也跟隨了 @{0}" @@ -5552,28 +5593,29 @@ msgstr "您也認識的跟隨者" #. User is following this account, click to unfollow #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:536 -#: src/components/ProfileHoverCard/index.web.tsx:491 -#: src/components/ProfileHoverCard/index.web.tsx:502 +#: src/components/ProfileCard.tsx:544 +#: src/components/ProfileHoverCard/index.web.tsx:490 +#: src/components/ProfileHoverCard/index.web.tsx:501 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:405 -#: src/screens/VideoFeed/index.tsx:953 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:411 +#: src/screens/VideoFeed/index.tsx:992 #: src/view/com/notifications/NotificationFeedItem.tsx:869 #: src/view/com/notifications/NotificationFeedItem.tsx:885 msgid "Following" msgstr "跟隨中" +#: src/lib/strings/feed-names.ts:13 #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" msgstr "跟隨中" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:497 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/components/ProfileCard.tsx:498 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 #: src/view/com/notifications/NotificationFeedItem.tsx:820 msgid "Following {0}" msgstr "成功跟隨 {0}" @@ -5582,7 +5624,7 @@ msgstr "成功跟隨 {0}" msgid "Following {displayName}" msgstr "正在跟隨 {displayName}" -#: src/screens/VideoFeed/index.tsx:933 +#: src/screens/VideoFeed/index.tsx:972 msgid "Following {handle}" msgstr "成功跟隨 {handle}" @@ -5591,7 +5633,7 @@ msgstr "成功跟隨 {handle}" msgid "Following feed preferences" msgstr "「Following」(跟隨中)動態源選項" -#: src/Navigation.tsx:369 +#: src/Navigation.tsx:375 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" msgstr "「Following」(跟隨中)動態源選項" @@ -5613,7 +5655,7 @@ msgstr "字型大小" msgid "Food" msgstr "食物" -#: src/ageAssurance/components/NoAccessScreen.tsx:106 +#: src/ageAssurance/components/NoAccessScreen.tsx:108 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." msgstr "若為組織帳號,請使用帳號負責人的出生日期。" @@ -5706,20 +5748,20 @@ msgid "Generate new link" msgstr "產生新的連結" #: src/screens/Profile/components/GermButton.tsx:84 -#: src/screens/Profile/components/GermButton.tsx:226 +#: src/screens/Profile/components/GermButton.tsx:230 msgid "Germ DM" msgstr "Germ DM" -#: src/screens/Profile/components/GermButton.tsx:184 +#: src/screens/Profile/components/GermButton.tsx:188 msgid "Germ DM disconnected" msgstr "已中斷連結 Germ DM" -#: src/screens/Profile/components/GermButton.tsx:235 -#: src/screens/Profile/components/GermButton.tsx:240 +#: src/screens/Profile/components/GermButton.tsx:239 +#: src/screens/Profile/components/GermButton.tsx:244 msgid "Germ DM Link" msgstr "Germ DM 連結" -#: src/screens/Profile/components/GermButton.tsx:161 +#: src/screens/Profile/components/GermButton.tsx:165 msgid "Germ DM reconnected" msgstr "重新連結 Germ DM" @@ -5812,7 +5854,7 @@ msgstr "開始吧" msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2736 +#: src/view/com/composer/Composer.tsx:2707 msgid "GIF uploaded" msgstr "GIF 上傳成功" @@ -5835,8 +5877,8 @@ msgstr "美化暴力" #: src/screens/ProfileList/components/ErrorScreen.tsx:35 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1257 -#: src/screens/VideoFeed/index.tsx:1261 +#: src/screens/VideoFeed/index.tsx:1296 +#: src/screens/VideoFeed/index.tsx:1300 #: src/view/com/auth/LoggedOut.tsx:127 #: src/view/com/profile/ProfileFollowers.tsx:225 #: src/view/com/profile/ProfileFollowers.tsx:226 @@ -5846,11 +5888,11 @@ msgstr "美化暴力" msgid "Go back" msgstr "返回" -#: src/components/Error.tsx:72 -#: src/screens/List/ListHiddenScreen.tsx:228 +#: src/components/Error.tsx:121 +#: src/screens/List/ListHiddenScreen.tsx:227 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 -#: src/screens/StarterPack/StarterPackScreen.tsx:800 +#: src/screens/StarterPack/StarterPackScreen.tsx:892 msgid "Go Back" msgstr "返回" @@ -5867,8 +5909,8 @@ msgstr "返回上一步" msgid "Go home" msgstr "前往首頁" -#: src/view/com/profile/ProfileMenu.tsx:408 -#: src/view/com/profile/ProfileMenu.tsx:429 +#: src/view/com/profile/ProfileMenu.tsx:392 +#: src/view/com/profile/ProfileMenu.tsx:407 msgid "Go live" msgstr "開始直播" @@ -5879,8 +5921,8 @@ msgstr "開始直播" msgid "Go Live" msgstr "開始直播" -#: src/view/com/profile/ProfileMenu.tsx:405 -#: src/view/com/profile/ProfileMenu.tsx:425 +#: src/view/com/profile/ProfileMenu.tsx:389 +#: src/view/com/profile/ProfileMenu.tsx:403 msgid "Go live (disabled)" msgstr "直播(已停用)" @@ -5889,7 +5931,7 @@ msgid "Go live for" msgstr "直播持續時長" #. placeholder {0}: name.displayName -#: src/screens/PostThread/components/LikesStat.tsx:148 +#: src/components/Post/KnownLikers.tsx:76 msgid "Go to {0}'s profile" msgstr "前往 {0} 的個人檔案" @@ -5900,7 +5942,7 @@ msgstr "前往 {firstAuthorName} 的個人檔案" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 -#: src/screens/Moderation/index.tsx:237 +#: src/screens/Moderation/index.tsx:276 msgid "Go to account settings" msgstr "前往帳號設定" @@ -5943,8 +5985,8 @@ msgstr "您帳號的直播功能已被停用" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 -#: src/screens/Profile/components/GermButton.tsx:254 -#: src/screens/Profile/components/GermButton.tsx:259 +#: src/screens/Profile/components/GermButton.tsx:258 +#: src/screens/Profile/components/GermButton.tsx:263 msgid "Got it" msgstr "了解" @@ -5953,6 +5995,11 @@ msgstr "了解" msgid "Grant access" msgstr "授予權限" +#: src/screens/ModerationInbox/index.tsx:140 +msgctxt "moderation-report-label" +msgid "Graphic media" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 @@ -5993,7 +6040,7 @@ msgctxt "toast" msgid "Group chat name updated" msgstr "已更新群組對話名稱" -#: src/Navigation.tsx:514 +#: src/Navigation.tsx:520 #: src/screens/Messages/ConversationSettings/index.tsx:110 msgid "Group chat settings" msgstr "群組對話設定" @@ -6083,6 +6130,11 @@ msgstr "開心 GIFs" msgid "Haptics" msgstr "觸覺" +#: src/screens/ModerationInbox/index.tsx:136 +msgctxt "moderation-report-guideline" +msgid "Harassment" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Harassment or hate" msgstr "騷擾或仇恨" @@ -6095,7 +6147,7 @@ msgstr "有害或高風險活動" msgid "Harming or endangering minors" msgstr "傷害或危及未成年人安全" -#: src/Navigation.tsx:498 +#: src/Navigation.tsx:504 msgid "Hashtag" msgstr "主題標籤" @@ -6112,11 +6164,11 @@ msgstr "仇恨言論" msgid "Have a code? <0>Click here." msgstr "已經有驗證碼了?<0>點一下這裡。" -#: src/screens/Signup/StepInfo/index.tsx:322 +#: src/screens/Signup/StepInfo/index.tsx:334 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "位置資訊判斷錯誤嗎?<0>點一下這裡以使用 GPS 更新您的位置。" -#: src/screens/Signup/index.tsx:238 +#: src/screens/Signup/index.tsx:239 msgid "Having trouble?" msgstr "遇到問題?" @@ -6145,11 +6197,11 @@ msgstr "以下是您的應用程式專用密碼!" msgid "Hey there 👋" msgstr "哩賀 👋" -#: src/ageAssurance/components/NoAccessScreen.tsx:171 +#: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" msgstr "嗨!" -#: src/ageAssurance/components/NoAccessScreen.tsx:276 +#: src/ageAssurance/components/NoAccessScreen.tsx:278 msgid "Hi there!" msgstr "嗨!" @@ -6158,7 +6210,7 @@ msgstr "嗨!" msgid "Hidden" msgstr "隱藏" -#: src/screens/VideoFeed/index.tsx:735 +#: src/screens/VideoFeed/index.tsx:774 msgid "Hidden by your moderation settings." msgstr "您在內容篩選設定中選擇隱藏了此類影片。" @@ -6166,23 +6218,19 @@ msgstr "您在內容篩選設定中選擇隱藏了此類影片。" msgid "Hidden list" msgstr "隱藏列表" -#: src/components/interstitials/FeedTrendingTopics.tsx:169 -#: src/components/interstitials/Trending.tsx:149 #: src/components/interstitials/TrendingVideos.tsx:140 -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:141 #: src/components/moderation/PostHider.tsx:137 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:832 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 #: src/lib/moderation/useLabelBehaviorDescription.ts:33 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:104 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:173 msgid "Hide" msgstr "隱藏" -#: src/view/com/notifications/NotificationFeedItem.tsx:980 +#: src/view/com/notifications/NotificationFeedItem.tsx:979 msgctxt "action" msgid "Hide" msgstr "隱藏" @@ -6195,7 +6243,7 @@ msgstr "隱藏自訂選項" msgid "Hide group chat updates" msgstr "隱藏群組對話更新" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:530 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:535 msgid "Hide lists" msgstr "隱藏列表" @@ -6203,23 +6251,23 @@ msgstr "隱藏列表" msgid "Hide password" msgstr "隱藏密碼" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide post for me" msgstr "為我隱藏貼文" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:686 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:696 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 msgid "Hide reply for everyone" msgstr "為所有人隱藏回覆" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:669 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:672 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:675 msgid "Hide reply for me" msgstr "為我隱藏回覆" -#: src/view/com/profile/ProfileMenu.tsx:488 -#: src/view/com/profile/ProfileMenu.tsx:495 +#: src/view/com/profile/ProfileMenu.tsx:447 +#: src/view/com/profile/ProfileMenu.tsx:454 msgid "Hide reposts in feeds" msgstr "在動態中隱藏轉發貼文" @@ -6227,38 +6275,31 @@ msgstr "在動態中隱藏轉發貼文" msgid "Hide this card" msgstr "隱藏這張卡片" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 msgid "Hide this post?" msgstr "要隱藏這則貼文嗎?" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:829 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:826 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:861 msgid "Hide this reply?" msgstr "要隱藏這則回覆嗎?" #: src/components/Post/Translated/index.tsx:213 #: src/components/Post/Translated/index.tsx:347 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:549 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:551 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" msgstr "隱藏翻譯" -#: src/components/interstitials/Trending.tsx:131 +#: src/components/TrendingTopics.tsx:42 msgid "Hide trending topics" msgstr "隱藏流行趨勢" -#: src/components/interstitials/FeedTrendingTopics.tsx:167 -#: src/components/interstitials/Trending.tsx:147 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:102 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:171 -msgid "Hide trending topics?" -msgstr "要隱藏流行趨勢嗎?" - #: src/components/interstitials/TrendingVideos.tsx:138 msgid "Hide trending videos?" msgstr "要隱藏熱門影片嗎?" -#: src/view/com/notifications/NotificationFeedItem.tsx:973 +#: src/view/com/notifications/NotificationFeedItem.tsx:972 msgid "Hide user list" msgstr "隱藏使用者列表" @@ -6267,12 +6308,12 @@ msgstr "隱藏使用者列表" msgid "Hide verification badges" msgstr "隱藏驗證標記" -#: src/components/moderation/ContentHider.tsx:168 +#: src/components/moderation/ContentHider.tsx:161 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "隱藏內容" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:87 msgid "Hides the invite friends promo banner" msgstr "隱藏邀請朋友宣傳橫幅" @@ -6308,7 +6349,7 @@ msgstr "抱歉,動態源的伺服器給出了錯誤的回應。請向動態源 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "嗯……我們在尋找此動態源時遇到了一點問題,它可能已被刪除。" -#: src/screens/Moderation/index.tsx:61 +#: src/screens/Moderation/index.tsx:63 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." msgstr "抱歉,載入這些資料時似乎遇到了一點問題,更多資訊請參見下方。如果問題持續發生,請聯絡我們。" @@ -6316,14 +6357,14 @@ msgstr "抱歉,載入這些資料時似乎遇到了一點問題,更多資訊 msgid "Hmmmm, we couldn't load that moderation service." msgstr "抱歉,我們無法載入該內容管理服務。" -#: src/view/com/composer/state/video.ts:523 +#: src/view/com/composer/state/video.ts:517 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "等一下!我們正在逐步開放上傳影片功能。您還在等候名單中,請稍後再回來看看!" -#: src/Navigation.tsx:764 -#: src/Navigation.tsx:785 +#: src/Navigation.tsx:770 +#: src/Navigation.tsx:791 #: src/view/shell/bottom-bar/BottomBar.tsx:196 -#: src/view/shell/desktop/LeftNav.tsx:667 +#: src/view/shell/desktop/LeftNav.tsx:666 #: src/view/shell/Drawer.tsx:502 msgid "Home" msgstr "首頁" @@ -6369,8 +6410,8 @@ msgstr "人口販賣" msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." msgstr "我同意 Bluesky 使用我的聯絡人尋找朋友,並保留雜湊值,直到我選擇退出。" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:142 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:140 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:143 msgid "I have a code" msgstr "我有驗證碼" @@ -6400,15 +6441,15 @@ msgstr "若未指定語言,系統會在您的動態顯示所有語言的內容 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." msgstr "如果您已年滿 18 歲且想再次進行驗證,請點擊下方的按鈕以使用其他方式確認您的年齡(若您所在地區支援)。如果您有任何疑問,<0>請隨時聯絡我們的支援團隊。" -#: src/screens/Signup/StepInfo/index.tsx:339 +#: src/screens/Signup/StepInfo/index.tsx:351 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." msgstr "若您為所在國家法律定義之未成年者,則您的父母或法定監護人必須代表您閱讀這些條款。" -#: src/ageAssurance/components/NoAccessScreen.tsx:116 +#: src/ageAssurance/components/NoAccessScreen.tsx:118 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." msgstr "如果您認為設定的出生日期不正確,可以<0>點一下這裡來更新。" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:273 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:326 msgid "If you delete this list, you won't be able to recover it." msgstr "一旦您刪除這個列表,以後將無法再恢復。" @@ -6420,7 +6461,7 @@ msgstr "如果您擁有自己的網域,可以將其設定為您的帳號代碼 msgid "If you need to update your email, <0>click here." msgstr "如果您需要更新電子信箱,請<0>點一下這裡。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:822 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:819 msgid "If you remove this post, you won't be able to recover it." msgstr "一旦您刪除這則貼文,以後將無法再恢復。" @@ -6441,7 +6482,7 @@ msgstr "如果您想限制其他人接收您帳號的動態通知,可以前往 msgid "If you're a developer, you can host your own server." msgstr "如果您是開發人員,也可以架設自己的伺服器。" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:93 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "在停用帳號前,記得確認您是否需要變更帳號代碼或電子信箱。" @@ -6450,7 +6491,7 @@ msgid "Image" msgstr "圖片" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:457 +#: src/components/images/Gallery/index.tsx:459 msgid "Image {0}" msgstr "圖片 {0}" @@ -6461,7 +6502,7 @@ msgid "Image {0} of {1}" msgstr "第 {0} 張圖片(共 {1} 張)" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:442 +#: src/components/images/Gallery/index.tsx:444 msgid "Image {0} of {imageCount}" msgstr "第 {0} 張圖片(共 {imageCount} 張)" @@ -6476,7 +6517,7 @@ msgid "Image cache cleared, freed {0}" msgstr "成功清除圖片快取,釋放了 {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:274 +#: src/components/images/Gallery/index.tsx:276 msgid "Image gallery, {0} images" msgstr "相簿,{0} 張圖片" @@ -6526,7 +6567,7 @@ msgstr "匯入聯絡人" msgid "Import Contacts" msgstr "匯入聯絡人" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:81 msgid "Import contacts or invite your friends" msgstr "匯入聯絡人或邀請您的朋友" @@ -6540,7 +6581,7 @@ msgstr "匯入聯絡人來尋找您的朋友" msgid "Imported on {0}" msgstr "已於 {0} 匯入" -#: src/ageAssurance/components/NoAccessScreen.tsx:279 +#: src/ageAssurance/components/NoAccessScreen.tsx:281 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "為了提供符合您目前年齡的使用體驗,我們需要知道您的出生日期。只需提供一次,相關資訊會嚴格保密。" @@ -6611,7 +6652,7 @@ msgid "Include posts made until this date" msgstr "包含在此日期之前發布的貼文" #. Checkbox shown when reporting a video. The value is the current playback position, formatted as minutes:seconds. -#: src/components/moderation/ReportDialog/index.tsx:702 +#: src/components/moderation/ReportDialog/index.tsx:701 msgid "Include video timestamp ({videoTimestamp})" msgstr "包含影片時間戳記({videoTimestamp})" @@ -6635,7 +6676,7 @@ msgstr "輸入傳送至您電子信箱的驗證碼" msgid "Interaction limited" msgstr "已限制互動" -#: src/screens/Moderation/index.tsx:269 +#: src/screens/Moderation/index.tsx:325 msgid "Interaction settings" msgstr "互動設定" @@ -6660,7 +6701,7 @@ msgid "Introducing saved posts AKA bookmarks" msgstr "為您介紹貼文收藏(又稱書籤)" #: src/screens/Login/LoginForm.tsx:155 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:79 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:78 msgid "Invalid 2FA confirmation code." msgstr "無效的雙重驗證碼。" @@ -6691,7 +6732,7 @@ msgstr "無效的檢舉內容" msgid "Invalid rescind request." msgstr "無效撤銷申請。" -#: src/components/intents/VerifyEmailIntentDialog.tsx:87 +#: src/components/intents/VerifyEmailIntentDialog.tsx:88 msgid "Invalid Verification Code" msgstr "無效的驗證碼" @@ -6703,15 +6744,15 @@ msgstr "邀請" msgid "Invite {name} to join Bluesky" msgstr "邀請 {name} 加入 Bluesky" -#: src/screens/Signup/StepInfo/index.tsx:192 +#: src/screens/Signup/StepInfo/index.tsx:204 msgid "Invite code" msgstr "邀請碼" -#: src/screens/Signup/state.ts:359 +#: src/screens/Signup/state.ts:360 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀請碼無效。請檢查是否輸入正確,然後再試一次。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 #: src/view/shell/Drawer.tsx:122 msgid "Invite friends" msgstr "邀請朋友" @@ -6761,7 +6802,7 @@ msgstr "已編輯邀請連結" msgid "Invite link enabled" msgstr "已啟用邀請連結" -#: src/components/StarterPack/ShareDialog.tsx:83 +#: src/components/StarterPack/ShareDialog.tsx:84 msgid "Invite people to this starter pack!" msgstr "使用這個新手包來邀請更多人吧!" @@ -6786,26 +6827,26 @@ msgstr "邀請,但更具個人風格" msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "看起來您的一些聯絡人還沒有試著在這裡找到您。您可以參考我們提供的訊息草稿來傳送邀請。" -#: src/screens/Signup/StepInfo/index.tsx:372 +#: src/screens/Signup/StepInfo/index.tsx:384 msgid "It's correct" msgstr "這是正確的電子郵件地址" #. placeholder {0}: getName(items[0]) -#: src/screens/StarterPack/Wizard/index.tsx:479 +#: src/screens/StarterPack/Wizard/index.tsx:488 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." msgstr "現在新手包裡只有 <0>{0}!使用上面的搜尋功能,將更多人新增到您的新手包中。" -#: src/screens/StarterPack/Wizard/index.tsx:474 +#: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "現在新手包裡只有您一個人!使用上面的搜尋功能,將更多人新增到您的新手包中。" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2672 +#: src/view/com/composer/Composer.tsx:2643 msgid "Job ID: {0}" msgstr "作業 ID:{0}" #. Link to a page with job openings at Bluesky -#: src/view/com/auth/SplashScreen.web.tsx:181 +#: src/view/com/auth/SplashScreen.web.tsx:180 msgid "Jobs" msgstr "工作" @@ -6816,8 +6857,8 @@ msgstr "加入" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:202 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 -#: src/screens/StarterPack/StarterPackScreen.tsx:471 -#: src/screens/StarterPack/StarterPackScreen.tsx:481 +#: src/screens/StarterPack/StarterPackScreen.tsx:468 +#: src/screens/StarterPack/StarterPackScreen.tsx:478 msgid "Join Bluesky" msgstr "加入 Bluesky" @@ -6840,9 +6881,9 @@ msgstr "加入討論" msgid "Journalism" msgstr "記者" -#: src/view/com/composer/Composer.tsx:1597 -#: src/view/com/composer/Composer.tsx:1607 -#: src/view/com/composer/drafts/DraftsButton.tsx:135 +#: src/view/com/composer/Composer.tsx:1558 +#: src/view/com/composer/Composer.tsx:1573 +#: src/view/com/composer/drafts/DraftsButton.tsx:126 msgid "Keep editing" msgstr "繼續編輯" @@ -6854,17 +6895,17 @@ msgstr "有新動態時通知我" msgid "KWS website" msgstr "KWS 網站" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:627 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:629 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:626 msgid "Label reply for algo" -msgstr "" +msgstr "為演算法標記回覆" #. placeholder {0}: sanitizeDisplayName(desc.source!) -#: src/components/moderation/ContentHider.tsx:245 +#: src/components/moderation/ContentHider.tsx:238 msgid "Labeled by {0}." msgstr "由 {0} 標記。" -#: src/components/moderation/ContentHider.tsx:243 +#: src/components/moderation/ContentHider.tsx:236 msgid "Labeled by the author." msgstr "由發布者標記。" @@ -6893,7 +6934,7 @@ msgstr "您帳號上的標記" msgid "Language" msgstr "語言" -#: src/Navigation.tsx:220 +#: src/Navigation.tsx:226 msgid "Language Settings" msgstr "語言設定" @@ -6907,12 +6948,12 @@ msgstr "語言" msgid "Larger" msgstr "更大" -#: src/ageAssurance/components/NoAccessScreen.tsx:443 +#: src/ageAssurance/components/NoAccessScreen.tsx:445 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:179 msgid "Last initiated {timeAgo} ago" msgstr "最後一次請求於 {timeAgo} 前" -#: src/ageAssurance/components/NoAccessScreen.tsx:441 +#: src/ageAssurance/components/NoAccessScreen.tsx:443 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:177 msgid "Last initiated just now" msgstr "最後一次請求於不久前" @@ -6923,8 +6964,8 @@ msgstr "最後一次請求於不久前" msgid "Latest" msgstr "最新" -#: src/components/verification/VerificationsDialog.tsx:168 -#: src/components/verification/VerifierDialog.tsx:136 +#: src/components/verification/VerificationsDialog.tsx:169 +#: src/components/verification/VerifierDialog.tsx:137 #: src/screens/Moderation/VerificationSettings.tsx:50 #: src/screens/Profile/Header/EditProfileDialog.tsx:346 #: src/screens/Settings/components/ChangeHandleDialog.tsx:215 @@ -6946,7 +6987,7 @@ msgstr "進一步瞭解<0>如何使用進階搜尋。" msgid "Learn more about age assurance" msgstr "深入瞭解年齡驗證" -#: src/view/com/auth/SplashScreen.web.tsx:169 +#: src/view/com/auth/SplashScreen.web.tsx:168 msgid "Learn more about Bluesky" msgstr "深入瞭解 Bluesky" @@ -6966,8 +7007,8 @@ msgstr "深入瞭解匯入聯絡人功能" msgid "Learn more about self hosting your PDS." msgstr "深入瞭解如何自行架設 PDS。" -#: src/components/moderation/ContentHider.tsx:166 -#: src/components/moderation/ContentHider.tsx:230 +#: src/components/moderation/ContentHider.tsx:159 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "深入瞭解對這項內容套用的審核措施" @@ -6984,8 +7025,8 @@ msgstr "您可以閱讀我們的部落格文章,瞭解有關這些變化的更 msgid "Learn more about this warning" msgstr "深入瞭解這個警告" -#: src/components/verification/VerificationsDialog.tsx:153 -#: src/components/verification/VerifierDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:154 +#: src/components/verification/VerifierDialog.tsx:123 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" msgstr "深入瞭解 Bluesky 的驗證機制(英文)" @@ -6995,7 +7036,7 @@ msgstr "深入瞭解 Bluesky 的驗證機制(英文)" msgid "Learn more about what is public on Bluesky." msgstr "深入瞭解在 Bluesky 上公開的內容。" -#: src/screens/Profile/components/GermButton.tsx:213 +#: src/screens/Profile/components/GermButton.tsx:217 msgid "Learn more about your Germ DM link" msgstr "瞭解關於您 Germ DM 的連結" @@ -7004,7 +7045,7 @@ msgid "Learn more in your <0>account settings." msgstr "在您的<0>帳號設定瞭解詳情。" #: src/components/dialogs/ServerInput.tsx:222 -#: src/components/moderation/ContentHider.tsx:253 +#: src/components/moderation/ContentHider.tsx:246 #: src/screens/Login/components/HostingProviderDialog.tsx:243 msgid "Learn more." msgstr "瞭解詳情。" @@ -7067,7 +7108,7 @@ msgstr "離開此對話的同時也會將其永久鎖定,您將無法再次加 msgid "Left group chat." msgstr "已離開群組對話。" -#: src/screens/SignupQueued.tsx:165 +#: src/screens/SignupQueued.tsx:164 msgid "left to go." msgstr "個人在排在您前面。" @@ -7080,7 +7121,7 @@ msgstr "讓我自己選擇" msgid "Let's get your password reset!" msgstr "讓我們來重設您的密碼吧!" -#: src/screens/Onboarding/StepFinished/index.tsx:337 +#: src/screens/Onboarding/StepFinished/index.tsx:343 msgid "Let's go!" msgstr "讓我們開始吧!" @@ -7095,13 +7136,13 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "淺色" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Like" msgstr "喜歡" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:280 +#: src/components/PostControls/index.tsx:282 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "喜歡({0, plural, other {# 個喜歡}})" @@ -7114,7 +7155,7 @@ msgstr "喜歡 10 則貼文" msgid "Like 10 posts to train the Discover feed" msgstr "喜歡 10 則貼文,以訓練「Discover」動態源" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:552 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:560 msgid "Like this feed" msgstr "對此動態源表示喜歡" @@ -7122,8 +7163,8 @@ msgstr "對此動態源表示喜歡" msgid "Like this labeler" msgstr "對此標記服務表示喜歡" -#: src/Navigation.tsx:298 -#: src/Navigation.tsx:303 +#: src/Navigation.tsx:304 +#: src/Navigation.tsx:309 msgid "Liked by" msgstr "表示喜歡的使用者" @@ -7140,26 +7181,26 @@ msgstr "表示喜歡的使用者" msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {# 個使用者} other {# 個使用者}}表示喜歡" -#. Social proof below the post stats; the bolded name is a person the viewer follows who liked the post +#. Social proof below a post; the bolded name is a person the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName -#: src/screens/PostThread/components/LikesStat.tsx:134 -#: src/screens/PostThread/components/LikesStat.tsx:175 +#: src/components/Post/KnownLikers.tsx:68 +#: src/components/Post/KnownLikers.tsx:105 msgid "Liked by {0}" msgstr "由 {0} 表示喜歡" -#. Social proof below the post stats; the bolded names are people the viewer follows who liked the post +#. Social proof below a post; the bolded names are people the viewer follows who liked the post #. placeholder {0}: nameLink(names[0]) #. placeholder {0}: names[0].displayName #. placeholder {1}: nameLink(names[1]) #. placeholder {1}: names[1].displayName -#: src/screens/PostThread/components/LikesStat.tsx:133 -#: src/screens/PostThread/components/LikesStat.tsx:171 +#: src/components/Post/KnownLikers.tsx:67 +#: src/components/Post/KnownLikers.tsx:101 msgid "Liked by {0} and {1}" msgstr "由 {0} 和 {1} 表示喜歡" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:540 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:548 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:165 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:179 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -7178,7 +7219,7 @@ msgstr "喜歡" msgid "Likes of your reposts" msgstr "喜歡您轉發的貼文" -#: src/screens/PostThread/components/LikesStat.tsx:41 +#: src/screens/PostThread/components/LikesStat.tsx:31 msgid "Likes on this post" msgstr "這則貼文的喜歡數" @@ -7191,11 +7232,16 @@ msgstr "直列模式" msgid "Link copied to clipboard" msgstr "已複製連結至剪貼簿" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 msgid "List" msgstr "列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:405 +#: src/screens/ModerationInbox/index.tsx:107 +msgctxt "moderation-report-subject" +msgid "List “{list}”" +msgstr "" + +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:407 msgid "List avatar" msgstr "列表封面圖片" @@ -7227,20 +7273,20 @@ msgstr "已建立列表,但加入部分成員時發生問題" msgid "List creator" msgstr "列表建立者" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:94 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 msgctxt "toast" msgid "List deleted" msgstr "成功刪除列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:454 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:456 msgid "List description" msgstr "列表簡介" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:474 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:476 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "列表簡介太長了,{DESCRIPTION_MAX_GRAPHEMES, plural, other {不得超過 # 個字元。}}" -#: src/screens/List/ListHiddenScreen.tsx:133 +#: src/screens/List/ListHiddenScreen.tsx:132 msgid "List has been hidden" msgstr "已隱藏列表" @@ -7248,7 +7294,7 @@ msgstr "已隱藏列表" msgid "List Hidden" msgstr "隱藏列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:448 msgid "List must have a name." msgstr "請為列表選擇名稱。" @@ -7257,31 +7303,31 @@ msgctxt "toast" msgid "List muted" msgstr "成功靜音列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:418 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:420 msgid "List name" msgstr "列表名稱" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:440 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" msgstr "列表名稱太長了,{DISPLAY_NAME_MAX_GRAPHEMES, plural, other {不得超過 # 個字元。}}" -#: src/screens/ProfileList/components/Header.tsx:116 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:131 +#: src/screens/ProfileList/components/Header.tsx:120 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:159 msgctxt "toast" msgid "List unblocked" msgstr "成功解除封鎖列表" -#: src/screens/ProfileList/components/Header.tsx:102 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:117 +#: src/screens/ProfileList/components/Header.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 msgctxt "toast" msgid "List unmuted" msgstr "成功取消靜音列表" -#: src/Navigation.tsx:174 +#: src/Navigation.tsx:175 #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:234 #: src/view/screens/Profile.tsx:242 -#: src/view/shell/desktop/LeftNav.tsx:722 +#: src/view/shell/desktop/LeftNav.tsx:721 #: src/view/shell/Drawer.tsx:607 msgid "Lists" msgstr "列表" @@ -7326,12 +7372,12 @@ msgstr "直播功能正在測試階段" msgid "Live link" msgstr "直播連結" -#: src/screens/Search/Explore.tsx:83 +#: src/screens/Search/Explore.tsx:84 msgid "Load more" msgstr "載入更多" -#: src/screens/Search/Explore.tsx:511 -#: src/screens/Search/Explore.tsx:602 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:603 msgid "Load more suggested feeds" msgstr "載入更多建議動態源" @@ -7346,16 +7392,16 @@ msgstr "載入更多通知" msgid "Load new posts" msgstr "載入更多貼文" -#: src/screens/Messages/components/MessageComposer.tsx:255 +#: src/screens/Messages/components/MessageComposer.tsx:257 msgctxt "placeholder" msgid "Loading chat…" msgstr "正在載入對話……" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:572 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:577 msgid "Loading lists..." msgstr "正在載入列表……" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:276 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:275 msgid "Loading post interaction settings..." msgstr "正在載入貼文互動設定……" @@ -7383,7 +7429,7 @@ msgstr "鎖定此群組對話" msgid "Locked" msgstr "已鎖定" -#: src/Navigation.tsx:328 +#: src/Navigation.tsx:334 msgid "Log" msgstr "記錄檔" @@ -7405,11 +7451,6 @@ msgstr "網站標誌由 <0>@sawaratsuki.bsky.social 繪製" msgid "Long press to open tag menu for {0}" msgstr "長按以開啟 {0} 的標籤選單" -#. Name for a feature flag (longer videos) -#: src/analytics/features/index.ts:84 -msgid "Longer videos" -msgstr "" - #: src/screens/Login/SetNewPasswordForm.tsx:119 msgid "Looks like XXXXX-XXXXX" msgstr "看起來像是 XXXXX-XXXXX" @@ -7448,7 +7489,7 @@ msgstr "請確認這是您想前往的網站!" msgid "Manage saved feeds" msgstr "管理儲存的動態源" -#: src/screens/Moderation/index.tsx:339 +#: src/screens/Moderation/index.tsx:395 msgid "Manage verification settings" msgstr "管理驗證設定" @@ -7461,8 +7502,14 @@ msgstr "管理您靜音的字詞和標籤" msgid "Manual" msgstr "手動" +#: src/screens/ModerationInbox/index.tsx:166 +msgid "Mark all actions as read" +msgstr "" + #: src/screens/Messages/Inbox.tsx:311 #: src/screens/Messages/Inbox.tsx:317 +#: src/screens/ModerationInbox/index.tsx:93 +#: src/screens/ModerationInbox/index.tsx:171 msgid "Mark all as read" msgstr "全部標示為已讀" @@ -7473,6 +7520,10 @@ msgstr "全部標示為已讀" msgid "Mark all chats as read" msgstr "將所有對話標示為已讀" +#: src/screens/ModerationInbox/index.tsx:88 +msgid "Mark all reports as read" +msgstr "" + #: src/screens/Messages/ChatList.tsx:663 #: src/screens/Messages/ChatList.tsx:667 #: src/view/shell/bottom-bar/BottomBar.tsx:473 @@ -7515,11 +7566,11 @@ msgstr "媒體" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName -#: src/view/com/composer/drafts/DraftItem.tsx:119 +#: src/view/com/composer/drafts/DraftItem.tsx:120 msgid "Media stored on {0}" msgstr "媒體儲存於 {0}" -#: src/view/com/composer/drafts/DraftItem.tsx:117 +#: src/view/com/composer/drafts/DraftItem.tsx:118 msgid "Media stored on another device" msgstr "媒體儲存於其他裝置" @@ -7540,7 +7591,7 @@ msgstr "成員" msgid "Members can still read chat history but can’t send new messages." msgstr "成員仍可以檢視聊天記錄,但無法傳送新的訊息。" -#: src/components/WhoCanReply.tsx:313 +#: src/components/WhoCanReply.tsx:302 msgid "mentioned users" msgstr "被提及的使用者" @@ -7565,7 +7616,7 @@ msgctxt "action" msgid "Message" msgstr "訊息" -#: src/screens/Messages/components/MessageComposer.tsx:256 +#: src/screens/Messages/components/MessageComposer.tsx:258 msgctxt "description" msgid "Message" msgstr "訊息" @@ -7580,6 +7631,7 @@ msgid "Message {displayName}" msgstr "傳送訊息給 {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:327 +#: src/screens/ModerationInbox/index.tsx:120 msgid "Message deleted" msgstr "訊息已刪除" @@ -7603,7 +7655,7 @@ msgstr "來自 @{0} 的訊息:{1}" msgid "Message from server: {0}" msgstr "來自伺服器的訊息:{0}" -#: src/screens/Messages/components/MessageComposer.tsx:252 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgid "Message input field" msgstr "訊息輸入欄位" @@ -7615,7 +7667,7 @@ msgstr "訊息內容太長了({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgid "Message options" msgstr "訊息選項" -#: src/Navigation.tsx:779 +#: src/Navigation.tsx:785 msgid "Messages" msgstr "訊息" @@ -7640,12 +7692,12 @@ msgstr "輕度騷擾或霸凌" msgid "Misleading" msgstr "不實資訊" -#: src/view/com/composer/drafts/DraftItem.tsx:131 +#: src/view/com/composer/drafts/DraftItem.tsx:132 msgid "Missing media" msgstr "缺失媒體檔案" -#: src/Navigation.tsx:179 -#: src/screens/Moderation/index.tsx:100 +#: src/Navigation.tsx:180 +#: src/screens/Moderation/index.tsx:102 msgid "Moderation" msgstr "內容管理" @@ -7658,6 +7710,12 @@ msgstr "內容管理" msgid "Moderation details" msgstr "內容管理詳情" +#: src/Navigation.tsx:185 +#: src/screens/Moderation/index.tsx:292 +#: src/screens/ModerationInbox/index.tsx:39 +msgid "Moderation inbox" +msgstr "內容管理收件匣" + #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 @@ -7674,21 +7732,21 @@ msgstr "來自 <0/> 的內容管理列表" msgid "Moderation list by you" msgstr "您的內容管理列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:264 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:233 msgctxt "toast" msgid "Moderation list created" msgstr "成功建立內容管理列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:250 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:230 msgctxt "toast" msgid "Moderation list updated" msgstr "成功更新內容管理列表" -#: src/screens/Moderation/index.tsx:299 +#: src/screens/Moderation/index.tsx:355 msgid "Moderation lists" msgstr "內容管理列表" -#: src/Navigation.tsx:184 +#: src/Navigation.tsx:190 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" msgstr "內容管理列表" @@ -7697,11 +7755,11 @@ msgstr "內容管理列表" msgid "moderation settings" msgstr "內容管理設定" -#: src/Navigation.tsx:313 +#: src/Navigation.tsx:319 msgid "Moderation states" msgstr "內容管理狀態" -#: src/screens/Moderation/index.tsx:253 +#: src/screens/Moderation/index.tsx:310 msgid "Moderation tools" msgstr "內容管理工具" @@ -7710,8 +7768,8 @@ msgstr "內容管理工具" msgid "Moderator has chosen to set a general warning on the content." msgstr "內容管理服務已對該內容標記普通警告。" -#: src/view/shell/desktop/Feeds.tsx:106 -#: src/view/shell/desktop/Feeds.tsx:153 +#: src/view/shell/desktop/Feeds.tsx:105 +#: src/view/shell/desktop/Feeds.tsx:152 msgid "More feeds" msgstr "更多動態源" @@ -7720,10 +7778,10 @@ msgstr "更多動態源" msgid "More languages..." msgstr "更多語言……" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:145 -#: src/view/com/composer/drafts/DraftItem.tsx:190 -#: src/view/com/profile/ProfileMenu.tsx:292 -#: src/view/com/profile/ProfileMenu.tsx:299 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:173 +#: src/view/com/composer/drafts/DraftItem.tsx:191 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "More options" msgstr "更多選項" @@ -7747,7 +7805,7 @@ msgstr "音樂" msgid "Mute" msgstr "靜音" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:199 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:210 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7759,10 +7817,10 @@ msgstr "靜音" msgid "Mute {0}" msgstr "靜音 {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:751 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:757 -#: src/view/com/profile/ProfileMenu.tsx:512 -#: src/view/com/profile/ProfileMenu.tsx:519 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:754 +#: src/view/com/profile/ProfileMenu.tsx:471 +#: src/view/com/profile/ProfileMenu.tsx:478 msgid "Mute account" msgstr "靜音帳號" @@ -7816,13 +7874,13 @@ msgstr "僅隱藏包含該標籤的貼文" msgid "Mute this word until you unmute it" msgstr "將這個字詞靜音,直到您取消靜音為止" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute thread" msgstr "靜音討論串" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:655 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:657 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:652 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:654 msgid "Mute words & tags" msgstr "靜音字詞或標籤" @@ -7834,11 +7892,11 @@ msgstr "隨時靜音、離開或移除任何成員。你的對話,你說的算 msgid "Muted" msgstr "已靜音" -#: src/screens/Moderation/index.tsx:314 +#: src/screens/Moderation/index.tsx:370 msgid "Muted accounts" msgstr "已靜音帳號" -#: src/Navigation.tsx:189 +#: src/Navigation.tsx:195 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" msgstr "已靜音帳號" @@ -7852,7 +7910,7 @@ msgstr "被靜音的帳號將不會出現在您的通知或動態中,且靜音 msgid "Muted by \"{0}\"" msgstr "被「{0}」靜音" -#: src/screens/Moderation/index.tsx:284 +#: src/screens/Moderation/index.tsx:340 msgid "Muted words & tags" msgstr "靜音字詞和標籤" @@ -7881,7 +7939,7 @@ msgstr "我的動態源" msgid "My starter pack" msgstr "我的新手包" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:424 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:426 msgid "Name" msgstr "名稱" @@ -7891,12 +7949,12 @@ msgstr "自然" #. placeholder {0}: record.name #. placeholder {0}: view.record.name -#: src/components/StarterPack/StarterPackCard.tsx:127 -#: src/components/StarterPack/StarterPackCard.tsx:157 +#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:158 msgid "Navigate to {0}" msgstr "前往 {0}" -#: src/components/StarterPack/StarterPackCard.tsx:128 +#: src/components/StarterPack/StarterPackCard.tsx:129 msgid "Navigate to starter pack" msgstr "前往新手包" @@ -7910,8 +7968,8 @@ msgstr "前往下一個畫面" msgid "Navigates to your profile" msgstr "前往您的個人檔案" -#: src/components/moderation/ReportDialog/index.tsx:415 -#: src/components/moderation/ReportDialog/index.tsx:431 +#: src/components/moderation/ReportDialog/index.tsx:414 +#: src/components/moderation/ReportDialog/index.tsx:430 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "需要檢舉侵害著作權、法律要求,或法令遵循相關問題嗎?" @@ -7919,10 +7977,6 @@ msgstr "需要檢舉侵害著作權、法律要求,或法令遵循相關問題 msgid "Nevermind, create a handle for me" msgstr "算了,為我建立一個帳號代碼" -#: src/view/com/profile/ProfileMenu.tsx:441 -msgid "New" -msgstr "最新" - #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" @@ -7976,7 +8030,7 @@ msgstr "新的電子郵件地址" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:85 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:66 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" msgstr "新功能" @@ -8028,8 +8082,8 @@ msgid "New messages" msgstr "新訊息" #: src/screens/Login/SetNewPasswordForm.tsx:135 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:208 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:212 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:206 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:210 msgid "New password" msgstr "新密碼" @@ -8043,7 +8097,7 @@ msgid "New post" msgstr "新貼文" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:598 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "新貼文" @@ -8076,7 +8130,7 @@ msgid "Newest replies first" msgstr "最新回覆優先" #: src/lib/interests.ts:67 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:250 msgid "News" msgstr "新聞" @@ -8088,15 +8142,15 @@ msgstr "新聞" #: src/screens/Login/ForgotPasswordForm.tsx:154 #: src/screens/Login/SetNewPasswordForm.tsx:176 #: src/screens/Login/SetNewPasswordForm.tsx:182 -#: src/screens/Onboarding/StepFinished/index.tsx:330 -#: src/screens/Onboarding/StepFinished/index.tsx:339 +#: src/screens/Onboarding/StepFinished/index.tsx:336 +#: src/screens/Onboarding/StepFinished/index.tsx:345 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 #: src/screens/Signup/BackNextButtons.tsx:68 #: src/screens/StarterPack/Wizard/index.tsx:194 #: src/screens/StarterPack/Wizard/index.tsx:198 -#: src/screens/StarterPack/Wizard/index.tsx:380 -#: src/screens/StarterPack/Wizard/index.tsx:387 +#: src/screens/StarterPack/Wizard/index.tsx:389 +#: src/screens/StarterPack/Wizard/index.tsx:396 msgid "Next" msgstr "下一步" @@ -8108,12 +8162,16 @@ msgstr "下一張圖片" msgid "Night" msgstr "夜晚" -#: src/components/moderation/ReportDialog/index.tsx:1011 -#: src/components/moderation/ReportDialog/index.tsx:1020 +#: src/components/moderation/ReportDialog/index.tsx:1010 +#: src/components/moderation/ReportDialog/index.tsx:1019 msgctxt "Answer to a yes/no question" msgid "No" msgstr "否" +#: src/screens/ModerationInbox/index.tsx:111 +msgid "No action taken" +msgstr "" + #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:42 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "無廣告、無侵入式追蹤,更沒有成癮性設計。Bluesky 尊重您寶貴的時間與注意力。" @@ -8194,11 +8252,11 @@ msgstr "目前還沒有喜歡" msgid "No lists" msgstr "沒有列表" -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) -#. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) +#. placeholder {0}: sanitizeDisplayName( displayNameOrHandle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) -#: src/components/ProfileCard.tsx:520 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:273 +#: src/components/ProfileCard.tsx:526 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 #: src/view/com/notifications/NotificationFeedItem.tsx:841 msgid "No longer following {0}" msgstr "成功取消跟隨 {0}" @@ -8224,7 +8282,7 @@ msgstr "告別那些充滿垃圾資訊的演算法,找到對您有利而非有 msgid "No name" msgstr "沒有名稱" -#: src/view/com/notifications/NotificationFeed.tsx:131 +#: src/view/com/notifications/NotificationFeed.tsx:130 msgid "No notifications yet!" msgstr "目前還沒有通知!" @@ -8245,7 +8303,7 @@ msgctxt "enable for" msgid "No one" msgstr "沒有人" -#: src/components/WhoCanReply.tsx:296 +#: src/components/WhoCanReply.tsx:285 msgid "No one but the author can quote this post." msgstr "僅限發布者可以引用這則貼文。" @@ -8297,7 +8355,7 @@ msgid "No results" msgstr "沒有結果" #. placeholder {0}: interestsDisplayNames[selectedInterest] -#: src/screens/Search/Explore.tsx:813 +#: src/screens/Search/Explore.tsx:814 msgid "No results for \"{0}\"." msgstr "找不到符合「{0}」的結果。" @@ -8322,7 +8380,7 @@ msgstr "找不到符合「<0>{query}」的結果。" msgid "No results found for your query with advanced search filters applied." msgstr "套用進階搜尋篩選條件後,找不到符合您查詢的結果。" -#: src/screens/Search/Explore.tsx:817 +#: src/screens/Search/Explore.tsx:818 msgid "No results." msgstr "沒有結果。" @@ -8335,7 +8393,7 @@ msgstr "目前還沒有新手包" msgid "No thanks" msgstr "不用了,謝謝" -#: src/lib/translation/index.tsx:308 +#: src/lib/translation/index.tsx:317 msgid "No translation received from your device." msgstr "無法從您的裝置取得翻譯結果。" @@ -8343,7 +8401,7 @@ msgstr "無法從您的裝置取得翻譯結果。" msgid "No video posts yet" msgstr "目前還沒有任何影片貼文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:473 msgid "Nobody" msgstr "沒有人" @@ -8360,7 +8418,7 @@ msgstr "還沒有人引用這則貼文,也許您可以成為第一個!" msgid "Nobody has reposted this yet. Maybe you should be the first!" msgstr "還沒有人轉發這則貼文,也許您可以成為第一個!" -#: src/screens/StarterPack/Wizard/StepProfiles.tsx:110 +#: src/screens/StarterPack/Wizard/StepProfiles.tsx:113 msgid "Nobody was found. Try searching for someone else." msgstr "找不到任何人。試試以其他關鍵字搜尋。" @@ -8398,7 +8456,7 @@ msgstr "此功能無法在這個平台上使用。" msgid "Not followed by anyone you’re following" msgstr "沒有被任何您認識的人跟隨" -#: src/Navigation.tsx:169 +#: src/Navigation.tsx:170 #: src/view/screens/Profile.tsx:132 msgid "Not Found" msgstr "找不到" @@ -8407,25 +8465,29 @@ msgstr "找不到" msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." msgstr "還沒準備好按下發布嗎?先把好點子收進草稿,靜待最完美的時刻。" -#: src/view/com/profile/ProfileMenu.tsx:620 +#: src/view/com/profile/ProfileMenu.tsx:579 msgid "Note about sharing" msgstr "關於分享的注意事項" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:127 msgid "Note: Bluesky is part of the Atmosphere, an open public network. These settings ask other apps and websites to limit your visibility, but they can choose not to. Your public content may still appear elsewhere." -msgstr "" +msgstr "注意:Bluesky 是 Atmosphere (一個開放的公共網路) 的一部分。這些設定會要求其他應用程式和網站限制您的可見性,但它們可以選擇不遵循。您的公開內容可能仍會出現在其他地方。" #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:133 msgid "Note: This post is only visible to logged-in users." msgstr "註:這則貼文僅限已登入的使用者可以檢視。" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:67 +msgid "Nothing on your account is restricted right now. Strikes from violations come off your record over time." +msgstr "" + #: src/screens/Bookmarks.tsx:290 msgid "Nothing saved yet" msgstr "還沒有收藏任何內容" #: src/components/dialogs/NotificationSettingsDialog.tsx:72 -#: src/Navigation.tsx:453 -#: src/Navigation.tsx:540 +#: src/Navigation.tsx:459 +#: src/Navigation.tsx:546 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "通知設定" @@ -8435,8 +8497,8 @@ msgstr "通知設定" msgid "Notification sounds" msgstr "通知音效" -#: src/Navigation.tsx:535 -#: src/Navigation.tsx:774 +#: src/Navigation.tsx:541 +#: src/Navigation.tsx:780 #: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 @@ -8445,7 +8507,7 @@ msgstr "通知音效" #: src/screens/Settings/Settings.tsx:204 #: src/view/screens/Notifications.tsx:128 #: src/view/shell/bottom-bar/BottomBar.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:687 +#: src/view/shell/desktop/LeftNav.tsx:686 #: src/view/shell/Drawer.tsx:555 msgid "Notifications" msgstr "通知" @@ -8490,7 +8552,7 @@ msgstr "好的" #: src/components/dms/InitiateChatFlow.tsx:838 #: src/components/dms/MessageItem.tsx:758 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Okay" msgstr "了解" @@ -8505,6 +8567,10 @@ msgstr "最舊回覆優先" msgid "On" msgstr "開" +#: src/screens/Settings/components/AlgoVisibilityOptOut.tsx:43 +msgid "On Bluesky, this means your posts will only appear in the Discover feed to people who follow you. Other apps can choose to use this preference in their own algorithmic recommendations." +msgstr "在 Bluesky 上,這代表您的貼文只會在探索資訊流中顯示給跟隨您的用戶。其他應用程式可以選擇在其演算法推薦中採用此偏好設定。" + #: src/components/StarterPack/QrCode.tsx:78 msgid "on<0><1/><2><3/>" msgstr "在<0><1/><2><3/>" @@ -8523,32 +8589,32 @@ msgstr "選擇的部分對象選擇不接受群組聊天。" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "選擇的部分對象已封鎖您,無法傳送訊息。" -#: src/view/com/composer/Composer.tsx:983 +#: src/view/com/composer/Composer.tsx:949 msgid "One or more GIFs is missing alt text." msgstr "至少有一張 GIF 缺少了替代文字。" -#: src/view/com/composer/Composer.tsx:980 +#: src/view/com/composer/Composer.tsx:946 msgid "One or more images is missing alt text." msgstr "至少有一張圖片缺少了替代文字。" -#: src/view/com/composer/SelectMediaButton.tsx:438 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "One or more of your selected files are not supported." msgstr "至少有一個選擇的檔案為不支援的格式。" -#: src/view/com/composer/SelectMediaButton.tsx:461 +#: src/view/com/composer/SelectMediaButton.tsx:452 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "至少有一個選擇的檔案太大了。最大檔案尺寸為 {VIDEO_MAX_SIZE_MB} MB。" -#: src/view/com/composer/Composer.tsx:786 +#: src/view/com/composer/Composer.tsx:752 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "有一則或多則貼文內容過長,無法儲存為草稿。{MAX_DRAFT_GRAPHEME_LENGTH, plural, other {字數上限為 # 個字元。}}" -#: src/view/com/composer/Composer.tsx:990 +#: src/view/com/composer/Composer.tsx:956 msgid "One or more videos is missing alt text." msgstr "至少有一段影片缺少了替代文字。" #. placeholder {0}: settings.map((rule, i) => ( )) -#: src/components/WhoCanReply.tsx:276 +#: src/components/WhoCanReply.tsx:265 msgid "Only {0} can reply." msgstr "只有{0}可以回覆。" @@ -8556,7 +8622,7 @@ msgstr "只有{0}可以回覆。" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:237 +#: src/view/com/composer/Composer.tsx:236 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "僅會保留前 {0} {2, plural, other {張圖片}}(您上傳了 {1} 張);上限為 {MAX_GALLERY_IMAGES} 張圖片" @@ -8578,7 +8644,7 @@ msgstr "只有跟隨者可以加入此群組對話。" msgid "Only followers who I follow" msgstr "僅限我回跟的跟隨者" -#: src/lib/media/picker.shared.ts:34 +#: src/lib/media/picker.shared.ts:35 msgid "Only image files are supported" msgstr "僅支援圖片檔案" @@ -8637,7 +8703,7 @@ msgstr "開啟進階搜尋選項" msgid "Open avatar creator" msgstr "開啟大頭貼照建立工具" -#: src/view/com/feeds/ComposerPrompt.tsx:204 +#: src/view/com/feeds/ComposerPrompt.tsx:215 msgid "Open camera" msgstr "開啟相機" @@ -8655,7 +8721,7 @@ msgstr "開啟 {displayName} 的對話成員選項列表" msgid "Open conversation options" msgstr "開啟對話選項" -#: src/view/com/composer/drafts/DraftItem.tsx:69 +#: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Open draft" msgstr "開啟草稿" @@ -8663,8 +8729,8 @@ msgstr "開啟草稿" msgid "Open drawer menu" msgstr "開啟側邊選單" -#: src/screens/Messages/components/MessageComposer.tsx:214 -#: src/view/com/composer/Composer.tsx:2305 +#: src/screens/Messages/components/MessageComposer.tsx:216 +#: src/view/com/composer/Composer.tsx:2273 msgid "Open emoji picker" msgstr "開啟表情符號選擇器" @@ -8695,12 +8761,12 @@ msgstr "開啟群組對話" msgid "Open group chat settings" msgstr "開啟群組對話設定" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:565 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" msgstr "在 Google 翻譯中開啟" -#: src/components/Post/Embed/ExternalEmbed/index.tsx:88 +#: src/components/Post/Embed/ExternalEmbed/index.tsx:90 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:146 msgid "Open link to {niceUrl}" msgstr "開啟至 {niceUrl} 的連結" @@ -8713,11 +8779,11 @@ msgstr "開啟訊息選項" msgid "Open moderation debug page" msgstr "開啟內容管理偵錯頁面" -#: src/screens/Moderation/index.tsx:280 +#: src/screens/Moderation/index.tsx:336 msgid "Open muted words and tags settings" msgstr "開啟靜音字詞和標籤設定" -#: src/screens/Search/components/StarterPackCard.tsx:120 +#: src/screens/Search/components/StarterPackCard.tsx:121 msgid "Open pack" msgstr "開啟新手包" @@ -8743,7 +8809,7 @@ msgstr "開啟設定" msgid "Open share menu" msgstr "開啟分享選單" -#: src/screens/StarterPack/StarterPackScreen.tsx:575 +#: src/screens/StarterPack/StarterPackScreen.tsx:597 msgid "Open starter pack menu" msgstr "開啟新手包選單" @@ -8759,10 +8825,9 @@ msgstr "開啟系統記錄" msgid "Open this group chat" msgstr "開啟此群組對話" -#. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 -msgid "Opens {0} feed" -msgstr "開啟 {0} 動態源" +msgid "Opens {displayName} feed" +msgstr "" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" @@ -8788,7 +8853,7 @@ msgstr "開啟偵錯項目的額外詳細資訊" msgid "Opens alt text dialog" msgstr "開啟替代文字對話框" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:69 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Opens camera on device" msgstr "開啟裝置相機" @@ -8804,28 +8869,28 @@ msgstr "開啟變更帳號代碼對話框" msgid "Opens composer" msgstr "開啟編輯器" -#: src/view/com/feeds/ComposerPrompt.tsx:205 +#: src/view/com/feeds/ComposerPrompt.tsx:216 msgid "Opens device camera" msgstr "開啟裝置相機" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:540 +#: src/view/com/composer/SelectMediaButton.tsx:526 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "開啟裝置相簿以選擇最多 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}、一段影片或一張 GIF。" #: src/screens/Messages/JoinRequest.tsx:313 #: src/view/com/auth/SplashScreen.tsx:91 -#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:111 msgid "Opens flow to create a new Bluesky account" msgstr "開啟建立新的 Bluesky 帳號的流程" #: src/screens/Messages/JoinRequest.tsx:299 #: src/view/com/auth/SplashScreen.tsx:120 -#: src/view/com/auth/SplashScreen.web.tsx:126 +#: src/view/com/auth/SplashScreen.web.tsx:125 msgid "Opens flow to sign in to your existing Bluesky account" msgstr "開啟登入現有 Bluesky 帳號的流程" -#: src/components/images/Gallery/index.tsx:458 +#: src/components/images/Gallery/index.tsx:460 msgid "Opens full image" msgstr "開啟完整圖片" @@ -8833,7 +8898,7 @@ msgstr "開啟完整圖片" msgid "Opens helpdesk in browser" msgstr "在瀏覽器中開啟說明中心" -#: src/view/com/feeds/ComposerPrompt.tsx:227 +#: src/view/com/feeds/ComposerPrompt.tsx:238 msgid "Opens image picker" msgstr "開啟圖片選擇器" @@ -8854,7 +8919,7 @@ msgstr "開啟貼文語言設定" msgid "Opens profile" msgstr "開啟個人檔案" -#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 +#: src/features/inviteFriends/components/FollowersPromoBanner.tsx:53 msgid "Opens the find and invite friends settings" msgstr "開啟尋找與邀請朋友的設定" @@ -8867,11 +8932,11 @@ msgstr "開啟 GIF 選擇對話框" msgid "Opens the invite friends sheet to share your profile" msgstr "開啟朋友邀請畫面來分享您的個人檔案" -#: src/view/com/feeds/ComposerPrompt.tsx:151 +#: src/view/com/feeds/ComposerPrompt.tsx:162 msgid "Opens the post composer" msgstr "開啟貼文編輯器" -#: src/view/com/composer/drafts/DraftItem.tsx:70 +#: src/view/com/composer/drafts/DraftItem.tsx:71 msgid "Opens this draft in the composer" msgstr "在編輯器開啟這份草稿" @@ -8879,15 +8944,51 @@ msgstr "在編輯器開啟這份草稿" msgid "Opens this profile" msgstr "開啟這個個人檔案" +#: src/screens/StarterPack/StarterPackScreen.tsx:798 +msgid "Opt out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:264 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:360 +#: src/screens/StarterPack/StarterPackScreen.tsx:684 +#: src/screens/StarterPack/StarterPackScreen.tsx:692 +#: src/screens/StarterPack/StarterPackScreen.tsx:786 +msgid "Opt out of starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:339 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 +msgid "Opt out of this starter pack?" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:83 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 +msgid "Opt-out undone" +msgstr "" + +#: src/components/StarterPack/Wizard/WizardListCard.tsx:104 +msgid "Opted out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:82 +#: src/screens/StarterPack/StarterPackScreen.tsx:562 +msgid "Opted out of starter pack" +msgstr "" + +#: src/components/StarterPack/Main/ProfilesList.tsx:186 +msgid "Opted out of this starter pack" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:310 msgid "Options:" msgstr "選項:" -#: src/screens/Deactivated.tsx:197 +#: src/screens/Deactivated.tsx:196 msgid "Or, continue with another account." msgstr "或以其他帳號繼續。" -#: src/screens/Deactivated.tsx:184 +#: src/screens/Deactivated.tsx:183 msgid "Or, sign in to one of your other accounts." msgstr "或登入您的其他帳號。" @@ -8985,7 +9086,7 @@ msgstr "派對 GIFs" #: src/screens/Settings/AccountSettings.tsx:124 #: src/screens/Settings/AccountSettings.tsx:128 #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 -#: src/screens/Signup/StepInfo/index.tsx:257 +#: src/screens/Signup/StepInfo/index.tsx:269 msgid "Password" msgstr "密碼" @@ -8993,7 +9094,7 @@ msgstr "密碼" msgid "Password changed" msgstr "已變更密碼" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:127 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:126 msgid "Password must be at least 8 characters long." msgstr "密碼必須至少包含 8 個字元。" @@ -9005,7 +9106,7 @@ msgstr "已更新密碼" msgid "Password updated!" msgstr "成功更新密碼!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:382 msgid "Pause" msgstr "暫停" @@ -9020,7 +9121,7 @@ msgstr "暫停影片" #: src/screens/ProfileList/index.tsx:164 #: src/screens/Search/SearchResults.tsx:107 -#: src/screens/StarterPack/StarterPackScreen.tsx:192 +#: src/screens/StarterPack/StarterPackScreen.tsx:194 msgid "People" msgstr "使用者" @@ -9033,12 +9134,12 @@ msgid "People {ownerName} follows can request to join" msgstr "被 {ownerName} 跟隨的人可以申請加入" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:240 +#: src/Navigation.tsx:246 msgid "People followed by @{0}" msgstr "被 @{0} 跟隨的人" #. placeholder {0}: route.params.name -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 msgid "People following @{0}" msgstr "跟隨 @{0} 的人" @@ -9070,11 +9171,11 @@ msgstr "我跟隨的人可以直接加入" msgid "People I follow can request to join" msgstr "我跟隨的人可以申請加入" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:507 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 msgid "People you follow" msgstr "您跟隨的人" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:521 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:526 msgid "People you mention" msgstr "您提及的人" @@ -9082,7 +9183,7 @@ msgstr "您提及的人" msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "已被拒絕存取相簿,請進入系統設定中授予權限。" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:58 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:60 msgid "Person toggle" msgstr "切換帳號" @@ -9115,15 +9216,15 @@ msgstr "選擇一個顏色主題" msgid "Pictures meant for adults." msgstr "可能會引發性聯想的內容。" -#: src/components/FeedCard.tsx:361 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:578 +#: src/components/FeedCard.tsx:363 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:586 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" msgstr "釘選動態源" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Pin to home" msgstr "釘選到首頁" @@ -9131,8 +9232,8 @@ msgstr "釘選到首頁" msgid "Pin to Home" msgstr "釘選到首頁" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" msgstr "釘選到您的個人檔案" @@ -9151,11 +9252,11 @@ msgstr "成功釘選 {0} 到首頁" msgid "Pinned Feeds" msgstr "釘選中的動態源" -#: src/screens/ProfileList/components/Header.tsx:78 +#: src/screens/ProfileList/components/Header.tsx:72 msgid "Pinned to your feeds" msgstr "成功釘選到您的動態源" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:184 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:195 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:383 msgid "Play" msgstr "播放" @@ -9169,12 +9270,12 @@ msgstr "播放 {0}" msgid "Play GIF" msgstr "播放 GIF" -#: src/components/Post/Embed/VideoEmbed/index.tsx:178 +#: src/components/Post/Embed/VideoEmbed/index.tsx:203 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:334 msgid "Play video" msgstr "播放影片" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:63 msgid "Play Video" msgstr "播放影片" @@ -9182,7 +9283,7 @@ msgstr "播放影片" msgid "Plays or pauses the GIF" msgstr "播放或暫停 GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:185 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:196 msgid "Plays or pauses the video" msgstr "播放或暫停影片" @@ -9190,7 +9291,7 @@ msgstr "播放或暫停影片" msgid "Plays the GIF" msgstr "播放 GIF" -#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 +#: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:64 msgid "Plays the video" msgstr "播放影片" @@ -9207,7 +9308,7 @@ msgid "Please choose your handle." msgstr "請選擇您的帳號代碼。" #: src/screens/Signup/state.ts:299 -#: src/screens/Signup/StepInfo/index.tsx:148 +#: src/screens/Signup/StepInfo/index.tsx:160 msgid "Please choose your password." msgstr "請設定您的密碼。" @@ -9219,12 +9320,12 @@ msgstr "請檢視我們剛剛傳送的郵件,並打開其中包含的連結來 msgid "Please complete the verification captcha." msgstr "請完成人機驗證 (Captcha)。" -#: src/view/com/composer/state/video.ts:547 +#: src/view/com/composer/state/video.ts:541 msgid "Please confirm your email address to upload videos." msgstr "請先驗證您的電子郵件地址以上傳影片。" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:104 -#: src/screens/Signup/StepInfo/index.tsx:138 +#: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please double-check that you have entered your email address correctly." msgstr "請再次確認您是否輸入了正確的電子郵件地址。" @@ -9232,7 +9333,7 @@ msgstr "請再次確認您是否輸入了正確的電子郵件地址。" msgid "Please enter a password." msgstr "請輸入密碼。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:122 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:121 msgid "Please enter a password. It must be at least 8 characters long." msgstr "請輸入密碼,必須至少包含 8 個字元。" @@ -9273,11 +9374,11 @@ msgid "Please enter the security code we sent to your previous email address." msgstr "請輸入我們先前傳送到您電子郵件地址的驗證碼。" #: src/screens/Signup/state.ts:283 -#: src/screens/Signup/StepInfo/index.tsx:121 +#: src/screens/Signup/StepInfo/index.tsx:133 msgid "Please enter your email." msgstr "請輸入您的電子郵件地址。" -#: src/screens/Signup/StepInfo/index.tsx:114 +#: src/screens/Signup/StepInfo/index.tsx:126 msgid "Please enter your invite code." msgstr "請輸入您的邀請碼。" @@ -9306,8 +9407,8 @@ msgstr "請解釋為什麼您覺得我們不該停用您的對話功能" msgid "Please explain why you think your Go Live access was incorrectly disabled." msgstr "請解釋為什麼您覺得我們不該停用您的直播功能。" -#: src/components/FocusScope/index.tsx:91 -#: src/components/FocusScope/index.tsx:115 +#: src/components/FocusScope/index.tsx:94 +#: src/components/FocusScope/index.tsx:118 msgid "Please go back, or activate this element to return to the start of the active content." msgstr "請返回,或觸發這個元素以回到內容的開頭。" @@ -9333,7 +9434,7 @@ msgstr "請選擇您要檢舉的違規項目" msgid "Please sign in as @{0}" msgstr "請以 @{0} 的身分登入" -#: src/components/moderation/ReportDialog/index.tsx:962 +#: src/components/moderation/ReportDialog/index.tsx:961 msgctxt "english-only-resource" msgid "Please submit your report through the Report non-consensual intimate imagery (NCII) form." msgstr "請透過「檢舉非自願親密影像 (NCII)」表單提交您的檢舉。" @@ -9359,7 +9460,7 @@ msgid "Please write your message below:" msgstr "請在下列欄位填寫您的訊息:" #: src/lib/interests.ts:70 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:240 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:244 msgid "Politics" msgstr "政治" @@ -9367,18 +9468,18 @@ msgstr "政治" msgid "Porn" msgstr "色情" -#: src/view/com/composer/Composer.tsx:1947 +#: src/view/com/composer/Composer.tsx:1915 msgctxt "action" msgid "Post" msgstr "發布" -#: src/screens/PostThread/index.tsx:560 +#: src/screens/PostThread/index.tsx:561 msgctxt "description" msgid "Post" msgstr "貼文" #. Screen reader label indicating post count in a thread, e.g., the 3rd post of 5 total is 'Post 3 of 5' -#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:74 +#: src/screens/PostThread/components/ThreadItemPostNumber.tsx:75 msgctxt "post-number-in-thread" msgid "Post {index} of {count}" msgstr "第 {index} 則貼文(共 {count} 則)" @@ -9393,12 +9494,12 @@ msgstr "發布一張照片" msgid "Post a video" msgstr "發布一段影片" -#: src/view/com/composer/Composer.tsx:1945 +#: src/view/com/composer/Composer.tsx:1913 msgctxt "action" msgid "Post All" msgstr "全部發布" -#: src/view/com/composer/Composer.tsx:1606 +#: src/view/com/composer/Composer.tsx:1572 msgid "Post anyway" msgstr "仍然發布" @@ -9406,11 +9507,16 @@ msgstr "仍然發布" msgid "Post blocked" msgstr "貼文已被封鎖" +#: src/screens/ModerationInbox/index.tsx:98 +msgctxt "moderation-report-subject" +msgid "Post by {account}" +msgstr "" + #. placeholder {0}: route.params.name -#: src/Navigation.tsx:266 -#: src/Navigation.tsx:273 -#: src/Navigation.tsx:280 -#: src/Navigation.tsx:287 +#: src/Navigation.tsx:272 +#: src/Navigation.tsx:279 +#: src/Navigation.tsx:286 +#: src/Navigation.tsx:293 msgid "Post by @{0}" msgstr "@{0} 的貼文" @@ -9423,10 +9529,10 @@ msgstr "成功刪除貼文" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "貼文發布失敗。請檢查您的網路連線狀態後再試一次。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:135 #: src/screens/PostThread/components/ThreadItemPost.tsx:121 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:112 -#: src/screens/VideoFeed/index.tsx:551 +#: src/screens/VideoFeed/index.tsx:565 msgid "Post has been deleted" msgstr "貼文已被刪除" @@ -9440,11 +9546,11 @@ msgstr "這則貼文被靜音字詞隱藏" msgid "Post Hidden by You" msgstr "這則貼文被您隱藏" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:682 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:687 msgid "Post interaction settings" msgstr "貼文互動設定" -#: src/Navigation.tsx:200 +#: src/Navigation.tsx:206 #: src/screens/ModerationInteractionSettings/index.tsx:36 msgid "Post Interaction Settings" msgstr "貼文互動設定" @@ -9468,7 +9574,7 @@ msgstr "貼文連結" msgid "Post not found" msgstr "找不到貼文" -#: src/state/queries/pinned-post.ts:64 +#: src/state/queries/pinned-post.ts:91 msgctxt "toast" msgid "Post pinned" msgstr "成功釘選貼文" @@ -9478,7 +9584,7 @@ msgstr "成功釘選貼文" msgid "Post type" msgstr "貼文類型" -#: src/state/queries/pinned-post.ts:66 +#: src/state/queries/pinned-post.ts:93 msgctxt "toast" msgid "Post unpinned" msgstr "成功取消釘選貼文" @@ -9487,7 +9593,7 @@ msgstr "成功取消釘選貼文" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:266 #: src/screens/ProfileList/index.tsx:164 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:194 +#: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Profile.tsx:235 msgid "Posts" msgstr "貼文" @@ -9520,7 +9626,7 @@ msgstr "偏好語言" msgid "Press to attempt reconnection" msgstr "點此以重新連線" -#: src/components/Error.tsx:56 +#: src/components/Error.tsx:69 #: src/components/Lists.tsx:104 #: src/screens/Messages/components/MessageListError.tsx:23 #: src/screens/Messages/JoinRequests.tsx:352 @@ -9555,8 +9661,8 @@ msgstr "隱私" msgid "Privacy and security" msgstr "隱私與安全" -#: src/Navigation.tsx:430 -#: src/Navigation.tsx:438 +#: src/Navigation.tsx:436 +#: src/Navigation.tsx:444 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:52 msgid "Privacy and Security" @@ -9569,7 +9675,7 @@ msgstr "隱私與安全設定" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 -#: src/Navigation.tsx:338 +#: src/Navigation.tsx:344 #: src/screens/Settings/AboutSettings.tsx:102 #: src/screens/Settings/AboutSettings.tsx:105 #: src/view/screens/PrivacyPolicy.tsx:25 @@ -9582,11 +9688,11 @@ msgstr "隱私權政策" msgid "Privacy violation of a minor" msgstr "侵犯未成年者隱私" -#: src/view/com/composer/Composer.tsx:2725 +#: src/view/com/composer/Composer.tsx:2696 msgid "Processing GIF..." msgstr "正在處理 GIF……" -#: src/view/com/composer/Composer.tsx:2727 +#: src/view/com/composer/Composer.tsx:2698 msgid "Processing video..." msgstr "正在處理影片……" @@ -9599,7 +9705,7 @@ msgid "profile" msgstr "個人檔案" #: src/view/shell/bottom-bar/BottomBar.tsx:322 -#: src/view/shell/desktop/LeftNav.tsx:745 +#: src/view/shell/desktop/LeftNav.tsx:744 #: src/view/shell/Drawer.tsx:92 #: src/view/shell/Drawer.tsx:658 msgid "Profile" @@ -9633,22 +9739,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "公開、可分享的列表,可用來批次靜音或封鎖帳號。" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1931 +#: src/view/com/composer/Composer.tsx:1899 msgid "Publish post" msgstr "發布貼文" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1926 +#: src/view/com/composer/Composer.tsx:1894 msgid "Publish posts" msgstr "發布貼文" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1915 +#: src/view/com/composer/Composer.tsx:1883 msgid "Publish replies" msgstr "發布回覆" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1920 +#: src/view/com/composer/Composer.tsx:1888 msgid "Publish reply" msgstr "發布回覆" @@ -9685,7 +9791,7 @@ msgstr "QR Code 已儲存至您的裝置相簿!" #: src/components/PostControls/RepostButton.tsx:199 #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 -#: src/view/com/composer/drafts/DraftItem.tsx:137 +#: src/view/com/composer/drafts/DraftItem.tsx:138 msgid "Quote post" msgstr "引用貼文" @@ -9723,8 +9829,8 @@ msgstr "超過速率限制 —— 您在短時間內嘗試變更帳號代碼的 msgid "Rate limit exceeded. Please try again later." msgstr "暫時達到速率限制,請稍後再試。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:711 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:721 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:718 msgid "Re-attach quote" msgstr "重新連結引用" @@ -9745,7 +9851,7 @@ msgstr "使用 {emoji} 做出反應" msgid "Reactions" msgstr "反應" -#: src/screens/Deactivated.tsx:138 +#: src/screens/Deactivated.tsx:137 msgid "Reactivate your account" msgstr "重新啟用您的帳號" @@ -9759,16 +9865,16 @@ msgctxt "english-only-resource" msgid "Read about how to use advanced search filters" msgstr "閱讀如何使用進階搜尋篩選器" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:163 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:174 msgid "Read blog post" msgstr "閱讀部落格文章" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read less" msgstr "閱讀較少" -#: src/screens/VideoFeed/index.tsx:1073 +#: src/screens/VideoFeed/index.tsx:1112 msgid "Read more" msgstr "閱讀更多" @@ -9780,7 +9886,7 @@ msgstr "閱讀更多回覆" msgid "Read our blog post" msgstr "閱讀我們的部落格文章" -#: src/view/com/auth/SplashScreen.web.tsx:174 +#: src/view/com/auth/SplashScreen.web.tsx:173 msgid "Read the Bluesky blog" msgstr "閱讀 Bluesky 部落格" @@ -9794,11 +9900,11 @@ msgstr "閱讀 Bluesky 隱私權政策" msgid "Read the Bluesky Terms of Service" msgstr "閱讀 Bluesky 服務條款" -#: src/components/WelcomeModal.tsx:144 +#: src/components/WelcomeModal.tsx:147 msgid "Real conversations." msgstr "真實的對話。" -#: src/components/WelcomeModal.tsx:142 +#: src/components/WelcomeModal.tsx:145 msgid "Real people." msgstr "真實的使用者。" @@ -9862,23 +9968,24 @@ msgstr "重新載入對話" #: src/components/dialogs/MutedWords.tsx:459 #: src/components/dialogs/StarterPackDialog.tsx:368 #: src/components/dialogs/StarterPackDialog.tsx:378 -#: src/components/FeedCard.tsx:373 -#: src/components/StarterPack/Wizard/WizardListCard.tsx:105 +#: src/components/FeedCard.tsx:375 +#: src/components/StarterPack/Main/ProfilesList.tsx:206 #: src/components/StarterPack/Wizard/WizardListCard.tsx:112 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:119 #: src/screens/Bookmarks.tsx:256 #: src/screens/Messages/ConversationSettings/Member.tsx:162 #: src/screens/Messages/ConversationSettings/prompts.tsx:178 -#: src/screens/Moderation/index.tsx:477 +#: src/screens/Moderation/index.tsx:530 #: src/screens/Settings/Settings.tsx:695 #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove" msgstr "刪除" -#: src/components/dms/ChatProfileTabs.tsx:153 +#: src/components/dms/ChatProfileTabs.tsx:155 msgid "Remove {displayName} from group chat" msgstr "把 {displayName} 從群組移除" -#: src/components/StarterPack/Wizard/WizardListCard.tsx:61 +#: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Remove {displayName} from starter pack" msgstr "從您的新手包刪除 {displayName}" @@ -9914,8 +10021,8 @@ msgstr "復原貼文分離" msgid "Remove Avatar" msgstr "刪除大頭貼照" -#: src/view/com/util/UserBanner.tsx:193 -#: src/view/com/util/UserBanner.tsx:196 +#: src/view/com/util/UserBanner.tsx:200 +#: src/view/com/util/UserBanner.tsx:203 msgid "Remove Banner" msgstr "刪除橫幅" @@ -9950,8 +10057,8 @@ msgstr "從對話中移除" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:368 #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:373 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:177 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:180 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:205 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:208 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" msgstr "從我的動態源中刪除" @@ -9960,8 +10067,8 @@ msgstr "從我的動態源中刪除" msgid "Remove from quick access?" msgstr "要從快速存取中移除嗎?" -#: src/screens/List/ListHiddenScreen.tsx:174 -#: src/screens/List/ListHiddenScreen.tsx:178 +#: src/screens/List/ListHiddenScreen.tsx:173 +#: src/screens/List/ListHiddenScreen.tsx:177 msgid "Remove from saved feeds" msgstr "從儲存的動態源中刪除" @@ -9970,7 +10077,7 @@ msgstr "從儲存的動態源中刪除" msgid "Remove from saved posts" msgstr "從貼文收藏中刪除" -#: src/components/FeedCard.tsx:370 +#: src/components/FeedCard.tsx:372 msgid "Remove from your feeds?" msgstr "要從您的動態源中刪除嗎?" @@ -10010,7 +10117,7 @@ msgstr "刪除建議" msgid "Remove this feed from your saved feeds" msgstr "將這個動態源從已儲存的動態源中刪除" -#: src/screens/Moderation/index.tsx:473 +#: src/screens/Moderation/index.tsx:526 msgid "Remove unavailable moderation services" msgstr "刪除無法使用的內容管理服務" @@ -10018,10 +10125,14 @@ msgstr "刪除無法使用的內容管理服務" msgid "Remove user from list" msgstr "從列表中刪除使用者" +#: src/components/StarterPack/Main/ProfilesList.tsx:191 +msgid "Remove user from starter pack" +msgstr "" + #: src/components/verification/VerificationRemovePrompt.tsx:48 -#: src/components/verification/VerificationsDialog.tsx:250 -#: src/view/com/profile/ProfileMenu.tsx:459 -#: src/view/com/profile/ProfileMenu.tsx:462 +#: src/components/verification/VerificationsDialog.tsx:251 +#: src/view/com/profile/ProfileMenu.tsx:418 +#: src/view/com/profile/ProfileMenu.tsx:421 msgid "Remove verification" msgstr "撤回驗證" @@ -10029,11 +10140,11 @@ msgstr "撤回驗證" msgid "Remove your verification for this account?" msgstr "要撤回您對這個帳號的驗證嗎?" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:243 msgid "Removed by author" msgstr "已被發布者刪除" -#: src/components/Post/Embed/index.tsx:240 +#: src/components/Post/Embed/index.tsx:241 msgid "Removed by you" msgstr "由您刪除" @@ -10052,16 +10163,17 @@ msgid "Removed from saved posts" msgstr "成功從貼文收藏中刪除" #: src/components/dialogs/StarterPackDialog.tsx:284 +#: src/components/StarterPack/Main/ProfilesList.tsx:169 msgid "Removed from starter pack" msgstr "成功從新手包刪除" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:128 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:78 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" msgstr "成功從您的動態源中刪除" -#: src/screens/Moderation/index.tsx:187 +#: src/screens/Moderation/index.tsx:224 msgid "Removed unavailable services" msgstr "已刪除無法使用的服務" @@ -10128,11 +10240,11 @@ msgstr "回覆的訊息,點選以捲動至該訊息" msgid "Replies" msgstr "回覆" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:74 msgid "Replies disabled" msgstr "已關閉回覆" -#: src/components/WhoCanReply.tsx:274 +#: src/components/WhoCanReply.tsx:263 msgid "Replies to this post are disabled." msgstr "這則貼文的回覆已關閉。" @@ -10141,14 +10253,14 @@ msgstr "這則貼文的回覆已關閉。" msgid "Reply" msgstr "回覆" -#: src/view/com/composer/Composer.tsx:1943 +#: src/view/com/composer/Composer.tsx:1911 msgctxt "action" msgid "Reply" msgstr "回覆" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 -#: src/components/PostControls/index.tsx:236 +#: src/components/PostControls/index.tsx:238 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "回覆({0, plural, other {# 則回覆}})" @@ -10162,7 +10274,7 @@ msgstr "這則回覆被討論串的發布者隱藏" msgid "Reply Hidden by You" msgstr "這則回覆被您隱藏" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:415 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420 msgid "Reply settings are chosen by the author of the thread" msgstr "由此討論串的發布者選擇的回覆設定" @@ -10185,8 +10297,8 @@ msgstr "成功隱藏回覆" msgid "Report" msgstr "檢舉" -#: src/view/com/profile/ProfileMenu.tsx:557 -#: src/view/com/profile/ProfileMenu.tsx:560 +#: src/view/com/profile/ProfileMenu.tsx:516 +#: src/view/com/profile/ProfileMenu.tsx:519 msgid "Report account" msgstr "檢舉帳號" @@ -10198,17 +10310,17 @@ msgid "Report conversation" msgstr "檢舉對話" #: src/components/moderation/ReportDialog/index.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:336 +#: src/components/moderation/ReportDialog/index.tsx:335 msgid "Report dialog" msgstr "檢舉對話框" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:596 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:602 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:604 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:610 msgid "Report feed" msgstr "檢舉動態源" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:211 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:214 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:240 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 msgid "Report list" msgstr "檢舉列表" @@ -10216,8 +10328,8 @@ msgstr "檢舉列表" msgid "Report message" msgstr "檢舉訊息" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:779 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:774 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 msgid "Report post" msgstr "檢舉貼文" @@ -10225,8 +10337,8 @@ msgstr "檢舉貼文" msgid "Report sent" msgstr "已提交檢舉" -#: src/screens/StarterPack/StarterPackScreen.tsx:650 -#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:672 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Report starter pack" msgstr "檢舉新手包" @@ -10292,7 +10404,7 @@ msgstr "轉發({0, plural, other {# 則轉發}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:592 msgid "Repost or quote post" msgstr "轉發或引用貼文" @@ -10330,12 +10442,12 @@ msgstr "轉發這則貼文" msgid "Reposts of your reposts" msgstr "轉發您轉發的貼文" -#: src/view/com/profile/ProfileMenu.tsx:192 +#: src/view/com/profile/ProfileMenu.tsx:180 msgctxt "toast" msgid "Reposts will be hidden in feeds" msgstr "轉發貼文將在動態中隱藏" -#: src/view/com/profile/ProfileMenu.tsx:177 +#: src/view/com/profile/ProfileMenu.tsx:165 msgctxt "toast" msgid "Reposts will be shown in feeds" msgstr "轉發貼文將顯示於動態中" @@ -10348,8 +10460,8 @@ msgstr "申請加入群組對話" msgid "Request approved." msgstr "已接受申請。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:228 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:234 msgid "Request code" msgstr "取得驗證碼" @@ -10371,7 +10483,7 @@ msgstr "已送出申請" msgid "Requests" msgstr "邀請" -#: src/Navigation.tsx:519 +#: src/Navigation.tsx:525 #: src/screens/Messages/JoinRequests.tsx:56 #: src/screens/Messages/JoinRequests.tsx:422 msgid "Requests to join" @@ -10386,7 +10498,7 @@ msgstr "要求發布前提供替代文字" msgid "Require an email code to sign in to your account." msgstr "登入時要求電子郵件驗證碼。" -#: src/screens/Signup/StepInfo/index.tsx:206 +#: src/screens/Signup/StepInfo/index.tsx:218 msgid "Required for this provider" msgstr "此服務提供者要求必填" @@ -10418,16 +10530,16 @@ msgstr "重新傳送驗證碼" msgid "Resend code in <0>00:{0}" msgstr "請稍後 <0>00:{0} 以重新傳送驗證碼" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:182 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:180 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:183 msgid "Resend email" msgstr "重新傳送郵件" -#: src/components/intents/VerifyEmailIntentDialog.tsx:125 +#: src/components/intents/VerifyEmailIntentDialog.tsx:126 msgid "Resend Email" msgstr "重新傳送電子郵件" -#: src/components/intents/VerifyEmailIntentDialog.tsx:118 +#: src/components/intents/VerifyEmailIntentDialog.tsx:119 msgid "Resend Verification Email" msgstr "重新傳送驗證電子郵件" @@ -10453,6 +10565,11 @@ msgstr "重設密碼" msgid "Reset your password by sending a code to your email" msgstr "透過傳送驗證碼至您的電子郵件來重設密碼" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:27 +msgctxt "moderation-report-filter" +msgid "Resolved" +msgstr "" + #: src/components/OTAChannelNotice.tsx:58 msgid "Restore default" msgstr "還原預設值" @@ -10479,9 +10596,9 @@ msgstr "重新執行上一個出現錯誤的動作" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 #: src/components/contacts/screens/VerifyNumber.tsx:353 #: src/components/contacts/screens/VerifyNumber.tsx:358 -#: src/components/Error.tsx:60 +#: src/components/Error.tsx:74 #: src/components/Lists.tsx:115 -#: src/components/moderation/ReportDialog/index.tsx:370 +#: src/components/moderation/ReportDialog/index.tsx:369 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:59 #: src/components/StarterPack/ProfileStarterPacks.tsx:380 @@ -10504,14 +10621,14 @@ msgstr "重新執行上一個出現錯誤的動作" msgid "Retry" msgstr "重試" -#: src/components/moderation/ReportDialog/index.tsx:367 +#: src/components/moderation/ReportDialog/index.tsx:366 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" msgstr "重新載入檢舉選項" -#: src/components/Error.tsx:68 -#: src/screens/List/ListHiddenScreen.tsx:223 -#: src/screens/StarterPack/StarterPackScreen.tsx:794 +#: src/components/Error.tsx:116 +#: src/screens/List/ListHiddenScreen.tsx:222 +#: src/screens/StarterPack/StarterPackScreen.tsx:886 msgid "Return to previous page" msgstr "返回上一頁" @@ -10521,7 +10638,7 @@ msgstr "返回首頁" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 -#: src/screens/VideoFeed/index.tsx:1258 +#: src/screens/VideoFeed/index.tsx:1297 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" msgstr "返回上一頁" @@ -10540,10 +10657,10 @@ msgid "Sad GIFs" msgstr "傷心 GIFs" #: src/components/dialogs/BirthDateSettings.tsx:200 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:317 -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:332 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:319 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:334 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:675 #: src/components/StarterPack/QrCodeDialog.tsx:208 #: src/features/liveNow/components/EditLiveDialog.tsx:199 #: src/features/liveNow/components/EditLiveDialog.tsx:206 @@ -10572,31 +10689,31 @@ msgstr "儲存出生日期" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save changes" msgstr "儲存變更" -#: src/view/com/composer/Composer.tsx:1559 -#: src/view/com/composer/drafts/DraftsButton.tsx:93 +#: src/view/com/composer/Composer.tsx:1525 +#: src/view/com/composer/drafts/DraftsButton.tsx:89 msgid "Save changes?" msgstr "儲存變更?" -#: src/view/com/composer/Composer.tsx:1587 -#: src/view/com/composer/drafts/DraftsButton.tsx:125 +#: src/view/com/composer/Composer.tsx:1553 +#: src/view/com/composer/drafts/DraftsButton.tsx:121 msgid "Save draft" msgstr "儲存草稿" -#: src/view/com/composer/Composer.tsx:1561 -#: src/view/com/composer/drafts/DraftsButton.tsx:95 +#: src/view/com/composer/Composer.tsx:1527 +#: src/view/com/composer/drafts/DraftsButton.tsx:91 msgid "Save draft?" msgstr "儲存草稿?" #: src/components/Lightbox/chrome/ImageMenu.tsx:99 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:70 -#: src/components/StarterPack/ShareDialog.tsx:144 -#: src/components/StarterPack/ShareDialog.tsx:150 +#: src/components/StarterPack/ShareDialog.tsx:145 +#: src/components/StarterPack/ShareDialog.tsx:151 msgid "Save image" msgstr "儲存圖片" @@ -10608,8 +10725,8 @@ msgstr "儲存新的帳號代碼" msgid "Save QR code" msgstr "儲存 QR Code" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:646 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:652 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:651 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 msgid "Save these options for next time" msgstr "儲存這些選項以供下次使用" @@ -10618,7 +10735,7 @@ msgstr "儲存這些選項以供下次使用" msgid "Save to my feeds" msgstr "儲存到我的動態源" -#: src/view/shell/desktop/LeftNav.tsx:732 +#: src/view/shell/desktop/LeftNav.tsx:731 #: src/view/shell/Drawer.tsx:633 msgctxt "link to bookmarks screen" msgid "Saved" @@ -10630,19 +10747,19 @@ msgid "Saved Feeds" msgstr "已儲存的動態源" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 -#: src/Navigation.tsx:579 +#: src/Navigation.tsx:585 #: src/screens/Bookmarks.tsx:57 msgid "Saved Posts" msgstr "貼文收藏" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:138 -#: src/screens/ProfileList/components/Header.tsx:89 +#: src/screens/ProfileList/components/Header.tsx:93 msgid "Saved to your feeds" msgstr "成功儲存到您的動態源" #: src/components/NewskieDialog.tsx:142 -#: src/view/com/notifications/NotificationFeedItem.tsx:938 -#: src/view/com/notifications/NotificationFeedItem.tsx:946 +#: src/view/com/notifications/NotificationFeedItem.tsx:937 +#: src/view/com/notifications/NotificationFeedItem.tsx:945 msgid "Say hello!" msgstr "說句「你好!👋」" @@ -10661,7 +10778,7 @@ msgstr "掃描" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 -#: src/Navigation.tsx:318 +#: src/Navigation.tsx:324 msgid "Scan QR code" msgstr "掃描 QR Code" @@ -10686,8 +10803,8 @@ msgid "Scroll to top" msgstr "捲動到頂部" #: src/components/dialogs/SearchablePeopleList.tsx:663 -#: src/components/forms/SearchInput.tsx:51 -#: src/components/forms/SearchInput.tsx:53 +#: src/components/forms/SearchInput.tsx:57 +#: src/components/forms/SearchInput.tsx:59 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:218 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:224 #: src/screens/Search/Shell.tsx:549 @@ -10699,12 +10816,12 @@ msgstr "搜尋" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name -#: src/Navigation.tsx:259 +#: src/Navigation.tsx:265 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" msgstr "搜尋 @{0} 的貼文" -#: src/components/ProgressGuide/FollowDialog.tsx:708 +#: src/components/ProgressGuide/FollowDialog.tsx:702 msgid "Search by name or interest" msgstr "按名稱或興趣搜尋" @@ -10717,12 +10834,12 @@ msgid "Search feeds" msgstr "搜尋動態源" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. -#: src/components/ProgressGuide/FollowDialog.tsx:505 +#: src/components/ProgressGuide/FollowDialog.tsx:499 msgid "Search for \"{interestsDisplayName}\"" msgstr "搜尋「{interestsDisplayName}」" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. -#: src/components/ProgressGuide/FollowDialog.tsx:500 +#: src/components/ProgressGuide/FollowDialog.tsx:494 msgid "Search for \"{interestsDisplayName}\" (active)" msgstr "搜尋「{interestsDisplayName}」(已選取)" @@ -10734,19 +10851,19 @@ msgstr "搜尋「{searchText}」" msgid "Search for {q}" msgstr "搜尋 {q}" -#: src/screens/StarterPack/Wizard/index.tsx:537 +#: src/screens/StarterPack/Wizard/index.tsx:546 msgid "Search for feeds that you want to suggest to others." msgstr "搜尋您想推薦給別人的動態源。" -#: src/screens/Search/Explore.tsx:369 +#: src/screens/Search/Explore.tsx:370 msgid "Search for more accounts" msgstr "搜尋更多帳號" -#: src/screens/Search/Explore.tsx:448 +#: src/screens/Search/Explore.tsx:449 msgid "Search for more feeds" msgstr "搜尋更多動態源" -#: src/components/dms/components/UserSearchInput.tsx:43 +#: src/components/dms/components/UserSearchInput.tsx:42 msgid "Search for people" msgstr "搜尋使用者" @@ -10774,14 +10891,14 @@ msgstr "搜尋語言" msgid "Search my posts" msgstr "搜尋我的貼文" -#: src/view/com/profile/ProfileMenu.tsx:342 -#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:326 +#: src/view/com/profile/ProfileMenu.tsx:329 msgid "Search posts" msgstr "搜尋貼文" #: src/components/dialogs/SearchablePeopleList.tsx:683 -#: src/components/dms/components/UserSearchInput.tsx:63 -#: src/components/ProgressGuide/FollowDialog.tsx:727 +#: src/components/dms/components/UserSearchInput.tsx:62 +#: src/components/ProgressGuide/FollowDialog.tsx:721 msgid "Search profiles" msgstr "搜尋使用者" @@ -10794,8 +10911,8 @@ msgid "Search..." msgstr "搜尋……" #: src/components/dialogs/SearchablePeopleList.tsx:684 -#: src/components/dms/components/UserSearchInput.tsx:64 -#: src/components/ProgressGuide/FollowDialog.tsx:728 +#: src/components/dms/components/UserSearchInput.tsx:63 +#: src/components/ProgressGuide/FollowDialog.tsx:722 msgid "Searches for profiles" msgstr "搜尋個人檔案" @@ -10829,14 +10946,14 @@ msgstr "檢視包含 #{tag} 的貼文" msgid "See #{tag} posts by user" msgstr "檢視此使用者包含 #{tag} 的貼文" -#: src/view/com/auth/SplashScreen.web.tsx:179 +#: src/view/com/auth/SplashScreen.web.tsx:178 msgid "See jobs at Bluesky" msgstr "瀏覽在 Bluesky 的工作機會" #: src/components/FeedInterstitials.tsx:495 #: src/components/FeedInterstitials.tsx:554 -#: src/components/interstitials/FeedTrendingTopics.tsx:113 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:80 +#: src/components/interstitials/FeedTrendingTopics.tsx:116 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:82 msgid "See more" msgstr "檢視更多" @@ -10844,16 +10961,11 @@ msgstr "檢視更多" msgid "See more suggested profiles" msgstr "檢視更多建議個人檔案" -#: src/components/interstitials/FeedTrendingTopics.tsx:99 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:66 +#: src/components/interstitials/FeedTrendingTopics.tsx:102 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:68 msgid "See more trending topics" msgstr "檢視更多流行趨勢" -#. Description of a feature flag (Thread numbering) -#: src/analytics/features/index.ts:107 -msgid "See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author." -msgstr "在同一作者的討論串貼文上顯示編號標籤(1/3、2/3 等)。" - #: src/view/com/profile/ProfileFollows.tsx:204 #: src/view/com/profile/ProfileFollows.tsx:205 msgid "See suggested accounts" @@ -10890,11 +11002,11 @@ msgstr "選擇 {langName}" msgid "Select a color" msgstr "選擇一個顏色" -#: src/components/moderation/ReportDialog/index.tsx:453 +#: src/components/moderation/ReportDialog/index.tsx:452 msgid "Select a reason" msgstr "選擇一個理由" -#: src/screens/Login/ChooseAccountForm.tsx:79 +#: src/screens/Login/ChooseAccountForm.tsx:78 msgid "Select account" msgstr "選擇帳號" @@ -10910,7 +11022,7 @@ msgstr "選擇一個大頭貼照" msgid "Select an emoji" msgstr "選擇一個表情符號" -#: src/components/Select/index.tsx:199 +#: src/components/Select/index.tsx:211 msgid "Select an option" msgstr "選擇一個選項" @@ -10946,11 +11058,11 @@ msgstr "選擇篩選條件類型(目前:{0})" msgid "Select from an existing account" msgstr "從現有帳號中選擇" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:550 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists" msgstr "從您的列表中選擇" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:552 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:557 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" msgstr "從您的列表中選擇<0>{numberOfListsSelected, plural, other {(已選擇 # 人)}}" @@ -10974,8 +11086,8 @@ msgid "Select how long to mute this word for." msgstr "選擇要靜音此字詞的時間長度。" #: src/components/AppLanguageDropdown.tsx:71 -#: src/components/LanguageSelect.tsx:41 -#: src/components/LanguageSelect.tsx:42 +#: src/components/LanguageSelect.tsx:43 +#: src/components/LanguageSelect.tsx:44 msgid "Select language" msgstr "選擇語言" @@ -10987,7 +11099,7 @@ msgstr "選擇語言……" msgid "Select languages" msgstr "選擇語言" -#: src/components/moderation/ReportDialog/index.tsx:508 +#: src/components/moderation/ReportDialog/index.tsx:507 msgid "Select moderation service" msgstr "選擇內容管理服務" @@ -11028,7 +11140,7 @@ msgstr "選擇應用程式介面所使用的語言。" msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "選擇您想在動態源中看到的語言。若未指定,將視為選擇所有語言。" -#: src/screens/Signup/StepInfo/index.tsx:299 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "Select your date of birth" msgstr "選擇您的出生日期" @@ -11045,7 +11157,7 @@ msgstr "選擇您在動態中翻譯的偏好目標語言。" msgid "Select your preferred notification channels" msgstr "選擇您偏好的通知類型" -#: src/view/com/composer/SelectMediaButton.tsx:441 +#: src/view/com/composer/SelectMediaButton.tsx:432 msgid "Selecting multiple media types is not supported." msgstr "不支援選擇多種媒體類型。" @@ -11076,7 +11188,7 @@ msgstr "提交錯誤報告" msgid "Send feedback" msgstr "提交意見" -#: src/screens/Messages/components/MessageComposer.tsx:325 +#: src/screens/Messages/components/MessageComposer.tsx:327 msgid "Send message" msgstr "重送訊息" @@ -11089,7 +11201,7 @@ msgstr "傳送貼文給 {name}" msgid "Send post to..." msgstr "傳送貼文給……" -#: src/components/moderation/ReportDialog/index.tsx:1064 +#: src/components/moderation/ReportDialog/index.tsx:1063 msgid "Send report to {title}" msgstr "將檢舉提交至 {title}" @@ -11098,8 +11210,8 @@ msgid "Send the message from your phone" msgstr "從您的手機傳送這則訊息" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:129 -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:132 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:127 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:130 msgid "Send verification email" msgstr "傳送驗證電子郵件" @@ -11133,7 +11245,7 @@ msgstr "將應用程式圖示變更為 {0}" msgid "Set new password" msgstr "設定新密碼" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:478 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:483 msgid "Set precisely which groups of people can reply to your post" msgstr "精準設定哪些人群可以回覆您的貼文" @@ -11141,11 +11253,11 @@ msgstr "精準設定哪些人群可以回覆您的貼文" msgid "Set up your account" msgstr "設定您的帳號" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:428 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:433 msgid "Set who can reply to your post" msgstr "設定哪些人可以回覆您的貼文" -#: src/ageAssurance/components/NoAccessScreen.tsx:286 +#: src/ageAssurance/components/NoAccessScreen.tsx:288 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" msgstr "請在下方設定您的出生日期,我們很快就會讓您繼續四處探索及發布貼文!" @@ -11161,9 +11273,9 @@ msgstr "手動選擇您的託管服務提供者" msgid "Sets email for password reset" msgstr "設定用於重設密碼的電子郵件" -#: src/Navigation.tsx:215 +#: src/Navigation.tsx:221 #: src/screens/Settings/Settings.tsx:102 -#: src/view/shell/desktop/LeftNav.tsx:755 +#: src/view/shell/desktop/LeftNav.tsx:754 #: src/view/shell/Drawer.tsx:671 msgid "Settings" msgstr "設定" @@ -11222,7 +11334,7 @@ msgstr "回覆通知設定" msgid "Settings for repost notifications" msgstr "轉發通知設定" -#: src/screens/ModerationInteractionSettings/index.tsx:104 +#: src/screens/ModerationInteractionSettings/index.tsx:106 msgctxt "toast" msgid "Settings saved" msgstr "成功儲存設定" @@ -11242,7 +11354,7 @@ msgstr "性暗示" #: src/screens/Hashtag.tsx:132 #: src/screens/Messages/components/InviteLinkDialog.tsx:412 #: src/screens/Messages/components/InviteLinkDialog.tsx:423 -#: src/screens/StarterPack/StarterPackScreen.tsx:440 +#: src/screens/StarterPack/StarterPackScreen.tsx:437 #: src/screens/Topic.tsx:91 msgid "Share" msgstr "分享" @@ -11251,7 +11363,7 @@ msgstr "分享" msgid "Share age range" msgstr "分享年齡層" -#: src/view/com/profile/ProfileMenu.tsx:623 +#: src/view/com/profile/ProfileMenu.tsx:582 msgid "Share anyway" msgstr "仍然分享" @@ -11279,13 +11391,13 @@ msgstr "分享邀請連結" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 -#: src/components/StarterPack/ShareDialog.tsx:115 -#: src/components/StarterPack/ShareDialog.tsx:124 +#: src/components/StarterPack/ShareDialog.tsx:116 +#: src/components/StarterPack/ShareDialog.tsx:125 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" msgstr "分享連結" -#: src/components/StarterPack/ShareDialog.tsx:74 +#: src/components/StarterPack/ShareDialog.tsx:75 msgid "Share link dialog" msgstr "分享連結對話框" @@ -11304,12 +11416,12 @@ msgstr "分享貼文 at:// 連結" msgid "Share Profile" msgstr "分享個人檔案" -#: src/components/StarterPack/ShareDialog.tsx:129 -#: src/components/StarterPack/ShareDialog.tsx:139 +#: src/components/StarterPack/ShareDialog.tsx:130 +#: src/components/StarterPack/ShareDialog.tsx:140 msgid "Share QR code" msgstr "分享 QR Code" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:522 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:530 msgid "Share this feed" msgstr "分享這個動態源" @@ -11318,22 +11430,22 @@ msgstr "分享這個動態源" msgid "Share this search" msgstr "分享這個搜尋結果" -#: src/screens/StarterPack/StarterPackScreen.tsx:433 +#: src/screens/StarterPack/StarterPackScreen.tsx:430 msgid "Share this starter pack" msgstr "分享這個新手包" -#: src/components/StarterPack/ShareDialog.tsx:86 +#: src/components/StarterPack/ShareDialog.tsx:87 msgid "Share this starter pack and help people join your community on Bluesky." msgstr "分享這個新手包,以協助他人融入您在 Bluesky 上的社群。" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:130 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:133 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:161 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:167 -#: src/screens/StarterPack/StarterPackScreen.tsx:631 -#: src/screens/StarterPack/StarterPackScreen.tsx:639 -#: src/view/com/profile/ProfileMenu.tsx:321 -#: src/view/com/profile/ProfileMenu.tsx:333 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:189 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:195 +#: src/screens/StarterPack/StarterPackScreen.tsx:653 +#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/view/com/profile/ProfileMenu.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:317 msgid "Share via..." msgstr "分享到……" @@ -11345,7 +11457,7 @@ msgstr "分享您的聯絡人來尋找朋友" msgid "Share your thoughts…" msgstr "分享您的想法……" -#: src/Navigation.tsx:323 +#: src/Navigation.tsx:329 msgid "Shared Preferences Tester" msgstr "共用偏好測試器" @@ -11359,12 +11471,16 @@ msgstr "分享您的年齡層僅會揭露與您 Apple 帳號相關聯的資訊 msgid "Sharing your age range reveals only the range associated with your Google Account – for example, that you’re at least 18. <0>Your exact age and birthday are never shared, and this data never leaves this device. Therefore, it only enables access on this device. Alternatively, <1>you can use our trusted partner, KWS, to complete your verification and enable access on all platforms." msgstr "分享您的年齡層僅會揭露與您 Google 帳號相關聯的資訊(例如:您已年滿 18 歲)。<0>您的確切年齡和生日絕不會被分享,且此資訊絕不會離開此裝置,故此功能僅能為此裝置解除限制。或者,<1>您可以使用我們信任的合作夥伴 KWS 來完成驗證,以在所有平台上啟用存取權限。" -#: src/components/moderation/ContentHider.tsx:217 +#: src/components/moderation/ContentHider.tsx:210 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:137 msgid "Show" msgstr "顯示" +#: src/screens/ModerationInbox/components/AccountStatus.tsx:42 +msgid "Show account status" +msgstr "" + #: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "顯示替代文字" @@ -11373,14 +11489,14 @@ msgstr "顯示替代文字" #: src/components/moderation/ScreenHider.tsx:178 #: src/features/liveNow/components/LiveStatusDialog.tsx:315 #: src/features/liveNow/components/LiveStatusDialog.tsx:319 -#: src/screens/List/ListHiddenScreen.tsx:194 -#: src/screens/VideoFeed/index.tsx:738 -#: src/screens/VideoFeed/index.tsx:744 +#: src/screens/List/ListHiddenScreen.tsx:193 +#: src/screens/VideoFeed/index.tsx:777 +#: src/screens/VideoFeed/index.tsx:783 msgid "Show anyway" msgstr "仍然顯示" -#: src/screens/Settings/AutomationLabelSettings.tsx:184 -#: src/screens/Settings/AutomationLabelSettings.tsx:197 +#: src/screens/Settings/AutomationLabelSettings.tsx:185 +#: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" msgstr "顯示自動化標記" @@ -11401,16 +11517,16 @@ msgstr "顯示自訂選項" msgid "Show group chat updates" msgstr "顯示群組對話更新" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" msgstr "減少顯示類似內容" -#: src/screens/List/ListHiddenScreen.tsx:190 +#: src/screens/List/ListHiddenScreen.tsx:189 msgid "Show list anyway" msgstr "仍然顯示列表" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:531 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 msgid "Show lists of users to select from" msgstr "顯示可供選擇的使用者列表" @@ -11418,8 +11534,8 @@ msgstr "顯示可供選擇的使用者列表" msgid "Show more" msgstr "顯示更多" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:597 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:599 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" msgstr "顯示更多類似內容" @@ -11445,8 +11561,8 @@ msgstr "顯示回覆" msgid "Show replies as" msgstr "顯示回覆為" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:685 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:682 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:692 msgid "Show reply for everyone" msgstr "為所有人顯示回覆" @@ -11455,8 +11571,8 @@ msgstr "為所有人顯示回覆" msgid "Show reposts" msgstr "顯示轉發貼文" -#: src/view/com/profile/ProfileMenu.tsx:487 -#: src/view/com/profile/ProfileMenu.tsx:493 +#: src/view/com/profile/ProfileMenu.tsx:446 +#: src/view/com/profile/ProfileMenu.tsx:452 msgid "Show reposts in feeds" msgstr "在動態中顯示轉發貼文" @@ -11478,7 +11594,7 @@ msgstr "顯示警告,並從動態中排除內容" msgid "Show when you’re live" msgstr "顯示直播狀態" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:596 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:599 msgid "Shows information about when this post was created" msgstr "顯示有關此貼文建立時間的資訊" @@ -11486,15 +11602,15 @@ msgstr "顯示有關此貼文建立時間的資訊" msgid "Shows other accounts you can switch to" msgstr "顯示其他您可以切換的帳號" -#: src/components/moderation/ContentHider.tsx:169 +#: src/components/moderation/ContentHider.tsx:162 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "顯示內容" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 -#: src/components/WelcomeModal.tsx:193 -#: src/components/WelcomeModal.tsx:204 +#: src/components/WelcomeModal.tsx:196 +#: src/components/WelcomeModal.tsx:207 #: src/screens/Hashtag.tsx:233 #: src/screens/Login/index.tsx:143 #: src/screens/Login/index.tsx:165 @@ -11506,8 +11622,8 @@ msgstr "顯示內容" #: src/screens/Search/SearchResults.tsx:413 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:125 -#: src/view/com/auth/SplashScreen.web.tsx:124 -#: src/view/com/auth/SplashScreen.web.tsx:132 +#: src/view/com/auth/SplashScreen.web.tsx:123 +#: src/view/com/auth/SplashScreen.web.tsx:131 #: src/view/shell/bottom-bar/BottomBar.tsx:360 #: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 @@ -11522,12 +11638,12 @@ msgstr "登入" msgid "Sign in as {0}" msgstr "以 {0} 的身分登入" -#: src/screens/Login/ChooseAccountForm.tsx:84 +#: src/screens/Login/ChooseAccountForm.tsx:83 msgid "Sign in as…" msgstr "登入為……" -#: src/screens/Deactivated.tsx:200 -#: src/screens/Deactivated.tsx:206 +#: src/screens/Deactivated.tsx:199 +#: src/screens/Deactivated.tsx:205 msgid "Sign in or create an account" msgstr "登入或建立帳號" @@ -11551,16 +11667,17 @@ msgstr "登入 Bluesky 或建立新的帳號" msgid "Sign in to request access to this group chat." msgstr "登入以申請加入此群組對話。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:583 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:585 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" msgstr "登入以檢視貼文" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:22 #: src/screens/Settings/Settings.tsx:277 #: src/screens/Settings/Settings.tsx:279 #: src/screens/Settings/Settings.tsx:311 -#: src/screens/SignupQueued.tsx:101 -#: src/screens/SignupQueued.tsx:104 +#: src/screens/SignupQueued.tsx:100 +#: src/screens/SignupQueued.tsx:103 #: src/screens/Takendown.tsx:86 #: src/view/shell/desktop/LeftNav.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:282 @@ -11601,8 +11718,8 @@ msgstr "自" #: src/components/contacts/screens/VerifyNumber.tsx:208 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 -#: src/screens/Onboarding/StepFinished/index.tsx:295 -#: src/screens/Onboarding/StepFinished/index.tsx:317 +#: src/screens/Onboarding/StepFinished/index.tsx:301 +#: src/screens/Onboarding/StepFinished/index.tsx:323 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:285 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:202 @@ -11614,12 +11731,12 @@ msgstr "跳過" msgid "Skip contact sharing and continue to the app" msgstr "略過分享聯絡人並繼續使用應用程式" -#: src/view/com/composer/Composer.tsx:1604 +#: src/view/com/composer/Composer.tsx:1570 msgid "Skip empty posts?" msgstr "跳過空白貼文?" -#: src/screens/Onboarding/StepFinished/index.tsx:288 -#: src/screens/Onboarding/StepFinished/index.tsx:314 +#: src/screens/Onboarding/StepFinished/index.tsx:294 +#: src/screens/Onboarding/StepFinished/index.tsx:320 msgid "Skip introduction and start using your account" msgstr "跳過介紹並開始使用您的帳號" @@ -11628,7 +11745,7 @@ msgstr "跳過介紹並開始使用您的帳號" msgid "Skip to next step" msgstr "略過此步驟" -#: src/components/images/Gallery/index.tsx:441 +#: src/components/images/Gallery/index.tsx:443 msgid "slide" msgstr "幻燈片" @@ -11644,19 +11761,24 @@ msgstr "暫停提醒" msgid "So many thoughts, you should post one" msgstr "既然靈感這麼多,不如選一篇分享出來吧" -#: src/components/WelcomeModal.tsx:146 +#: src/components/WelcomeModal.tsx:149 msgid "Social media you control." msgstr "由您掌控的社群媒體。" +#. Name for a feature flag +#: src/analytics/features/index.ts:84 +msgid "Social proofing on posts" +msgstr "" + #: src/lib/interests.ts:58 msgid "Software Dev" msgstr "軟體開發" -#: src/screens/Moderation/index.tsx:466 +#: src/screens/Moderation/index.tsx:519 msgid "Some moderation services in your list are no longer available." msgstr "列表中的部分內容管理服務已無法使用。" -#: src/components/verification/VerificationsDialog.tsx:122 +#: src/components/verification/VerificationsDialog.tsx:123 msgid "Some of your verifications are invalid." msgstr "您目前被授予的部分驗證無效。" @@ -11664,7 +11786,7 @@ msgstr "您目前被授予的部分驗證無效。" msgid "Some other feeds you might like" msgstr "其他您可能喜歡的動態源" -#: src/components/WhoCanReply.tsx:81 +#: src/components/WhoCanReply.tsx:75 msgid "Some people can reply" msgstr "僅部分人可以回覆" @@ -11725,14 +11847,14 @@ msgid "Something went wrong" msgstr "發生錯誤" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:141 -#: src/components/moderation/ReportDialog/index.tsx:362 +#: src/components/moderation/ReportDialog/index.tsx:361 #: src/screens/Deactivated.tsx:92 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:60 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" msgstr "發生錯誤,請再試一次" -#: src/screens/Moderation/index.tsx:112 +#: src/screens/Moderation/index.tsx:114 #: src/screens/Profile/Sections/Labels.tsx:185 #: src/screens/Settings/BetaFeaturesSettings.tsx:85 #: src/screens/Settings/components/BetaFeaturesFeedbackDialog.tsx:84 @@ -11751,7 +11873,7 @@ msgstr "發生錯誤,請稍待片刻後再試一次。" msgid "Something went wrong. Please try again." msgstr "發生錯誤,請再試一次。" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:592 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:600 msgid "Something wrong? Let us know." msgstr "看起來不太對勁?讓我們知道。" @@ -11759,8 +11881,8 @@ msgstr "看起來不太對勁?讓我們知道。" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "很抱歉,我們目前無法載入帳號建議。" -#: src/App.tsx:139 -#: src/App.web.tsx:118 +#: src/App.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "抱歉!您的登入階段已過期。請重新登入。" @@ -11790,10 +11912,15 @@ msgid "Spam or other inauthentic behavior or deception" msgstr "垃圾內容或其他虛假互動行為" #: src/lib/interests.ts:72 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:238 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 msgid "Sports" msgstr "運動" +#. Description of a feature flag (Social proofing on posts) +#: src/analytics/features/index.ts:90 +msgid "Spot posts your friends and follows have liked." +msgstr "" + #: src/components/PostControls/ShareMenu/RecentChats.tsx:231 msgid "Start a conversation, and it will appear here." msgstr "當您與其他人開始聊天後,對話就會出現在這裡。" @@ -11826,14 +11953,14 @@ msgstr "開始對話" msgid "Start chat with {displayName}" msgstr "與 {displayName} 開始對話" -#: src/Navigation.tsx:550 -#: src/Navigation.tsx:555 +#: src/Navigation.tsx:556 +#: src/Navigation.tsx:561 #: src/screens/StarterPack/Wizard/index.tsx:193 msgid "Starter Pack" msgstr "新手包" #. placeholder {0}: sanitizeHandle(creator.handle, '@') -#: src/components/StarterPack/StarterPackCard.tsx:87 +#: src/components/StarterPack/StarterPackCard.tsx:88 msgid "Starter pack by {0}" msgstr "來自 {0} 的新手包" @@ -11841,12 +11968,12 @@ msgstr "來自 {0} 的新手包" msgid "Starter pack by <0/>" msgstr "來自 <0/> 的新手包" -#: src/components/StarterPack/StarterPackCard.tsx:86 +#: src/components/StarterPack/StarterPackCard.tsx:87 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" msgstr "您的新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:758 +#: src/screens/StarterPack/StarterPackScreen.tsx:850 msgid "Starter pack is invalid" msgstr "無效的新手包" @@ -11854,7 +11981,7 @@ msgstr "無效的新手包" msgid "Starter packs" msgstr "新手包" -#: src/screens/Search/Explore.tsx:657 +#: src/screens/Search/Explore.tsx:658 #: src/view/screens/Profile.tsx:241 msgid "Starter Packs" msgstr "新手包" @@ -11893,7 +12020,7 @@ msgstr "已清除儲存資料,請立即重新啟動應用程式。" msgid "Stored as part of a secure code for matching with others" msgstr "儲存為安全代碼的一部分,以匹配其他人" -#: src/Navigation.tsx:308 +#: src/Navigation.tsx:314 #: src/screens/Settings/Settings.tsx:477 msgid "Storybook" msgstr "故事書" @@ -11928,13 +12055,13 @@ msgstr "提交申訴" msgid "Submit feedback" msgstr "提交意見回饋" -#: src/components/moderation/ReportDialog/index.tsx:586 -#: src/components/moderation/ReportDialog/index.tsx:659 -#: src/components/moderation/ReportDialog/index.tsx:666 +#: src/components/moderation/ReportDialog/index.tsx:585 +#: src/components/moderation/ReportDialog/index.tsx:658 +#: src/components/moderation/ReportDialog/index.tsx:665 msgid "Submit report" msgstr "提交檢舉" -#: src/components/moderation/ReportDialog/index.tsx:942 +#: src/components/moderation/ReportDialog/index.tsx:941 msgctxt "english-only-resource" msgid "Submit your report through the Report non-consensual intimate imagery (NCII) form" msgstr "透過「檢舉非自願親密影像 (NCII)」表單提交您的檢舉" @@ -11963,11 +12090,11 @@ msgstr "訂閱 @{0} 以使用這些標記:" msgid "Subscribe to account activity" msgstr "訂閱帳號動態" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "訂閱標記服務" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "訂閱這個標記服務" @@ -11975,7 +12102,7 @@ msgstr "訂閱這個標記服務" msgid "Subscribe to this list" msgstr "套用這個列表" -#: src/ageAssurance/components/RedirectOverlay.tsx:252 +#: src/ageAssurance/components/RedirectOverlay.tsx:251 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" msgstr "完成" @@ -11998,7 +12125,7 @@ msgstr "成功驗證" msgid "Suggested" msgstr "建議" -#: src/screens/Search/Explore.tsx:365 +#: src/screens/Search/Explore.tsx:366 msgid "Suggested accounts" msgstr "建議帳號" @@ -12027,7 +12154,7 @@ msgctxt "Name of app icon variant" msgid "Sunset" msgstr "日落" -#: src/Navigation.tsx:333 +#: src/Navigation.tsx:339 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" @@ -12087,7 +12214,7 @@ msgstr "僅限標籤" msgid "Take the conversation private." msgstr "私下討論。" -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:109 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "輕觸下方的「允許」按鈕來讓 Bluesky 存取您的所在位置。我們會利用該資訊來更精確地判斷您所在區域可用的內容和功能。" @@ -12103,8 +12230,8 @@ msgstr "輕觸以瞭解詳細資訊" msgid "Tap for more information" msgstr "輕觸以瞭解更多資訊" -#: src/ageAssurance/components/NoAccessScreen.tsx:213 -#: src/screens/Signup/StepInfo/index.tsx:325 +#: src/ageAssurance/components/NoAccessScreen.tsx:215 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "Tap here to update your location with GPS." msgstr "點一下這裡以使用 GPS 確認您的位置。" @@ -12206,7 +12333,7 @@ msgstr "條款" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 -#: src/Navigation.tsx:343 +#: src/Navigation.tsx:349 #: src/screens/Settings/AboutSettings.tsx:94 #: src/screens/Settings/AboutSettings.tsx:97 #: src/view/screens/TermsOfService.tsx:25 @@ -12233,11 +12360,11 @@ msgstr "感謝您的回饋!意見已提交給動態源維護者。" msgid "Thanks for your feedback!" msgstr "感謝您的回饋!" -#: src/components/intents/VerifyEmailIntentDialog.tsx:78 +#: src/components/intents/VerifyEmailIntentDialog.tsx:79 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "謝謝,您已成功驗證您的電子郵件地址。現在您可以關閉此對話框。" -#: src/ageAssurance/components/NoAccessScreen.tsx:233 +#: src/ageAssurance/components/NoAccessScreen.tsx:235 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:224 msgid "Thanks! You're all set." msgstr "謝謝!一切就緒。" @@ -12246,16 +12373,16 @@ msgstr "謝謝!一切就緒。" msgid "That contains the following:" msgstr "其中包含以下內容:" -#: src/screens/StarterPack/StarterPackScreen.tsx:112 -#: src/screens/StarterPack/StarterPackScreen.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:157 -#: src/screens/StarterPack/StarterPackScreen.tsx:158 +#: src/screens/StarterPack/StarterPackScreen.tsx:114 +#: src/screens/StarterPack/StarterPackScreen.tsx:115 +#: src/screens/StarterPack/StarterPackScreen.tsx:159 +#: src/screens/StarterPack/StarterPackScreen.tsx:160 #: src/screens/StarterPack/Wizard/index.tsx:112 #: src/screens/StarterPack/Wizard/index.tsx:122 msgid "That starter pack could not be found." msgstr "找不到那個新手包。" -#: src/screens/Signup/StepHandle/index.tsx:90 +#: src/screens/Signup/StepHandle/index.tsx:91 msgid "That username is already taken" msgstr "這個使用者名稱已被佔用" @@ -12263,13 +12390,13 @@ msgstr "這個使用者名稱已被佔用" msgid "That's all, folks!" msgstr "就這些,報告完畢!" -#: src/screens/VideoFeed/index.tsx:1230 +#: src/screens/VideoFeed/index.tsx:1269 msgid "That's everything!" msgstr "就這些了!" #: src/components/moderation/BlockDialog.tsx:150 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:428 msgid "The account will be able to interact with you after unblocking." msgstr "解除封鎖後,該帳號將能夠重新與您進行互動。" @@ -12287,7 +12414,7 @@ msgstr "此討論串的發布者隱藏了這則回覆。" msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." msgstr "您輸入的出生日期表示您未滿 18 歲,可能無法使用一些功能或檢視某些內容。" -#: src/screens/Moderation/index.tsx:415 +#: src/screens/Moderation/index.tsx:470 msgid "The Bluesky web application" msgstr "Bluesky 網頁應用程式" @@ -12352,32 +12479,32 @@ msgstr "您正在回覆的貼文已被發佈者標示為使用 {suggestedLanguag msgid "The Privacy Policy has been moved to <0/>" msgstr "隱私權政策已移動到 <0/>" -#: src/view/com/composer/state/video.ts:494 +#: src/view/com/composer/state/video.ts:488 msgid "The processed video is too large. Please try again with a smaller file." msgstr "處理後的影片太大,請使用較小的檔案再試一次。" -#: src/view/com/composer/state/video.ts:469 +#: src/view/com/composer/state/video.ts:463 msgid "The selected video could not be encoded." msgstr "無法編碼所選的影片。" -#: src/view/com/composer/state/video.ts:459 +#: src/view/com/composer/state/video.ts:453 msgid "The selected video could not be processed." msgstr "無法處理所選的影片。" -#: src/view/com/composer/state/video.ts:489 +#: src/view/com/composer/state/video.ts:483 msgid "The selected video has an unsupported aspect ratio." msgstr "不支援所選影片的長寬比。" -#: src/view/com/composer/state/video.ts:505 -#: src/view/com/composer/state/video.ts:544 +#: src/view/com/composer/state/video.ts:499 +#: src/view/com/composer/state/video.ts:538 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "您選擇的影片檔案大小大於 {VIDEO_MAX_SIZE_MB} MB。請使用較小的檔案再試一次。" -#: src/view/com/composer/state/video.ts:487 +#: src/view/com/composer/state/video.ts:481 msgid "The selected video is too long." msgstr "所選的影片過長。" -#: src/view/com/composer/state/video.ts:491 +#: src/view/com/composer/state/video.ts:485 msgid "The selected video uses an unsupported format." msgstr "所選影片使用不支援的格式。" @@ -12386,7 +12513,7 @@ msgstr "所選影片使用不支援的格式。" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "伺服器似乎遇到問題。請稍後再試。" -#: src/screens/StarterPack/StarterPackScreen.tsx:768 +#: src/screens/StarterPack/StarterPackScreen.tsx:860 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "您要檢視的新手包已失效。您可以考慮刪除這個新手包。" @@ -12402,7 +12529,7 @@ msgstr "支援表單已移至別處。如果需要協助,請<0/>或前往 {HEL msgid "The Terms of Service have been moved to" msgstr "服務條款已移動到" -#: src/components/intents/VerifyEmailIntentDialog.tsx:90 +#: src/components/intents/VerifyEmailIntentDialog.tsx:91 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." msgstr "您所使用的驗證碼無效。請檢查您是否使用了正確的驗證連結,或重新申請一個新的連結。" @@ -12412,7 +12539,7 @@ msgstr "您所使用的驗證碼無效。請檢查您是否使用了正確的驗 msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." msgstr "驗證服務提供者無法向您的電話號碼傳送驗證碼。請檢查您的電話號碼後再試一次。" -#: src/view/com/composer/state/video.ts:472 +#: src/view/com/composer/state/video.ts:466 msgid "The video could not be uploaded to your hosting provider. Please try again." msgstr "影片無法上傳到您的託管服務提供者,請再試一次。" @@ -12428,7 +12555,7 @@ msgstr "變更出生日期的頻率有限制,您可能需要等待一兩天才 msgid "There is no invite link for this group chat." msgstr "這個群組對話沒有任何邀請連結。" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:87 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "停用帳號沒有時間限制,隨時歡迎您回來看看。" @@ -12445,24 +12572,24 @@ msgid "There was a problem with your internet connection, please try again" msgstr "您的網路連線發生了一些問題,請再試一次" #: src/screens/CustomFeed/components/CustomFeedHeader.tsx:184 -#: src/screens/ProfileList/components/Header.tsx:92 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:80 +#: src/screens/ProfileList/components/Header.tsx:96 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:108 #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" msgstr "連線伺服器時發生問題" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:467 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:475 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:97 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "連線至伺服器時發生問題,請檢查您的網路連線狀態後再試一次。" -#: src/view/com/notifications/NotificationFeed.tsx:138 +#: src/view/com/notifications/NotificationFeed.tsx:137 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "取得通知時發生問題,按這裡重試。" -#: src/screens/Search/Explore.tsx:1011 -#: src/view/com/posts/PostFeed.tsx:830 +#: src/screens/Search/Explore.tsx:1013 +#: src/view/com/posts/PostFeed.tsx:825 msgid "There was an issue fetching posts. Tap here to try again." msgstr "取得貼文時發生問題,按這裡重試。" @@ -12495,25 +12622,25 @@ msgstr "更新動態源時發生問題,請檢查您的網路連線狀態後再 #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:428 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:451 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:471 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:469 #: src/screens/Messages/ConversationSettings/Member.tsx:71 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:114 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:127 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 -#: src/view/com/profile/ProfileMenu.tsx:151 -#: src/view/com/profile/ProfileMenu.tsx:164 -#: src/view/com/profile/ProfileMenu.tsx:183 -#: src/view/com/profile/ProfileMenu.tsx:198 -#: src/view/com/profile/ProfileMenu.tsx:215 -#: src/view/com/profile/ProfileMenu.tsx:228 -#: src/view/com/profile/ProfileMenu.tsx:244 -#: src/view/com/profile/ProfileMenu.tsx:259 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:260 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:290 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:306 +#: src/view/com/profile/ProfileMenu.tsx:139 +#: src/view/com/profile/ProfileMenu.tsx:152 +#: src/view/com/profile/ProfileMenu.tsx:171 +#: src/view/com/profile/ProfileMenu.tsx:186 +#: src/view/com/profile/ProfileMenu.tsx:203 +#: src/view/com/profile/ProfileMenu.tsx:216 +#: src/view/com/profile/ProfileMenu.tsx:232 +#: src/view/com/profile/ProfileMenu.tsx:247 msgid "There was an issue! {0}" msgstr "發生問題!{0}" @@ -12521,10 +12648,10 @@ msgstr "發生問題!{0}" #: src/screens/List/ListHiddenScreen.tsx:67 #: src/screens/List/ListHiddenScreen.tsx:81 #: src/screens/List/ListHiddenScreen.tsx:103 -#: src/screens/ProfileList/components/Header.tsx:107 -#: src/screens/ProfileList/components/Header.tsx:121 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:122 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:136 +#: src/screens/ProfileList/components/Header.tsx:111 +#: src/screens/ProfileList/components/Header.tsx:125 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:150 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." @@ -12537,11 +12664,11 @@ msgstr "發生問題了。請檢查您的網路連線狀態後再試一次。" msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "應用程式中發生了意外問題。請告訴我們發生了什麼事!" -#: src/screens/SignupQueued.tsx:140 +#: src/screens/SignupQueued.tsx:139 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "目前有眾多新使用者湧入 Bluesky!我們會盡快啟用您的帳號。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:657 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 msgid "These are your default settings" msgstr "這些是您的預設設定" @@ -12576,7 +12703,7 @@ msgstr "除非您主動邀請,否則他們將無法重新加入對話。" msgid "This {screenDescription} has been flagged:" msgstr "{screenDescription} 已被標記:" -#: src/components/verification/VerificationsDialog.tsx:89 +#: src/components/verification/VerificationsDialog.tsx:90 msgid "This account has a checkmark because it's been verified by trusted sources." msgstr "此帳號擁有驗證徽章,因為其已由可靠的來源確認身分。" @@ -12584,7 +12711,7 @@ msgstr "此帳號擁有驗證徽章,因為其已由可靠的來源確認身分 msgid "This account has been marked as automated by its owner." msgstr "此帳號已被其擁有者標記為自動化帳號。" -#: src/components/verification/VerificationsDialog.tsx:94 +#: src/components/verification/VerificationsDialog.tsx:95 msgid "This account has one or more attempted verifications, but it is not currently verified." msgstr "此帳號已被授予一或多次驗證,但尚未被正式驗證。" @@ -12618,7 +12745,7 @@ msgstr "這份申訴將被提交至 Bluesky 的內容管理服務。" msgid "This author has chosen to make their posts visible only to people who are signed in." msgstr "該作者已限制僅限已登入使用者可以檢視其貼文。" -#: src/screens/Profile/components/GermButton.tsx:245 +#: src/screens/Profile/components/GermButton.tsx:249 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." msgstr "這個按鈕可讓其他人開啟 Germ DM 應用程式傳送訊息給您。您可以透過 Germ DM 應用程式管理此按鈕的顯示狀態,或者點選下方按鈕以解除您的 Bluesky 帳號與 Germ DM 之間的連結。" @@ -12649,7 +12776,7 @@ msgstr "對話已中斷連線" msgid "This code is invalid. Resend to get a new code." msgstr "這個驗證碼無效,請重新傳送以取得新的代碼。" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:149 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:148 msgid "This confirmation code is not valid. Please try again." msgstr "這個驗證碼無效,請再試一次。" @@ -12683,7 +12810,7 @@ msgstr "此對話已鎖定。" msgid "This conversation is with a deleted or a deactivated account. Press for options" msgstr "此對話的參與者已停用或刪除帳號。點此以檢視選項" -#: src/view/com/composer/drafts/DraftItem.tsx:240 +#: src/view/com/composer/drafts/DraftItem.tsx:241 msgid "This draft will be permanently deleted." msgstr "這份草稿將被永久刪除。" @@ -12700,7 +12827,7 @@ msgstr "與此語句完全一致" msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "這個功能可以讓其他使用者在您發布新貼文或回覆時收到通知。您想允許哪些人接收通知?" -#: src/screens/Settings/components/ExportCarDialog.tsx:172 +#: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "這項功能目前仍在測試階段。您可以閱讀<0>這篇部落格文章以瞭解有關匯出資料的更多資訊。" @@ -12763,7 +12890,7 @@ msgstr "此為一次性的安全檢查,因為我們之前未曾在此裝置上 msgid "This is not a valid link" msgstr "這不是有效的連結" -#: src/screens/Settings/AutomationLabelSettings.tsx:172 +#: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "這個標記可以協助大眾瞭解這是自動化管理的帳號。開啟後,此標記會顯示在個人檔案和貼文的帳號名稱旁邊。您可以隨時選擇加上或移除這個標記。" @@ -12789,11 +12916,11 @@ msgid "This link is taking you to the following website:" msgstr "這個連結將帶您前往以下網站:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') -#: src/screens/List/ListHiddenScreen.tsx:155 +#: src/screens/List/ListHiddenScreen.tsx:154 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "此列表由 <0>{0} 建立,其名稱或說明中包含可能違反 Bluesky 社群準則的內容。" -#: src/screens/List/ListHiddenScreen.tsx:150 +#: src/screens/List/ListHiddenScreen.tsx:149 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." msgstr "此列表由您建立,其名稱或說明中包含可能違反 Bluesky 社群準則的內容。" @@ -12829,11 +12956,11 @@ msgstr "這個使用者封鎖了您" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:636 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "這則貼文宣告的發布時間為 <0>{0},但首次出現在 Bluesky 的時間是 <1>{1}。" -#: src/components/WhoCanReply.tsx:267 +#: src/components/WhoCanReply.tsx:256 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "這則貼文套用了不支援的內容限制。您的應用程式版本可能已經過舊。" @@ -12845,19 +12972,19 @@ msgstr "這則貼文僅限已登入使用者可以檢視。" msgid "This post was deleted by its author" msgstr "這則貼文已被發布者刪除" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:830 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:827 msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "這則貼文將會從動態及討論串中隱藏,之後將無法取消。" -#: src/view/com/composer/Composer.tsx:1177 +#: src/view/com/composer/Composer.tsx:1143 msgid "This post's author has disabled quote posts." msgstr "這則貼文的發布者拒絕引用貼文。" -#: src/view/com/profile/ProfileMenu.tsx:621 +#: src/view/com/profile/ProfileMenu.tsx:580 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." msgstr "此個人檔案僅限已登入使用者可以檢視。未登入者則無法查看。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:865 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:862 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." msgstr "這則回覆將被折疊到您討論串底部的隱藏部分,並將為您自己和其他人靜音後續回覆的通知。" @@ -12870,7 +12997,7 @@ msgstr "這個畫面僅適用於群組對話。" msgid "This service has not provided terms of service or a privacy policy." msgstr "這個服務尚未提供服務條款或隱私權政策。" -#: src/features/liveNow/index.tsx:204 +#: src/features/liveNow/index.tsx:199 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." msgstr "直播功能仍處於測試階段,尚不支援此服務。目前可使用的服務:{formatted}。" @@ -12927,7 +13054,7 @@ msgstr "這個使用者在近期加入了 Bluesky。按一下這裡以瞭解其 msgid "This user isn't following anyone." msgstr "這個使用者尚未跟隨任何人。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:317 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:352 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." msgstr "這部影片無法在您的裝置上播放。您的瀏覽器或系統可能不支援必要的視訊解碼器(H.264/AAC)。" @@ -12953,15 +13080,10 @@ msgstr "這會永久刪除您的 Bluesky 帳號 <0>{currentHandle} 和所有 msgid "This will remove @{0} from the quick access list." msgstr "這將從快速存取列表中移除 @{0}。" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:858 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." msgstr "您的貼文將從這則引用貼文中刪除,並取代為一個佔位標記。" -#. Name for a feature flag (See numbered badges (1/3, 2/3, etc.) on posts in a thread by the same author.) -#: src/analytics/features/index.ts:100 -msgid "Thread numbering" -msgstr "討論串編號" - #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" @@ -12981,7 +13103,7 @@ msgstr "討論串選項" msgid "Threaded" msgstr "樹狀模式" -#: src/Navigation.tsx:376 +#: src/Navigation.tsx:382 msgid "Threads Preferences" msgstr "討論串選項" @@ -13002,7 +13124,7 @@ msgstr "標題" msgid "Title (100 characters max)" msgstr "標題(最多 100 個字元)" -#: src/screens/Settings/components/DisableEmail2FADialog.tsx:108 +#: src/screens/Settings/components/DisableEmail2FADialog.tsx:106 msgid "To disable the email 2FA method, please verify your access to the email address." msgstr "若要停用電子郵件雙重驗證,請先驗證您的電子郵件地址。" @@ -13012,7 +13134,7 @@ msgstr "若要停用電子郵件雙重驗證,請先驗證您的電子郵件地 msgid "To disable your email 2FA method, please verify your access to <0>{0}" msgstr "若要停用電子郵件雙重驗證,請先驗證您的電子郵件地址 <0>{0}" -#: src/ageAssurance/components/NoAccessScreen.tsx:315 +#: src/ageAssurance/components/NoAccessScreen.tsx:317 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." msgstr "若要登出,請<0>點一下這裡。或者如果需要的話,也可以<1>刪除您的帳號。" @@ -13020,11 +13142,11 @@ msgstr "若要登出,請<0>點一下這裡。或者如果需要的話, msgid "Today" msgstr "今天" -#: src/screens/Moderation/index.tsx:392 +#: src/screens/Moderation/index.tsx:445 msgid "Toggle to enable or disable adult content" msgstr "切換以啟用或停用成人內容" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:212 msgid "Toggles the sound" msgstr "切換聲音" @@ -13053,7 +13175,7 @@ msgstr "熱門" msgid "Top replies first" msgstr "熱門回覆優先" -#: src/Navigation.tsx:503 +#: src/Navigation.tsx:509 msgid "Topic" msgstr "話題" @@ -13061,8 +13183,8 @@ msgstr "話題" #: src/components/dms/MessageContextMenu.tsx:192 #: src/components/Post/Translated/index.tsx:147 #: src/components/Post/Translated/index.tsx:154 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:566 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" msgstr "翻譯" @@ -13074,12 +13196,12 @@ msgstr "已翻譯" msgid "Translating" msgstr "正在翻譯" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:541 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" msgstr "正在翻譯……" -#: src/lib/translation/index.tsx:305 +#: src/lib/translation/index.tsx:314 msgid "Translation to the same language is unavailable on your device." msgstr "您的裝置不支援翻譯原始及目標語言一致的內容。" @@ -13088,9 +13210,9 @@ msgstr "您的裝置不支援翻譯原始及目標語言一致的內容。" msgid "Tree view" msgstr "樹狀介面" -#: src/components/interstitials/FeedTrendingTopics.tsx:95 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:69 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:63 +#: src/components/interstitials/FeedTrendingTopics.tsx:98 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:76 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:65 msgid "Trending" msgstr "流行趨勢" @@ -13099,12 +13221,20 @@ msgstr "流行趨勢" msgid "Trending GIFs" msgstr "熱門 GIFs" -#: src/components/interstitials/FeedTrendingTopics.tsx:122 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:72 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:90 +#: src/components/interstitials/FeedTrendingTopics.tsx:125 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:79 +#: src/view/shell/desktop/SidebarTrendingTopics.tsx:92 msgid "Trending options" msgstr "流行趨勢選項" +#: src/components/TrendingTopics.tsx:31 +msgid "Trending topics" +msgstr "流行趨勢" + +#: src/components/TrendingTopics.tsx:34 +msgid "Trending topics are based on what people are talking about on the network. Topic titles and descriptions are generated with AI." +msgstr "流行趨勢根據網路上用戶討論的內容而定。主題標題和描述由 AI 生成。" + #: src/components/interstitials/TrendingVideos.tsx:88 msgid "Trending videos" msgstr "熱門影片" @@ -13113,7 +13243,7 @@ msgstr "熱門影片" msgid "Trolling" msgstr "引戰" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:143 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "信任源自於人際關係、社群及共享環境,因此我們也引入了<0>可靠的驗證者:可以直接為其他帳號授予驗證的組織。" @@ -13175,7 +13305,7 @@ msgid "Unable to connect. Please check your internet connection and try again." msgstr "無法連線到伺服器。請檢查您的網路連線狀態後再試一次。" #: src/screens/Settings/components/ChangePasswordDialog.tsx:98 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:143 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:142 msgid "Unable to contact your service. Please check your internet connection and try again." msgstr "無法連線到您的服務,請檢查您的網路連線狀態,然後再試一次。" @@ -13187,7 +13317,7 @@ msgstr "無法連線到您的服務,請檢查您的網路連線狀態,然後 msgid "Unable to contact your service. Please check your Internet connection." msgstr "無法連線到服務,請檢查您的網路連線狀態。" -#: src/screens/StarterPack/StarterPackScreen.tsx:693 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Unable to delete" msgstr "無法刪除" @@ -13205,6 +13335,10 @@ msgstr "找不到已選擇的接收者。" msgid "Unable to find the selected recipient." msgstr "找不到已選擇的接收者。" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:17 +msgid "Unable to load your account" +msgstr "" + #: src/lib/strings/errors.ts:77 msgid "Unable to resolve handle" msgstr "無法解析帳號代碼" @@ -13233,14 +13367,14 @@ msgstr "無法取得動態源資訊" #: src/components/moderation/BlockDialog.tsx:210 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:365 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/screens/ProfileList/components/Header.tsx:167 -#: src/screens/ProfileList/components/Header.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:371 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:433 +#: src/screens/ProfileList/components/Header.tsx:171 +#: src/screens/ProfileList/components/Header.tsx:178 msgid "Unblock" msgstr "解除封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:369 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 msgctxt "action" msgid "Unblock" msgstr "解除封鎖" @@ -13251,8 +13385,8 @@ msgstr "解除封鎖 {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 -#: src/view/com/profile/ProfileMenu.tsx:535 -#: src/view/com/profile/ProfileMenu.tsx:541 +#: src/view/com/profile/ProfileMenu.tsx:494 +#: src/view/com/profile/ProfileMenu.tsx:500 msgid "Unblock account" msgstr "解除封鎖帳號" @@ -13261,21 +13395,26 @@ msgid "Unblock account?" msgstr "解除封鎖帳號?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:420 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:426 msgid "Unblock Account?" msgstr "要解除封鎖嗎?" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:243 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:246 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:296 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:299 msgid "Unblock list" msgstr "解除封鎖列表" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:23 +msgctxt "moderation-report-filter" +msgid "Under review" +msgstr "" + #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:50 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:56 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:40 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:46 -#: src/screens/Profile/components/GermButton.tsx:187 -#: src/screens/Profile/components/GermButton.tsx:188 +#: src/screens/Profile/components/GermButton.tsx:191 +#: src/screens/Profile/components/GermButton.tsx:192 msgid "Undo" msgstr "復原" @@ -13284,6 +13423,24 @@ msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" msgstr "取消" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:262 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:359 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:785 +#: src/screens/StarterPack/StarterPackScreen.tsx:796 +msgid "Undo opt-out" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 +#: src/screens/StarterPack/StarterPackScreen.tsx:683 +msgid "Undo opt-out from starter pack" +msgstr "" + +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:337 +#: src/screens/StarterPack/StarterPackScreen.tsx:760 +msgid "Undo opt-out?" +msgstr "" + #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" @@ -13296,32 +13453,32 @@ msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "取消轉發({0, plural, other {# 則轉發}})" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:396 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 msgid "Unfollow {0}" msgstr "取消跟隨 {0}" -#: src/view/com/profile/ProfileMenu.tsx:361 -#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/profile/ProfileMenu.tsx:345 +#: src/view/com/profile/ProfileMenu.tsx:354 msgid "Unfollow account" msgstr "取消跟隨帳號" -#: src/screens/VideoFeed/index.tsx:937 +#: src/screens/VideoFeed/index.tsx:976 msgid "Unfollows the user" msgstr "取消跟隨使用者" -#: src/components/moderation/ReportDialog/index.tsx:570 +#: src/components/moderation/ReportDialog/index.tsx:569 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "抱歉,您訂閱的內容管理服務皆不支援此檢舉類型。" -#: src/ageAssurance/components/NoAccessScreen.tsx:263 +#: src/ageAssurance/components/NoAccessScreen.tsx:265 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." msgstr "很遺憾,您個人資料中儲存的出生日期顯示您的年齡太小,暫時無法使用 Bluesky。" -#: src/ageAssurance/components/NoAccessScreen.tsx:247 +#: src/ageAssurance/components/NoAccessScreen.tsx:249 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." msgstr "抱歉,您設定的年齡無法於您的所在地區使用 Bluesky。" -#: src/components/verification/VerificationsDialog.tsx:209 +#: src/components/verification/VerificationsDialog.tsx:210 msgid "Unknown verifier" msgstr "未知的驗證者" @@ -13333,13 +13490,13 @@ msgstr "未標記的成人內容" msgid "Unlabeled, abusive, or non-consensual adult content" msgstr "未標記、具騷擾性,或非自願的成人內容" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:564 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:572 msgid "Unlike" msgstr "取消喜歡" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 -#: src/components/PostControls/index.tsx:272 +#: src/components/PostControls/index.tsx:274 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "取消喜歡({0, plural, other {# 個喜歡}})" @@ -13351,12 +13508,12 @@ msgstr "解除鎖定對話" msgid "Unlock this group chat" msgstr "解除鎖定此群組對話" -#: src/screens/ProfileList/components/Header.tsx:181 -#: src/screens/ProfileList/components/Header.tsx:188 +#: src/screens/ProfileList/components/Header.tsx:185 +#: src/screens/ProfileList/components/Header.tsx:192 msgid "Unmute" msgstr "取消靜音" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:198 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:209 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -13368,10 +13525,10 @@ msgstr "取消靜音" msgid "Unmute {0}" msgstr "取消靜音 {0}" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:750 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:756 -#: src/view/com/profile/ProfileMenu.tsx:511 -#: src/view/com/profile/ProfileMenu.tsx:517 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:753 +#: src/view/com/profile/ProfileMenu.tsx:470 +#: src/view/com/profile/ProfileMenu.tsx:476 msgid "Unmute account" msgstr "取消靜音帳號" @@ -13379,8 +13536,8 @@ msgstr "取消靜音帳號" msgid "Unmute conversation" msgstr "取消靜音對話" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:253 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:256 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:306 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:309 msgid "Unmute list" msgstr "取消靜音列表" @@ -13388,8 +13545,8 @@ msgstr "取消靜音列表" msgid "Unmute this group chat" msgstr "取消靜音此群組對話" +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:639 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:642 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Unmute thread" msgstr "取消靜音討論串" @@ -13397,14 +13554,14 @@ msgstr "取消靜音討論串" msgid "Unmute video" msgstr "取消靜音影片" -#: src/screens/ProfileList/components/Header.tsx:152 -#: src/screens/ProfileList/components/Header.tsx:159 +#: src/screens/ProfileList/components/Header.tsx:156 +#: src/screens/ProfileList/components/Header.tsx:163 msgid "Unpin" msgstr "取消釘選" -#: src/components/FeedCard.tsx:352 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:569 -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:576 +#: src/components/FeedCard.tsx:354 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:577 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:584 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" msgstr "取消釘選動態源" @@ -13414,13 +13571,13 @@ msgstr "取消釘選動態源" msgid "Unpin from home" msgstr "從首頁取消釘選" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:518 -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" msgstr "從您的個人檔案中取消釘選" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:226 -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:229 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:279 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:282 msgid "Unpin moderation list" msgstr "取消釘選內容管理列表" @@ -13429,29 +13586,34 @@ msgstr "取消釘選內容管理列表" msgid "Unpinned {0} from Home" msgstr "成功從首頁取消釘選 {0}" -#: src/screens/ProfileList/components/Header.tsx:79 +#: src/screens/ProfileList/components/Header.tsx:73 msgid "Unpinned from your feeds" msgstr "成功從您的動態源中取消釘選" -#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:106 +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:134 msgid "Unpinned list" msgstr "成功取消釘選列表" +#: src/screens/ModerationInbox/components/FilterMenu.tsx:28 +msgctxt "moderation-report-filter" +msgid "Unread" +msgstr "" + #: src/screens/Settings/Settings.tsx:503 #: src/screens/Settings/Settings.tsx:505 msgid "Unsnooze email reminder" msgstr "取消暫停電子郵件提醒" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "取消訂閱" -#: src/screens/List/ListHiddenScreen.tsx:202 -#: src/screens/List/ListHiddenScreen.tsx:212 +#: src/screens/List/ListHiddenScreen.tsx:201 +#: src/screens/List/ListHiddenScreen.tsx:211 msgid "Unsubscribe from list" msgstr "取消套用這個列表" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:317 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "取消訂閱這個標記服務" @@ -13463,7 +13625,7 @@ msgstr "成功取消套用列表" msgid "Unsupported clipboard content" msgstr "不支援的剪貼簿內容" -#: src/view/com/composer/Composer.tsx:1696 +#: src/view/com/composer/Composer.tsx:1662 msgid "Unsupported video type: {mimeType}" msgstr "不支援的影片類型:{mimeType}" @@ -13512,10 +13674,10 @@ msgstr "變更至 {domain}" msgid "Update your email" msgstr "更新您的電子信箱" -#: src/ageAssurance/components/NoAccessScreen.tsx:208 +#: src/ageAssurance/components/NoAccessScreen.tsx:210 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:252 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 msgid "Update your location" msgstr "更新您的位置" @@ -13539,24 +13701,24 @@ msgstr "上傳文字檔案至:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 -#: src/view/com/util/UserBanner.tsx:164 -#: src/view/com/util/UserBanner.tsx:167 +#: src/view/com/util/UserBanner.tsx:171 +#: src/view/com/util/UserBanner.tsx:174 msgid "Upload from Camera" msgstr "從相機上傳" #: src/view/com/util/UserAvatar.tsx:511 -#: src/view/com/util/UserBanner.tsx:181 +#: src/view/com/util/UserBanner.tsx:188 msgid "Upload from Files" msgstr "從檔案上傳" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 -#: src/view/com/util/UserBanner.tsx:175 -#: src/view/com/util/UserBanner.tsx:179 +#: src/view/com/util/UserBanner.tsx:182 +#: src/view/com/util/UserBanner.tsx:186 msgid "Upload from Library" msgstr "從相簿上傳" -#: src/view/com/composer/Composer.tsx:2718 +#: src/view/com/composer/Composer.tsx:2689 msgid "Uploading GIF..." msgstr "正在上傳 GIF……" @@ -13570,7 +13732,7 @@ msgstr "正在上傳圖片……" msgid "Uploading link thumbnail..." msgstr "正在上傳連結縮圖……" -#: src/view/com/composer/Composer.tsx:2720 +#: src/view/com/composer/Composer.tsx:2691 msgid "Uploading video..." msgstr "正在上傳影片……" @@ -13659,25 +13821,25 @@ msgstr "來自 {0} 的使用者列表" msgid "User list by you" msgstr "您的使用者列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:263 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:232 msgctxt "toast" msgid "User list created" msgstr "成功建立使用者列表" -#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:249 +#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:229 msgctxt "toast" msgid "User list updated" msgstr "成功更新使用者列表" -#: src/screens/Signup/StepHandle/index.tsx:257 +#: src/screens/Signup/StepHandle/index.tsx:258 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" msgstr "使用者名稱不能超過 {MAX_SERVICE_HANDLE_LENGTH, plural, other {# 個字元}}" -#: src/screens/Signup/StepHandle/index.tsx:241 +#: src/screens/Signup/StepHandle/index.tsx:242 msgid "Username cannot begin or end with a hyphen" msgstr "使用者名稱不能以連字號 (-) 開頭或結尾" -#: src/screens/Signup/StepHandle/index.tsx:245 +#: src/screens/Signup/StepHandle/index.tsx:246 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "使用者名稱只能包含字母 (a-z)、數字及連字號 (-)" @@ -13690,12 +13852,12 @@ msgid "Username or email address" msgstr "使用者名稱或電子郵件地址" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:330 +#: src/components/WhoCanReply.tsx:319 msgid "users followed by <0>@{0}" msgstr "被 <0>@{0} 跟隨的使用者" #. placeholder {0}: post.author.handle -#: src/components/WhoCanReply.tsx:317 +#: src/components/WhoCanReply.tsx:306 msgid "users following <0>@{0}" msgstr "正在跟隨 <0>@{0} 的使用者" @@ -13707,11 +13869,11 @@ msgstr "值:" msgid "Verification failed, please try again." msgstr "無法授予驗證,請再試一次。" -#: src/screens/Moderation/index.tsx:344 +#: src/screens/Moderation/index.tsx:400 msgid "Verification settings" msgstr "驗證設定" -#: src/Navigation.tsx:208 +#: src/Navigation.tsx:214 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" msgstr "驗證設定" @@ -13720,14 +13882,14 @@ msgstr "驗證設定" msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." msgstr "Bluesky 的驗證機制與其他平台不同。<0>在此瞭解詳情。" -#: src/components/verification/VerificationsDialog.tsx:105 +#: src/components/verification/VerificationsDialog.tsx:106 msgid "Verified by:" msgstr "驗證者:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 -#: src/view/com/profile/ProfileMenu.tsx:469 -#: src/view/com/profile/ProfileMenu.tsx:472 +#: src/view/com/profile/ProfileMenu.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:431 msgid "Verify account" msgstr "驗證帳號" @@ -13790,12 +13952,12 @@ msgstr "驗證您的年齡" msgid "Verify your email" msgstr "驗證您的電子信箱" -#: src/ageAssurance/components/RedirectOverlay.tsx:297 +#: src/ageAssurance/components/RedirectOverlay.tsx:296 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" msgstr "正在驗證" -#: src/ageAssurance/components/RedirectOverlay.tsx:165 +#: src/ageAssurance/components/RedirectOverlay.tsx:164 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" msgstr "正在確認您的年齡驗證狀態" @@ -13815,16 +13977,16 @@ msgstr "版本 {0}" msgid "via starter pack <0/><1>{starterPackName}" msgstr "透過新手包 <0/><1>{starterPackName}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:178 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:189 msgid "Video" msgstr "影片" -#: src/view/com/composer/state/video.ts:480 +#: src/view/com/composer/state/video.ts:474 msgid "Video failed to process" msgstr "影片處理失敗" -#: src/Navigation.tsx:571 +#: src/Navigation.tsx:577 msgid "Video Feed" msgstr "影片動態源" @@ -13834,24 +13996,24 @@ msgid "Video from {0}: {text}" msgstr "影片來自 {0}:{text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) -#: src/screens/VideoFeed/index.tsx:1192 +#: src/screens/VideoFeed/index.tsx:1231 msgid "Video from {0}. Tap to play or pause the video" msgstr "來自 {0} 的影片。點一下來播放或暫停影片" #: src/lib/interests.ts:62 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:242 +#: src/screens/Search/modules/ExploreTrendingTopics.tsx:246 msgid "Video Games" msgstr "電子遊戲" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is paused" msgstr "影片已暫停" -#: src/screens/VideoFeed/index.tsx:1191 +#: src/screens/VideoFeed/index.tsx:1230 msgid "Video is playing" msgstr "影片正在播放" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:312 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:347 msgid "Video not found." msgstr "找不到影片。" @@ -13859,12 +14021,12 @@ msgstr "找不到影片。" msgid "Video settings" msgstr "影片設定" -#: src/view/com/composer/Composer.tsx:2738 +#: src/view/com/composer/Composer.tsx:2709 msgid "Video uploaded" msgstr "影片上傳成功" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:112 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:123 msgid "Video: {0}" msgstr "影片:{0}" @@ -13872,19 +14034,13 @@ msgstr "影片:{0}" msgid "Videos" msgstr "影片" -#: src/view/com/composer/Composer.tsx:463 -#: src/view/com/composer/Composer.tsx:608 -#: src/view/com/composer/SelectMediaButton.tsx:455 +#: src/view/com/composer/Composer.tsx:454 +#: src/view/com/composer/Composer.tsx:586 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "Videos must be 10 minutes or less." msgstr "影片長度必須在 10 分鐘以內。" -#: src/view/com/composer/Composer.tsx:464 -#: src/view/com/composer/Composer.tsx:609 -#: src/view/com/composer/SelectMediaButton.tsx:456 -msgid "Videos must be less than 3 minutes long." -msgstr "影片長度不得超過 3 分鐘。" - -#: src/view/com/composer/Composer.tsx:1284 +#: src/view/com/composer/Composer.tsx:1250 msgctxt "Action to view the post the user just created" msgid "View" msgstr "檢視" @@ -13903,9 +14059,9 @@ msgstr "檢視 {0} 的大頭貼照" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle #. placeholder {0}: profile.handle -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:505 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:513 #: src/screens/Search/components/SearchProfileCard.tsx:37 -#: src/screens/VideoFeed/index.tsx:898 +#: src/screens/VideoFeed/index.tsx:937 #: src/view/com/notifications/NotificationFeedItem.tsx:600 msgid "View {0}'s profile" msgstr "檢視 {0} 的個人檔案" @@ -13924,11 +14080,11 @@ msgstr "檢視 {displayName} 的個人檔案" msgid "View {publicationTitle}" msgstr "檢視 {publicationTitle}" -#: src/components/ProfileHoverCard/index.web.tsx:476 +#: src/components/ProfileHoverCard/index.web.tsx:475 msgid "View blocked user's profile" msgstr "檢視已封鎖使用者的個人檔案" -#: src/screens/Settings/components/ExportCarDialog.tsx:176 +#: src/screens/Settings/components/ExportCarDialog.tsx:174 msgid "View blogpost for more details" msgstr "閱讀部落格文章以瞭解更多資訊" @@ -13936,8 +14092,8 @@ msgstr "閱讀部落格文章以瞭解更多資訊" msgid "View debug entry" msgstr "檢視偵錯項目" -#: src/screens/VideoFeed/index.tsx:766 -#: src/screens/VideoFeed/index.tsx:784 +#: src/screens/VideoFeed/index.tsx:805 +#: src/screens/VideoFeed/index.tsx:823 msgid "View details" msgstr "檢視詳細資訊" @@ -13977,13 +14133,13 @@ msgstr "檢視更多" msgid "View more trending videos" msgstr "檢視更多熱門影片" -#: src/view/com/composer/Composer.tsx:1279 +#: src/view/com/composer/Composer.tsx:1245 msgid "View post" msgstr "檢視貼文" -#: src/components/ProfileHoverCard/index.web.tsx:462 -#: src/components/ProfileHoverCard/index.web.tsx:482 -#: src/components/ProfileHoverCard/index.web.tsx:509 +#: src/components/ProfileHoverCard/index.web.tsx:461 +#: src/components/ProfileHoverCard/index.web.tsx:481 +#: src/components/ProfileHoverCard/index.web.tsx:508 #: src/view/com/posts/PostFeedErrorMessage.tsx:181 #: src/view/com/util/PostMeta.tsx:93 #: src/view/com/util/PostMeta.tsx:121 @@ -14018,7 +14174,7 @@ msgstr "檢視由 @{0} 提供的標記服務" msgid "View this user's verifications" msgstr "檢視此使用者的驗證" -#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:536 +#: src/screens/CustomFeed/components/CustomFeedHeader.tsx:544 msgid "View users who like this feed" msgstr "檢視喜歡這個動態源的使用者" @@ -14026,11 +14182,11 @@ msgstr "檢視喜歡這個動態源的使用者" msgid "View video" msgstr "觀看影片" -#: src/screens/Moderation/index.tsx:324 +#: src/screens/Moderation/index.tsx:380 msgid "View your blocked accounts" msgstr "檢視您封鎖的帳號" -#: src/screens/Moderation/index.tsx:264 +#: src/screens/Moderation/index.tsx:320 msgid "View your default post interaction settings" msgstr "檢視您的預設貼文互動設定" @@ -14039,11 +14195,15 @@ msgstr "檢視您的預設貼文互動設定" msgid "View your feeds and explore more" msgstr "瀏覽您的動態源並探索更多內容" -#: src/screens/Moderation/index.tsx:294 +#: src/screens/Moderation/index.tsx:286 +msgid "View your moderation inbox" +msgstr "檢視您的內容管理收件匣" + +#: src/screens/Moderation/index.tsx:350 msgid "View your moderation lists" msgstr "檢視您的內容管理列表" -#: src/screens/Moderation/index.tsx:309 +#: src/screens/Moderation/index.tsx:365 msgid "View your muted accounts" msgstr "檢視您靜音的帳號" @@ -14060,6 +14220,10 @@ msgstr "檢視完整圖片" msgid "Views video in immersive mode" msgstr "進入沉浸模式觀看影片" +#: src/screens/ModerationInbox/index.tsx:181 +msgid "Violates community guideline: {guideline}" +msgstr "" + #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violence" msgstr "暴力" @@ -14136,6 +14300,10 @@ msgstr "無法載入這個對話的加入申請" msgid "We couldn’t load this conversation’s settings" msgstr "無法載入這個對話的設定" +#: src/ageAssurance/components/DataUnavailableScreen.tsx:18 +msgid "We couldn't load your account settings. Check your internet connection and try again." +msgstr "" + #: src/screens/Login/LoginForm.tsx:483 msgid "We couldn’t verify your hosting provider. Check your internet connection, or <0>set your hosting provider manually." msgstr "我們無法確認您的託管服務提供者。請檢查您的網際網路連線,或<0>手動選擇您的服務提供者。" @@ -14148,7 +14316,7 @@ msgstr "我們會在確認聯絡人後刪除雜湊值" msgid "We don't store your friends' phone numbers or send any messages" msgstr "我們不會儲存您朋友的電話號碼或傳送任何訊息" -#: src/screens/SignupQueued.tsx:170 +#: src/screens/SignupQueued.tsx:169 msgid "We estimate {estimatedTime} until your account is ready." msgstr "我們預計還需要 {estimatedTime} 才能把您的帳號準備好。" @@ -14157,7 +14325,7 @@ msgid "We have partnered with <0>KWS to handle age verification. When you cl msgstr "我們已與 <0>KWS 合作來處理年齡驗證程序。當您按下「開始」後,KWS 會向您的電子信箱傳送一封郵件指引您完成驗證步驟。若您已在其他使用 KWS 技術的遊戲或服務使用您的電子郵件地址確認過年齡,則無需再次驗證。在完成驗證後,您會被引導回來以繼續使用 Bluesky。" #. placeholder {0}: currentAccount?.email -#: src/components/intents/VerifyEmailIntentDialog.tsx:103 +#: src/components/intents/VerifyEmailIntentDialog.tsx:104 msgid "We have sent another verification email to <0>{0}." msgstr "我們已傳送另一封驗證電子郵件至 <0>{0}。" @@ -14186,7 +14354,7 @@ msgstr "我們建議至少選擇兩個感興趣的主題。" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "我們已向 <0>{0} 傳送了一封包含連結的郵件。請打開郵件中的連結以完成電子信箱的驗證程序。" -#: src/view/com/composer/state/video.ts:527 +#: src/view/com/composer/state/video.ts:521 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "我們無法確定您是否有上傳影片的權限。請稍後再試。" @@ -14198,16 +14366,16 @@ msgstr "可能出現網路錯誤,導致無法載入您所在地區的年齡驗 msgid "We were unable to load your birthdate preferences. Please try again." msgstr "我們無法載入您的出生日期設定,請稍後再試。" -#: src/screens/Moderation/index.tsx:492 +#: src/screens/Moderation/index.tsx:544 msgid "We were unable to load your configured labelers at this time." msgstr "我們目前無法載入您訂閱的標記服務。" -#: src/ageAssurance/components/RedirectOverlay.tsx:305 +#: src/ageAssurance/components/RedirectOverlay.tsx:304 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." msgstr "我們因連線問題無法接收驗證狀態,可能會需要一段時間。您的帳號會在確認後自動恢復。" -#: src/screens/SignupQueued.tsx:174 +#: src/screens/SignupQueued.tsx:173 msgid "We will let you know when your account is ready." msgstr "我們會在您的帳號準備好時通知您。" @@ -14236,7 +14404,7 @@ msgstr "我們也在改進<0>社群準則,希望能得到您的意見! msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." msgstr "我們也在改進社群準則,希望能得到您的意見!新的準則將於 2025 年 10 月 15 日生效。" -#: src/ageAssurance/components/RedirectOverlay.tsx:311 +#: src/ageAssurance/components/RedirectOverlay.tsx:310 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." msgstr "我們正在與伺服器確認您的年齡驗證狀態。這應該只需要幾分鐘。" @@ -14255,7 +14423,7 @@ msgstr "我們遇到了網路問題,請再試一次" msgid "We’re having network issues, try again" msgstr "我們遇到了網路問題,請再試一次" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:98 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "為您介紹 Bluesky 的全新驗證機制 —— 驗證標記。" @@ -14267,7 +14435,7 @@ msgstr "我們非常高興看到您加入我們!" msgid "We're sorry, but based on the data shared by your device, you are not old enough to access Bluesky." msgstr "很抱歉,根據裝置所分享的資訊,您尚未達到使用 Bluesky 的年齡。" -#: src/ageAssurance/components/NoAccessScreen.tsx:227 +#: src/ageAssurance/components/NoAccessScreen.tsx:229 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:218 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." msgstr "很抱歉,根據裝置回報的位置資訊,您所處的地區需要完成年齡驗證。" @@ -14296,7 +14464,7 @@ msgstr "很抱歉,無法完成您的搜尋要求。請稍後幾分鐘再試一 msgid "We're sorry, you cannot access this screen at this time." msgstr "很抱歉,您目前無權存取這個頁面。" -#: src/view/com/composer/Composer.tsx:1175 +#: src/view/com/composer/Composer.tsx:1141 msgid "We're sorry! The post you are replying to has been deleted." msgstr "很抱歉!您要回覆的貼文已被刪除。" @@ -14325,12 +14493,12 @@ msgstr "我們正在更新服務條款、隱私權政策,以及著作權政策 msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." msgstr "我們正在更新服務條款、隱私權政策,以及著作權政策,自 2025 年 9 月 15 日起生效。我們也在改進社群準則,希望能得到您的意見!新的準則將於 2025 年 10 月 15 日生效。您可以閱讀我們的部落格文章,瞭解有關這些變化的更多資訊,以及如何與我們分享您的想法。" -#: src/ageAssurance/components/RedirectOverlay.tsx:257 +#: src/ageAssurance/components/RedirectOverlay.tsx:256 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." msgstr "我們已確認您的年齡驗證狀態。您現在可以關閉這個對話框。" -#: src/screens/Deactivated.tsx:122 +#: src/screens/Deactivated.tsx:121 msgid "Welcome back!" msgstr "歡迎回來!" @@ -14351,17 +14519,17 @@ msgstr "您想怎麼命名這個新手包?" msgid "what’s up" msgstr "有什麼新鮮事" -#: src/view/com/auth/SplashScreen.web.tsx:100 -#: src/view/com/composer/Composer.tsx:1660 -#: src/view/com/feeds/ComposerPrompt.tsx:195 +#: src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/composer/Composer.tsx:1626 +#: src/view/com/feeds/ComposerPrompt.tsx:206 msgid "What's up?" msgstr "發生了什麼新鮮事?" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:151 msgid "When you tap on a check, you’ll see which organizations have granted verification." msgstr "在按下驗證標記後,您會看到哪些組織已為其授予驗證。" -#: src/components/WhoCanReply.tsx:219 +#: src/components/WhoCanReply.tsx:208 msgid "Who can interact with this post?" msgstr "哪些人可以參與這則貼文的互動?" @@ -14369,12 +14537,12 @@ msgstr "哪些人可以參與這則貼文的互動?" msgid "Who can join this group chat and how" msgstr "誰可以加入此群組及邀請規則" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:424 -#: src/components/WhoCanReply.tsx:109 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 +#: src/components/WhoCanReply.tsx:103 msgid "Who can reply" msgstr "哪些人可以回覆" -#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 +#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:132 msgid "Who can verify?" msgstr "哪些人可以授予驗證?" @@ -14434,11 +14602,11 @@ msgstr "需要封鎖此帳號、刪除整個對話,或兩者一併執行嗎? msgid "Would you like to block this user and/or leave this conversation?" msgstr "需要封鎖此帳號、退出對話,或兩者一併執行嗎?" -#: src/view/com/composer/drafts/DraftsButton.tsx:110 +#: src/view/com/composer/drafts/DraftsButton.tsx:106 msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "在檢視其他草稿前,需要先儲存現有內容嗎?" -#: src/view/com/composer/Composer.tsx:1575 +#: src/view/com/composer/Composer.tsx:1541 msgid "Would you like to save this as a draft to edit later?" msgstr "需要把現有內容儲存為草稿,以供日後編輯嗎?" @@ -14447,12 +14615,12 @@ msgstr "需要把現有內容儲存為草稿,以供日後編輯嗎?" msgid "Write a post" msgstr "撰寫一篇貼文" -#: src/view/com/composer/Composer.tsx:1756 +#: src/view/com/composer/Composer.tsx:1724 msgid "Write post" msgstr "撰寫貼文" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1658 +#: src/view/com/composer/Composer.tsx:1624 msgid "Write your reply" msgstr "撰寫您的回覆" @@ -14475,8 +14643,8 @@ msgstr "對話類型錯誤" msgid "www.mylivestream.tv" msgstr "live.example.com" -#: src/components/moderation/ReportDialog/index.tsx:995 -#: src/components/moderation/ReportDialog/index.tsx:1004 +#: src/components/moderation/ReportDialog/index.tsx:994 +#: src/components/moderation/ReportDialog/index.tsx:1003 msgctxt "Answer to a yes/no question" msgid "Yes" msgstr "是" @@ -14486,8 +14654,8 @@ msgstr "是" msgid "Yes GIFs" msgstr "認同 GIF" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" msgstr "是,停用帳號" @@ -14495,19 +14663,19 @@ msgstr "是,停用帳號" msgid "Yes, delete my account" msgstr "是,刪除我的帳號" -#: src/screens/StarterPack/StarterPackScreen.tsx:705 +#: src/screens/StarterPack/StarterPackScreen.tsx:745 msgid "Yes, delete this starter pack" msgstr "是,刪除這個新手包" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:860 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:857 msgid "Yes, detach" msgstr "是,分離貼文" -#: src/components/PostControls/PostMenu/PostMenuItems.tsx:867 +#: src/components/PostControls/PostMenu/PostMenuItems.tsx:864 msgid "Yes, hide" msgstr "是,隱藏回覆" -#: src/screens/Deactivated.tsx:144 +#: src/screens/Deactivated.tsx:143 msgid "Yes, reactivate my account" msgstr "是,重新啟用我的帳號" @@ -14519,7 +14687,7 @@ msgstr "昨天" msgid "You are a trusted verifier" msgstr "您是可靠的驗證者" -#: src/ageAssurance/components/NoAccessScreen.tsx:174 +#: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "您所在的地區依法要求我們在允許您使用 Bluesky 應用程式之前驗證您的年齡。" @@ -14544,12 +14712,12 @@ msgstr "您的帳號將建立於" msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." msgstr "您目前已被禁止使用直播功能。若要對此處分提出申訴,請填寫並提交下方的表單。" -#: src/ageAssurance/components/NoAccessScreen.tsx:400 +#: src/ageAssurance/components/NoAccessScreen.tsx:402 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:124 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." msgstr "您目前無法存取 Bluesky 的年齡驗證程序。如果您認為這是系統誤判,請<0>聯絡我們的支援團隊。" -#: src/screens/SignupQueued.tsx:167 +#: src/screens/SignupQueued.tsx:166 msgid "You are in line." msgstr "您已在等待名單中。" @@ -14558,11 +14726,11 @@ msgstr "您已在等待名單中。" msgid "You are Live" msgstr "您已開始直播" -#: src/features/liveNow/index.tsx:382 +#: src/features/liveNow/index.tsx:377 msgid "You are no longer live" msgstr "您已停止直播" -#: src/view/com/composer/state/video.ts:520 +#: src/view/com/composer/state/video.ts:514 msgid "You are not allowed to upload videos." msgstr "您沒有上傳影片的權限。" @@ -14570,7 +14738,7 @@ msgstr "您沒有上傳影片的權限。" msgid "You are not following anyone yet" msgstr "您尚未跟隨任何人" -#: src/features/liveNow/index.tsx:325 +#: src/features/liveNow/index.tsx:320 msgid "You are now live!" msgstr "您現在開始直播了!" @@ -14599,7 +14767,7 @@ msgstr "您也可以選擇<0>暫時停用帳號。在此期間,其他 Blue msgid "You can also discover new Custom Feeds to follow." msgstr "您也可以探索並跟隨一些自訂動態源。" -#: src/screens/Settings/components/ExportCarDialog.tsx:145 +#: src/screens/Settings/components/ExportCarDialog.tsx:143 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." msgstr "您也可以把對話資料匯出成一個「JSONL」檔案。此檔案僅包含您所傳送的對話訊息,並不包含您收到的訊息。" @@ -14630,27 +14798,27 @@ msgid "You can now sign in with your new password." msgstr "您可以使用新密碼登入了。" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:224 +#: src/view/com/composer/Composer.tsx:223 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "貼文最多只能加入 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}" -#: src/view/com/composer/Composer.tsx:1580 +#: src/view/com/composer/Composer.tsx:1546 msgid "You can only save drafts up to 1000 characters." msgstr "您只能儲存最多 1000 個字元的草稿。" -#: src/view/com/composer/drafts/DraftsButton.tsx:116 +#: src/view/com/composer/drafts/DraftsButton.tsx:112 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "您只能儲存最多 1000 個字元的草稿。請問您要在檢視其他草稿之前放棄這則貼文內容嗎?" -#: src/view/com/composer/SelectMediaButton.tsx:458 +#: src/view/com/composer/SelectMediaButton.tsx:449 msgid "You can only select one GIF at a time." msgstr "您一次只能選擇一個 GIF。" -#: src/view/com/composer/SelectMediaButton.tsx:452 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one video at a time." msgstr "您一次只能選擇一段影片。" -#: src/screens/Deactivated.tsx:130 +#: src/screens/Deactivated.tsx:129 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "您可以登入以重新啟用帳號。其他使用者將可以重新看到您的個人檔案和貼文。" @@ -14659,15 +14827,12 @@ msgid "You can read chat history but can’t send new messages." msgstr "您仍可以檢視聊天記錄,但無法傳送新的訊息。" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:444 +#: src/view/com/composer/SelectMediaButton.tsx:435 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "您最多可以選擇 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}。" -#: src/components/interstitials/FeedTrendingTopics.tsx:168 -#: src/components/interstitials/Trending.tsx:148 #: src/components/interstitials/TrendingVideos.tsx:139 -#: src/screens/Search/modules/ExploreTrendingTopics.tsx:103 -#: src/view/shell/desktop/SidebarTrendingTopics.tsx:172 +#: src/components/TrendingTopics.tsx:53 msgid "You can update this later from your settings." msgstr "您可以稍後在設定中變更。" @@ -14690,7 +14855,7 @@ msgstr "使用應用程式專用密碼時,無法變更出生日期。請改用 msgid "You don't follow any users who follow @{name}." msgstr "您沒有跟隨任何也跟隨 @{name} 的使用者。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:586 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:591 msgid "You don't have any lists yet." msgstr "您目前還沒有任何列表。" @@ -14728,7 +14893,7 @@ msgstr "您已完全停用回覆、引用以及提及的通知,因此這個頁 #: src/screens/Login/SetNewPasswordForm.tsx:49 #: src/screens/Login/SetNewPasswordForm.tsx:94 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:115 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:114 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "您輸入的驗證碼無效。它應該看起來像 XXXXX-XXXXX。" @@ -14778,15 +14943,15 @@ msgstr "已經到底啦!" msgid "You have successfully verified your email address. You can close this dialog." msgstr "您已成功驗證電子郵件地址。現在您可以關閉此對話框。" -#: src/lib/media/video/upload.shared.ts:74 +#: src/lib/media/video/upload.shared.ts:110 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "您已暫時達到影片上傳的限制。請稍後再試。" -#: src/view/com/composer/Composer.tsx:1570 +#: src/view/com/composer/Composer.tsx:1536 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "您的草稿還有尚未儲存的變更,需要儲存嗎?" -#: src/view/com/composer/drafts/DraftsButton.tsx:105 +#: src/view/com/composer/drafts/DraftsButton.tsx:101 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" msgstr "您有尚未儲存的變更。在檢視其他草稿前,需要先儲存現有內容嗎?" @@ -14858,7 +15023,7 @@ msgstr "您必須跟隨至少 7 個人才能產生新手包。" msgid "You must grant access to your photo library to save a QR code" msgstr "您必須授予相簿權限才能儲存 QR Code" -#: src/view/com/composer/SelectMediaButton.tsx:494 +#: src/view/com/composer/SelectMediaButton.tsx:478 msgid "You need to allow access to your media library." msgstr "您必須授予權限以存取媒體內容。" @@ -14871,7 +15036,7 @@ msgid "You own this chat" msgstr "您是對話的擁有者" #. placeholder {0}: currentAccount?.handle -#: src/screens/Deactivated.tsx:125 +#: src/screens/Deactivated.tsx:124 msgid "You previously deactivated @{0}." msgstr "您之前停用了 @{0}。" @@ -14911,11 +15076,21 @@ msgstr "您回覆了自己" msgid "You requested to join" msgstr "您已申請加入" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:344 +#: src/screens/StarterPack/StarterPackScreen.tsx:767 +msgid "You will be eligible to appear in this starter pack again." +msgstr "" + #: src/screens/Settings/Settings.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." msgstr "您即將登出所有帳號。" +#: src/screens/ProfileList/components/MoreOptionsMenu.tsx:348 +#: src/screens/StarterPack/StarterPackScreen.tsx:771 +msgid "You will no longer appear in this starter pack. The creator will be able to see that you've opted out and remove you if they wish." +msgstr "" + #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:137 msgid "You will no longer receive notifications for {0}" @@ -14984,7 +15159,7 @@ msgstr "一切就緒!不過,某些功能在您可以證明自己已成年之 msgid "You’re in control" msgstr "盡在您掌控" -#: src/screens/SignupQueued.tsx:137 +#: src/screens/SignupQueued.tsx:136 msgid "You're in line" msgstr "輪到您了" @@ -15010,7 +15185,7 @@ msgstr "您選擇了拒絕存取聯絡人" msgid "You've found some people to follow" msgstr "您發現了一些值得跟隨的人" -#: src/components/FocusScope/index.tsx:112 +#: src/components/FocusScope/index.tsx:115 msgid "You've reached the end of the active content." msgstr "您已到達內容的尾端。" @@ -15018,7 +15193,7 @@ msgstr "您已到達內容的尾端。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "您已經瀏覽完所有的貼文了!不妨試著再跟隨一些帳號吧。" -#: src/view/com/composer/Composer.tsx:773 +#: src/view/com/composer/Composer.tsx:739 msgid "You've reached the maximum number of drafts" msgstr "您已達到草稿數量上限" @@ -15030,22 +15205,23 @@ msgstr "您已達到請求數上限,請稍後再試。" msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." msgstr "您已達到 {MAX_FILTERS, plural, other {# 個篩選條件}}的上限。建議您可修改或替換部分篩選條件以繼續。" -#: src/components/FocusScope/index.tsx:88 +#: src/components/FocusScope/index.tsx:91 msgid "You've reached the start of the active content." msgstr "您已到達內容的開頭。" -#: src/view/com/composer/state/video.ts:531 +#: src/view/com/composer/state/video.ts:525 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "您已達到每日影片上傳限制(位元組過多)" -#: src/view/com/composer/state/video.ts:535 +#: src/view/com/composer/state/video.ts:529 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "您已達到每日影片上傳限制(影片數過多)" -#: src/screens/VideoFeed/index.tsx:1239 +#: src/screens/VideoFeed/index.tsx:1278 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "您已經看完了所有影片。也許是時候休息一下?" +#: src/screens/ModerationInbox/index.tsx:46 #: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "您的帳號" @@ -15062,7 +15238,19 @@ msgstr "您的帳號已被刪除,有緣再見!✌️" msgid "Your account has been suspended" msgstr "您的帳號已被停權" -#: src/view/com/composer/state/video.ts:539 +#: src/screens/ModerationInbox/components/AccountStatus.tsx:35 +msgid "Your account has repeated violations of our Community Guidelines. Another violation may result in your account being permanently suspended." +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:32 +msgid "Your account has strikes on record" +msgstr "" + +#: src/screens/ModerationInbox/components/AccountStatus.tsx:31 +msgid "Your account is at risk of permanent suspension" +msgstr "" + +#: src/view/com/composer/state/video.ts:533 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "您的帳號註冊時間太短,暫時無法上傳影片。請稍後再試。" @@ -15074,7 +15262,7 @@ msgstr "您的帳號建立時間太短了" msgid "Your account must be at least 7 days old to create a new group chat." msgstr "要建立新的群組對話,您的帳號必須建立至少 7 天以上。" -#: src/screens/Settings/components/ExportCarDialog.tsx:113 +#: src/screens/Settings/components/ExportCarDialog.tsx:111 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." msgstr "您可以把帳號的所有公開資料匯出成一個「CAR」檔案,但其中不包括圖片等嵌入媒體,亦不包含私人資料;上述資料需要另外擷取。" @@ -15086,7 +15274,7 @@ msgstr "您的帳號被判定違反了 <0>Bluesky Social 服務條款。您 msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." msgstr "已提交您的申訴。如果申訴成功,我們會透過電子郵件通知您。" -#: src/screens/Signup/StepInfo/index.tsx:286 +#: src/screens/Signup/StepInfo/index.tsx:298 msgid "Your birth date" msgstr "您的出生日期" @@ -15115,7 +15303,7 @@ msgstr "您的聯絡人 {name}" msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "您現在使用的帳號代碼 <0>{0} 將自動為您保留。您可以在日後隨時切換回來。" -#: src/screens/Moderation/index.tsx:231 +#: src/screens/Moderation/index.tsx:270 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." msgstr "您設定的年齡未滿 18 歲。以下列出的部分設定可能已被停用。如果您先前填寫了錯誤的出生日期,可以在<0>帳號設定中重新變更。" @@ -15128,7 +15316,7 @@ msgstr "您的電子信箱" #: src/screens/Login/ForgotPasswordForm.tsx:51 #: src/screens/Settings/components/ChangePasswordDialog.tsx:84 #: src/screens/Signup/state.ts:291 -#: src/screens/Signup/StepInfo/index.tsx:128 +#: src/screens/Signup/StepInfo/index.tsx:140 msgid "Your email appears to be invalid." msgstr "您的電子郵件地址似乎無效。" @@ -15140,7 +15328,7 @@ msgstr "您的電子信箱尚未驗證。請驗證您的電子信箱以便享有 msgid "Your first like!" msgstr "您的第一個喜歡!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:493 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 msgid "Your followers" msgstr "您的跟隨者" @@ -15157,7 +15345,7 @@ msgstr "您的完整帳號代碼將修改為 <0>@{0}" msgid "Your hosting provider can’t be detected from an email address, so the default Bluesky service will be used. Enter your username instead, or set your provider manually." msgstr "無法從電子郵件地址判斷您的託管服務提供者,因此將使用預設的 Bluesky 服務。請改為輸入您的使用者名稱,或手動選擇您的服務提供者。" -#: src/view/com/composer/state/video.ts:476 +#: src/view/com/composer/state/video.ts:470 msgid "Your hosting provider does not support videos this large. Please try again with a smaller file." msgstr "您的託管服務提供者不支援這麼大的影片,請使用較小的檔案再試一次。" @@ -15165,7 +15353,7 @@ msgstr "您的託管服務提供者不支援這麼大的影片,請使用較小 msgid "Your hosting provider is detected automatically from the username you enter." msgstr "系統會根據您輸入的使用者名稱自動偵測您的託管服務提供者。" -#: src/Navigation.tsx:475 +#: src/Navigation.tsx:481 #: src/screens/Search/modules/ExploreInterestsCard.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 @@ -15182,7 +15370,7 @@ msgstr "成功更新興趣主題!" msgid "Your interests help us find what you like!" msgstr "選擇興趣主題可以協助我們推薦更多您喜歡的內容!" -#: src/screens/Signup/StepInfo/index.tsx:355 +#: src/screens/Signup/StepInfo/index.tsx:367 msgid "Your location has been updated." msgstr "已更新您的位置資訊。" @@ -15198,15 +15386,20 @@ msgstr "您的名稱、大頭貼照,以及群組名稱、成員人數都會公 msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." msgstr "已成功變更您的密碼!往後請使用您的新密碼登入 Bluesky。" -#: src/screens/Signup/StepInfo/index.tsx:155 +#: src/screens/Signup/StepInfo/index.tsx:167 msgid "Your password must be at least 8 characters long." msgstr "您輸入的密碼必須至少包含 8 個字元。" -#: src/view/com/composer/Composer.tsx:1275 +#: src/screens/ModerationInbox/index.tsx:177 +msgctxt "moderation-report-action" +msgid "Your post was removed" +msgstr "" + +#: src/view/com/composer/Composer.tsx:1241 msgid "Your post was sent" msgstr "已發布您的貼文" -#: src/view/com/composer/Composer.tsx:1272 +#: src/view/com/composer/Composer.tsx:1238 msgid "Your posts were sent" msgstr "已發布您的貼文" @@ -15214,7 +15407,7 @@ msgstr "已發布您的貼文" msgid "Your preferred language" msgstr "您的偏好語言" -#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 +#: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:111 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:54 msgid "Your profile picture" msgstr "您的大頭貼照" @@ -15223,24 +15416,28 @@ msgstr "您的大頭貼照" msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" msgstr "您的大頭貼照在中心,周圈環繞著許多使用者的大頭貼照" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:76 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "其他 Bluesky 使用者將無法再看到您的個人檔案、貼文、動態源和列表。您隨時都可以登入以重新啟用您的帳號。" -#: src/view/com/composer/Composer.tsx:1274 +#: src/view/com/composer/Composer.tsx:1240 msgid "Your reply was sent" msgstr "已發布您的回覆" #. placeholder {0}: state.selectedLabeler?.creator.displayName -#: src/components/moderation/ReportDialog/index.tsx:597 +#: src/components/moderation/ReportDialog/index.tsx:596 msgid "Your report will be sent to <0>{0}." msgstr "您的檢舉將提交至 <0>{0}。" +#: src/screens/ModerationInbox/index.tsx:46 +msgid "Your reports" +msgstr "" + #: src/screens/Settings/InterestsSettings.tsx:64 msgid "Your selected interests help us serve you content you care about." msgstr "您選擇的興趣主題可以協助我們提供更多您想看到的內容。" -#: src/view/com/composer/Composer.tsx:1605 +#: src/view/com/composer/Composer.tsx:1571 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "您的討論串中包含空白貼文,繼續發布將跳過這些內容。其餘貼文會重新整理成完整的討論串發布。"